Upvote Upvoted 0 Downvote Downvoted
need help with linux tf2
posted in Q/A Help
1
#1
0 Frags +

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
2
#2
0 Frags +

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
3
#3
1 Frags +
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
4
#4
-2 Frags +

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
5
#5
3 Frags +

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]
6
#6
0 Frags +
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]
7
#7
5 Frags +
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]
8
#8
6 Frags +

yeah did that and it worked, solved my problem. thanks

yeah did that and it worked, solved my problem. thanks
Please sign in through STEAM to post a comment.