Welcome to the new Linux Foundation Forum!
Heat
Hi, all!
I have Ubuntu installed on my laptop alongside Windows Vista. I notice that when I'm using Linux, my computer seems to run somewhat hotter. The base (where my wrists rest when typing) seems to get warm, the fan kicks in faster and seems to work harder, and the air blowing out of the vent seems warmer.
I went out and bought a cooling mat for my laptop, and that seems to be working well. The base still gets warm, but no hot air is blowing out of the vent.
Should everything be alright with the cooling mat? Or should I be concerned about a hardware problem that Linux is causing? Has anyone else experienced this problem?
0
Comments
I don't know exactly as I do not use gnome, it shouldn't be difficult to find through the menus though.
It appears that the base ubuntu installation does not have all of the necessary power and fan control libraries loaded for your particular system, depending on the heat generated and type of hardware you have this can cause issues if it is not quickly addressed.
First add the cpu frequency monitor applet to your main bar by right-clicking on the bar, go to add applet and select the name of the program I stated.
Once it is installed change the setting to conservative to lower your cpu usage, which will reduce heat and battery usage.
Then you can check the instruction on http://ubuntuforums.org/showthread.php?t=1481580 to setup the fan control base which should help to auto-manage your cooling fans.
One of the apps that the guide tells you to install is lm-sensors, once that is installed you can enter the terminal and type sensors to see what the temperatures are in your system. I would like to know what temps are being read before and after those changes to see the potential of damage and see proof if my steps helped.
or
Right click on the power icon (plug & battery) on panel in upper right of desktop and choose preferences.
That is, if the Gnome setup in Ubuntu is similar to that of Fedora. It can't be far off.
I installed that CPU frequency monitor applet and it offers options including a bunch of frequencies, Ondemand, Conservative, Performance, and Powersave. My current setting is Ondemand. Should I choose an option like Conservative or Powersave?
Also, I looked at the instruction at the link you gave me. The things that are just typed there that are not part of a sentence...are those commands?
Conservative mode is best because it slowly steps between frequencies to minimize power use and heat generated.
The parts that are not in sentences are commands to install utilities to control your fan and cooling.
Conservative mode is best because it slowly steps between frequencies to minimize power use and heat generated.
The parts that are not in sentences are commands to install utilities to control your fan and cooling.[/quote]
I disagree. I've been tracking the power consumption for a while on many intel based computers and the best way to go is "ondemand".
It seems is better to be just a little moment at highest speed rather than a while at a lower speed. Keep in mind than here not only applies the speed of the CPU but the *state* at which is working.
Being at C4 state for 55 seconds and 5 at C0 is better than being 25 at C2 and 35 at C4. (just numbers thrown out of my head but I hope you get the idea)
(by the way: the lower the state the higher power it consumes being C0 the worst)
Don't know about other architectures but probably is pretty similar
Regards
As a note most distros recommend ondemand, so the default is usually a good place to start.