From 2ec60d4023dce9edfe6e93d7f742c54bcdf65448 Mon Sep 17 00:00:00 2001 From: Nicolas Pierron Date: Sat, 7 Mar 2009 18:01:04 +0000 Subject: [PATCH] * 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 --- upstart-jobs/xserver/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/upstart-jobs/xserver/default.nix b/upstart-jobs/xserver/default.nix index 501597c12f2..5e0e227887d 100644 --- a/upstart-jobs/xserver/default.nix +++ b/upstart-jobs/xserver/default.nix @@ -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.