For everyone struggling with no brightness controls using a MacBook Pro with disabled AMD GPU:
I got brightness and sleep fully working in Mojave 10.14.1 by using the same trick as I always used since my dGPU has failed two years ago:
NVRAM trick to use Intel GPU as default without installing the application from the page, but instead copying all the AMD kexts to the System Root:
"MojaveInstall" is the USB drive created with the patcher tool.
and afterwards following this guide.Code:sudo /Volumes/MojaveInstall/Applications/Utilities/macOS\ Post\ Install.app/Contents/Resources/legacyGPUPatch.sh "" /Volumes/MojaveInstall/Applications/Utilities/macOS\ Post\ Install.app/Contents/Resources
If everything succeeds, the output of "kextstat |grep AMD" should look like this:
Code:MacBook-Pro:~ Steffen$ kextstat |grep AMD 136 2 0xffffff7f830a2000 0x122000 0x122000 com.apple.kext.AMDLegacySupport (1.6.6) B7ED5B85-C76E-33EF-BB44-33CA9D9042BB <124 13 12 8 6 5 3 1> 153 0 0xffffff7f83263000 0x12e000 0x12e000 com.apple.kext.AMD6000Controller (1.6.6) 774DEC5B-95D1-3A18-B4D7-0469DAB59E23 <136 124 13 12 6 5 3 1> 169 0 0xffffff7f83845000 0x22000 0x22000 com.apple.kext.AMDLegacyFramebuffer (1.6.6) C17741E6-97E9-3F0B-8EF8-533036EADFFD <136 124 13 12 8 6 5 3 1> 189 0 0xffffff7f83a45000 0x568000 0x568000 com.apple.kext.AMDRadeonX3000 (1.6.6) 15040C17-BF99-32F1-85C5-7C0D409F1288 <188 175 124 13 8 6 5 3 1>
Hi steffend! Thanks for share! But how (or when) you had applied this trick? Did you done the install with dosdude1 mojave patcher and don't applied the script to disable AMD GPU? I have a late 2011 17 inch and after mojave patch and disabling gpu I lost brightness control... Thanks in advance!