mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-12 23:55:25 +02:00
32 lines
719 B
Markdown
32 lines
719 B
Markdown
# gamescope
|
|
|
|
> A micro-compositor used as a game layer.
|
|
> More information: <https://github.com/ValveSoftware/gamescope>.
|
|
|
|
- Run a program with gamescope on the terminal:
|
|
|
|
`gamescope -- {{program}}`
|
|
|
|
- Run a game with gamescope through Steam:
|
|
|
|
`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%`
|
|
|
|
- Launch Steam in Big Picture Mode and integrate with gamescope:
|
|
|
|
`gamescope {{[-e|--steam]}} -- /usr/bin/steam -tenfoot`
|
|
|
|
- Toggle fullscreen:
|
|
|
|
`<Super f>`
|
|
|
|
- Display help:
|
|
|
|
`gamescope --help`
|