1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-13 00:15:25 +02:00
tldr/pages/linux/gamescope.md
Managor 369477e66a
gamescope: add example explaining the steam syntax (#16465)
Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
2025-05-12 07:44:05 +03:00

593 B

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%

  • Toggle fullscreen:

<Super f>

  • Show help:

gamescope --help