CPU frequency on FreeBSD 5.4

Eric Anderson anderson at centtech.com
Wed Jun 8 11:41:14 GMT 2005


Soheil Hassas Yeganeh wrote:
> I have a problem with my cpu frequency levels when booting while power
> cable is unplugged.
> When the cable is plugged the max cpu frequency is 2.0GHz and it's correct.
> But when booting unplugged the max cpu frequency is 1.2GHz !
> 
> How can i solve this

What version of FreeBSD are you using?

If you are running FreeBSD 5.4 or better:
You will probably want to set these variables in /etc/rc.conf:
performance_cx_lowest="HIGH"            # Online CPU idle state
performance_cpu_freq="NONE"             # Online CPU frequency
economy_cx_lowest="HIGH"                # Offline CPU idle state
economy_cpu_freq="NONE"                 # Offline CPU frequency

The one you want is:
economy_cpu_freq="NONE"
you will change it to something like:
economy_cpu_freq="HIGH"



-- 
------------------------------------------------------------------------
Eric Anderson        Sr. Systems Administrator        Centaur Technology
A lost ounce of gold may be found, a lost moment of time never.
------------------------------------------------------------------------


More information about the freebsd-acpi mailing list