From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1GAu6z-0001wz-64 for garchives@archives.gentoo.org; Wed, 09 Aug 2006 19:53:05 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.7/8.13.6) with SMTP id k79Jn8Ye019190; Wed, 9 Aug 2006 19:49:08 GMT Received: from barinformatik.ch (barinformatik.ch [81.201.202.2]) by robin.gentoo.org (8.13.7/8.13.6) with ESMTP id k79JfCFM015456 for ; Wed, 9 Aug 2006 19:41:12 GMT Received: from [84.72.30.136] (HELO [192.168.0.7]) by barinformatik.ch (CommuniGate Pro SMTP 4.2.10) with ESMTP-TLS id 88264347 for gentoo-user@lists.gentoo.org; Wed, 09 Aug 2006 21:24:41 +0200 Message-ID: <44DA369B.6050205@rhone.ch> Date: Wed, 09 Aug 2006 21:25:15 +0200 From: Tobias Heinzen User-Agent: Mozilla Thunderbird 1.0.7 (X11/20060214) X-Accept-Language: en-us, en Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Throttling State won't change from command in Gentoo Power Management Guide References: <012801c6bb8d$5e6814a0$5500a8c0@annie> In-Reply-To: <012801c6bb8d$5e6814a0$5500a8c0@annie> X-Enigmail-Version: 0.93.0.0 OpenPGP: id=03EA069B Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: 352e8ee5-9a35-4a52-954e-0c6b8016b763 X-Archives-Hash: 22dd571bb0ce5933f8e7811998bd8829 -----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