[quote=“MaPoSquid”][quote=“robert_storey”]Related to all of the above…
If you’re using Linux with kernel 2.6.7 or higher, there is a very useful utility you should be running called “powernowd”. What it does is to drop the CPU speed down to 20% of normal when the machine is idling, and boosts it back to 100% when the speed is needed. You just set it and forget it. This has two advantages:
-
Increases the numbers of hours you can compute on battery power, and
-
Decreases CPU temperature (which will increase the life span of the processor).
I tested powernowd on Kanotix (it’s enabled by default if you have a Centrino CPU) and found that it dropped CPU temperature by 15 degrees Celsius.
regards,
Robert[/quote]
Is this only a Centrino thing, or can it be done on all laptops? If neither of these is the case, how do you tell whether yours has this feature?? Many thanks.[/quote]
If I understand correctly, the developer of Kanotix only enabled it BY DEFAULT if a Centrino or AMD64 is detected, but you can enable it for other chips. According to the Powernowd web site…
deater.net/john/powernowd.html
…it works with many different chips, even the Apple Gx PowerPC series.
To enable Powernowd on a Debian-based system, run the “rcconf” utility and choose Powernowd as a startup service. You SHOULD have rcconf installed (apt-get install rcconf) because it’s very easy to use, but if you don’t, on Debian-based systems you could enable it like this:
update-rc.d powernowd defaults
and disable it like this:
update-rc.d -f powernowd remove
With RPM-based systems, enabling startup services is done differently. On Redhat there is a utility “ntsysv”, and Mandrake does something else (can’t remember since I haven’t used it in eons).
regards,
Robert