Contribute
Register

[Solved] Intel HD 530 DVI does not work

Status
Not open for further replies.
Joined
Mar 21, 2014
Messages
200
Motherboard
GA-H170N-WIFI
CPU
I5-6500
Graphics
GeForce GTX 750 Ti
Mac
  1. MacBook Pro
Mobile Phone
  1. iOS
Hi everyone,

I just built my first Hackintosh. At first, I could not get the system to install; I would get a black screen halfway through the initial loading bar. When it was not working, I was connected to my DVI monitor. Then, I tried it on my HDMI tv and it worked fine through HDMI. After installation, it works fine with HDMI but the same thing happens with DVI. It loads about half-way and then the screen turns black.
 
Solved

By adding the following code to KextstoPatch it boots with DVI connected

Code:
<dict>                
    <key>Comment</key>
    <string>10.11-SKL-1912000-4_displays</string>
    <key>Find</key>
    <data>
    AQMDAw==
    </data>
    <key>Name</key>
    <string>AppleIntelSKLGraphicsFramebuffer</string>
    <key>Replace</key>
    <data>
    AQMEAw==
    </data>
</dict>
 
I cope with same problem but have no experience with hackintosh. Can you please explain for the novice like me how to add this code in Clover Configurator. Txs.
 
I cope with same problem but have no experience with hackintosh. Can you please explain for the novice like me how to add this code in Clover Configurator. Txs.
You can do it in clover, but in this case it's easier to open config.plist file in text editor and add the code posted above under KextsToPatch section (under array)
 
Status
Not open for further replies.
Back
Top