Contribute
Register

Skylake Intel HD 530 Graphics Glitch Fix

Status
Not open for further replies.
where to put that patch on the config.plist ? on the device section or KernelAndPatch ?
Paste the code at the end of the `Devices` dict.
 
This did fix the glitches in the upper left corner, but it didn't fix low FPS in 3d demanding apps. Also, the glitches in some webkit apps are still present.

I didn't have performance issues even with the glitch, the only problem was with broken textures. Can you try changing your platform-id to 0x191B0000?
 
I didn't have performance issues even with the glitch, the only problem was with broken textures. Can you try changing your platform-id to 0x191B0000?
I also tried that ig-platform-id and still getting glitch.
 
just put the patch on the device section but the glitch are still there :(

do i need to set intel inject true also and use 0x191B0000 to get it to work ?

EDIT : yeah just added ig-platform-id 0x19120000 and Inject Intel true and with the Device Patch everything is working great :D
 
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

You are the best and is correct that you know it
 
I didn't have performance issues even with the glitch, the only problem was with broken textures. Can you try changing your platform-id to 0x191B0000?

Also tried 0x191B0000 as ig-platform-id. Same result. No glitches, but low FPS in games. For example, in League of Legends the HD530 should be getting 60fps on ultra, meanwhile I'm getting around 49fps on medium. Same goes for other games aswell.
 
tonymacx86,
Since we are using the same motherboard have you noticed that after making this plist edit that you loose both input and output sound devices there?

Prior to edit:
Screen Shot 2016-11-02 at 10.43.56 AM.png


After edit:
Screen Shot 2016-11-02 at 10.01.21 AM.png
 

Attachments

  • config.plist
    6.6 KB · Views: 419
Thanks, its working :thumbup:.
 
The fix works for me! Great :)

tonymacx86,
Since we are using the same motherboard have you noticed that after making this plist edit that you loose both input and output sound devices there?

Prior to edit:
View attachment 218586

After edit:
View attachment 218587


This confirmes the fact the there is a link between that glitch and the sound, like I was saying here : https://www.tonymacx86.com/threads/hd-530-glitches-under-sierra.202370/page-6#post-1362443

EDIT: And I also lost both input and output sound devices.
 
Last edited:
laurentgir, thanks for confirming the loss of sound devices. I'm stuck here wether using the full patch or this partial one. I even ran Multibeast 9.01 again for the 1150/100 and reran the audio_cloverALC-120_v1.0b0.command and it still doesn't populate the sound devices. :(
 
Status
Not open for further replies.
Back
Top