On Sat, 21 Nov 1998, Daniel Martin wrote:

> Inside X, use the 'xset' command, like this:
> xset dpms 
> -or-
> xset dpms 300 600 900
> 
> You might consider putting this command into /etc/X11/Xsession, after
> the bit about xmodmap.
> 
> If you use xdm, you might consider putting this command into
> /etc/X11/xdm/Xsetup_0 as well.

Or you might put the line `Option "power_saver"' into the `Display'
section(s) of your /etc/X11/XF86Config file:

Section "Screen"
    Driver ...
    ...
    Subsection "Display"
        Depth    8
        Modes    "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
        ...
        Options  "power_saver"
    EndSubsection
    ...
EndSection

    Ingo
--
Starting Java...

Reply via email to