Recent content by dgladkov

  1. dgladkov

    Skylake Intel HD 530 Graphics Glitch Fix

    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?
  2. dgladkov

    Skylake Intel HD 530 Graphics Glitch Fix

    Didn't have a chance to test today, will tell you tomorrow. However I can tell that it fixes problems with textures in games and issues with video acceleration.
  3. dgladkov

    Skylake Intel HD 530 Graphics Glitch Fix

    Your config looks good to me. Open IORegistryExplorer and verify that you have AAPL,GfxYTile for your GFX0/IGPU. If you see the value but still have glitches, I might only suggest to try different ig-platform-id + Inject Intel combinations. I had success with both 0x19120000 and 0x191B0000.
  4. dgladkov

    Skylake Intel HD 530 Graphics Glitch Fix

    0x19120000 also works for me. Updated the post to 0x19120000 as it appears that this is the most common platform-id. Also changed wording a bit to state that this is my experience and others might try different values.
  5. dgladkov

    Skylake Intel HD 530 Graphics Glitch Fix

    Updated post. Set ig-platform-id to 0x191B0000. Inject Intel should be enabled.
  6. dgladkov

    Siera error - Glitch @ left top

    My solution using clover's AddProperties config: https://www.tonymacx86.com/threads/intel-530-glitch-fix.206410/
  7. dgladkov

    HD 530 Glitches under Sierra

    My solution using clover's AddProperties config: https://www.tonymacx86.com/threads/intel-530-glitch-fix.206410/
  8. dgladkov

    Skylake Intel HD 530 Graphics Glitch Fix

    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: <key>Devices</key> <dict> <key>AddProperties</key> <array> <dict> <key>Device</key>...
  9. dgladkov

    Skylake Intel HD 530 Integrated Graphics Working as of 10.11.4

    Update BIOS to the latest version, had the same problem on GA-H170-GAMING 3 with BIOS revision 1
  10. dgladkov

    Intel HD Graphics Framebuffer Edits - Desktop

    I is it possible to determine current active video port looking at the ioreg tree?
  11. dgladkov

    [Guide] Writing your own Intel 4600 framebuffer patch by example of ASUS Z-87-A mobo (Clover)

    ASUS Z-87-A has following port configuration: #5 - DVI #6 - HDMI #7 - DP (actually mini Display port) Original byte sequence decoded by Clover Editor...
  12. dgladkov

    [Guide] Writing your own Intel 4600 framebuffer patch by example of ASUS Z-87-A mobo (Clover)

    How to make your own patch from scratch This guide is meant for newbies that want to learn how to create their own kext patches and understand how framebuffers work in general. Knowing how to mount EFI partition, boot into single user mode and mount EFI partition in single user mode is...
Back
Top