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
This commit is contained in:
Lluís Batlle i Rossell 2010-08-24 18:24:06 +00:00
parent b9282b1752
commit 1e7058d025

View File

@ -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