Contribute
Register

Skylake Intel HD 530 Integrated Graphics Working as of 10.11.4

Status
Not open for further replies.
Nice. This worked for me! Thank you! But only with the HDMI cable plugged in to my laptop. My internal display isn't working now, even though it works when I inject intel in clover. Any suggestions? Diid you have to specify video ports?

My issue is the same with the windows not refreshing and streaking across the screen... I move them around, and not until I click out into another window does it properly update.

(FYI, it should be .bundle instead of .kext at the end of AppleIntelSKLGraphicsGLDriver to disable)

Try the port7 HDMI patch on page 1

I didn't have to specify video ports, but my external HDMI port doesnt work

Keep on mind that this is a rough workaround. Gpu acceleration is likely not fully working

(Though YouTube full screen works properly now :D)
 
i manage to install hd 530 but i got this problem please help me
 

Attachments

  • c3ObhoD.jpg
    c3ObhoD.jpg
    719.1 KB · Views: 1,439
  • Screen Shot 2016-04-05 at 12.50.57 AM.png
    Screen Shot 2016-04-05 at 12.50.57 AM.png
    57.7 KB · Views: 1,790
  • Screen Shot 2016-04-05 at 12.52.30 AM.png
    Screen Shot 2016-04-05 at 12.52.30 AM.png
    99.7 KB · Views: 1,733
[Resolve boot screen garble] saves my HD 530.
But it shows some defects at the top-left of the Figure below: right apple bar disappears, but still click-available.

Mod the DVMT pre memory to 0x3, the problem is solved.
:headbang:

Thanks so much for this amazing Mac.

Screen Shot 2016-04-05 at 3.29.04 PM.jpg
 
IMEI patch required. 10.11.4 and newer
Rename dsdt/HECI to dsdt/IMEI
Code:
    <key>ACPI</key>
    <dict>
        <key>DSDT</key>
        <dict>
            <key>Patches</key>
            <array>
                <dict>
                    <key>Comment</key>
                    <string>10.11+-Rename-HECI2IMEI</string>
                    <key>Find</key>
                    <data>SEVDSQ==</data>
                    <key>Replace</key>
                    <data>SU1FSQ==</data>
                </dict>
            </array>
        </dict>
    </dict>
 
IMEI patch required. 10.11.4 and newer
Rename dsdt/HECI to dsdt/IMEI
Code:
    <key>ACPI</key>
    <dict>
        <key>DSDT</key>
        <dict>
            <key>Patches</key>
            <array>
                <dict>
                    <key>Comment</key>
                    <string>10.11+-Rename-HECI2IMEI</string>
                    <key>Find</key>
                    <data>SEVDSQ==</data>
                    <key>Replace</key>
                    <data>SU1FSQ==</data>
                </dict>
            </array>
        </dict>
    </dict>

Note that some Skylake hardware uses MEI instead of HECI/IMEI.

Find: <4d45495f>
Replace: <494d4549>
 
For the laptop guys,
Try in Clover inject EDID or fix display, maybe will work.
 
Status
Not open for further replies.
Back
Top