Jump to content

7470 card and Mavericks


mats42
 Share

9 posts in this topic

Recommended Posts

Hi

 

I'm rather new to hackintosh so It migt be a "stupid" question but I'm trying to get a Radeon 7470 card to work with Mavericks and Clover. 

It's unfortunally a Suppermarket type box with a Locked BIOS so I have to use UEFI and Clover but I got that working after some heavy googleabuse.

 

Now everything works but I'm stuck with 1024X764 and I kind of would like some more :)

 

Is there anyway to get it better?

Link to comment
Share on other sites

Thank you. 

 

I will try that. 

By the way that was a nice editor. Would you care telling me where I could find it? Seems safer than hacking through textedit.

 

I do not know if it is required but under about this mac/system report/ graphics it says no Kext loaded ....

Do i need to do something about that?

Link to comment
Share on other sites

hello

 

read here how to

 

ATI Graphics

 

if use chameleon .. must use forced edid

 

u can grab mine in myoxfiles in my signature

 

if use clover

 

Graphics

 

InjectEDID

 

LoadVBios=True

 

and use one of the ati frambuffers

 

good hack

Link to comment
Share on other sites

hello

 

u should edit ur post title

 

anyway to that work

 

must be loaded amd7000controller and amdradeon4000x.kext

 

amdsupport.kext

 

and if use a framebuffer

 

amdframebuffer.kext

 

now probably are loaded only one of them .. the first ones ..

 

u can check in terminal

 

kextstat | grep AMD

 

good hack

  • Like 1
Link to comment
Share on other sites

Thanks.

 

What I finally did to make it work was to modify the amd7000controller plist to include my device id. 

I did copy that kext to my EFI drive (don't know if it is needed)

I then did edit my clover config.plist on both my system drive and the EFI drive so that it has a graphics section that says

 

<key>Graphics</key>

<dict>
<key>Inject</key>
<dict>
<key>ATI</key>
<true/>
<key>Intel</key>
<false/>
<key>NVidia</key>
<false/>
</dict>
<key>InjectEDID</key>
<true/>
<key>LoadVBios</key>
<true/>
</dict>
 
:)
  • Like 1
Link to comment
Share on other sites

hello

 

u can try patch the kext on fly with that change by clover.. then u don't have updates problems..

 

KernelAndKextPatches

<dict>
<key>Name</key>
<string>AppleHDAController</string>
<key>Comment</key>
<string>Patch_to_not_load_this_driver</string>
<key>InfoPlistPatch</key>
<true/>
<key>Find</key>
<string>0x04020000</string>
<key>Replace</key>
<string>0x44220000</string>
</dict>

that is one of examples

 

good hack

Link to comment
Share on other sites

 Share

×
×
  • Create New...