Per attivare performance (cpu sempre al massimo) andare i in /etc/rc.d/rc.local e
aggiugere questa riga:
echo performance > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
Ulteriori info sui governor:
A Short Overview over the available governors:
ondemand
This driver is a dynamic cpufreq policy governor. It changes frequency based on the processor load.
conservative
New since 2.6.12. Similar to ondemand. Optimized for battery powered environments and AMD64.
powersave
Like the name says, your battery would choose this one

. It sets the Frequency always to the lowest available.
userspace
You have to choose this one, if a frequency scaling daemon should manage your CPU frequency or you want to do it manually.
performance
This governor sets your Frequency always to the highest available.
Per info su test ecc vedi il mio sito in firma....
Ciao!