|
| Re: Disable screen blanking in Fedora8 |
 |
Tue, 01 Apr 2008 19:58:46 +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.
Did turn off that annoying follow-up, no point in posting in the relevant
newsgroups if only one is allowed to see the replies, you will be acting like
a multi-poster.
--
|
| Post Reply
|
|
|
|
|
|
|
|
|
|