Laptop in title has Ubuntu 18.04 installed and after installing the latest update yesterday (9.7.2018) fan(s) were running continuously. I have proprietary NVIDIA drivers installed and until yesterday everything worked fine.
After inspecting temperatures, I compared them to a similar setup (samo brand and model and Ubuntu 18.04) and mine were relatively high and the same goes for fan speeds.
> sensors
dell_smm-virtual-0
Adapter: Virtual device
Processor Fan: 4104 RPM
Video Fan: 4100 RPM
CPU: +62.0°C
Ambient: +60.0°C
Ambient: +56.0°C
Other: +39.0°C
acpitz-virtual-0
Adapter: Virtual device
temp1: +25.0°C (crit = +107.0°C)
pch_skylake-virtual-0
Adapter: Virtual device
temp1: +57.0°C
coretemp-isa-0000
Adapter: ISA adapter
Package id 0: +60.0°C (high = +100.0°C, crit = +100.0°C)
Core 0: +58.0°C (high = +100.0°C, crit = +100.0°C)
Core 1: +59.0°C (high = +100.0°C, crit = +100.0°C)
Core 2: +57.0°C (high = +100.0°C, crit = +100.0°C)
Core 3: +57.0°C (high = +100.0°C, crit = +100.0°C)
This is the other laptop which works as expected:
coretemp-isa-0000
Adapter: ISA adapter
Package id 0: +53.0°C (high = +100.0°C, crit = +100.0°C)
Core 0: +53.0°C (high = +100.0°C, crit = +100.0°C)
Core 1: +52.0°C (high = +100.0°C, crit = +100.0°C)
Core 2: +52.0°C (high = +100.0°C, crit = +100.0°C)
Core 3: +52.0°C (high = +100.0°C, crit = +100.0°C)
acpitz-virtual-0
Adapter: Virtual device
temp1: +25.0°C (crit = +107.0°C)
dell_smm-virtual-0
Adapter: Virtual device
Processor Fan: 2514 RPM
Video Fan: 2504 RPM
CPU: +56.0°C
Ambient: +50.0°C
Ambient: +48.0°C
Other: +36.0°C
pch_skylake-virtual-0
Adapter: Virtual device
temp1: +52.0°C
nvidia-settings
app, the performance level seems to be pinned at 2-3 (ie - use a lot of power and run hot), when for "normal" use I'd expect 0-1 to be good enough (how much GPU power do you need to throw a few flat windows around?). – Adrian Oct 21 '19 at 09:23https://askubuntu.com/questions/1061919/set-max-power-level-of-nvidia-powermizer-to-1
– Adrian Oct 21 '19 at 09:37sudo apt-get purge nvidia*
to fix that problem. Here is a link to the question that helped with booting issue - https://askubuntu.com/questions/882385/dev-sda1-clean-this-message-appears-after-i-startup-my-laptop-then-it-w – YaTaras May 27 '20 at 17:49