I'm new to the Ubuntu world, and even though I love the vibe, I cannot use it professionally (I'm web Dev). I have set up a dual boot with Windows 10 and Ubuntu 20.04. Turns out that when nothing is open, the sensors on the GPU show up to 45-48°C. When Chrome is open, the temperature goes above 60°C. If I want to open VS Code, it heats up to over 80°C when I put it on a cooling pad. My laptop is a Lenovo Ideapad 530S, i7 1.80 GHz, 16 GB RAM, NVIDIA GeForce MX150.On Windows with 3 VS Code Windows, over 20 tabs open in chrome, slack and discord app opened, the GPU temp is barely 41°C. Does anybody have similar problems?
Terminal output from lspci -k | grep -EA3 'VGA|3D|Display'
:
00:02.0 VGA compatible controller: Intel Corporation UHD Graphics 620 (rev 07)
Subsystem: Lenovo UHD Graphics 620
Kernel driver in use: i915
Kernel modules: i915
01:00.0 3D controller: NVIDIA Corporation GP108M [GeForce MX150] (rev a1)
Subsystem: Lenovo GP108M [GeForce MX150]
Kernel driver in use: nvidia
Kernel modules: nvidiafb, nouveau, nvidia_drm, nvidia
lspci -k | grep -EA3 'VGA|3D|Display'
terminal command. – Pilot6 Dec 10 '21 at 19:41