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"