Improving heat management after macbookpro 2011 discrete GPU fix, also a script to automate part of the fix process
Taken from StackExchange
Thanks to LangLangC
sudo mkdir -p /Library/LoginHooksudo nano /Library/LoginHook/LoadX3000.sh#!/bin/bash
kextload /System/Library/Extensions-off/AMDRadeonX3000.kext
pmset -a force gpuswitch 0 # undocumented/experimental
exit 0Use
ctrl + oto save andctrl + xexit
sudo chmod a+x /Library/LoginHook/LoadX3000.shsudo defaults write com.apple.loginwindow LoginHook /Library/LoginHook/LoadX3000.shkextstat | grep AMD... com.apple.kext.AMDLegacySupport (1.5.1) ...
... com.apple.kext.AMD6000Controller (1.5.1) ...
... com.apple.kext.AMDSupport (1.5.1) ...
... com.apple.kext.AMDLegacyFramebuffer (1.5.1) ...
And this
... com.apple.AMDRadeonX3000 (1.5.1) ...
should also appear on the listCommand + r + snvram boot-args="-v agc=0"rebootsudo nano /force-iGPU-boot.sh#/bin/sh
sudo nvram boot-args="-v"
sudo nvram fa4ce28d-b62f-4c99-9cc3-6815686e30f9:gpu-power-prefs=%01%00%00%00
exit 0sudo chmod a+x /force-iGPU-boot.shsh /force-iGPU-boot.sh

Thankyou so much for the GPU solution and this temperature thing.
I followed your steps to the letter. I have chosen to run Sierra rather than High Sierra, High Sierra seems to make everything run hotter.
I reflowed the computer first and re-pasted everything whilst I was at it, this enabled me to get the OS installed and then I did your software modification.
I have Macs fan control installed now, controlling by CPU Proximity, 50-70deg. Fans hover on 2000rpm mostly and everythings cool.
I also found a method of increasing the HD3000 virtual memory from 512 to 1024mb, not sure if it makes much difference though.
It's great to still be able to use this 17" MBP and I without your solution I wouldn't have my screen brightness.