Updated for Gamescope 3.14.24

main
SleepingCrows 2024-08-10 04:35:37 -04:00
parent 8e7a216693
commit 9b0d880eaa
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ I'm not making any scripts at this time for running gamescope, but these command
### 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`
`gamescope -e -f -F nearest -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)
@ -13,6 +13,6 @@ I'm not making any scripts at this time for running gamescope, but these command
* `-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%`
`gamescope -f -F nearest -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.