Contribute
Register

10.10.3 Update Black screen with cursor

Status
Not open for further replies.
Everything is okay with 10.10.2 but I had the same problem with 10.10.3 beta + final updates. I can't get HD7770 working.
 
On the boot loader screen, goto Options then select Graphics Injector Menu there you can see the FB Name and Number of ports settings.


Thanks. I added a picture in the attachment.
 

Attachments

  • IMG_20150409_162604.jpg
    IMG_20150409_162604.jpg
    675.7 KB · Views: 1,289
Everything is okay with 10.10.2 but I had the same problem with 10.10.3 beta + final updates. I can't get HD7770 working.

Which boot loader?? If you are using clover then see post#5
 
I can't get working HD 7770 on 10.10.3 too. Previous 10.10.2 was fine, but now kext won't load. I'm not using any FB.

System : Asrock H61M-DGS + Chameleon r2538
CPU : Intel i3 - 3240
Graphics : HIS Radeon HD 7770


Thanks!
 
Hi, I've managed to get it worked.
The problem is in the new AMDRadeonX4000.kext.
The new values in 10.10.3 for "cail_properties" of AMDVerdeGraphicsAccelerator driver are:
<dict>
<key>CAIL_DisableDrmdmaPowerGating</key>
<integer>0</integer>
<key>CAIL_DisableDynamicGfxMGPowerGating</key>
<integer>1</integer>
<key>CAIL_DisableGfxCGPowerGating</key>
<integer>0</integer>
<key>CAIL_DisableGmcPowerGating</key>
<integer>1</integer>
<key>CAIL_DisableStaticGfxMGPowerGating</key>
<integer>1</integer>
<key>CAIL_DisableUVDPowerGating</key>
<integer>0</integer>
<key>CAIL_DisableVCEPowerGating</key>
<integer>0</integer>
</dict>
The old values (in 10.10.2) was:

<dict>
<key>CAIL_DisableDrmdmaPowerGating</key>
<integer>1</integer>
<key>CAIL_DisableDynamicGfxMGPowerGating</key>
<integer>1</integer>
<key>CAIL_DisableGfxCGPowerGating</key>
<integer>1</integer>
<key>CAIL_DisableGmcPowerGating</key>
<integer>1</integer>
<key>CAIL_DisableStaticGfxMGPowerGating</key>
<integer>1</integer>
<key>CAIL_DisableUVDPowerGating</key>
<integer>0</integer>
<key>CAIL_DisableVCEPowerGating</key>
<integer>1</integer>
</dict>
Once I change it back in Info.plist and clear kext cache, my system boots without problems.
 
I can't get working HD 7770 on 10.10.3 too. Previous 10.10.2 was fine, but now kext won't load. I'm not using any FB.

System : Asrock H61M-DGS + Chameleon r2538
CPU : Intel i3 - 3240
Graphics : HIS Radeon HD 7770


Thanks!

Are you able to boot??

If you are using Chameleon then try booting with "GraphicsEnabler=No AtiConfig=Futomaki -f"
 
Are you able to boot??

If you are using Chameleon then try booting with "GraphicsEnabler=No AtiConfig=Futomaki -f"


Yes, I can boot, but not loads any AMD kexts. Later will try what you say because I'm not at home. Thanks!
 
Status
Not open for further replies.
Back
Top