Thread: x11 Question:

  1. #1
    {Jaxom,Imriel,Liam}'s Dad Kennedy's Avatar
    Join Date
    Aug 2006
    Location
    Alabama
    Posts
    1,065

    x11 Question:

    System: Various. Specific to Xorg only, no desktop manager -- just X.

    Defaults for X are 10 min for blanking (usually set by the setterm command -- and the default is 10 min), 20 min for blanking (set by the X11 server).

    Question: Is there a way in the global config file to disble the 20 min timeout?

    by the way: xset s off doesn't get it.

  2. #2
    {Jaxom,Imriel,Liam}'s Dad Kennedy's Avatar
    Join Date
    Aug 2006
    Location
    Alabama
    Posts
    1,065
    Found it. . . Solution:

    in $HOME/.xinitrc:
    Code:
    setterm -blank 0 -powersave off -powerdown 0
    xset s off
    xset -dpms
    xset s noblank

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Alice....
    By Lurker in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 06-20-2005, 02:51 PM
  2. Debugging question
    By o_0 in forum C Programming
    Replies: 9
    Last Post: 10-10-2004, 05:51 PM
  3. Question about pointers #2
    By maxhavoc in forum C++ Programming
    Replies: 28
    Last Post: 06-21-2004, 12:52 PM
  4. Question...
    By TechWins in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 07-28-2003, 09:47 PM
  5. Question, question!
    By oskilian in forum A Brief History of Cprogramming.com
    Replies: 5
    Last Post: 12-24-2001, 01:47 AM