Jump to content

Amd Radeon HD 7*** issue


TechGuru
 Share

11 posts in this topic

Recommended Posts

so the issue is my card name is Asus Radeon HD 7970 but as you can see in the picture it shows as AMD radeon hd 7*** now is their a fix for this cause a dsdt never fixed it and this is my well ya know and even in cloverv2 it does not patch the name issus and i have that setup to boot in 10.8.4 and 10.9 mavericks 

 

<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>AtiConfig</key>
<string>Aji</string>
<key>AtiPorts</key>
<string>6</string>
<key>Credits</key>
<string>Created with Champlist</string>
<key>EthernetBuiltIn</key>
<string>Yes</string>
<key>GenerateCStates</key>
<string>Yes</string>
<key>GeneratePStates</key>
<string>Yes</string>
<key>Graphics</key>
<dict>
<key>FBCOnfig</key>
<string>Aji</string>
<key>Graphicsennabler</key>
<true/>
<key>Injectedid</key>
<true/>
<key>Model</key>
<string>Asus Radeon HD 7970</string>
</dict>
<key>Kernel Flags</key>
<string>-f npci=0x2000</string>
<key>PciRoot</key>
<string>1</string>
<key>SMBIOS</key>
<string>/Volumes/OS X Base System/Extra/smbios.plist</string>
<key>SystemType</key>
<string>1</string>
<key>Theme</key>
<string>AngelBird</string>
<key>Timeout</key>
<string>9</string>
<key>USBBusFix</key>
<string>Yes</string>
</dict>
</plist>
 
 
 
 

post-840443-0-14618400-1371148177_thumb.png

Link to comment
Share on other sites

  • 4 months later...

How did you get your ATI card to work? I can only get mine to boot in safe mode

Please help

 

I got a 7950

AFAIK, 7950 should work natively especially in Mavericks GM, except white screen bug (before login screen) if any.

Link to comment
Share on other sites

  • 1 month later...

You have to delete the kexts relative to nVidia, Radeon and Intel graphics and then select a proper framebuffer and port to get the GPU correctly installed.

 

See this thread - http://www.insanelymac.com/forum/topic/292647-no-video-playback-on-hd7770/

Tudo bem Poispois?

Can you help me here please?

 

I've just added the DSDT code:

 

  Method (_DSM, 4, NotSerialized)
                {
                    Store (Package (0x10)
                        {
                            "AAPL,slot-name", 
                            Buffer (0x07)
                            {
                                "Slot-1"
                            }, 
                            "device-id", 
                            Buffer (0x04)
                            {
                                0x98, 0x67, 0x00, 0x00
                            }, 
                            "@0,name", 
                            Buffer (0x0D)
                            {
                                "ATY,Aji"
                            }, 
                            "@1,name", 
                            Buffer (0x0D)
                            {
                                "ATY,Aji"
                            }, 
                            "@2,name", 
                            Buffer (0x0D)
                            {
                                "ATY,Aji"
                            }, 
                            "@3,name", 
                            Buffer (0x0D)
                            {
                                "ATY,Aji"
                            }, 
                            "model", 
                            Buffer (0x13)
                            {
                                "AMD Radeon HD 7970"
                            }, 
                            "hda-gfx", 
                            Buffer (0x0A)
                            {
                                "onboard-1"
                            }
                        }, Local0)
                    DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
                    Return (Local0)
                }
            }
 
 
Looks ok, but can't wake from sleep.
 
Im using 10.9 / Chameleon.
 
Do i need to change frame buffers??
 
Tks a zillion!!

 

 

Link to comment
Share on other sites

 Share

×
×
  • Create New...