Add nouveau xorg video driver

svn path=/nixos/trunk/; revision=33300
This commit is contained in:
Shea Levy 2012-03-20 16:29:22 +00:00
parent d9e28560d1
commit 11066067f7

View File

@ -14,6 +14,7 @@ let
# Map video driver names to driver packages.
knownVideoDrivers = {
ati_unfree = { modules = [ kernelPackages.ati_drivers_x11 ]; driverName = "fglrx"; };
nouveau = { modules = [ pkgs.xf86_video_nouveau ]; };
nvidia = { modules = [ kernelPackages.nvidia_x11 ]; };
nvidiaLegacy96 = { modules = [ kernelPackages.nvidia_x11_legacy96 ]; driverName = "nvidia"; };
nvidiaLegacy173 = { modules = [ kernelPackages.nvidia_x11_legacy173 ]; driverName = "nvidia"; };