* Add support for the Cirrus driver. This is useful in QEMU/KVM
because it emulates a Cirrus card. svn path=/nixos/trunk/; revision=14227
This commit is contained in:
parent
311ff6c8e7
commit
6c2622abe7
@ -23,6 +23,7 @@ let
|
||||
nv = { modules = [xorg.xf86videonv]; };
|
||||
ati = { modules = [xorg.xf86videoati]; };
|
||||
via = { modules = [xorg.xf86videovia]; };
|
||||
cirrus = { modules = [xorg.xf86videocirrus]; };
|
||||
};
|
||||
|
||||
# Get a bunch of user settings.
|
||||
|
Loading…
Reference in New Issue
Block a user