I recently got a HP Envy 15 ah150na laptop with an AMD A10 8700p CPU and and R6 8700p integrated graphics card. The problem is that the CPU temperature after 10-15 minutes of usage goes up to around 60C and does not really go down at all. I'm not entirely sure if the CPU or the GPU is to blame. The GPU itself uses the amdgpu driver from the oibaf PPA.
I'm running kernel version 4.6 on Ubuntu 16.04.
TLP with the default configuration is installed as well.
Any help would be much appreciated.
Edit: Forgot to mention that the temperature is much lower on Windows 10 which came pre-installed. Also forgot to mention that changing the stock thermal paste (terribly applied) helped to shave off 5-10 degrees but it was not really enough. Also for some reason indicator-cpufreq doesn't seem to work at all.
amdgpu
is supported by your APU (it only supports the newest gpu until now). To be sure run the commandinxi -SMCGxx
, paste the output to http://paste.ubuntu.com/ and add a link to your question (describe it as System Info). – Thanos Apostolou Jun 23 '16 at 22:11e
at grub menu and addamdgpu.blacklist=yes
in the end of the linux line (it usually ends withquite splash
). Then run again theinxi
command and see if the Graphics driver changed to radeon. If it did, test the laptop for a while and check the temperatures and see if there is any difference... – Thanos Apostolou Jun 23 '16 at 22:41modprobe.blacklist=amdgpu
instead. – Thanos Apostolou Jun 23 '16 at 23:32/etc/modprobe.d/blacklist.conf
and search for radeon (if it's blacklisted there then comment the line by adding #). Remember do this only for testing, amdgpu is considered to be superior to radeon so if you see difference in temperatures then better find a way to configure amdgpu or try again with kernel 4.7 when it's released . – Thanos Apostolou Jun 23 '16 at 23:54amdgpu.powerplay=1
to grub the same way as before as shown here http://www.phoronix.com/scan.php?page=news_item&px=AMDGPU-PP-4.5-Steps&utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+Phoronix+%28Phoronix%29 (don't know if it works for kernel 4.6). – Thanos Apostolou Jun 24 '16 at 00:17