3
0
Fork 0
forked from mirrors/nixpkgs

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 {
# !!! We'd like "nv" here, but it segfaults the X server. Idem for
# "vmware".
default = [ "ati" "cirrus" "intel" "vesa" ];
# !!! We'd like "nv" here, but it segfaults the X server.
default = [ "ati" "cirrus" "intel" "vesa" "vmware" ];
example = [ "vesa" ];
description = ''
The names of the video drivers that the X server should