Expanded gamescope readme.

main
Sleeping Crows 2023-09-04 08:43:35 -04:00
parent f9d6ac3d04
commit 1efb001cd6
1 changed files with 8 additions and 2 deletions

View File

@ -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.
* 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.