this post was submitted on 12 Jan 2024
10 points (91.7% liked)

Linux Gaming

14340 readers
4 users here now

Discussions and news about gaming on the GNU/Linux family of operating systems (including the Steam Deck). Potentially a $HOME away from home for disgruntled /r/linux_gaming denizens of the redditarian demesne.

This page can be subscribed to via RSS.

Original /r/linux_gaming pengwing by uoou.

Resources

WWW:

Discord:

IRC:

Matrix:

Telegram:

founded 1 year ago
MODERATORS
 

I found my old CDs of starcraft and brood war, and managed to get them up and running, but everytime i exit the game - i3 stays on the resolution game used ( so it could even be xorg related ). Any tips on how could i set it to not do that

top 1 comments
sorted by: hot top controversial new old
[–] Chewy7324@discuss.tchncs.de 7 points 7 months ago

Gamescope should solve your issues because the game won't be able to change your desktop resolution. It basically runs the game through xwayland in a wayland compositor , which in turn runs in your xorg/i3 session.

It introduces two or so frames of latency due to forced vsync, but many people don't notice it (or prefer it over tearing).

Another solution might be to enable wine virtual desktop, which might stop the game from changing your actual resolution. It solved some cursor issues in Overwatch a few years ago, but I might be misremembering.