Merge pull request #107 from Davorak/fixXorgVMware

Fix Xorg-server on vmware inconjunction with
This commit is contained in:
Peter Simons 2013-03-21 03:18:05 -07:00
commit 83e7689d02

View File

@ -192,9 +192,8 @@ in
}; };
videoDrivers = mkOption { videoDrivers = mkOption {
# !!! We'd like "nv" here, but it segfaults the X server. Idem for # !!! We'd like "nv" here, but it segfaults the X server.
# "vmware". default = [ "ati" "cirrus" "intel" "vesa" "vmware" ];
default = [ "ati" "cirrus" "intel" "vesa" ];
example = [ "vesa" ]; example = [ "vesa" ];
description = '' description = ''
The names of the video drivers that the X server should The names of the video drivers that the X server should