Making the 'via' video module available in the xserver upstart-job.

svn path=/nixos/branches/fix-style/; revision=14176
This commit is contained in:
Nicolas Pierron 2009-02-22 16:08:05 +00:00
parent ad36ce1f5b
commit 840dac3fec

View File

@ -297,6 +297,7 @@ let
intel = { modules = [xorg.xf86videointel]; }; intel = { modules = [xorg.xf86videointel]; };
nv = { modules = [xorg.xf86videonv]; }; nv = { modules = [xorg.xf86videonv]; };
ati = { modules = [xorg.xf86videoati]; }; ati = { modules = [xorg.xf86videoati]; };
via = { modules = [xorg.xf86videovia]; };
}; };
# Get a bunch of user settings. # Get a bunch of user settings.