Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 08 Jun 2005 06:40:50 -0500
From:      Eric Anderson <anderson@centtech.com>
To:        Soheil Hassas Yeganeh <soheil.h.y@gmail.com>
Cc:        freebsd-acpi@freebsd.org
Subject:   Re: CPU frequency on FreeBSD 5.4
Message-ID:  <42A6D942.9060400@centtech.com>
In-Reply-To: <4c90b772050608043047d6009f@mail.gmail.com>
References:  <4c90b772050608043047d6009f@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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.
------------------------------------------------------------------------



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?42A6D942.9060400>