From e7c6413503713d63a1e9155ba075d187ef0447d1 Mon Sep 17 00:00:00 2001 From: Andreas Schaafsma Date: Wed, 13 Nov 2024 02:58:30 +0100 Subject: [PATCH] attempt to fix gamescope --- .../x86_64-linux/drivebystation-nix/default.nix | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/systems/x86_64-linux/drivebystation-nix/default.nix b/systems/x86_64-linux/drivebystation-nix/default.nix index 91cf950..5530e3c 100644 --- a/systems/x86_64-linux/drivebystation-nix/default.nix +++ b/systems/x86_64-linux/drivebystation-nix/default.nix @@ -65,15 +65,15 @@ in gamescopeSession = { enable = true; env = { - WLR_RENDERER = "vulkan"; + # WLR_RENDERER = "vulkan"; # DXVK_HDR = "1"; ENABLE_GAMESCOPE_WSI = "1"; WINE_FULLSCREEN_FSR = "1"; # Games allegedly prefer X11 - # SDL_VIDEODRIVER = "x11"; + SDL_VIDEODRIVER = "x11"; }; args = [ - # "--xwayland-count 1" + "--xwayland-count 2" "--expose-wayland" "-e" # Enable steam integration @@ -84,10 +84,10 @@ in # "--hdr-itm-enable" # External monitor - # "--prefer-output DP-3" - # "--output-width 1920" - # "--output-height 1080" - # "-r 172" + "--prefer-output DP-3" + "--output-width 1920" + "--output-height 1080" + "-r 172" # Laptop display # "--prefer-output eDP-1"