Try force probing the gpu
This commit is contained in:
parent
1fb1e0a91a
commit
d4ad1856c1
|
@ -11,6 +11,7 @@
|
||||||
boot.initrd.kernelModules = [ ];
|
boot.initrd.kernelModules = [ ];
|
||||||
boot.kernelModules = [ "kvm-intel" ];
|
boot.kernelModules = [ "kvm-intel" ];
|
||||||
boot.extraModulePackages = [ ];
|
boot.extraModulePackages = [ ];
|
||||||
|
boot.kernelParams = [ "i915.force_probe=4b3" ];
|
||||||
|
|
||||||
fileSystems."/" = {
|
fileSystems."/" = {
|
||||||
device = "/dev/disk/by-uuid/94a2074d-be66-41f4-b92b-cb3226ab83a0";
|
device = "/dev/disk/by-uuid/94a2074d-be66-41f4-b92b-cb3226ab83a0";
|
||||||
|
|
Loading…
Reference in New Issue