mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-14 09:43:14 +00:00
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:
parent
b9282b1752
commit
1e7058d025
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user