Get the cpufrequtils package from http://www.linuxpackages.net
Create a script like so:

#!/bin/bash
modprobe p4-clockmod
modprobe freq_table
modprobe cpufreq_ondemand
modprobe cpufreq_conservative
modprobe cpufreq_powersave
modprobe cpufrew_performance
cpufreq-set -g performance

You can use any of the governor options listed above as the g option for cpufreq-set.

cat /proc/cpuinfo.

Categories: Uncategorized

0 Comments

Leave a Reply

Avatar placeholder

Your email address will not be published. Required fields are marked *