mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-17 03:35:25 +02:00
25 lines
507 B
Markdown
25 lines
507 B
Markdown
![]() |
# 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`
|