Re: Activating acpi on a thinkpad R51

"Kevin Oberman" <[email protected]>
Newsgroups gmane.os.freebsd.devel.mobile
Message-ID <[email protected]>
> Date: Fri, 21 Apr 2006 09:02:39 +0200
> From: "[LoN]Kamikaze" <[email protected]>
> Sender: [email protected]
> 
> Gregers Petersen wrote:
> > vittorio wrote:
> >> I wonder what steps should I take using the battery to make my
> >> thinkpad R51 go to stand-by or suspend (by the way, what's the
> >> difference between suspend & stand-by?) when I close the lid and what
> >> should I do  to resume the suspended  session?
> > 
> > If you take a quick look through the archives, of the last 3 months, you
> > will find a thread which discusses this problem --> there is a patch for
> > the agp
> > 
> > http://www.FreeBSD.org/~jhb/patches/agp_cvs.patch
> > 
> > , which after some re-compile business makes it possible to resume from
> > suspend + there is also a dpms patch which increases the suspend time
> > (battery time).
> > 
> > http://people.freebsd.org/~jhb/patches/acpi_video_dpms.patch
> > 
> > 
> > I'm myself using a R51 ...
> > 
> 
> Will this patch ever get into stable?

For systems with Radeons, it is probably better to use radeontool from
ports. It reportedly reduces power consumption below the levels seen
with the DPMS patch and also allows you to power down the DAC for the
video connector.

You do need to add it to rc.suspend and (most important) to rc.resume.

I just add:
if [ -x /usr/local/bin/radeontool ]; then
        radeontool light off|on
        radeontool dac off|on
fi
depending on whether it's the suspend or the resume file.

If you are on better, you probably want to simply leave the DAC off,
though. You should be able to do this with devd, but I have not tried
it. 
-- 
R. Kevin Oberman, Network Engineer
Energy Sciences Network (ESnet)
Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab)
E-mail: [email protected]			Phone: +1 510 486-8634
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-mobile
To unsubscribe, send any mail to "[email protected]"
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.