Skip to content

Commit

Permalink
README: Document the new Steam and Wine support
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
kakra committed Oct 14, 2019
1 parent 20c2862 commit eff04f5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,14 @@ The following games are known to integrate GameMode support (meaning they don't
* Total War: WARHAMMER II
* Total War Saga: Thrones of Britannia

### Running the Steam client itself or Wine in GameMode
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:
```bash
gamemoderun steam # for Steam
gamemoderun wine ./game.exe # for Wine
```
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.

### Others
Other apps which can integrate with GameMode include:
* GNOME Shell ([via extension](https://github.com/gicmo/gamemode-extension)) - indicates when GameMode is active in the top panel.
Expand Down

0 comments on commit eff04f5

Please sign in to comment.