From 35ea099325a58a87c0e1c2ff44c2c75334c6f4ec Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Sun, 9 Feb 2025 13:39:25 +0000 Subject: [PATCH] Re-enable gamescope capSysNice, use to launch steam and it's not an issue --- system/Vanguard.nix | 8 +++----- system/steam.nix | 2 +- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/system/Vanguard.nix b/system/Vanguard.nix index a98308b5..e0c4fa54 100644 --- a/system/Vanguard.nix +++ b/system/Vanguard.nix @@ -54,14 +54,12 @@ programs.gamescope.args = [ "-W 2540" "-H 1440" - "-w 1920" - "-h 1080" - "-r 120" + "-w 2560" + "-h 1440" + "-r 144" "-F fsr" "--fullscreen" "--adaptive-sync" - "--mangoapp" - "-e" ]; services.hardware.openrgb.enable = true; networking.wg-quick.interfaces.wg0.configFile = "/etc/wireguard/gb-mnc-wg-001.conf"; diff --git a/system/steam.nix b/system/steam.nix index f65f42c2..a3ce0b8b 100644 --- a/system/steam.nix +++ b/system/steam.nix @@ -9,7 +9,7 @@ }; gamescope = { enable = true; - capSysNice = false; # Currently a bug with starting Steam games + capSysNice = true; # Currently a bug with starting Steam games }; }; home-manager.users.${username}.programs.mangohud = {