diff --git a/pages/linux/gamescope.md b/pages/linux/gamescope.md new file mode 100644 index 0000000000..02ed3aa1e7 --- /dev/null +++ b/pages/linux/gamescope.md @@ -0,0 +1,24 @@ +# gamescope + +> A micro-compositor used as a game layer. +> More information: . + +- 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: + +`` + +- Show help: + +`gamescope --help`