About Mikazo Tech Blog

My name is Mike, and this blog is my way of saving people time. If someone has a specific problem that I've encountered before, hopefully these posts will save them the extraneous Googling I had to go through to solve the same problem. Also, when I have something to say about technology today, I will post my thoughts here. If this blog has helped you out, even a little bit, vote on the poll below, or let me know by sending me an email. I'm always open to exchanging links with other blogs or websites that share a similar interest.

Tuesday, April 7, 2009

Linux Mint/Ubuntu Overheating Laptop

Back when I tried Ubuntu, and later on when I tried Linux Mint, one of the biggest problems I noticed was their tendencies to heat up quite a bit and the fans run at maximum, even when running idle on my HP dv6568se laptop. It runs an Intel Core 2 Duo at 1.6 GHz.

After realizing that other people have had the same problem, I spent an afternoon Googling around for CPU frequency throttling and the different utilities that you can use. It took me a while until I found the right one. I have now throttled my CPU down to 1.0 GHz and the heat level isn't so bad anymore. Here's how I made mine work.

Modules you may or may not need in your /etc/modules file:

powernowd
cpufreq_ondemand
cpufreq_powersave
cpufreq_performance
cpufreq_conservative
cpufreq-userspace
battery
ac
processor
thermal
acpi-cpufreq

Then I installed kpowersave and cpufreq-utils from the package manager. I set kpowersave to run on startup by going to Control center, Sessions, and added it as a startup program.

Use cpufreq-info in a Terminal to see what frequency steps your processor is capable of, then use cpufreq-set -d [value in KHz] to set a minimum supported frequency and cpufreq-set -u [value in KHz] to set a maximum supported frequency. So the commands I used were:

cpufreq-info
cpufreq-set -d 1000000
cpufreq-set -u 1000000

Now my kpowersave utility reports the processor running at 1000 MHz and the heat problem has noticably improved.

1 comments:

liv said...

Thats really good work. I had the same problem but didn't realize it before reading your blog.I found my system was also reacting the same way as yours. I also changed the lowered the frequency and it works well now.
http://www.zoombits.de/game-zubehor/wii-zubehoer/373#filters

Donate to Mikazo Tech Blog