Added ATI card support to xserver.conf

svn path=/nixos/trunk/; revision=9951
This commit is contained in:
Michael Raskin 2007-12-18 22:43:17 +00:00
parent 189a608cf5
commit 4892139b38

View file

@ -63,6 +63,7 @@ let
++ optional (videoDriver == "i810") xorg.xf86videoi810
++ optional (videoDriver == "intel") xorg.xf86videointel
++ optional (videoDriver == "nv") xorg.xf86videonv
++ optional (videoDriver == "ati") xorg.xf86videoati
++ (optional (cfg.isSynaptics) [(synaptics+"/"+xorg.xorgserver) /*xorg.xf86inputevdev*/]);
configFile = stdenv.mkDerivation {