[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: XFree86 not actioning: Option "DPMS"



A couple of things:
1)  IIRC, all XF86 "Option"s require two arguments.

Have you tried:
Option "DPMS" "true"
or:
Option "DPMS" "1"
?

2)  IIRC, the "OffTime" option should be in the "ServerFlags" section
and not in the "ServerLayout" section.

HTH,
Ian

On Thu, 2005-03-31 at 09:05 +1000, sime wrote:
> Trying to get my laptop to turn off the screen after a certain amount of 
> time. In XFree86-4 I have the configuration of enabling DPMS and then 
> using one of its features:
> 
> Section "Monitor"
>          Identifier      "Generic Monitor"
>          HorizSync       28-50
>          VertRefresh     43-75
>          Option          "DPMS"                <<--
>          Option "SecondMonitorHorizSync" "28-50"
>          Option "SecondMonitorVertRefresh"       "43-75"
> EndSection
> 
> Section "ServerLayout"
>          Identifier      "Default Layout"
>          Screen          "Default Screen"
>          InputDevice     "Generic Keyboard"
>          InputDevice     "Configured Mouse"
>          InputDevice     "Generic Mouse"
>          Option "OffTime"        "1"            <<--
> EndSection




Reply to: