Contribute
Register

Enabling AMD RX 4XX cards in Sierra.

Status
Not open for further replies.

Great! I do not know how to thank you. If you disable the main monitor (HD5450), the other (RX480) becomes the main one with all features, icons, and notifications.
Only one thing I would like to ask you, can you permanently set this feature when i start the mac? Or, does the HD5450 card automatically turn off as an automation? This card is just for booting and I would not slow down the heaviest applications like Finalcut.
Thank you.
 
waiting for 10.12.5 update guides anyone has it running ?
I have been attempting it with no success so far. I do know that the pciid strings have been deleted from the AMD9510Controller.kext and the AMDRadeonX4100.kext files so those will need to be reentered
 
Only one thing I would like to ask you, can you permanently set this feature when i start the mac?
Create text file (for example "MyScript.sh") with bash script:
Code:
#!/bin/bash
/Applications/DisableMonitor.app/Contents/MacOS/DisableMonitor --disable YourMonitorID
Fix permission to execute it with the following command:
Code:
chmod 711 MyScript.sh
And add it to startup items.
Don't forget to drop DisableMonitor.app to Applications folder
 
waiting for 10.12.5 update guides anyone has it running ?
Nothing new since 10.12.4, just install most recent version of Clover

I do know that the pciid strings have been deleted from the AMD9510Controller.kext and the AMDRadeonX4100.kext files so those will need to be reentered
Only 68EF in 9510 and 68E0/FF/EF in 4100

Screen Shot 2017-05-19 at 00.55.11.png Screen Shot 2017-05-19 at 01.06.54.png Screen Shot 2017-05-19 at 01.11.56.png
 
I have a mobo h170n wifi and you like to config RX 480, any simple step by step ?
 
please confirm if any skylake 6700hq with hd530 and rx 480 have got 10.12.5 update working ?mine did not work its black screen I had to use backups now back to 10.12.4
 
I have messed up there is only black screen it doesn't work for me
Try this:
Code:
    <key>Devices</key>
    <dict>
        <key>Arbitrary</key>
        <array>
            <dict>
                <key>Comment</key>
                <string>Inject AMD Radeon RX 480</string>
                <key>CustomProperties</key>
                <array>
                    <dict>
                        <key>Key</key>
                        <string>@0,device_type</string>
                        <key>Value</key>
                        <string>display</string>
                    </dict>
                    <dict>
                        <key>Key</key>
                        <string>@0,name</string>
                        <key>Value</key>
                        <string>ATY,Dayman</string>
                    </dict>
                    <dict>
                        <key>Key</key>
                        <string>@0,compatible</string>
                        <key>Value</key>
                        <string>ATY,Dayman</string>
                    </dict>
                    <dict>
                        <key>Key</key>
                        <string>@1,device_type</string>
                        <key>Value</key>
                        <string>display</string>
                    </dict>
                    <dict>
                        <key>Key</key>
                        <string>@1,name</string>
                        <key>Value</key>
                        <string>ATY,Dayman</string>
                    </dict>
                    <dict>
                        <key>Key</key>
                        <string>@1,compatible</string>
                        <key>Value</key>
                        <string>ATY,Dayman</string>
                    </dict>
                    <dict>
                        <key>Key</key>
                        <string>@2,device_type</string>
                        <key>Value</key>
                        <string>display</string>
                    </dict>
                    <dict>
                        <key>Key</key>
                        <string>@2,name</string>
                        <key>Value</key>
                        <string>ATY,Dayman</string>
                    </dict>
                    <dict>
                        <key>Key</key>
                        <string>@2,compatible</string>
                        <key>Value</key>
                        <string>ATY,Dayman</string>
                    </dict>
                    <dict>
                        <key>Key</key>
                        <string>@3,device_type</string>
                        <key>Value</key>
                        <string>display</string>
                    </dict>
                    <dict>
                        <key>Key</key>
                        <string>@3,name</string>
                        <key>Value</key>
                        <string>ATY,Dayman</string>
                    </dict>
                    <dict>
                        <key>Key</key>
                        <string>@3,compatible</string>
                        <key>Value</key>
                        <string>ATY,Dayman</string>
                    </dict>
                    <dict>
                        <key>Key</key>
                        <string>@4,device_type</string>
                        <key>Value</key>
                        <string>display</string>
                    </dict>
                    <dict>
                        <key>Key</key>
                        <string>@4,name</string>
                        <key>Value</key>
                        <string>ATY,Dayman</string>
                    </dict>
                    <dict>
                        <key>Key</key>
                        <string>@4,compatible</string>
                        <key>Value</key>
                        <string>ATY,Dayman</string>
                    </dict>
                    <dict>
                        <key>Key</key>
                        <string>model</string>
                        <key>Value</key>
                        <string>AMD Radeon RX 480</string>
                    </dict>
                    <dict>
                        <key>Key</key>
                        <string>device_type</string>
                        <key>Value</key>
                        <string>ATY,DaymanParent</string>
                    </dict>
                    <dict>
                        <key>Key</key>
                        <string>name</string>
                        <key>Value</key>
                        <string>ATY,DaymanParent</string>
                    </dict>
                    <dict>
                        <key>Key</key>
                        <string>device-id</string>
                        <key>Value</key>
                        <data>72cAAA==</data>
                    </dict>
                    <dict>
                        <key>Key</key>
                        <string>vendor-id</string>
                        <key>Value</key>
                        <data>AhAAAA==</data>
                    </dict>
                </array>
                <key>PciAddr</key>
                <string>01:00.00</string>
            </dict>
        </array>
----
    <key>Graphics</key>
    <dict>
        <key>Inject</key>
        <dict>
            <key>ATI</key>
            <false/>
        </dict>
    </dict>
----
        <key>KextsToPatch</key>
        <array>
            <dict>
                <key>Name</key>
                <string>AMDRadeonX4100</string>
                <key>Comment</key>
                <string>Change_init_from_BAFFIN_to_ELLESMERE-(C)_by_Fl0r!an_2016</string>
                <key>Disabled</key>
                <false/>
                <key>Find</key>
                <data>6EmF/v++SAEAAEyJ9w==</data>
                <key>Replace</key>
                <data>6EbkAAC+SAEAAEyJ9w==</data>
            </dict>
            <dict>
                <key>Name</key>
                <string>AMDRadeonX4100</string>
                <key>Comment</key>
                <string>Remove_CU_limit_of_RX4x0-(C)_by_okrasit_2016</string>
                <key>Disabled</key>
                <false/>
                <key>Find</key>
                <data>D0LIiYuAAAAARIizmQAAAESIcyA=</data>
                <key>Replace</key>
                <data>kJCQiYuAAAAARIizmQAAAESIcyA=</data>
            </dict>
            <dict>
                <key>Name</key>
                <string>AMDRadeonX4100</string>
                <key>Comment</key>
                <string>Change_#_of_RX4x0_CUs-(C)_by_okrasit_2016</string>
                <key>Disabled</key>
                <false/>
                <key>Find</key>
                <data>SLgCAAAAAQAAAEiJQ1THQ3wIAAAA</data>
                <key>Replace</key>
                <data>SLgEAAAAAQAAAEiJQ1THQ3wSAAAA</data>
            </dict>
        </array>
----
Insert your's card address in PciAddr
 
Status
Not open for further replies.
Back
Top