Just started with linux, and have got this problem when running tf2. Whenever I tab out and back in the resolution lowers and the screen is forced into the bottom left. I can fix it by changing the display monitor in the settings but the issue happens again the next time i tab out. I am trying to run the game at my monitor's native res (1920x1080). I'm on the latest version of linux mint.
I've tried with and without -fullscreen in the launch options, no difference.
Any idea what's happening? Thanks.
edit: here's a sc https://cdn.discordapp.com/attachments/809527397040259106/959953310838845490/Screenshot_from_2022-04-02_19-06-29.png
Just started with linux, and have got this problem when running tf2. Whenever I tab out and back in the resolution lowers and the screen is forced into the bottom left. I can fix it by changing the display monitor in the settings but the issue happens again the next time i tab out. I am trying to run the game at my monitor's native res (1920x1080). I'm on the latest version of linux mint.
I've tried with and without -fullscreen in the launch options, no difference.
Any idea what's happening? Thanks.
edit: here's a sc https://cdn.discordapp.com/attachments/809527397040259106/959953310838845490/Screenshot_from_2022-04-02_19-06-29.png
try putting your res in launch options, so -w 1980 -h 1080. sry if this doesn't work
try putting your res in launch options, so -w 1980 -h 1080. sry if this doesn't work
Jwtry putting your res in launch options, so -w 1980 -h 1080. sry if this doesn't work
already had that, thanks tho
[quote=Jw]try putting your res in launch options, so -w 1980 -h 1080. sry if this doesn't work[/quote]
already had that, thanks tho
I would try other window managers. ``sudo apt install openbox`` then when you log in next time there should be a button to switch. If that doesn't work lmk
I would try other window managers. ``sudo apt install openbox`` then when you log in next time there should be a button to switch. If that doesn't work lmk
If the game minimizes too then you can try adding this to launch options:
SDL_VIDEO_MINIMIZE_ON_FOCUS_LOSS=0 %command%
If the game minimizes too then you can try adding this to launch options: [code]SDL_VIDEO_MINIMIZE_ON_FOCUS_LOSS=0 %command%[/code]
bijlolIf the game minimizes too then you can try adding this to launch options: SDL_VIDEO_MINIMIZE_ON_FOCUS_LOSS=0 %command%
if i put this in the launch options, the game crashes instantly when run. am I doing it wrong?
-novid +exec autoexec -nojoy -noforcemaccel -noforcemparms -w 1920 -h 1080 SDL_VIDEO_MINIMIZE_ON_FOCUS_LOSS=0 %command%
[quote=bijlol]If the game minimizes too then you can try adding this to launch options: [code]SDL_VIDEO_MINIMIZE_ON_FOCUS_LOSS=0 %command%[/code][/quote]
if i put this in the launch options, the game crashes instantly when run. am I doing it wrong?
[code]-novid +exec autoexec -nojoy -noforcemaccel -noforcemparms -w 1920 -h 1080 SDL_VIDEO_MINIMIZE_ON_FOCUS_LOSS=0 %command%[/code]
keeper-of-lettucebijlol...
if i put this in the launch options, the game crashes instantly when run. am I doing it wrong?
-novid +exec autoexec -nojoy -noforcemaccel -noforcemparms -w 1920 -h 1080 SDL_VIDEO_MINIMIZE_ON_FOCUS_LOSS=0 %command%
I think you need to have it at the very start, like:
SDL_VIDEO_MINIMIZE_ON_FOCUS_LOSS=0 %command% -novid +exec autoexec -nojoy -noforcemaccel -noforcemparms -w 1920 -h 1080
[quote=keeper-of-lettuce][quote=bijlol]...[/quote]
if i put this in the launch options, the game crashes instantly when run. am I doing it wrong?
[code]-novid +exec autoexec -nojoy -noforcemaccel -noforcemparms -w 1920 -h 1080 SDL_VIDEO_MINIMIZE_ON_FOCUS_LOSS=0 %command%[/code][/quote]
I think you need to have it at the very start, like:
[code]SDL_VIDEO_MINIMIZE_ON_FOCUS_LOSS=0 %command% -novid +exec autoexec -nojoy -noforcemaccel -noforcemparms -w 1920 -h 1080 [/code]
yeah did that and it worked, solved my problem. thanks
yeah did that and it worked, solved my problem. thanks