Problems with S3 on ThinkPad R51 1830

Nate Lawson nate at root.org
Mon May 24 00:04:55 PDT 2004


On Tue, 25 May 2004, Oliver B. Fischer wrote:
> Nate Lawson wrote:
> > UHCI can't suspend/resume correctly.  It's a driver issue.
>
> Does it mean that my usb subsystem and S3 can't go on with each other?

Don't load usb if using suspend/resume.

> > You can save power by modifying the performance/economy values from
> > /etc/defaults/rc.conf
>
> I took a look at defaults/rc.conf and didn't find/see a value, that
> seems to be responsible for performance or economy. Please, can you give
> me a hint? :)

/etc/defaults/rc.conf:
performance_cx_lowest="HIGH"            # Online CPU idle state
performance_throttle_state="HIGH"       # Online throttling state
economy_cx_lowest="LOW"                 # Offline CPU idle state
economy_throttle_state="HIGH"           # Offline throttling state

You could make your system run cooler while on AC power with:
echo 'performance_cx_lowest="LOW"' >> /etc/rc.conf

You can also use literal values, i.e. "C3"

-Nate


More information about the freebsd-acpi mailing list