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:
parent
48a7207117
commit
0a79076269
1 changed files with 24 additions and 0 deletions
24
pages/linux/gamescope.md
Normal file
24
pages/linux/gamescope.md
Normal 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`
|
Loading…
Add table
Reference in a new issue