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

svn path=/nixos/trunk/; revision=13939
This commit is contained in:
Lluís Batlle i Rossell 2009-02-01 21:23:31 +00:00
parent aff7fba098
commit 059ca080b1

View file

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