Jump to content

How to use Clover to patch kexts for ATI HD 7850 in 10.8.3


5 posts in this topic

Recommended Posts

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
Share on other sites

<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/

  • Like 2
Link to comment
Share on other sites

<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
Share on other sites

  • 8 months later...
  • 1 year later...
 Share

×
×
  • Create New...