From d4ad1856c1af6687d7c4e22b13c266290763cfcf Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Sun, 9 Apr 2023 02:03:50 -0400 Subject: [PATCH] Try force probing the gpu --- hardware/perception.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hardware/perception.nix b/hardware/perception.nix index cabda81..50c5fe4 100644 --- a/hardware/perception.nix +++ b/hardware/perception.nix @@ -11,6 +11,7 @@ boot.initrd.kernelModules = [ ]; boot.kernelModules = [ "kvm-intel" ]; boot.extraModulePackages = [ ]; + boot.kernelParams = [ "i915.force_probe=4b3" ]; fileSystems."/" = { device = "/dev/disk/by-uuid/94a2074d-be66-41f4-b92b-cb3226ab83a0";