Contribute
Register

Black Screen After Updating to 10.12.5

Status
Not open for further replies.
Joined
Dec 10, 2013
Messages
87
Motherboard
Gigabyte GA-Z170X-UD5 TH
CPU
i7-6700K
Graphics
RX 5700 XT
Mac
  1. iMac
  2. MacBook Pro
  3. Mac mini
  4. Mac Pro
Classic Mac
  1. Apple
  2. iMac
  3. Lisa
  4. Power Mac
Mobile Phone
  1. Android
  2. iOS
Hm, I've contacted Nvidia support (I have problems with webdriver & EVGA GTX 970), and they said that:

>> The webdrivers are not officially released by NVIDIA.
>> The webdrivers would developed / written by Apple or third parties. We will not be able to comment on the functionality of these drivers as it is not officially provided by us.

What do you guys think, does it make sense at all to contact Nvidia support for bug reporting?

I have Giga 970 and having issues I didn't expect. Distorted icons in Safari. The last drive with 10.12.3 looked much better.
 
Joined
Jan 20, 2017
Messages
28
Motherboard
Gigabyte GA-Z170X-Ultra Gaming
CPU
i7-7700K
Graphics
EVGA GTX 970 ACX 2.0 SC (04G-P4-2974-KR)
Mac
  1. MacBook Pro
Mobile Phone
  1. iOS
I have Giga 970 and having issues I didn't expect. Distorted icons in Safari. The last drive with 10.12.3 looked much better.
My issue is related to performance — framedrops in games and UI lags on 4K display. And, as a "bonus" — rare on-screen UI artifacts.
 
Joined
Jun 15, 2015
Messages
16
CPU
E3-1225 v3
Graphics
K620
Mac
  1. iMac
  2. MacBook Air
Mobile Phone
  1. Android
  2. iOS
Is this fixing iBooks and Instruments?
 
Joined
Feb 24, 2013
Messages
2,654
Motherboard
N/A
CPU
N/A
Graphics
N/A
Mac
  1. MacBook Air
  2. Mac Pro
Mobile Phone
  1. iOS
Let's pray nVidia doesn't stop supporting at least Maxwell in 12.13, which comes out later this year :(
 
Joined
Jul 2, 2011
Messages
4
Motherboard
OSX 10.8 pc; OSX 10.9.2 probook
CPU
C2Q Q9300 OC; i7 2630qm
Graphics
550Ti; HD3000
Mac
Classic Mac
Mobile Phone
  1. iOS
Will it work with 550ti and should i tried to install it?
 
Joined
Jan 8, 2013
Messages
138
Motherboard
Gigabyte Z370M-D3H
CPU
i5-8600K
Graphics
RX 570
Mac
  1. MacBook Air
Mobile Phone
  1. iOS
Is this fixing iBooks and Instruments?

For me something fixed the iBook/xCode graphics artifacts. I changed a lot of thing at once, not sure which was the key to solve the problem..

After the 10.12.4 update I installed the new nVidia and Cuda drivers, and changed the system definition from iMac 14,1 to iMac 14,2 because I saw it's the recommended system definition for a Hackintosh with both Intel and nVidia graphics. Also added this Azul patch to my config.plist (KextsToPatch section):

Code:
   <dict>
                <key>Name</key>
                <string>AppleIntelFramebufferAzul</string>
                <key>Comment</key>
                <string>Azul-Port_0x5-DP2HDMI</string>
                <key>Find</key>
                <data>AQUJAAAEAACHAAAA</data>
                <key>Replace</key>
                <data>AQUJAAAIAAAGAAAA</data>
            </dict>
            <dict>
                <key>Name</key>
                <string>AppleIntelFramebufferAzul</string>
                <key>Comment</key>
                <string>Azul-Port_0x6-DP2HDMI</string>
                <key>Find</key>
                <data>AgQKAAAEAACHAAAA</data>
                <key>Replace</key>
                <data>AgQKAAAIAAAGAAAA</data>
            </dict>
            <dict>
                <key>Name</key>
                <string>AppleIntelFramebufferAzul</string>
                <key>Comment</key>
                <string>Azul-Port_0x7-DP2HDMI</string>
                <key>Find</key>
                <data>AwYIAAAEAAARAAAA</data>
                <key>Replace</key>
                <data>AwYIAAAIAAAGAAAA</data>
            </dict>

And also this patch for the random freezes while browsing in Safari:

Code:
<dict>
                <key>Name</key>
                <string>AppleIntelFramebufferAzul</string>
                <key>Comment</key>
                <string>Isolate IntelAccelerator HD4600 10.12.x</string>
                <key>Find</key>
                <data>SImLqAAAAA==</data>
                <key>Replace</key>
                <data>kJCQkJCQkA==</data>
            </dict>

I use HDMI cable over the 750Ti to my monitor. In BIOS I set PCIE (nVidia grapgics) to my primary graphics output. For bootloader i use Clover_v2.4k_r4035 - i don't know if it matters or not.
 
Last edited:
Status
Not open for further replies.
Top