Results 1 to 2 of 2

Thread: screen saver

  1. #1
    Join Date
    Aug 2007
    Beans
    15

    screen saver

    In ubuntu 8.10 server, how do i prevent the screen from going blank after a while ?

  2. #2
    Join Date
    Jun 2008
    Location
    California
    Beans
    2,271
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: screen saver

    I'm not familiar with Ubuntu server but in other versions the following placed at the end of the xorg.conf file stops the screen blanking:

    Code:
    Section "ServerFlags"
    	Option	"BlankTime"	"0"
    	Option	"StandbyTime"	"0"
    	Option	"SuspendTime"	"0"
    	Option	"OffTime"	"0"
    EndSection
    Last edited by kaibob; January 7th, 2009 at 02:34 AM.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •