Update Readme with FSR options

This commit is contained in:
Florian 2022-02-03 10:22:30 +01:00 committed by Simon Ser
parent 2079de25e5
commit 696771ba66

View file

@ -34,6 +34,9 @@ meson install -C build/ --skip-subprojects
* **Super + F** : Toggle fullscreen * **Super + F** : Toggle fullscreen
* **Super + N** : Toggle integer scaling * **Super + N** : Toggle integer scaling
* **Super + U** : Toggle FSR upscaling
* **Super + I** : Increase FSR sharpness by 1
* **Super + O** : Decrease FSR sharpness by 1
* **Super + S** : Take screenshot (currently goes to `/tmp/gamescope_$DATE.png`) * **Super + S** : Take screenshot (currently goes to `/tmp/gamescope_$DATE.png`)
## Examples ## Examples
@ -59,6 +62,7 @@ See `gamescope --help` for a full list of options.
* `-w`, `-h`: set the resolution used by the game. If `-h` is specified but `-w` isn't, a 16:9 aspect ratio is assumed. Defaults to the values specified in `-W` and `-H`. * `-w`, `-h`: set the resolution used by the game. If `-h` is specified but `-w` isn't, a 16:9 aspect ratio is assumed. Defaults to the values specified in `-W` and `-H`.
* `-r`: set a frame-rate limit for the game. Specified in frames per second. Defaults to unlimited. * `-r`: set a frame-rate limit for the game. Specified in frames per second. Defaults to unlimited.
* `-o`: set a frame-rate limit for the game when unfocused. Specified in frames per second. Defaults to unlimited. * `-o`: set a frame-rate limit for the game when unfocused. Specified in frames per second. Defaults to unlimited.
* `-U`: use AMD FidelityFX™ Super Resolution 1.0 for upscaling
* `-n`: use integer scaling. * `-n`: use integer scaling.
* `-b`: create a border-less window. * `-b`: create a border-less window.
* `-f`: create a full-screen window. * `-f`: create a full-screen window.