Enable the xf86-video-modesetting driver
This commit is contained in:
parent
ca123bc274
commit
784503864b
@ -169,7 +169,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" ];
|
||||
default = [ "ati" "cirrus" "intel" "vesa" "vmware" "modesetting" ];
|
||||
example = [ "vesa" ];
|
||||
description = ''
|
||||
The names of the video drivers the configuration
|
||||
|
@ -422,6 +422,7 @@ let
|
||||
xf86videonv = linux;
|
||||
xf86videovesa = linux;
|
||||
xf86videovmware = linux;
|
||||
xf86videomodesetting = linux;
|
||||
xfs = linux;
|
||||
xinput = linux;
|
||||
xkbcomp = linux;
|
||||
|
Loading…
Reference in New Issue
Block a user