Adding a new xorg driver: unichrome
svn path=/nixos/trunk/; revision=18163
This commit is contained in:
parent
72f804c9b2
commit
fe1f084728
@ -23,6 +23,7 @@ let
|
|||||||
nv = { modules = [ xorg.xf86videonv ]; };
|
nv = { modules = [ xorg.xf86videonv ]; };
|
||||||
ati = { modules = [ xorg.xf86videoati ]; };
|
ati = { modules = [ xorg.xf86videoati ]; };
|
||||||
openchrome = { modules = [ xorg.xf86videoopenchrome ]; };
|
openchrome = { modules = [ xorg.xf86videoopenchrome ]; };
|
||||||
|
unichrome = { modules = [ pkgs.xorgVideoUnichrome ]; };
|
||||||
cirrus = { modules = [ xorg.xf86videocirrus ]; };
|
cirrus = { modules = [ xorg.xf86videocirrus ]; };
|
||||||
vmware = { modules = [ xorg.xf86videovmware ]; };
|
vmware = { modules = [ xorg.xf86videovmware ]; };
|
||||||
virtualbox = { modules = [ kernelPackages.virtualboxGuestAdditions ]; };
|
virtualbox = { modules = [ kernelPackages.virtualboxGuestAdditions ]; };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user