summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2019-05-23 12:54:32 +0200
committerAlan Pearce2019-05-28 09:58:41 +0200
commit29b593e4c41d0edd742fc91c96477553a574fba3 (patch)
tree7dd55ad54125993d6c4211ea336b3d8274918a46
parentd23fb647b7abdd5a1676cf0091b43de1d1ea2218 (diff)
downloadnixos-configuration-29b593e4c41d0edd742fc91c96477553a574fba3.tar.lz
nixos-configuration-29b593e4c41d0edd742fc91c96477553a574fba3.tar.zst
nixos-configuration-29b593e4c41d0edd742fc91c96477553a574fba3.zip
Intel: Don't prefer modesetting driver
Screen tearing, different monitor names, panned login screen
-rw-r--r--modules/hardware/intel-gpu.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/hardware/intel-gpu.nix b/modules/hardware/intel-gpu.nix
index 804e1e6..6e0c207 100644
--- a/modules/hardware/intel-gpu.nix
+++ b/modules/hardware/intel-gpu.nix
@@ -6,7 +6,7 @@
     libvdpau-va-gl
   ];
 
-  services.xserver.videoDrivers = [ "modesetting" "intel" ];
+  services.xserver.videoDrivers = [ "intel" "modesetting" ];
 
   boot.earlyVconsoleSetup = true;
   boot.initrd.kernelModules = [