From 0a79076269034be6e315ec649985a9efa29ab19f Mon Sep 17 00:00:00 2001 From: tpaau-17DB <113297655+tpaau-17DB@users.noreply.github.com> Date: Fri, 9 May 2025 17:52:11 +0000 Subject: [PATCH] gamescope: add page (#16409) Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com> --- pages/linux/gamescope.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages/linux/gamescope.md 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`