4

I've had both Ubuntu 14.04 and now 15.10 installed on my laptop and both have caused overheating issues with my laptop.

Temperature reach above 80 degrees celsius within the first 20 minutes of very light use (I use the laptop for University so usually only VIM, terminal and maybe a couple of tabs open in Firefox).

I have tried powertop which seemed to slow down the overheating but it still reaches 80 degrees quite easily. I have also tried CPUFreq which really hasn't done much. I have also tried using proprietary drivers as well as both legacy and binary drivers for the graphics card (which is a Nvidia GeForce 620M).

This is a screen shot of psensor: PSensor

This was just from general use. I cannot watch online lectures because it overheats so much that everything seems to run at 5 FPS and this happens with any sort of video playback service. I should also mention that the fans go crazy (very loud compared to any laptop I have heard) so I don't think it is a fan control issue.

Laptop: Acer Aspire V5-571PG-53314G75Mass

These problems have been here since I installed Ubuntu. It was running Windows very well. I had no overheating issues at all and the battery performance was 4 times as much as it is now on Ubuntu.

How can I prevent this from happening?

Brandyn
  • 163

3 Answers3

0

I don't think your laptop is overheating.

Your CPU's max operating temperature is 105 °C

There is nothing to worry about if your CPU runs at 75 °C since it's still under the safe operating temperature as stated Here

Your GPU running at 69 °C is an excellent temp to be running at according to this GeForce forum.

If you want to make your fan spin faster you can try fancontrol.

To install fancontrol run this command:

sudo apt-get install fancontrol

Great post here on how to setup fancontrol on Ubuntu

If your laptop is still hot, you may need to clean the dust out of the vents.

Neil
  • 4,585
0

Perhaps you should install thermald and see if this helps. Thermald will use available passive thermal controls to try and reduce overheating.

0

The problem is because the system is not using the correct graphical services as you video card driver, it is using the Processor Recurses so The mainboard starst to overheating.

I'm not sure why the people of ubuntu doesn't include as a default bumblebeed.

So you just have to install it:

sudo apt-get install bumblebee bumblebee-nvidia primus linux-headers-generic

Restart, go to System Configuration->Sotware Updates-> Aditonal Controls

Aditonal Controls

and select the NVIDIA driver(these controllers are privative) you can try all of them to see wich one is the best so you can have the amazing 55°C temperature I have.

You can find the oficial documentation here

CarlosV
  • 121