- Joined
- Jun 2, 2016
- Messages
- 71
- Motherboard
- Dell Precision T3500 - A17
- CPU
- W3690
- Graphics
- RX 580
- Mac
-
- Mobile Phone
-
I'm keen to switch to using Lilu/WEG, as I'm having issues (see HERE) installing Mojave which I believe it may solve. To do this however I need to understand the following.
My current setup using a Gigabyte Radeon RX 560 Gaming OC 4G requires frame buffer patching, first to select the Acre frame buffer and then a patch to correct the connectors.
The selection of the Acre frame buffer is done thus:
The frame buffer is then patched thus. This relies on the Acre frame buffer being in place so I know what's being patched against. Without this knowledge I don't know what to find in order to replace it, as I'm not sure where the default frame buffer definition comes from. How would I use this new patching mechanism in such a case?
Thanks,
Steve
My current setup using a Gigabyte Radeon RX 560 Gaming OC 4G requires frame buffer patching, first to select the Acre frame buffer and then a patch to correct the connectors.
The selection of the Acre frame buffer is done thus:
Code:
<key>Graphics</key>
<dict>
<key>FBName</key>
<string>Acre</string>
<key>Inject</key>
<dict>
<key>ATI</key>
<true/>
</dict>
<key>RadeonDeInit</key>
<string>true</string>
</dict>
The frame buffer is then patched thus. This relies on the Acre frame buffer being in place so I know what's being patched against. Without this knowledge I don't know what to find in order to replace it, as I'm not sure where the default frame buffer definition comes from. How would I use this new patching mechanism in such a case?
Code:
<key>KernelAndKextPatches</key>
<dict>
<array>
<dict>
<key>Comment</key>
<string>ATI Connector patch new way</string>
<key>Disabled</key>
<false/>
<key>Find</key>
<data>AAQAAAQDAAAAAQEBAAAAABECAgEAAAAAAAgAAAQCAAAAAQIAAAAAACEDBQQAAAAABAAAAAQCAAAAAQMAAAAAAAAAAwUAAAAA</data>
<key>InfoPlistPatch</key>
<false/>
<key>Name</key>
<string>AMD9500Controller</string>
<key>Replace</key>
<data>AAQAAAQDAAAAAQMAAAAAABECBQEAAAAAAAgAAAQCAAAAAQIAAAAAACEDAwQAAAAABAAAABQCAAAAAQEAAAAAABAABAUAAAAA</data>
</dict>
</array>
</dict>
Thanks,
Steve