* [gentoo-user] Throttling State won't change from command in Gentoo Power Management Guide
@ 2006-08-09 8:25 Richard Watson
2006-08-09 19:25 ` Tobias Heinzen
2006-08-09 19:29 ` Tobias Heinzen
0 siblings, 2 replies; 4+ messages in thread
From: Richard Watson @ 2006-08-09 8:25 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 580 bytes --]
Hi - I've been setting my laptop for power management by following the Power Management Guide and have successfully got cpufreqd running. However the CPU still gets hot on large compiles. I thought maybe changing the throttling state would cool things off but when I run the command from the power management guide
echo -n "0:T1" > /proc/acpi/processor/C000/limit
it returns the error
-bash: echo: write error: Invalid argument
I tried opening the file with nano -w and got the same message when saving the changes. Can anybody give me any help?
Thanks, Richard
[-- Attachment #2: Type: text/html, Size: 1362 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-user] Throttling State won't change from command in Gentoo Power Management Guide
2006-08-09 8:25 [gentoo-user] Throttling State won't change from command in Gentoo Power Management Guide Richard Watson
@ 2006-08-09 19:25 ` Tobias Heinzen
2006-08-11 9:07 ` Richard Watson
2006-08-09 19:29 ` Tobias Heinzen
1 sibling, 1 reply; 4+ messages in thread
From: Tobias Heinzen @ 2006-08-09 19:25 UTC (permalink / raw
To: gentoo-user
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi Richard
I assume you've got the cpufreq-utils installed and running. What you
can do is (as root):
$cpufreq-info
This will give you some information about your CPU. It looks something
like this:
cpufrequtils 0.4: cpufreq-info (C) Dominik Brodowski 2004
Report errors and bugs to linux@brodo.de, please.
analyzing CPU 0:
driver: centrino
CPUs which need to switch frequency at the same time: 0
hardware limits: 800 MHz - 1.87 GHz
available frequency steps: 1.87 GHz, 1.60 GHz, 1.33 GHz, 1.07 GHz, 800 MHz
[snip]
The most interesting part is "avaiable frequency steps".
Now you can change the upper bound to a lower level with
$cpufreq-set -u 800000
This will set the upper bound to 800MHz. This means you're CPU can't get
"faster" as this. I've you need more, you simply change the upper bound.
Another battery saving tip: set the powermode of your GPU lower and you
will get another 20-30 minutes ;)
I hope this will help. This is my way of throttling the power. Isn't as
nice as the power managment guide says, but it works :-)
Richard Watson wrote:
> Hi - I've been setting my laptop for power management by following the
> Power Management Guide and have successfully got cpufreqd running.
> However the CPU still gets hot on large compiles. I thought maybe
> changing the throttling state would cool things off but when I run the
> command from the power management guide
>
> echo -n "0:T1" > /proc/acpi/processor/C000/limit
>
> it returns the error
>
> -bash: echo: write error: Invalid argument
>
> I tried opening the file with nano -w and got the same message when
> saving the changes. Can anybody give me any help?
>
> Thanks, Richard
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.1 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iQCVAwUBRNo2mVPi/7ID6gabAQIG/wP/ZBeO4WUV0BW1a1o1fxSlNhu5GM6Nv8k/
z+GKZaTtJZEbVQFzAcY0MKh8J5wp5RWTmjJpD6iRApNBXRDaL3u51KIIalA1GBxu
HmVNXi/F3SZBu9EhINz0O4UilM3oHWD7Zg0dqXijKW4kTyG80uiCcoPIUXTPQw+Z
vsQHYOEq3hs=
=OOdG
-----END PGP SIGNATURE-----
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-user] Throttling State won't change from command in Gentoo Power Management Guide
2006-08-09 8:25 [gentoo-user] Throttling State won't change from command in Gentoo Power Management Guide Richard Watson
2006-08-09 19:25 ` Tobias Heinzen
@ 2006-08-09 19:29 ` Tobias Heinzen
1 sibling, 0 replies; 4+ messages in thread
From: Tobias Heinzen @ 2006-08-09 19:29 UTC (permalink / raw
To: gentoo-user
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi Richard
You can also throttle the speed of your CPU with the command
$cpufreq-set -u 800000
This will set the upper bound to 800MHz, meaning your CPU won't be going
any faster than those 800MHz. This is the way I am doing it. Not very
nice but it works for me.
Richard Watson wrote:
> Hi - I've been setting my laptop for power management by following the
> Power Management Guide and have successfully got cpufreqd running.
> However the CPU still gets hot on large compiles. I thought maybe
> changing the throttling state would cool things off but when I run the
> command from the power management guide
>
> echo -n "0:T1" > /proc/acpi/processor/C000/limit
>
> it returns the error
>
> -bash: echo: write error: Invalid argument
>
> I tried opening the file with nano -w and got the same message when
> saving the changes. Can anybody give me any help?
>
> Thanks, Richard
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.1 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iQCVAwUBRNo3qFPi/7ID6gabAQIragP/eNf15m+puj4OosNoiOFHzvqew/V2/EkX
x1l/p1hxbAPXgvtxV/o+XeGunee+rDwM/FrKuQGyC10ZvwEBEl9VBxJNNQbecr0K
qEE0JNZwMuySGgyi9XBWwX6PZ+6XEtys/+2SIYSv0JDHcjpkOXMdFgDzYQb8ZagI
3+Uu7ThnSFA=
=8ubk
-----END PGP SIGNATURE-----
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-user] Throttling State won't change from command in Gentoo Power Management Guide
2006-08-09 19:25 ` Tobias Heinzen
@ 2006-08-11 9:07 ` Richard Watson
0 siblings, 0 replies; 4+ messages in thread
From: Richard Watson @ 2006-08-11 9:07 UTC (permalink / raw
To: gentoo-user
Hi Tobias
$cpufreq-set -u 800000 worked great but I finally settled on $cpufreq-set -g
ondemand.
Good tip, thanks Richard
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2006-08-11 9:08 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-09 8:25 [gentoo-user] Throttling State won't change from command in Gentoo Power Management Guide Richard Watson
2006-08-09 19:25 ` Tobias Heinzen
2006-08-11 9:07 ` Richard Watson
2006-08-09 19:29 ` Tobias Heinzen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox