I have a 4 year old Acer Aspire 5742G with an Intel Core i5 and 6GB of RAM.
Recently the laptop has started overheating very frequently. On Ubuntu it overheats to the point that it shuts itself down.
Under Windows the computer overheats too, but never to the point of shutting down.
I have no idea where to begin to search for the cause. I am thinking it is maybe because the nVidia GPU is used all the time instead of the Intel iGPU (I am not even sure if it is the case).
Or maybe I have a process that use a lot of CPU?
What I can do to find the overheat cause and troubleshoot it?
Running lspci -k | grep -EA2 'VGA|3D'
output :
00:02.0 VGA compatible controller: Intel Corporation Core Processor Integrated Graphics Controller (rev 02)
Subsystem: Acer Incorporated [ALI] Device 0488
Kernel driver in use: i915
--
01:00.0 VGA compatible controller: NVIDIA Corporation GF108M [GeForce GT 540M] (rev a1)
Subsystem: Acer Incorporated [ALI] Device 0488
Kernel driver in use: nvidia
lm-sensors
, what does it tell you about your fan? – Sep 11 '15 at 09:34lspci -k | grep -EA2 'VGA|3D'
terminal command. – Pilot6 Sep 11 '15 at 16:07prime-select query
output? – Pilot6 Sep 12 '15 at 09:36nvidia
. Does that mean the nvidia card is used by default ? – hg8 Sep 12 '15 at 09:42