
I'm running an NZXT Phantom case with about 10 11 ish fans inside my case to keep stuff cool when I OC (at stock atm).


@konjow Thanks man, also here's the edited one for 10.8 final release
http://cl.ly/1s3h380s2q08
Okay I can give you my modified 6000controller to try out assuming your port layout is 2x DVI - HDMI - 2x miniDP (be sure to backup your existing one in the event this doesn't workout). Install do the permission setting and what not, restart, and then at the boot prompt type AtiPorts=5 and AtiConfig=Gibba to load up the Gibba framebuffer which I modified for my 6870 to work.
http://cl.ly/3m210d0i3R3x2N1t0N1h
Okay so I know that some 6870s prefer other FBs over some other ones so you might have to see which FB plays nicely with your card but for me I found the Gibba one did despite Duckweed being the favorite. To get it working though, I applied a Perl script to the amdcontroller that is within the Contents folder of the ATI6000Controller.kext itself.
Are you using the default framebuffer currently? Also what version of OS X are you using?
See this:
Device (PEGP)
{
Name (_ADR, 0x00010000)
Method (_PRT, 0, NotSerialized)
{
If (PICM)
{
Return (AR02 ())
}
Return (PR02 ())
}
Method (_PRW, 0, NotSerialized)
{
Return (GPRW (0x09, 0x04))
}
Device (GFX0) /** for AMD Graphics Cards **/
{
Name (_ADR, Zero)
Name (_SUN, One)
Method (_DSM, 4, NotSerialized)
{
Store (Package (0x0C)
{
"@0,name",
Buffer (0x0D)
{
"ATY,Duckweed" /** Change to your framebuffer **/
},
"@1,name",
Buffer (0x0D)
{
"ATY,Duckweed" /** Change to your framebuffer **/
},
"@2,name",
Buffer (0x0D)
{
"ATY,Duckweed" /** Change to your framebuffer **/
},
"@3,name",
Buffer (0x0D)
{
"ATY,Duckweed" /** Change to your framebuffer **/
},
"model",
Buffer (0x13)
{
"AMD Radeon HD 6850" /** Change to your GPU Model **/
},
"hda-gfx",
Buffer (0x0A)
{
"onboard-1"
}
}, Local0)
DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
Return (Local0)
}
}
Device (HDAU)
{
Name (_ADR, One)
Method (_DSM, 4, NotSerialized)
{
Store (Package (0x02)
{
"hda-gfx",
Buffer (0x0A)
{
"onboard-1"
}
}, Local0)
DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
Return (Local0)
}
}
}
I'm sorry but.. What's that?? Where should i edit this file?
Read my guide here:
http://rampagedev.wo...rd-into-a-dsdt/
%2014.34.28.jpg)
%2014.42.13.jpg)
Framebuffer being like Duckweed, Gibba, etc
Also you didn't attach the kext lol
Some magician probably unattached it to toy with you.
Also you gotta actually make the DSDT you can extract it from windows or Linux.
Your kext btw and the command didn't work because you're back on the version of OS X when they used to call it ATIController now it's AMD >_>
http://cl.ly/0g1e1v020K30
0 members, 0 guests, 0 anonymous users