Enable the xf86-video-modesetting driver

This commit is contained in:
Eelco Dolstra 2014-05-21 15:40:48 +02:00
parent ca123bc274
commit 784503864b
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -422,6 +422,7 @@ let
xf86videonv = linux;
xf86videovesa = linux;
xf86videovmware = linux;
xf86videomodesetting = linux;
xfs = linux;
xinput = linux;
xkbcomp = linux;