Gentoo Archives: gentoo-user

From: Tobias Heinzen <t.heinzen@×××××.ch>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Throttling State won't change from command in Gentoo Power Management Guide
Date: Wed, 09 Aug 2006 19:53:05
Message-Id: 44DA369B.6050205@rhone.ch
In Reply to: [gentoo-user] Throttling State won't change from command in Gentoo Power Management Guide by Richard Watson
1 -----BEGIN PGP SIGNED MESSAGE-----
2 Hash: SHA1
3
4 Hi Richard
5
6 I assume you've got the cpufreq-utils installed and running. What you
7 can do is (as root):
8
9 $cpufreq-info
10
11 This will give you some information about your CPU. It looks something
12 like this:
13
14 cpufrequtils 0.4: cpufreq-info (C) Dominik Brodowski 2004
15 Report errors and bugs to linux@×××××.de, please.
16 analyzing CPU 0:
17 driver: centrino
18 CPUs which need to switch frequency at the same time: 0
19 hardware limits: 800 MHz - 1.87 GHz
20 available frequency steps: 1.87 GHz, 1.60 GHz, 1.33 GHz, 1.07 GHz, 800 MHz
21 [snip]
22
23 The most interesting part is "avaiable frequency steps".
24
25 Now you can change the upper bound to a lower level with
26
27 $cpufreq-set -u 800000
28
29 This will set the upper bound to 800MHz. This means you're CPU can't get
30 "faster" as this. I've you need more, you simply change the upper bound.
31
32 Another battery saving tip: set the powermode of your GPU lower and you
33 will get another 20-30 minutes ;)
34
35 I hope this will help. This is my way of throttling the power. Isn't as
36 nice as the power managment guide says, but it works :-)
37
38 Richard Watson wrote:
39 > Hi - I've been setting my laptop for power management by following the
40 > Power Management Guide and have successfully got cpufreqd running.
41 > However the CPU still gets hot on large compiles. I thought maybe
42 > changing the throttling state would cool things off but when I run the
43 > command from the power management guide
44 >
45 > echo -n "0:T1" > /proc/acpi/processor/C000/limit
46 >
47 > it returns the error
48 >
49 > -bash: echo: write error: Invalid argument
50 >
51 > I tried opening the file with nano -w and got the same message when
52 > saving the changes. Can anybody give me any help?
53 >
54 > Thanks, Richard
55 -----BEGIN PGP SIGNATURE-----
56 Version: GnuPG v1.4.2.1 (GNU/Linux)
57 Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
58
59 iQCVAwUBRNo2mVPi/7ID6gabAQIG/wP/ZBeO4WUV0BW1a1o1fxSlNhu5GM6Nv8k/
60 z+GKZaTtJZEbVQFzAcY0MKh8J5wp5RWTmjJpD6iRApNBXRDaL3u51KIIalA1GBxu
61 HmVNXi/F3SZBu9EhINz0O4UilM3oHWD7Zg0dqXijKW4kTyG80uiCcoPIUXTPQw+Z
62 vsQHYOEq3hs=
63 =OOdG
64 -----END PGP SIGNATURE-----
65 --
66 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Throttling State won't change from command in Gentoo Power Management Guide Richard Watson <waty@×××××××××××.au>