* 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:
Eelco Dolstra 2009-02-24 15:07:15 +00:00
parent 311ff6c8e7
commit 6c2622abe7

View File

@ -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.