2

I have windows 7 and ubuntu 12.10 installed.
My laptop specs are
Dell XPS 15
4gb RAM
Nvidia gt540m

I've been searching for hours but can't figure out a solution. I am a complete newbie to ubuntu. I've installed tlp but the only thing I was able to do with it was to know my cpu temperature is 75C. I executed sudo tlp start but there hasn't been any change in temperature.

otaku
  • 166

4 Answers4

1

I too use Dell XPS 15 and have suffered from over-heating in past when I used open source nvidia-nouveau (installed from additional drivers).

Problem got solved when I started using bumblebee where you can manually switch between intel graphics and nvidia graphics. Nvidia graphics gives much better performance but is also power expensive which results into overheating. Bumblebee gives you option to use only graphic heavy applications with nvidia graphics thus reducing overheating.

Guide to Install Bumblebee

After installation you can run any application with nvidia graphics by using optirun <application-name> from terminal.

Also you can try indicator-cpufreq which lets you put your profile to conservative, also reduce CPU frequency from applet-icon to prevent overheating when computational load is low.

Back.Slash
  • 2,176
0

First make sure you have Nvidia's own binary driver installed and not the open-source version that comes with Ubuntu (run Additional Drivers)...

Then install Bumblebee in the software centre so you can switch between your build in Intel graphics and Nvidia graphics, otherwise both will be running at the same time and your laptop will overheat and run out of battery quickly...

TenPlus1
  • 1,159
0

Also happens to some HP laptops, such as my Probook 4530s. The solution is to check for a BIOS update from Dell.

Go http://www.dell.com/support/drivers/us/en/04/ProductSelector/Select/FamilySelection?CategoryPath=all-products%2Fesuprt_laptop%2Fesuprt_xps_laptop&Family=XPS&DisplayCrumbs=Product%2520Type%40%2CLaptops%40%2CXPS&rquery=na

Select your laptop, then under BIOS, get the latest version.

Deecaf
  • 126
0

I had the same laptop, but I was on Windows and used ThrottleStop to prevent turbo mode from being activated. This stopped overheating during games and other CPU intensive operations.

Check out this question as well as the tag [turbo-boost]

bitfed
  • 213