Jump to content

5770: OpenGL does not initialize?


Xyphur-Xor
 Share

3 posts in this topic

Recommended Posts

I have a 5750 on 10.6.8 with installed extensions, correct resolution, but will not utilize OpenGL.

 

Here is my hardware info and what not for my card:


ATI Radeon HD 5770 Series:

 Chipset Model: ATI Radeon HD 5770 Series
 Type: GPU
 Bus: PCIe
 Slot: Slot-1
 PCIe Lane Width: x16
 VRAM (Total): 1024 MB
 Vendor: ATI (0x1002)
 Device ID: 0x68be
 Revision ID: 0x0000
 ROM Revision: 113-B7710C-176
 EFI Driver Version: 01.00.318
 Displays:
SMS23A350H:
 Resolution: 1920 x 1080 @ 60 Hz
 Pixel Depth: 32-Bit Color (ARGB8888)
 Main Display: Yes
 Mirror: Off
 Online: Yes
 Television: Yes
Display Connector:
 Status: No Display Connected

 

Here is my boot config:

<?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>GraphicsEnabler</key>
<string>Yes</string>
<key>Kernel</key>
<string>mach_kernel</string>
<key>Kernel Flags</key>
<string>arch=i386 npci=0x2000</string>
<key>Legacy Logo</key>
<string>No</string>
<key>Timeout</key>
<string>5</string>
<key>AtiConfig</key>
<string>Vervet</string>
</dict>
</plist>

 

And lastly, my OpenGL framework which is apparently installed...


OpenGL:

 Version: 1.6.14
 Last Modified: 3/14/12 8:53 PM
 Kind: Universal
 64-Bit (Intel): Yes
 Get Info String: OpenGL 1.6.14.0.0
 Location: /System/Library/Frameworks/OpenGL.framework
 Private: No

 

Also, I do have an ATI_Init.kext, so do I need "Graphics Enabler" set to yes?

 

Oh, and I discovered this problem by trying to play Warcraft 3 and Starcraft 2.

Link to comment
Share on other sites

Don't use ATY_Init and GraphicsEnabler at the same time.

 

Try with just ATY_Init, edit it and set the framebuffer to Vervet inside its info.plist, that seems to be what most people are using with the 5770.

Don't forget to set GraphicsEnabler=n and remove AtiConfig=Vervet as well.

 

Make sure your ATY_Init is newer than late July 2010, it used to have a bug that caused 5770 injection to fail.

 

Or you can delete ATY_init and try GraphicsEnabler, configured like this:

http://www.insanelym...dpost&p=1796660

 

Visit Netkas' blog for more information about ATY_Init and ATI cards.

 

Lastly, I don't own a modern ATI card, and have never used nor configured one in a Hackintosh. I found this information using google and the forum search - you could have done the same.

  • Like 1
Link to comment
Share on other sites

 Share

×
×
  • Create New...