nixos/xserver: drop intel from videoDrivers (#55583)

* nixos/xserver: drop intel from videoDrivers

* Some more notes about possible regressions
This commit is contained in:
Michael Raskin
2019-02-21 09:42:11 +00:00
committed by GitHub
parent 4cfb4ec5f4
commit 95039d0668
2 changed files with 17 additions and 2 deletions
+1 -1
View File
@@ -240,7 +240,7 @@ in
videoDrivers = mkOption {
type = types.listOf types.str;
# !!! We'd like "nv" here, but it segfaults the X server.
default = [ "ati" "cirrus" "intel" "vesa" "vmware" "modesetting" ];
default = [ "ati" "cirrus" "vesa" "vmware" "modesetting" ];
example = [
"ati_unfree" "amdgpu" "amdgpu-pro"
"nv" "nvidia" "nvidiaLegacy340" "nvidiaLegacy304"