Juanito
Group: Members
Posts: 1601
Joined: Sep. 2005 |
|
Posted: June 23 2007,06:27 |
|
You could probably still adjust the frequency scaling manually, even without cpufreq - in fact the default scripts with acpid in DSL3.4rc1 are set up to do this.
The command to set the cpu at its lowest speed (depending on the cpu) would be something like:
Code Sample | # echo 7 > /proc/acpi/processor/CPU0/performance # cat /proc/acpi/processor/CPU0/performance state count: 8 active state: P7 states: P0: 1600 MHz, 21000 mW, 250 uS P1: 1600 MHz, 21000 mW, 250 uS P2: 1600 MHz, 21000 mW, 250 uS P3: 1400 MHz, 18500 mW, 250 uS P4: 1200 MHz, 15500 mW, 250 uS P5: 1000 MHz, 13000 mW, 250 uS P6: 800 MHz, 10000 mW, 250 uS *P7: 600 MHz, 7500 mW, 250 uS |
|