Making the 'via' video module available in the xserver upstart-job.
svn path=/nixos/trunk/; revision=13939
This commit is contained in:
parent
aff7fba098
commit
059ca080b1
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user