Improving Ubuntu GUI Resposiveness
August 17, 2006 | In: General
I ran across this on Digg under the title How to Make Firefox Over 40% Faster. While the improvement actually has nothing to do with Firefox, it does cover how to improve the CPU scaling settings.
Quick breakdown…
Uninstall powernowd
Enable speed-stepping (I’m running Centrino)
Enable the ondemand governor
This step is a change from Martin’s directions, his says to use sudo, but you can’t write to /sys with sudo, so
Now it’s just a matter of updating your performance settings:
Open /etc/modules and add
cpufreq-ondemand
Install sysfsutils
Add to /etc/sysfs.conf
Basically what this is doing is stepping up the processor frequency if the CPU reaches 80% utilization.