From 9b0d880eaa8c4e00fb99c0e8f69fc41251cd515c Mon Sep 17 00:00:00 2001 From: SleepingCrows Date: Sat, 10 Aug 2024 04:35:37 -0400 Subject: [PATCH] Updated for Gamescope 3.14.24 --- Gamescope/readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gamescope/readme.md b/Gamescope/readme.md index 0318e91..8c2cefc 100644 --- a/Gamescope/readme.md +++ b/Gamescope/readme.md @@ -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. \ No newline at end of file