You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let's document the changes to automatically handle Steam, SteamPlay, and
Wine. Also, give an example how to run the Steam client or Wine games in
GameMode.
Signed-off-by: Kai Krakow <kai@kaishome.de>
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,6 +68,14 @@ The following games are known to integrate GameMode support (meaning they don't
68
68
* Total War: Three Kingdoms
69
69
* Total War: WARHAMMER II
70
70
71
+
### Running the Steam client itself or Wine in GameMode
72
+
The Linux Steam client and Wine can be run in GameMode. GameMode will automatically disable handling key processes of Steam or Wine which may negatively affect your gaming experience. Just prepend `gamemoderun` to your Steam or Wine launching command line:
73
+
```bash
74
+
gamemoderun steam # for Steam
75
+
gamemoderun wine ./game.exe # for Wine
76
+
```
77
+
Running the whole Steam client itself in GameMode removes the need for individually adjusting the start option of each game. The automatic handling of Wine games is important for the new SteamPlay feature to run Wine games natively from the Linux Steam client.
78
+
71
79
### Others
72
80
Other apps which can integrate with GameMode include:
0 commit comments