Contribute
Register

Anyone got ASUS Radeon HD 6870 working?

Status
Not open for further replies.
lamous maximusprimus My board is ep45-ud3p. Updated to 10.8 few days ago. all works except sleep. My new(sacandhand card) Shipre 6870 arived this morning as upgrade for gtx9800. Ive tryd everything what i found on this forum but boot always stopes and scvren goes off. I changed mu boot plist similar to this one here and still the same. Tell me please what is wrong here.


<?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>Duckweed</string>
<key>AtiPorts</key>
<string>5</string>
<key>EthernetBuiltIn</key>
<string>Yes</string>
<key>GeneratePStates</key>
<string>Yes</string>
<key>GraphicsEnabler</key>
<string>Yes</string>
<key>Kernel</key>
<string>mach_kernel</string>
<key>Kernel Flags</key>
<string>npci=0x3000 darkwake=0</string>
<key>Legacy Logo</key>
<string>Yes</string>
<key>PCIRootUID</key>
<string>1</string>
<key>Timeout</key>
<string>5</string>
<key>UseKernelCache</key>
<string>Yes</string>
</dict>
</plist>




and boot foto -v just before stops. on old card all works as im writing this....:)
 

Attachments

  • DSC_9448.JPG
    DSC_9448.JPG
    792.3 KB · Views: 105
Try booting with GraphicsEnabler=No at the Chameleon command prompt, or changing your boot plist to

<key>GraphicsEnabler</key>
<string>No</string>

This should get you in, but with a 1024x768 resolution.

When you installed ML did you remove the ATI6000Controller kext from UniBeast/System/Library/Extensions? Did you keep the kext?
 
thanks....
I installed ML with old card with no problems. Just want to change card now.
Is boot plist look good?
GE no make no difference. tried before.
 
Try changing UseKernelCache=No, or changing the corresponding lines in your boot plist... let us know how that goes...
 
sorry...What do you mean "or changing the corresponding lines"?
I need to change cards to boot and edit plist and change for boot to test :)
 
Okay.

Step 1: Shut down.
Step 2: Install your 6870.
Step 3: Power up your computer.
Step 4: When Chameleon comes up, type UseKernelCache=No.

Let us know what happened.
 
lamous maximusprimus My board is ep45-ud3p. Updated to 10.8 few days ago. all works except sleep. My new(sacandhand card) Shipre 6870 arived this morning as upgrade for gtx9800. Ive tryd everything what i found on this forum but boot always stopes and scvren goes off. I changed mu boot plist similar to this one here and still the same. Tell me please what is wrong here.


<?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>Duckweed</string>
<key>AtiPorts</key>
<string>5</string>
<key>EthernetBuiltIn</key>
<string>Yes</string>
<key>GeneratePStates</key>
<string>Yes</string>
<key>GraphicsEnabler</key>
<string>Yes</string>
<key>Kernel</key>
<string>mach_kernel</string>
<key>Kernel Flags</key>
<string>npci=0x3000 darkwake=0</string>
<key>Legacy Logo</key>
<string>Yes</string>
<key>PCIRootUID</key>
<string>1</string>
<key>Timeout</key>
<string>5</string>
<key>UseKernelCache</key>
<string>Yes</string>
</dict>
</plist>

and boot foto -v just before stops. on old card all works as im writing this....:)

Hello, which card are you using if it is the sapphire variant I am using the following in my .boot.plist

<key>GraphicsEnabler</key>
<string>Yes</string>
<key>AtiPorts</key>
<string>4</string>
<key>AtiConfig</key>
<string>Duckweed</string>
<key>Graphics Mode</key>
<string>1920x1200x32</string>

With Graphics Mode being the resolution you need your monitor set up to.

When booting try -v GraphicsEnabler=No AtiPorts=4

It's worth a try!! Keep going you will figure it out.
 
Status
Not open for further replies.
Back
Top