diff --git a/Gamescope/readme.md b/Gamescope/readme.md index 67a1152..0318e91 100644 --- a/Gamescope/readme.md +++ b/Gamescope/readme.md @@ -1,7 +1,7 @@ # 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. +### 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` @@ -9,4 +9,10 @@ Run Steam in "SteamOS Mode" with 720p to 1440p integer scaling. * `-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 +* Hitting `Super+n` while gamescope is active enables Nearest Neighbor filtering, for those *CHUNKY* pixels. +* `-r` sets gamescope's specified refresh rate, set this to what you need. + +### If running gamescope as a steam argument +`gamescope -f -i -w 1280 -h 720 -W 2560 -H 1440 -r 165 -- %command%` + +* *Note:* Some DEs and envrionment setups may not play well with running gamescope like this on steam. specifically, KDE Plasma (wayland) will work, but I've yet to get Sway to work with this command argument with steam games. However, it seems to work just fine with non-steam games. \ No newline at end of file