From f9d6ac3d04f1f931f1af016f63e3509da8611be7 Mon Sep 17 00:00:00 2001 From: Sleeping Crows Date: Mon, 4 Sep 2023 08:37:10 -0400 Subject: [PATCH] added a readme on gamescope commands. --- Gamescope/readme.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Gamescope/readme.md diff --git a/Gamescope/readme.md b/Gamescope/readme.md new file mode 100644 index 0000000..67a1152 --- /dev/null +++ b/Gamescope/readme.md @@ -0,0 +1,12 @@ +# Gamescope Commands +I'm not making any scripts at this time for running gamescope, but these commands are useful. + +Run Steam in "SteamOS Mode" with 720p to 1440p integer scaling. + +`gamescope -e -f -i -w 1280 -h 720 -W 2560 -H 1440 -r 165 -- steam -tenfoot -steamos` + +* `-e` enables steam integration +* `-f` enables fullscreen (optionally: `-b` for borderless mode) +* `-w` & `-h` target the internal resolution of gamescope +* `-W` & `-H` target the window resolution for gamescope (usually your display size) +* Hitting `Super+n` while gamescope is active enables Nearest Neighbor filtering, for those *CHUNKY* pixels. \ No newline at end of file