Contribute
Register

[Works] Sapphire 6450 512MB full CI/QE

Status
Not open for further replies.
And GraphicsEnabler is true?
 
yes

hear is a copy of my org.chameleon.Boot.plist

<?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>Pithecia</string>
<key>DSDT</key>
<string>/Extra/DSDT.aml</string>
<key>Default Partition</key>
<string>hd(0,2)</string>
<key>GenerateCStates</key>
<string>Yes</string>
<key>GeneratePStates</key>
<string>Yes</string>
<key>GraphicsEnabler</key>
<string>Yes</string>
<key>Kernel Flags</key>
<string>-v darkwake=0</string>
<key>Legacy Logo</key>
<string>Yes</string>
<key>New item</key>
<string></string>
<key>PciRoot</key>
<string>1</string>
<key>SystemType</key>
<string>1</string>
<key>Timeout</key>
<string>1</string>
<key>device-properties</key>
<string>4b00000001000000010000003f0000000100000002010c00d041030a0400000001010600041c0101060000007fff0400160000006200750069006c0074002d0069006e0000000500000001</string>
</dict>
</plist>
 
yes

hear is a copy of my org.chameleon.Boot.plist

<?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>Pithecia</string>
<key>DSDT</key>
<string>/Extra/DSDT.aml</string>
<key>Default Partition</key>
<string>hd(0,2)</string>
<key>GenerateCStates</key>
<string>Yes</string>
<key>GeneratePStates</key>
<string>Yes</string>
<key>GraphicsEnabler</key>
<string>Yes</string>
<key>Kernel Flags</key>
<string>-v darkwake=0</string>
<key>Legacy Logo</key>
<string>Yes</string>
<key>New item</key>
<string></string>
<key>PciRoot</key>
<string>1</string>
<key>SystemType</key>
<string>1</string>
<key>Timeout</key>
<string>1</string>
<key>device-properties</key>
<string>4b00000001000000010000003f0000000100000002010c00d041030a0400000001010600041c0101060000007fff0400160000006200750069006c0074002d0069006e0000000500000001</string>
</dict>
</plist>

Ok, take out these valuse:

Code:
	<key>New item</key>
	<string></string>

and

Code:
	<string>4b00000001000000010000003f0000000100000002010c00d041030a0400000001010600041c0101060000007fff0400160000006200750069006c0074002d0069006e0000000500000001</string>
 
I tried all of that i even removed

<key>PciRoot</key>
<string>1</string>

I am running OS X 10.8.1 (12B19)

could that be the problem?

hear is what my org.chameleon.Boot.plist looks like now

Code:
<?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>Pithecia</string>
	<key>DSDT</key>
	<string>/Extra/DSDT.aml</string>
	<key>Default Partition</key>
	<string>hd(0,2)</string>
	<key>GenerateCStates</key>
	<string>Yes</string>
	<key>GeneratePStates</key>
	<string>Yes</string>
	<key>GraphicsEnabler</key>
	<string>Yes</string>
	<key>Kernel Flags</key>
	<string>darkwake=0</string>
	<key>Legacy Logo</key>
	<string>Yes</string>
	<key>Timeout</key>
	<string>1</string>
</dict>
</plist>
 
Hmm, maybe, I haven't tried it yet on 10.8.1... Would you like to try my patched kext?
 
sure that would be great
 
Here it is.
 

Attachments

  • ATI6000Controller.kext.zip
    107.3 KB · Views: 220
It sill doesn't work

can you upload all your ati kexts?
 
I'm in the same boat...just checking in to follow this post...
 
Hi i have a Sapphire 6450 1024MB card. Every thing worked out of box except hardware acceleration audio over HDMI. I tried using your custom Pithecia patch but i got the same results.
ioreg out put
Code:
ioreg | grep ATY 
    | |   |   | +-o ATY,AMD,RadeonFramebuffer@0  <class AtiFbStub, id 0x1000002a4, registered, matched, active, busy 0 (1081 ms), retain 8>
    | |   |   | +-o ATY,AMD,RadeonFramebuffer@1  <class AtiFbStub, id 0x1000002a5, registered, matched, active, busy 0 (2 ms), retain 8>
    | |   |   | +-o ATY,AMD,RadeonFramebuffer@2  <class AtiFbStub, id 0x1000002a6, registered, matched, active, busy 0 (1 ms), retain 8>

Pithecia was not loaded.

I have the same card but on 10.6.8.
Mine is working with bulrushes.


SMBIOS = iMac12,2 (must!!!)

in Boot.plist:

GraphicsEnabler=Yes
AtiPorts=3
 
Status
Not open for further replies.
Back
Top