Contribute
Register

GTX 980 TI - Mac OS Sierra 11.12.3

Status
Not open for further replies.
Yeah, as I said, the AGDPfix didn't work for me on 10.12.3. Try Pike R. Alpha's Clover patch tomorrow...

You mean this part? If so I haven't tried this:

Change Config1 to none in the above mentioned info.plist
 
This part:

Screen Shot 2017-01-26 at 2.51.59 AM.png
 
That should be added to your config.plist. You can use Xcode or PlistEdit Pro to add it.
 
That should be added to your config.plist. You can use Xcode or PlistEdit Pro to add it.

The config list in my Clover EFI I assume? Alright, formatting it and trying it now.

Was actually just Googling how to patch a Kext.

This is what I have now,
Code:
<dict>
        <key>InjectKexts</key>
        <string>Yes</string>
        <key>InjectSystemID</key>
        <true/>
        <key>NvidiaWeb</key>
        <true/>
    </dict>

Is this the correct way?
Code:
<dict>
        <key>InjectKexts</key>
        <string>Yes</string>
        <key>InjectSystemID</key>
        <true/>
        <key>NvidiaWeb</key>
        <true/>
    </dict>
    <dict>
                <key>Comment</key>
                <string>AppleGraphicsDevicePolicy (board-id) Patch (c) Pike R. Alpha</string>
                <key>Find</key>
                <data>
                Ym9hcmQtaWQ=
                </data>
                <key>Name</key>
                <string>AppleGraphicsDevicePolicy</string>
                <key>Replace</key>
                <data>
                Ym9hcmQtaXg=
                </data>
            </dict>
</dict>
</plist>
 
Yes. The config.plist is located in the EFI partition, /EFI/Clover/ folder.
 
Yes. The config.plist is located in the EFI partition, /EFI/Clover/ folder.

This the correct way?
Code:
<dict>
        <key>InjectKexts</key>
        <string>Yes</string>
        <key>InjectSystemID</key>
        <true/>
        <key>NvidiaWeb</key>
        <true/>
    </dict>
    <dict>
                <key>Comment</key>
                <string>AppleGraphicsDevicePolicy (board-id) Patch (c) Pike R. Alpha</string>
                <key>Find</key>
                <data>
                Ym9hcmQtaWQ=
                </data>
                <key>Name</key>
                <string>AppleGraphicsDevicePolicy</string>
                <key>Replace</key>
                <data>
                Ym9hcmQtaXg=
                </data>
            </dict>
</dict>
</plist>
 
The config list in my Clover EFI I assume? Alright, formatting it and trying it now.

Was actually just Googling how to patch a Kext.

This is what I have now,
Code:
<dict>
        <key>InjectKexts</key>
        <string>Yes</string>
        <key>InjectSystemID</key>
        <true/>
        <key>NvidiaWeb</key>
        <true/>
    </dict>

Is this the correct way?
Code:
<dict>
        <key>InjectKexts</key>
        <string>Yes</string>
        <key>InjectSystemID</key>
        <true/>
        <key>NvidiaWeb</key>
        <true/>
    </dict>
    <dict>
                <key>Comment</key>
                <string>AppleGraphicsDevicePolicy (board-id) Patch (c) Pike R. Alpha</string>
                <key>Find</key>
                <data>
                Ym9hcmQtaWQ=
                </data>
                <key>Name</key>
                <string>AppleGraphicsDevicePolicy</string>
                <key>Replace</key>
                <data>
                Ym9hcmQtaXg=
                </data>
            </dict>
</dict>
</plist>

No, it should be in the "KextsToPatch" section.
 
Please attach your config.plist, I can add for you.

Also, keep in mind that you MUST disable the HD 530 in BIOS when using this patch.
 
Please attach your config.plist, I can add for you.

Also, keep in mind that you MUST disable the HD 530 in BIOS when using this patch.

I've attached my config.plist. Restarted before I read your message and still got a black screen. How would I go around disabling my HD 530? Also, would disabling that cause any issues with my Windows Drive booting up?

About to Google how to disable that.
 

Attachments

  • config.plist
    5.6 KB · Views: 222
Status
Not open for further replies.
Back
Top