PDA

View Full Version : [Solved] Turn off screensaver


erikf154
August 25th, 2010, 09:29
My screen automatically goes black after like 10 min off inactivity, how do I disable that?

SirDice
August 25th, 2010, 09:31
Disable DPMS in xorg.conf.

erikf154
August 25th, 2010, 09:32
That's what I thought too, but there is no DPMS in my xorg.conf...

SirDice
August 25th, 2010, 09:33
That's what I thought too, but there is no DPMS in my xorg.conf...

It's turned on by default.

erikf154
August 25th, 2010, 09:55
That explains it :)

I put this in it - did the trick, thanks!
Section "ServerFlags"
Option "BlankTime" "0"
Option "StandbyTime" "0"
Option "SuspendTime" "0"
Option "OffTime" "0"
EndSection