From 1e7058d025aa3535d16b0585542cc48b10188a65 Mon Sep 17 00:00:00 2001 From: LluĂ­s Batlle i Rossell Date: Tue, 24 Aug 2010 18:24:06 +0000 Subject: Removing the NvAGP special option for nvidiaLegacy. Although it helped in suspending the machine, it also slowed down the graphics (specially 2D) quite a lot. firefox flash, firefox scrolling was a pain. I'll leave that up to the nixos user with the cfg.deviceSection. svn path=/nixos/trunk/; revision=23407 --- modules/services/x11/xserver.nix | 4 ---- 1 file changed, 4 deletions(-) (limited to 'modules/services/x11/xserver.nix') diff --git a/modules/services/x11/xserver.nix b/modules/services/x11/xserver.nix index 900ed00f4b44..345493443e50 100644 --- a/modules/services/x11/xserver.nix +++ b/modules/services/x11/xserver.nix @@ -487,10 +487,6 @@ in Section "Device" Identifier "Device-${driver.name}[0]" Driver "${driver.driverName}" - ${optionalString (driver.name == "nvidiaLegacy") '' - # This option allows suspending with a nvidiaLegacy card - Option "NvAGP" "1" - ''} ${cfg.deviceSection} EndSection -- cgit 1.4.1