From 6c2622abe73e63497156d958e701f76573c28169 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 24 Feb 2009 15:07:15 +0000 Subject: [PATCH] * Add support for the Cirrus driver. This is useful in QEMU/KVM because it emulates a Cirrus card. svn path=/nixos/trunk/; revision=14227 --- upstart-jobs/xserver.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/upstart-jobs/xserver.nix b/upstart-jobs/xserver.nix index c889c6427a9..1a84add6f05 100644 --- a/upstart-jobs/xserver.nix +++ b/upstart-jobs/xserver.nix @@ -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.