Contribute
Register

Skylake Intel HD 530 Graphics Glitch Fix

Status
Not open for further replies.
Hey man! Mind me asking how did you get your Intel HD 530 to work? Are you booting from the config.plist in your Archive.zip?

Thanks!
I didnt get full acceleration before 'cause my native NVRAM is not working after BIOS update v3.0+. Maybe your NVRAM doesn't work. Check your Find my Mac and iMessage is working? cause NVRAM directly break these two. If your NVRAM is break install these two from Clover Installer;

Screen Shot 2017-03-01 at 19.26.09.png

None of the boot glitch patches you have are correct for 10.12.x.
Correct patch:
Comment: Boot graphics glitch, 10.12.dp1 (credit denskop)
Find: <01000075 25>
Replace: <010000eb 25>

This not worked. I am still getting glitch on Boot ;(
 
hi guy!
I have a problem.
how to fix hd 530 ? receiving hd 7000 and how to get the screen 1920x1080 ?
 

Attachments

  • Screen Shot 2017-03-05 at 9.10.11 AM.png
    Screen Shot 2017-03-05 at 9.10.11 AM.png
    1.9 MB · Views: 301
In my setup I used ig-platform-id 0x19120000 and Inject Intel true, however you might try different values. The most important config part is below.

Add to clover config:
~snip~

Thanks to PikerAlpha for discovering AAPL,GfxYTile

this worked for me easily. just edit clover plist

hi guy!
I have a problem.
how to fix hd 530 ? receiving hd 7000 and how to get the screen 1920x1080 ?

did you select intel 530 on multibeast after install?

For the resolution, mount your efi, make a backup of config.plist, open config.plist, cmd+f resolution (should get you to the right spot in the file), change the resolution value, save, reboot.
 
In my setup I used ig-platform-id 0x19120000 and Inject Intel true, however you might try different values. The most important config part is below.

Add to clover config:
Code:
<key>Devices</key>
<dict>
    <key>AddProperties</key>
    <array>
        <dict>
            <key>Device</key>
            <string>IntelGFX</string>
            <key>Key</key>
            <string>AAPL,GfxYTile</string>
            <key>Value</key>
            <data>
            AQAAAA==
            </data>
        </dict>
    </array>
</dict>

View attachment 218567

Thanks to PikerAlpha for discovering AAPL,GfxYTile

Right I'm fairly new to Mac OS. I have clover configurator but I don't know where to put that code. Could anyone help me?
Thanks xd
 
Right I'm fairly new to Mac OS. I have clover configurator but I don't know where to put that code. Could anyone help me?
Thanks xd

ok man, I don't use clover configurator, but in a nutshell this is what you need to do:

you need to add that code to efi/clover/config.plist, and to access the efi folder you need to mount your EFI system partition. There's an utility on the downloads called efi mounter. I use that.

If you have several disks with several efi partitions it could be useful to run diskutil list in terminal to find the efi partition you want.

now, what you asked, take a look
There's a section called devices. and inside devices add properties. open the file and cmd+F AddProperties, should take you to the spot, then look at how it is written and formatted. Copy it exactly but with the values of the code you want.
Use the wiki to understand the file.
 
ok man, I don't use clover configurator, but in a nutshell this is what you need to do:

you need to add that code to efi/clover/config.plist, and to access the efi folder you need to mount your EFI system partition. There's an utility on the downloads called efi mounter. I use that.

If you have several disks with several efi partitions it could be useful to run diskutil list in terminal to find the efi partition you want.

now, what you asked, take a look
There's a section called devices. and inside devices add properties. open the file and cmd+F AddProperties, should take you to the spot, then look at how it is written and formatted. Copy it exactly but with the values of the code you want.
Use the wiki to understand the file.
Thank you so much ill take a look after mass effect andromeda installs on my windows machine xd
 
In my setup I used ig-platform-id 0x19120000 and Inject Intel true, however you might try different values. The most important config part is below.

Add to clover config:
Code:
<key>Devices</key>
<dict>
    <key>AddProperties</key>
    <array>
        <dict>
            <key>Device</key>
            <string>IntelGFX</string>
            <key>Key</key>
            <string>AAPL,GfxYTile</string>
            <key>Value</key>
            <data>
            AQAAAA==
            </data>
        </dict>
    </array>
</dict>

View attachment 218567

Thanks to PikerAlpha for discovering AAPL,GfxYTile


Thank you, working perfectly on i3 6100 + H110M Gaming
 
Status
Not open for further replies.
Back
Top