[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Turion 64 cpufreq



Brett Viren wrote:
> I use 32 bits Debian on the HP L2000 with Turion 64 so your mileage
> may vary with the 64 bit flavor.  From memory all I needed was:
> 
> apt-get install powernowd
> echo powernow-k8 >> /etc/modules
> echo cpufreq_userspace  >> /etc/modules
> (reboot, or manually "modprobe" these modules)
> 
> If you use Gnome there is a nice pannel applet that will monitor the
> CPU speed.  
> 

Same works for me on  64 bit Turion. (Acer) running deb 64 bit port. My
model has two speed steps, 800Mhz & 1.6Ghz.
I use a modified cpufreq  (changes pasted below)


The main changes are minfreq & max freq, since I have two states 50%
sets mine to 800Mhz like it should. Without this the cpu will not
properly switch to the lower frequency. Notice below that only the
performance high is set to "maxfreq=100%" but the rest run at 50%.

You might have to change this if your cpu has more than two states.

Tip: I use "cpufreq_ondemand" instead of userspace, since It switches
faster this way. With userspace, you will have to use the applet to
switch states.
Still gives me the 'grunt' when  I want it :) without me doing anything.

(copied from inside /etc/cpufreqd.conf)
---

[Profile]
name=Performance High
minfreq=50%
maxfreq=100%
policy=performance
[/Profile]

[Profile]
name=Performance Low
minfreq=50%
maxfreq=50%
policy=performance
[/Profile]


[Profile]
name=Powersave High
minfreq=50%
maxfreq=50%
policy=powersave
[/Profile]

[Profile]
name=Powersave Low
minfreq=50%
maxfreq=50%
policy=powersave
[/Profile]
--

If you wish, I could attach the entire file.
hope this helps

-- 
with best regards
-Erle
http://www.erlepereira.com



Reply to: