On 12.04 I used to utilize this procedure, to power off my ATI graphics and prevent my system from overheating, it worked fine.
After installing 16.04, I've been trying everything I could find on the net, but no solution. My system runs extremely hot, causing the fans to run at max almost all the time. Can anybody come up with a little hack to shutdown that discrete ATI Radeon card?
thanks.
M.Schoofs
System: HP Pavilion dv7-6190ed (FW F.18) [AMD/ATI] Whistler [Radeon HD 6730M/6770M/7690M XT]
Best Answer
Following Neni's answer, I had kernel panic after sleep. I solved my problem by adding
radeon.modeset=0 amdgpu.runpm=0 acpi_backlight=intel_backlight
toGRUB_CMDLINE_LINUX_DEFAULT
To edit file :
Find line :
And replace with :
To regenerate config :
Reboot :
What those options do :
radeon.modeset=0
disables radeon driveramdgpu.runpm=0
disables the power management from amdgpu driveracpi_backlight=intel_backlight
uses intel driver to control laptop screen backlightOfficial bug report suggests as a workaround either manually install newer kernel (which you would have to manually update) or run those steps :
/etc/default/grub: Add amdgpu.runpm=0 to GRUB_CMDLINE_LINUX_DEFAULT
Included above.
/etc/rc.local: Add the following command:
This step caused my system to freeze on shutdown so I just skipped it./etc/X11/xorg.conf: Create the file if it doesn't exist, and add the following in order to get the backlight controls working (otherwise it would be misdetected):
This step is replaced replaced above byacpi_backlight=intel_backlight