From 6646268c95c0168e089d3b496497a5c014ab96f1 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 15 Mar 2011 18:47:56 +0000 Subject: [PATCH] * This should no longer be needed. svn path=/nixos/trunk/; revision=26331 --- modules/installer/cd-dvd/installation-cd-graphical.nix | 9 --------- 1 file changed, 9 deletions(-) diff --git a/modules/installer/cd-dvd/installation-cd-graphical.nix b/modules/installer/cd-dvd/installation-cd-graphical.nix index 29e01b0e6ae..629167f8aca 100644 --- a/modules/installer/cd-dvd/installation-cd-graphical.nix +++ b/modules/installer/cd-dvd/installation-cd-graphical.nix @@ -11,13 +11,4 @@ # Provide wicd for easy wireless configuration. networking.wicd.enable = true; - - # Disable compositing for now. It seems to cause problems with KDE - # 4.5 on some graphics drivers (such as Cirrus and VGA in QEMU). - services.xserver.config = - '' - Section "Extensions" - Option "Composite" "Disable" - EndSection - ''; }