Disable modesetting
Eelco Dolstra committed
Aug 3, 2015 at 13:13 UTC
4e892ff1e96c591e4f129d7b0dcb329979cc14df
1 file changed
+1
delft/common.nix
+1
@@ -21,6 +21,7 @@ with pkgs.lib;
21
# Prevent "out of sync" errors on the KVM switch.
22
boot.vesa = false;
23
boot.blacklistedKernelModules = [ "radeonfb" "radeon" "i915" ];
24
+ boot.kernelParams = [ "nomodeset" ];
25
26
hardware.enableAllFirmware = true;
27
hardware.cpu.amd.updateMicrocode = true;