541
edits
| Line 20: | Line 20: | ||
Make sure to restart gdm to pick up the changes: | Make sure to restart gdm to pick up the changes: | ||
sudo /etc/init.d/gdm restart | sudo /etc/init.d/gdm restart | ||
=== Throttling === | |||
Install cpufrequtils (002-2) | |||
Check cpufreq-info for the name of the CPUs on the given box, then run these commands with the appropriate numbers: | |||
cpufreq-set -c 0 -g userspace | |||
cpufreq-set -c 1 -g userspace | |||
Check cpufreq-info again for correct installation, can be confirmed by running: | |||
cat /dev/zero > /dev/null & | |||
Watch in top that the %cpu is topped out, check cpufreq-set to see that it isn't using all the cpu's Mhz. Make sure that you kill this process after you've done this check. | |||
== Third-party applications == | == Third-party applications == | ||
edits