from xorg.conf(5x):

SERVERFLAGS SECTION
[...]
Option "BlankTime"  "time"
sets the inactivity timeout for the blanking phase of the screensaver.
time is in minutes.  This is equivalent to the Xorg server's  `-s'
flag,  and  the value can be changed at run-time with xset(1x).
Default: 10 minutes.

Option "StandbyTime"  "time"
sets the inactivity timeout for the "standby" phase of DPMS mode.
time is in minutes, and the value can be changed at run-time with
xset(1x).  Default: 20 minutes.  This is only suitable for VESA DPMS
compatible monitors, and may not be supported by all video drivers.
It is only enabled for screens that have the "DPMS" option set (see
the MONITOR section below).

Option "SuspendTime"  "time"
sets the inactivity timeout for the "suspend" phase of DPMS mode.
time is in minutes, and the value can be changed at run-time with
xset(1x).  Default: 30 minutes.  This is only suitable for VESA DPMS
compatible monitors, and may not be supported by all video drivers.
It is only enabled for screens that have the "DPMS" option set (see
the MONITOR section below).

Option "OffTime"  "time"
sets  the  inactivity  timeout  for the "off" phase of DPMS mode.
time is in minutes, and the value can be changed at run-time with
xset(1x).  Default: 40 minutes.  This is only suitable for VESA DPMS
compatible monitors, and may not be supported by all video drivers.
It is only enabled for screens that have the "DPMS" option set (see
the MONITOR section below).


The problem is the space in the option names.  My xorg.conf has this,
works fine:
       Option          "BlankTime"             "0"
       Option          "StandbyTime"           "0"
       Option          "SuspendTime"           "0"
       Option          "OffTime"               "10"


--
Thomas Kear
[EMAIL PROTECTED]
+6421996486
--
[email protected] mailing list

Reply via email to