* Add support for the Cirrus driver. This is useful in QEMU/KVM

because it emulates a Cirrus card.

 Author:    eelco @ rev 14227

svn path=/nixos/branches/fix-style/; revision=14439
This commit is contained in:
Nicolas Pierron 2009-03-07 18:01:04 +00:00
parent 321763dd84
commit 2ec60d4023

@ -298,6 +298,7 @@ let
nv = { modules = [xorg.xf86videonv]; };
ati = { modules = [xorg.xf86videoati]; };
via = { modules = [xorg.xf86videovia]; };
cirrus = { modules = [xorg.xf86videocirrus]; };
};
# Get a bunch of user settings.