Compare commits

...

2 Commits

Author SHA1 Message Date
5ace09cf0b
gayming: remove gamescope allergy, run Steam with gamemode instead
This reverts commit 1941c7d8af1ece39de16053c8c042fba1636d58c.
2025-06-08 16:55:02 +03:00
1941c7d8af
gayming: note gamescope allergic games 2025-06-08 11:04:13 +03:00

View File

@ -42,13 +42,14 @@ Reload Sway in-game, `$Mod+Shift+C` and it should stop.
#### Cursor doesn't stick to game window #### Cursor doesn't stick to game window
Run the game with `gamescope`. Run the game with `gamescope` if it's a problem. Or you could somehow bypass
the launcher or remember options if controller is used.
Steam? Edit launch options for the game (second click, properties, general, Steam? Edit launch options for the game (second click, properties, general,
launch options): launch options):
``` ```
SteamDeck=1 MANGOHUD=0 gamemoderun gamescope --steam --borderless --mangoapp -- %command% SteamDeck=1 MANGOHUD=0 gamescope --steam --borderless --mangoapp -- %command%
``` ```
See also `gamescope --help` See also `gamescope --help`
@ -64,6 +65,10 @@ See also `gamescope --help`
- `--mangoapp` enables mangohud (and without the previous disabling there are - `--mangoapp` enables mangohud (and without the previous disabling there are
two overlapping ones) two overlapping ones)
It might be the best to run Steam with `gamemoderun` and have `SteamDeck=1` be
part of the environment otherwise alongside `MANGOHUD=1` so only `gamescope`
and Proton version would require game specific configuration.
##### Graphics corruption such as display full of black dots ##### Graphics corruption such as display full of black dots
When the previous launch options cause this, When the previous launch options cause this,