Mailinglist Archive: opensuse (1746 mails)
| < Previous | Next > |
Re: [SuSE Linux] Power_saver
- From: Anthony.Schlemmer@xxxxxxx (Anthony Schlemmer)
- Date: Sun, 25 Apr 1999 09:44:15 -0700
- Message-id: <3723465F.DE3B7F9E@xxxxxxx>
This is the snippet of code from my .xinitrc file. I enable dpms and
then have set the various power saving options this way:
#!/bin/sh
#
# Enable DPMS support for our monitor
#
xset +dpms
xset dpms 600 1800 3600
The first value is standby, the second suspend, and the third is off.
All values are in seconds. I haven't looked into modifying my XF86Config
file but from the options you list it gives pretty much the same control
as what xset allows. Putting these control into XF86Config is probably a
better way to since it will enable the power saving features for all
users. Since I have my settings in my ~/.xinitrc file these settings are
only for my user.
Maurizio Firmani wrote:
>
> Ciao,
> my monitor (a Philips 105MB) supports the energy saving mode. I got a look at
> XF86Config (man 5). It seems that I need to insert the line:
> Options "power_saver" on the section Device along with one more option among:
>
> BlankTime
> StandbyTime
> SuspendTime
> OffTime
>
> I am always a bit scared to play with monitor setting since I've broken one :-(
>
> Anyone is currently using this option?
>
> TIA
>
> Maurizio
> --
> To get out of this list, please send email to majordomo@xxxxxxxx with
> this text in its body: unsubscribe suse-linux-e
> Check out the SuSE-FAQ at <A HREF="http://www.suse.com/Support/Doku/FAQ/"><A HREF="http://www.suse.com/Support/Doku/FAQ/</A">http://www.suse.com/Support/Doku/FAQ/</A</A>> and the
> archive at <A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html"><A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html</A">http://www.suse.com/Mailinglists/suse-linux-e/index.html</A</A>>
Tony
--
Anthony.Schlemmer@xxxxxxx
--
To get out of this list, please send email to majordomo@xxxxxxxx with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at <A HREF="http://www.suse.com/Support/Doku/FAQ/"><A HREF="http://www.suse.com/Support/Doku/FAQ/</A">http://www.suse.com/Support/Doku/FAQ/</A</A>> and the
archive at <A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html"><A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html</A">http://www.suse.com/Mailinglists/suse-linux-e/index.html</A</A>>
| < Previous | Next > |