2025-05-09 17:52:11 +00:00
|
|
|
# gamescope
|
|
|
|
|
|
|
|
> A micro-compositor used as a game layer.
|
|
|
|
> More information: <https://github.com/ValveSoftware/gamescope>.
|
|
|
|
|
2025-05-12 07:44:05 +03:00
|
|
|
- Run a program with gamescope on the terminal:
|
2025-05-09 17:52:11 +00:00
|
|
|
|
2025-05-12 07:44:05 +03:00
|
|
|
`gamescope -- {{program}}`
|
|
|
|
|
|
|
|
- Run a game with gamescope through Steam:
|
|
|
|
|
|
|
|
`gamescope -- %command%`
|
2025-05-09 17:52:11 +00:00
|
|
|
|
|
|
|
- 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%`
|
|
|
|
|
2025-06-02 19:50:00 +03:00
|
|
|
- Launch Steam in Big Picture Mode and integrate with gamescope:
|
|
|
|
|
|
|
|
`gamescope {{[-e|--steam]}} -- /usr/bin/steam -tenfoot`
|
|
|
|
|
2025-06-24 08:47:37 +03:00
|
|
|
- Specify which display to prefer:
|
|
|
|
|
|
|
|
`gamescope {{[-O|--prefer-output]}} {{HDMI-A-1,DP-3,...}} -- {{program}}`
|
|
|
|
|
2025-05-09 17:52:11 +00:00
|
|
|
- Toggle fullscreen:
|
|
|
|
|
|
|
|
`<Super f>`
|
|
|
|
|
2025-06-02 19:50:00 +03:00
|
|
|
- Display help:
|
2025-05-09 17:52:11 +00:00
|
|
|
|
|
|
|
`gamescope --help`
|