Updated the xserver video drivers list, removing the old via, and putting the new openchrome.
svn path=/nixos/branches/modular-nixos/; revision=16330
This commit is contained in:
parent
d4a37c2f1b
commit
c331fd106b
@ -305,7 +305,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]; };
|
openchrome = { modules = [xorg.xf86videoopenchrome]; };
|
||||||
cirrus = { modules = [xorg.xf86videocirrus]; };
|
cirrus = { modules = [xorg.xf86videocirrus]; };
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user