Contribute
Register

Gigabyte 6850 recognised as 6xxx

Status
Not open for further replies.
Joined
Oct 27, 2011
Messages
15
Mac
  1. 0
Classic Mac
  1. 0
Mobile Phone
  1. 0
hello everyone. i am having problems getting my system to recognize my gigabyte 6850 in the system profile. It continues to show up as 6xxx. I currently have this hooked up via hdmi to my tv.

my system build is as follows:
ga-z68xp-ud3
i5 2500k
gigabyte radeon hd 6850 oc
4gb g skill 1600

installed lion via unibeast. after install, when attempting to load lion from hard drive, i would get to the apple loading screen then the display would turn off. typing PCIRootUID=o fixed this problem. I continued with running mulibeast with the user dsdt and checked appropriate boxes following the guide. Still had to continue using pcirootuid=0 to reach the login in screen. Upon searching the site, i have changed my boot.plist to this
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>Kernel</key>
<string>mach_kernel</string>
<key>Kernel Flags</key>
<string>npci=0x2000 darkwave=0</string>
<key>GraphicsEnabler</key>
<string>Yes</string>
<key>AtiConfig</key>
<string>Duckweed</string>
<key>AtiPorts</key>
<string>4</string>
<key>Timeout</key>
<string>2</string>
<key>Legacy Logo</key>
<string>Yes</string>
<key>EthernetBuiltIn</key>
<string>Yes</string>
<key>GenerateCStates</key>
<string>Yes</string>
<key>GeneratePStates</key>
<string>Yes</string>
<key>UseKernelCache</key>
<string>Yes</string>
</dict>
</plist>

I can now boot off the hard drive right to the desktop but i still continue to get 6xxx under my graphics card. i am able to open chess without crashing and vlc works. when i run ioreg | grep ATY in terminal i get
| | | | +-o ATY,ATY,RadeonFramebuffer@0 <class AtiFbStub, id 0x1000002$
| | | | +-o ATY,ATY,RadeonFramebuffer@1 <class AtiFbStub, id 0x1000002$
| | | | +-o ATY,ATY,RadeonFramebuffer@2 <class AtiFbStub, id 0x1000002$
| | | | +-o ATY,ATY,RadeonFramebuffer@3 <class AtiFbStub, id 0x1000002$

so from my understanding it is not loading the duckweed frame buffer. this is my first build and i am still learning here so any advice or help you can offer would be great. thank you.
 
Bump. Anyone have any thoughts on this.

Still can get a frame buffer to load. I have full 1080p resolution out to my tv. Running cinebench, I received 50.9 fps. So it seems the card is working correctly but the system still shows it as 6xxx and I still get no frame buffer loaded. I have searched the site and everything I have found and attempted should have resolved this issue. From my understanding without the system recognizing the card correctly, I can't enable hdmi audio which is my main goal. If anyone can offer any input or advice it would be greatly appreciated. Thanx.
 
I have not tackled HDMI audio, but this is how I managed to get my Monitor (DVI to HDMI) and my TV (HDMI) to both work. Also DVD player works without crashing.

look at my .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>EthernetBuiltIn</key>
<string>Yes</string>
<key>GenerateCStates</key>
<string>Yes</string>
<key>GeneratePStates</key>
<string>Yes</string>
<key>GraphicsEnabler</key>
<string>Yes</string>
<key>AtiConfig</key>
<string>Bulrushes</string>
<key>AtiPorts</key>
<string>4</string>

<key>Kernel</key>
<string>mach_kernel</string>
<key>Kernel Flags</key>
<string>npci=0x2000 darkwake=0</string>
<key>Legacy Logo</key>
<string>Yes</string>
<key>Timeout</key>
<string>2</string>
<key>Theme</key>
<string>Default</string>
<key>UseKernelCache</key>
<string>Yes</string>

</dict>
</plist>

This works 100% :)
 
nashvegas said:
I have not tackled HDMI audio, but this is how I managed to get my Monitor (DVI to HDMI) and my TV (HDMI) to both work. Also DVD player works without crashing.

look at my .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>EthernetBuiltIn</key>
<string>Yes</string>
<key>GenerateCStates</key>
<string>Yes</string>
<key>GeneratePStates</key>
<string>Yes</string>
<key>GraphicsEnabler</key>
<string>Yes</string>
<key>AtiConfig</key>
<string>Bulrushes</string>
<key>AtiPorts</key>
<string>4</string>

<key>Kernel</key>
<string>mach_kernel</string>
<key>Kernel Flags</key>
<string>npci=0x2000 darkwake=0</string>
<key>Legacy Logo</key>
<string>Yes</string>
<key>Timeout</key>
<string>2</string>
<key>Theme</key>
<string>Default</string>
<key>UseKernelCache</key>
<string>Yes</string>

</dict>
</plist>

This works 100% :)
I need to try this too. Thanks.
 
Just an update. I did a fresh install of 10.7.2. After which i was able to load the "Bulrushes" framebuffer. System now recognizes the card properly. Thanks for everyones input.
 
Status
Not open for further replies.
Back
Top