Groups > Unix Linux > Linux > Re: Disable screen blanking in Fedora8




Re: Disable screen blanking in Fedora8

Re: Disable screen blanking in Fedora8
Tue, 01 Apr 2008 19:55:52 +020
Ivan Marsh wrote:
> I can't for the life of me get screen blanking to turn off in Fedora 8.
> 
> I'd like to turn it off globally for the whole system but I can't even
> seem to get it to turn off for my session.

In /etc/X11/xorg.conf add

Section "ServerFlags"
         Option      "blank time"    "0"
         Option      "standby time"  "0"
         Option      "suspend time"  "0"
         Option      "off time"      "0"
         Option      "dpms"          "false"
EndSection

Restart X11

-- 

Post Reply
about | contact