I have the problem that my laptop, a Compaq 615, gets very hot since I installed Ubuntu 18.10. I already tried various solutions but with no success.
the sensors command says me that the system is in idle mode above 75 °C. The fan is always blowing. If I have a website with some scripts or several tabs active etc it goes up to 90 °C. If I open a youtube video the system heats up to 98 °C
Previously Win7 was installed I remember there the temperatures during youtube videos were around 80 °C and in idle 55 °C
I tried this: [Laptop running very hot with Ubuntu
I also installed xubuntu because it uses less resources but it is the same problem there.
I changed the grub file like they explain here: GPU overheating with the open source radeon driver
to this
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash radeon.dpm=1"
or this: https://forum.ubuntuusers.de/topic/update-bionic-laptop-nur-noch-heiss/
and around 10 more articles about that problem that I can't find anymore. It seems that it is a problem with the video driver.
The laptop has a Radeon mobility HD 3200 inside. I tried to install the official driver which is a .run file with./ but there is a problem with the versions.h because the files are now relocated in this ubuntu version.
fglrx installation requires that the system have kernel headers. /lib/modules/4.18.0-16-generic/build/include/linux/version.h cannot be found on this system.
I found this article where someone had that problem Amd graphics card installation error on ubuntu 15.10
but it did not work. After I did it I could install the driver but it told me that some errors occurt during installation (but not which). After a restart I just had the console version but the desktop was gone. I had to reinstall the system.
Then I tried this https://linuxconfig.org/how-to-install-amd-radeon-drivers-on-ubuntu-18-10-cosmic-cuttlefish-linux
But nothing works. Now I can't even install the driver anymore because of stuff I did and don't remember. It says:
error: Detected X Server version 'XServer _64a' is not supported. Supported versions are X.Org 6.9 or later, up to XServer 1.10 (default:v2:x86_64:lib32:XServer _64a:none:4.18.0-16-generic:) Installation will not proceed.
Removing temporary directory: fglrx-install.iKW51z
The card is recognized correctly
01:05.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] RS780M [Mobility Radeon HD 3200] [1002:9612] (prog-if 00 [VGA controller])
So far no solution
thermald
and see if that can keep the temps down. Report back. – heynnema Mar 29 '19 at 21:10