Contribute
Register

[SUCCESS] CLOVER Acer Nitro 5 AN515-52 i7 8750H+1050 Ti+10.13.6+Intel VRAM & Trackpad Fix Guide

Status
Not open for further replies.
i just read on dortania that if mac doesn't support NVIDIA anymore especially with GTX 1050, and it says that better use iMac14,2 for better apple support for updates
if your laptop has also intel graphics, then you will be using that instead of your nvidia card as dual gpu (nvidia optimus) is not supported on laptop hacks

check in windows device manager under graphics to see what is listed
 
if your laptop has also intel graphics, then you will be using that instead of your nvidia card as dual gpu (nvidia optimus) is not supported on laptop hacks

check in windows device manager under graphics to see what is listed
 

Attachments

  • Capture.PNG
    Capture.PNG
    34.6 KB · Views: 80
As per rules, please update your hardware profile to allow others to help you easier

please read the faq for proper hardware profile setup:

Motherboard should say the make and model of your laptop

Graphics should say your intel graphics



you should be using:
MacBookPro15,2

you can remove:
SSDT.aml because you already have:

Code:
<key>PluginType</key>
                <true/>
also remove:
Code:
<key>PluginType</key>
            <string>1</string>
as that does the same as above

doubt that you need:
SSDT-XCPM.aml

you probably do not need;
Code:
<dict>
                    <key>Comment</key>
                    <string>change EHC1 to EH01</string>
                    <key>Disabled</key>
                    <false/>
                    <key>Find</key>
                    <data>RUhDMQ==</data>
                    <key>Replace</key>
                    <data>RUgwMQ==</data>
                </dict>
                <dict>
                    <key>Comment</key>
                    <string>change EHC2 to EH02</string>
                    <key>Disabled</key>
                    <false/>
                    <key>Find</key>
                    <data>RUhDMg==</data>
                    <key>Replace</key>
                    <data>RUgwMg==</data>
                </dict>

you do not need:
Code:
<dict>
                    <key>Comment</key>
                    <string>change HDAS to HDEF</string>
                    <key>Disabled</key>
                    <false/>
                    <key>Find</key>
                    <data>SERBUw==</data>
                    <key>Replace</key>
                    <data>SERFRg==</data>
                </dict>
                <dict>
                    <key>Comment</key>
                    <string>change GFX0 to IGPU</string>
                    <key>Disabled</key>
                    <false/>
                    <key>Find</key>
                    <data>R0ZYMA==</data>
                    <key>Replace</key>
                    <data>SUdQVQ==</data>
                </dict>
                <dict>
                    <key>Comment</key>
                    <string>change PEGP to GFX0</string>
                    <key>Disabled</key>
                    <false/>
                    <key>Find</key>
                    <data>UEVHUA==</data>
                    <key>Replace</key>
                    <data>R0ZYMA==</data>
                </dict>

doubt that you need to have:
Code:
<dict>
                <key>Comment</key>
                <string>t0-10.12-Kaby_Audio_Controller</string>
                <key>Disabled</key>
                <false/>
                <key>Find</key>
                <data>PXCh</data>
                <key>InfoPlistPatch</key>
                <false/>
                <key>MatchOS</key>
                <string>10.12.x,10.13x</string>
                <key>Name</key>
                <string>com.apple.driver.AppleHDAController</string>
                <key>Replace</key>
                <data>PfCi</data>
            </dict>
            <dict>
                <key>Comment</key>
                <string>t1-10.8-AppleHDA-Realtek-ALC887</string>
                <key>Disabled</key>
                <false/>
                <key>Find</key>
                <data>ixnUEQ==</data>
                <key>InfoPlistPatch</key>
                <false/>
                <key>Name</key>
                <string>com.apple.driver.AppleHDA</string>
                <key>Replace</key>
                <data>hwjsEA==</data>
            </dict>
            <dict>
                <key>Comment</key>
                <string>t1-AppleHDA-Resources-xml&gt;zml-(cloverALC-all_codecs)</string>
                <key>Disabled</key>
                <false/>
                <key>Find</key>
                <data>eG1sLnps</data>
                <key>InfoPlistPatch</key>
                <false/>
                <key>Name</key>
                <string>com.apple.driver.AppleHDA</string>
                <key>Replace</key>
                <data>em1sLnps</data>
            </dict>
            <dict>
                <key>Comment</key>
                <string>t1-10.11-AppleHDA-Realtek-ALC...(cloverALC-all_codecs)</string>
                <key>Disabled</key>
                <false/>
                <key>Find</key>
                <data>gxnUEQ==</data>
                <key>InfoPlistPatch</key>
                <false/>
                <key>MatchOS</key>
                <string>10.11.x</string>
                <key>Name</key>
                <string>com.apple.driver.AppleHDA</string>
                <key>Replace</key>
                <data>AAAAAA==</data>
            </dict>

you can also disable:
NvidiaWeb

keep your kexts in clover/kexts/other folder

no need for 2 battery kexts, try removing:
ACPIBatteryManager.kext
XHCI-200-series-injector.kext
 
As per rules, please update your hardware profile to allow others to help you easier

please read the faq for proper hardware profile setup:

Motherboard should say the make and model of your laptop

Graphics should say your intel graphics



you should be using:
MacBookPro15,2

you can remove:
SSDT.aml because you already have:

Code:
<key>PluginType</key>
                <true/>
also remove:
Code:
<key>PluginType</key>
            <string>1</string>
as that does the same as above

doubt that you need:
SSDT-XCPM.aml

you probably do not need;
Code:
<dict>
                    <key>Comment</key>
                    <string>change EHC1 to EH01</string>
                    <key>Disabled</key>
                    <false/>
                    <key>Find</key>
                    <data>RUhDMQ==</data>
                    <key>Replace</key>
                    <data>RUgwMQ==</data>
                </dict>
                <dict>
                    <key>Comment</key>
                    <string>change EHC2 to EH02</string>
                    <key>Disabled</key>
                    <false/>
                    <key>Find</key>
                    <data>RUhDMg==</data>
                    <key>Replace</key>
                    <data>RUgwMg==</data>
                </dict>

you do not need:
Code:
<dict>
                    <key>Comment</key>
                    <string>change HDAS to HDEF</string>
                    <key>Disabled</key>
                    <false/>
                    <key>Find</key>
                    <data>SERBUw==</data>
                    <key>Replace</key>
                    <data>SERFRg==</data>
                </dict>
                <dict>
                    <key>Comment</key>
                    <string>change GFX0 to IGPU</string>
                    <key>Disabled</key>
                    <false/>
                    <key>Find</key>
                    <data>R0ZYMA==</data>
                    <key>Replace</key>
                    <data>SUdQVQ==</data>
                </dict>
                <dict>
                    <key>Comment</key>
                    <string>change PEGP to GFX0</string>
                    <key>Disabled</key>
                    <false/>
                    <key>Find</key>
                    <data>UEVHUA==</data>
                    <key>Replace</key>
                    <data>R0ZYMA==</data>
                </dict>

doubt that you need to have:
Code:
<dict>
                <key>Comment</key>
                <string>t0-10.12-Kaby_Audio_Controller</string>
                <key>Disabled</key>
                <false/>
                <key>Find</key>
                <data>PXCh</data>
                <key>InfoPlistPatch</key>
                <false/>
                <key>MatchOS</key>
                <string>10.12.x,10.13x</string>
                <key>Name</key>
                <string>com.apple.driver.AppleHDAController</string>
                <key>Replace</key>
                <data>PfCi</data>
            </dict>
            <dict>
                <key>Comment</key>
                <string>t1-10.8-AppleHDA-Realtek-ALC887</string>
                <key>Disabled</key>
                <false/>
                <key>Find</key>
                <data>ixnUEQ==</data>
                <key>InfoPlistPatch</key>
                <false/>
                <key>Name</key>
                <string>com.apple.driver.AppleHDA</string>
                <key>Replace</key>
                <data>hwjsEA==</data>
            </dict>
            <dict>
                <key>Comment</key>
                <string>t1-AppleHDA-Resources-xml&gt;zml-(cloverALC-all_codecs)</string>
                <key>Disabled</key>
                <false/>
                <key>Find</key>
                <data>eG1sLnps</data>
                <key>InfoPlistPatch</key>
                <false/>
                <key>Name</key>
                <string>com.apple.driver.AppleHDA</string>
                <key>Replace</key>
                <data>em1sLnps</data>
            </dict>
            <dict>
                <key>Comment</key>
                <string>t1-10.11-AppleHDA-Realtek-ALC...(cloverALC-all_codecs)</string>
                <key>Disabled</key>
                <false/>
                <key>Find</key>
                <data>gxnUEQ==</data>
                <key>InfoPlistPatch</key>
                <false/>
                <key>MatchOS</key>
                <string>10.11.x</string>
                <key>Name</key>
                <string>com.apple.driver.AppleHDA</string>
                <key>Replace</key>
                <data>AAAAAA==</data>
            </dict>

you can also disable:
NvidiaWeb

keep your kexts in clover/kexts/other folder

no need for 2 battery kexts, try removing:
ACPIBatteryManager.kext
XHCI-200-series-injector.kext
for keyboard and synaptic touchpad, it's not detected, whay should I do..?
 
i just read on dortania that if mac doesn't support NVIDIA anymore especially with GTX 1050, and it says that better use iMac14,2 for better apple support for updates
Hello, I bought the same laptop and wanted to install a hackintosh, but I ran into a bunch of problems: but the touchpad, keyboard, graphics do not start and Wi-Fi does not work. In general, the system is absolutely not working. Did you manage to find the optimal config.plist and build kexts? This is machine translation, there may be errors.
 
Hello, I bought the same laptop and wanted to install a hackintosh, but I ran into a bunch of problems: but the touchpad, keyboard, graphics do not start and Wi-Fi does not work. In general, the system is absolutely not working. Did you manage to find the optimal config.plist and build kexts? This is machine translation, there may be errors.

FYI if you are interested I now have a full new Opencore Monterey 12.3 build for the Acer Nitro 5 here where everything is working including the trackpad, WiFi and Bluetooth:
> https://www.tonymacx86.com/threads/...7-8750h-samsung-1tb-960-evo-pcie-nvme.319629/
 
Status
Not open for further replies.
Back
Top