- Most Recent |
24 hours |
7 days |
30 days |
365 days |
HowFlow —
The NVidia driver causes a lot of CPU wake-ups. Here is the solution.
Posted by
aroedl 7 months ago
aroedl 7 months ago Just add the following Option to your xorg.conf:
Option "OnDemandVBlankInterrupts" "true"
You can add this Option to your Device or Screen section. Here is an example Screen section (Lenovo 3000 N200):
Section "Screen"
Identifier "Screen[0]"
Device "Device[0]"
Monitor "Monitor[0]"
DefaultDepth 24
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "on"
Option "UseEvents" "true"
Option "TripleBuffer" "true"
Option "BackingStore" "true"
Option "NoLogo" "true"
Option "OnDemandVBlankInterrupts" "true"
Option "RenderAccel" "True"
Option "AllowGLXWithComposite" "True"
Option "AddARGBGLXVisuals" "True"
Option "DamageEvents" "True"
Option "NvAGP" "0"
SubSection "Display"
Viewport 0 0
Depth 24
Modes "nvidia-auto-select"
EndSubSection
EndSection
For more PowerTop-Tricks click here
Please log in or sign up and vote for this trick if it was helpful for you.
Don't forget to subscribe to our
RSS/Atom feed to get the latest tricks.
Don't forget to subscribe to our
RSS/Atom feed to get the latest tricks.









