From aaca09300ed62b0ed04d63c0a184234b536c17e4 Mon Sep 17 00:00:00 2001 From: Nikolaos Karaolidis Date: Fri, 25 Jul 2025 23:52:01 +0100 Subject: [PATCH] Add gamescope fixes Signed-off-by: Nikolaos Karaolidis --- hosts/common/configs/user/gui/hyprland/default.nix | 3 +++ hosts/himalia/hardware/default.nix | 5 +++++ 2 files changed, 8 insertions(+) diff --git a/hosts/common/configs/user/gui/hyprland/default.nix b/hosts/common/configs/user/gui/hyprland/default.nix index 39f59ec..15f0015 100644 --- a/hosts/common/configs/user/gui/hyprland/default.nix +++ b/hosts/common/configs/user/gui/hyprland/default.nix @@ -152,6 +152,9 @@ no_update_news = true; no_donation_nag = true; }; + + # FIXME: https://github.com/ValveSoftware/gamescope/issues/1825 + debug.full_cm_proto = true; }; extraConfig = "source = ./theme.conf"; diff --git a/hosts/himalia/hardware/default.nix b/hosts/himalia/hardware/default.nix index ea20a4e..3de0e41 100644 --- a/hosts/himalia/hardware/default.nix +++ b/hosts/himalia/hardware/default.nix @@ -125,6 +125,11 @@ }; }; + programs.gamescope.args = [ + # FIXME: https://github.com/ValveSoftware/gamescope/issues/1590 + "--prefer-vk-device" "10de:2f58" + ]; + environment.persistence."/persist/state"."/etc/asusd/aura_19b6.ron" = { }; home-manager.sharedModules = [