Talk:CPU

From A110 Wiki

Jump to: navigation, search

--Yorn 12:09, 7 June 2008 (UTC) There is some speedstepping without the e_powersave module I _think_. You can use /proc/acpi/processor/CPU0/throttling to choose between 16 different states from 7% up to 100%. Just use scripts like:

echo -n '0' > /proc/acpi/processor/CPU0/throttling
echo -n '8' > /proc/acpi/processor/CPU0/throttling
echo -n '12' > /proc/acpi/processor/CPU0/throttling

This lets you switch from 100% to 50% to 25% for example.

Personal tools