How do I disable screen blanking?

Nils Kassube kassube at gmx.net
Tue May 29 16:26:07 UTC 2012


jimmckenzie at earthlink.net wrote:
> I installed Kubuntu 12.04 64 Bit and love it for the most part. 

If you don't receive a working answer here, you could try it on the 
Kubuntu-users list as well: 
<https://lists.ubuntu.com/mailman/listinfo/kubuntu-users>

> I can't find the setting to stop screen blanking. I want the the
> "Screen Saver" function but after a few minutes the screen also
> blanks (fades to black) and I can't find a setting to disable this.
> It's not in System Settings/Power Management, It's not in System
> Settings/Display and Monitor, and as far as I can tell it's not in
> System Settings/Startup and Shutdown.

In the file "/etc/X11/xorg.conf" for the proprietary nvidia driver I 
have this section:

Section "ServerFlags"
    Option         "BlankTime" "0"
    Option         "NoPM" "1"
    Option         "StandbyTime" "0"
    Option         "SuspendTime" "0"
    Option         "OffTime" "0"
EndSection

I have no idea if it might be also relevant for other xservers.


Nils




More information about the ubuntu-users mailing list