summary refs log tree commit diff
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-08-24 18:24:06 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-08-24 18:24:06 +0000
commit1e7058d025aa3535d16b0585542cc48b10188a65 (patch)
tree9e1e5e3eac73c1eb08bbb1d781d9ab045c68fca5
parentb9282b17529a797733bdf57a45513219d0814d0d (diff)
downloadnixpkgs-1e7058d025aa3535d16b0585542cc48b10188a65.tar
nixpkgs-1e7058d025aa3535d16b0585542cc48b10188a65.tar.gz
nixpkgs-1e7058d025aa3535d16b0585542cc48b10188a65.tar.bz2
nixpkgs-1e7058d025aa3535d16b0585542cc48b10188a65.tar.lz
nixpkgs-1e7058d025aa3535d16b0585542cc48b10188a65.tar.xz
nixpkgs-1e7058d025aa3535d16b0585542cc48b10188a65.tar.zst
nixpkgs-1e7058d025aa3535d16b0585542cc48b10188a65.zip
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
-rw-r--r--modules/services/x11/xserver.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/modules/services/x11/xserver.nix b/modules/services/x11/xserver.nix
index 900ed00f4b4..345493443e5 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