summaryrefslogtreecommitdiff
path: root/neko
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2023-06-07 20:18:50 +0200
committerChristoph Cullmann <cullmann@kde.org>2023-06-07 20:18:50 +0200
commit77ec71e682888fa173583cf4b33f00a755ee30e4 (patch)
tree3afe431ef246a0b9a65a3caf3f3cdab5af159d5e /neko
parent36312cb056babb7661eac50905a37b84ba941f33 (diff)
fix diablo 4 hang with intel arc on character select
Diffstat (limited to 'neko')
-rw-r--r--neko/hardware-configuration.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/neko/hardware-configuration.nix b/neko/hardware-configuration.nix
index 8678efa..99d8b67 100644
--- a/neko/hardware-configuration.nix
+++ b/neko/hardware-configuration.nix
@@ -14,7 +14,7 @@
boot.extraModulePackages = [ ];
# Intel ARC
- boot.kernelParams = [ "i915.force_probe=56a0" ];
+ boot.kernelParams = [ "i915.force_probe=56a0" "i915.enable_guc=1" ];
fileSystems."/boot" =
{ device = "/dev/disk/by-uuid/9CF2-12FF";