riverscn Posted March 19, 2013 Share Posted March 19, 2013 ATi 7850 in 10.8.3 needs patch kexts (AMDRadeonAccelerator.kext & ATI7000Controller.kext) Replace text '0x68181002' in Info.plist with '0x68191002' to both kexts. How can I use Clover's KextsToPatch to do this? I tried but I failed. <key>0</key> <dict> <key>Name</key> <string>AMDRadeonAccelerator</string> <key>Find</key> <string>0x68181002</string> <key>Replace</key> <string>0x68191002</string> </dict> <key>1</key> <dict> <key>Name</key> <string>ATI7000Controller</string> <key>Find</key> <string>0x68181002</string> <key>Replace</key> <string>0x68191002</string> </dict> Won't work. You will see a black screen when start Clover and can't do anything. I've tried use base64 to encode hex '0x68181002' and set the type to <data>. It didn't work either. Link to comment https://www.insanelymac.com/forum/topic/287207-how-to-use-clover-to-patch-kexts-for-ati-hd-7850-in-1083/ Share on other sites More sharing options...
alexanderq Posted March 19, 2013 Share Posted March 19, 2013 <key>0</key> <dict> <key>Name</key> <string>AMDRadeonAccelerator</string> <key>InfoPlistPatch</key> <string>Yes</string> <key>Find</key> <string>0x68181002</string> <key>Replace</key> <string>0x68191002</string> </dict> But you have to post your questions to clover thread http://www.insanelymac.com/forum/topic/284656-clover-general-discussion/ 2 Link to comment https://www.insanelymac.com/forum/topic/287207-how-to-use-clover-to-patch-kexts-for-ati-hd-7850-in-1083/#findComment-1898552 Share on other sites More sharing options...
riverscn Posted March 19, 2013 Author Share Posted March 19, 2013 <key>0</key> <dict> <key>Name</key> <string>AMDRadeonAccelerator</string> <key>InfoPlistPatch</key> <string>Yes</string> <key>Find</key> <string>0x68181002</string> <key>Replace</key> <string>0x68191002</string> </dict> But you have to post your questions to clover thread http://www.insanelym...ral-discussion/ Thank you. I will post to the right place next time. Link to comment https://www.insanelymac.com/forum/topic/287207-how-to-use-clover-to-patch-kexts-for-ati-hd-7850-in-1083/#findComment-1898568 Share on other sites More sharing options...
fltr Posted December 3, 2013 Share Posted December 3, 2013 Hi man did your card with these changes worked? I have same one too. Link to comment https://www.insanelymac.com/forum/topic/287207-how-to-use-clover-to-patch-kexts-for-ati-hd-7850-in-1083/#findComment-1973344 Share on other sites More sharing options...
Benjamin0789 Posted September 6, 2015 Share Posted September 6, 2015 Someone, made this card work in Yosemite ? AMD Radeon 7850 Link to comment https://www.insanelymac.com/forum/topic/287207-how-to-use-clover-to-patch-kexts-for-ati-hd-7850-in-1083/#findComment-2165994 Share on other sites More sharing options...
Recommended Posts