1

Well this version makes my system so hot that I can use it anymore. A friend i introduced this version to wants me to completely remove Ubuntu.

Specs: HP Pavilion DV6700 Windows 7/11.10 64bit Intel Core 2 Duo 2.0ghz Intel965GM graphic card 232GB HDD 4GB RAM

Jorge Castro
  • 71,754
Mysterio
  • 12,018

2 Answers2

1

You know, i noticed that my nvidia PC is slower at graphics with unity3d. And a lot faster with unity2d. You may want to try running unity2d for a test.
Meanwhile read this: http://www.webupd8.org/2011/06/linux-kernel-power-issue-fix.html . Do it and test your results.

alex
  • 621
  • I read that yesterday but I didn't want to mess with my Grub settings – Mysterio Oct 19 '11 at 16:53
  • It's really not a problem. I do it on any machine i have. You can revert grub settings very easily. But you decide. – alex Oct 26 '11 at 11:43
1

Searching for this model laptop reveals this forum thread talking about how to manage power on that laptop.

First install the utilities:

sudo apt-get install cpufrequtils

Then set a conservative governor:

sudo cpufreq-set -g conservative

According to thinkwiki:

They differs in the way they scale up and down. The ondemand governor switches to the highest frequency immediately when there is load, while the conservative governor increases frequency step by step. Likewise they behave the other way round for stepping down frequency when the CPU is idle. The conservative governor is good for battery powered environments on AMD64 (but may not work on older ThinkPads like the T21). Ondemand may not work on older laptops without Enhanced SpeedStep due to latency reasons. Anyway, for recent enough Intel CPU, ondemand is the one recommended for power efficiency (over userspace, and even over "powersave") by the Intel's kernel developer Arjan van de Ven

Though that might be a little bit out of date. You might want to try it and see how the laptop runs for a while.

References:

Jorge Castro
  • 71,754