From 77ec71e682888fa173583cf4b33f00a755ee30e4 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Wed, 7 Jun 2023 20:18:50 +0200 Subject: fix diablo 4 hang with intel arc on character select --- neko/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; -- cgit v1.2.3