Update README.md

This commit is contained in:
Pierre-Loup A. Griffais 2020-09-17 17:22:07 -07:00 committed by GitHub
parent 405f18b08d
commit 3a9aa01ded
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,8 +18,11 @@ If running RadeonSI clients, currently have to set R600_DEBUG=nodcc, or corrupti
## Keyboard shortcuts
**Super + F** : Toggle fullscreen
**Super + N** : Toggle integer scaling
**Super + S** : Take screenshot (currently goes to /tmp/gamescope_$DATE.bmp)
## Examples
On any X11 or Wayland desktop running Mesa commit [d19bc94e4eb9](https://gitlab.freedesktop.org/mesa/mesa/-/commit/d19bc94e4eb94a2c8cbdb328c9eaa2faf1ba424c), you can set the Steam launch arguments of your game as follows:
@ -31,7 +34,7 @@ gamescope -w 1280 -h 720 -W 1920 -H 1080 -n -- %command%
```
```
// Limit a vsynced game to 30 FPS (currently broken):
// Limit a vsynced game to 30 FPS:
gamescope -r 30 -- %command%
```