ioreg | grep ATY
| | | | +-o ATY,Hoolock@0 <class AtiFbStub, id 0x10000039b, registered$
| | | | | +-o ATY_Hoolock <class ATIFramebuffer, id 0x1000003a7, regis$
| | | | +-o ATY,Hoolock@1 <class AtiFbStub, id 0x10000039c, registered$
| | | | | +-o ATY_Hoolock <class ATIFramebuffer, id 0x1000003b7, regis$
| | | | +-o ATY,Hoolock@2 <class AtiFbStub, id 0x10000039d, registered$
| | | | | +-o ATY_Hoolock <class ATIFramebuffer, id 0x1000003bd, regis$
Can anyone please tell me what im doing wrong. Have Graphics Enable = Yes. Video Card 5770 1Gig. It was a 6770 flashed to a 5770. Could this be the reason why
Lion 10.7.3
6 replies to this topic
#1
Posted 16 February 2012 - 06:54 AM
#2
Posted 16 February 2012 - 10:29 AM
I have a Sapphire HD 5770 and works perfect with this lines:
<key>AtiConfig</key>
<string>Vervet</string>
<key>AtiPorts</key>
<string>3</string>
<key>GraphicsEnabler</key>
<string>Yes</string>
<key>AtiConfig</key>
<string>Vervet</string>
<key>AtiPorts</key>
<string>3</string>
<key>GraphicsEnabler</key>
<string>Yes</string>
#3
Posted 18 February 2012 - 01:28 AM
Funkoyote, on 16 February 2012 - 10:29 AM, said:
I have a Sapphire HD 5770 and works perfect with this lines:
<key>AtiConfig</key>
<string>Vervet</string>
<key>AtiPorts</key>
<string>3</string>
<key>GraphicsEnabler</key>
<string>Yes</string>
<key>AtiConfig</key>
<string>Vervet</string>
<key>AtiPorts</key>
<string>3</string>
<key>GraphicsEnabler</key>
<string>Yes</string>
Thanks tried this, and now OSX thinks im running dual screen in mirror mode.
#4
Posted 25 February 2012 - 10:49 AM
Ok i have dual screen working, If i use GraphicsEnabler=Yes then i get issues, the main issue is my mouse, ill move it and next thing you know if have a mile away. I turn off (GraphicsEnabler=no) then i dont getting issue, but i feel like im missing out of something. I have come to reason is, cause the card i have is 6770 reflashed as a 5770. Could anyone please tell me if they have seen or heard of the same issue?
UPDATE:
ok after look at OpenGL Extensions Viewer 4.0, need in the OpenGL tab, that from Core features 3.3 onwards my card doesnt support. So im guess i have something going on with my card.
Quote
Core features
v1.1 (100 % - 7/7)
v1.2 (100 % - 8/8)
v1.3 (100 % - 9/9)
v1.4 (100 % - 15/15)
v1.5 (100 % - 3/3)
v2.0 (100 % - 10/10)
v2.1 (100 % - 3/3)
v3.0 (95 % - 22/23)
v3.1 (25 % - 2/8)
v3.2 (70 % - 7/10)
v3.3 (10 % - 1/10)
v4.0 (0 % - 0/14)
v4.1 (0 % - 0/7)
v4.2 (0 % - 0/12)
v1.1 (100 % - 7/7)
v1.2 (100 % - 8/8)
v1.3 (100 % - 9/9)
v1.4 (100 % - 15/15)
v1.5 (100 % - 3/3)
v2.0 (100 % - 10/10)
v2.1 (100 % - 3/3)
v3.0 (95 % - 22/23)
v3.1 (25 % - 2/8)
v3.2 (70 % - 7/10)
v3.3 (10 % - 1/10)
v4.0 (0 % - 0/14)
v4.1 (0 % - 0/7)
v4.2 (0 % - 0/12)
#5
Posted 18 March 2012 - 04:21 AM
It's not a problem with your card, it's the OpenGL drivers. Other users with the same card as yours are seeing the same thing.
OS X has no OpenGL 4 support.
We have enough real problems to deal with when running OS X on a PC, you should try to avoid inventing issues when there aren't any.
OS X has no OpenGL 4 support.
We have enough real problems to deal with when running OS X on a PC, you should try to avoid inventing issues when there aren't any.
#6
Posted 08 September 2012 - 01:59 AM
Thanks
After Effects and DVD Player are working great now! Thanks for that!
Funkoyote, on 16 February 2012 - 10:29 AM, said:
I have a Sapphire HD 5770 and works perfect with this lines:
<key>AtiConfig</key>
<string>Vervet</string>
<key>AtiPorts</key>
<string>3</string>
<key>GraphicsEnabler</key>
<string>Yes</string>
<key>AtiConfig</key>
<string>Vervet</string>
<key>AtiPorts</key>
<string>3</string>
<key>GraphicsEnabler</key>
<string>Yes</string>
After Effects and DVD Player are working great now! Thanks for that!
#7
Posted 08 September 2012 - 06:52 AM
You really have to tell us exactly what card you are using. I found what I think is your card, but it could be an earlier or later version, with a different port layout.
The card I saw had the same port layout as my 5770: 1 DVI, 1 HDMI, 1 DP, so you might want to try the modified ATI5000Controller.kext I posted a while back. But that's just a first pass.
There are many resources for editing framebuffers here. You should probably find the programs which parse the BIOSes and edit the framebuffers in my kext to reflect the senseids, encoders and so on of your card's BIOS. These will be the last 4 or 6 digits in the framebuffer string.
EDIT: My kext is for 10.8, just noticed it. The thread I posted in has 10.7 kexts, though.
The card I saw had the same port layout as my 5770: 1 DVI, 1 HDMI, 1 DP, so you might want to try the modified ATI5000Controller.kext I posted a while back. But that's just a first pass.
There are many resources for editing framebuffers here. You should probably find the programs which parse the BIOSes and edit the framebuffers in my kext to reflect the senseids, encoders and so on of your card's BIOS. These will be the last 4 or 6 digits in the framebuffer string.
EDIT: My kext is for 10.8, just noticed it. The thread I posted in has 10.7 kexts, though.
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users



Sign In
Create Account








