1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-23 16:35:37 +02:00

gamescope: add page (#16409)

Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
This commit is contained in:
tpaau-17DB 2025-05-09 17:52:11 +00:00 committed by GitHub
parent 48a7207117
commit 0a79076269
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

24
pages/linux/gamescope.md Normal file
View file

@ -0,0 +1,24 @@
# gamescope
> A micro-compositor used as a game layer.
> More information: <https://github.com/ValveSoftware/gamescope>.
- Run a program with gamescope:
`gamescope -- {{command}}`
- Upscale a 720p game to 1440p with integer scaling:
`gamescope {{[-h|--nested-height]}} 720 {{[-H|--output-height]}} 1440 {{[-S|--scaler]}} integer -- %command%`
- Limit a vsynced game to 30 FPS:
`gamescope {{[-r|--nested-refresh]}} 30 -- %command%`
- Toggle fullscreen:
`<Super f>`
- Show help:
`gamescope --help`