Re: auto blanking screen is not working
On Sun, 2014-04-20 at 17:14 +0530, David Pom wrote:
> I'm using siduction (based on debian sid), with gnome3 desktop, in hp
> pavillion laptop.
> Auto blanking screen is not working. Please suggest me what to do.
I disable screen blanking by /etc/X11/xorg.conf .
Section "ServerFlags"
Option "BlankTime" "0"
Option "StandbyTime" "0"
Option "SuspendTime" "0"
Option "OffTime" "0"
EndSection
To enable it, edit the BlankTime value
http://www.x.org/archive/X11R6.8.0/doc/xorg.conf.5.html .
Reply to: