Contribute
Register

Skylake Intel HD 530 Graphics Glitch Fix

Status
Not open for further replies.
yup, got the EFI mounter, its super helpful.

I've just been using text editor, loads so much faster than xcode and seems to get the job done, but i'll try xcode

I don't have a separate graphics card, i'm trying to fix the display glitch from my Skylake HD530 integrated GPU

I'm suspicious that clover configurator made a mess because I installed using Multibeast? So, on my EFI partition EFI/Clover/Kexts is pretty barren and things like FakeSMC are on the Boot Volume/Library/Extensions. I'm still trying to figure out how each of these tools works, where they put everything
text editor will break your config.plist use text wrangler or plist editor
 
text editor will break your config.plist use text wrangler or plist editor
no problem, but using XCODE to insert:
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>
into my config.plist still gave the same error on boot
 
yup, got the EFI mounter, its super helpful.

I've just been using text editor, loads so much faster than xcode and seems to get the job done, but i'll try xcode

I don't have a separate graphics card, i'm trying to fix the display glitch from my Skylake HD530 integrated GPU

I'm suspicious that clover configurator made a mess because I installed using Multibeast? So, on my EFI partition EFI/Clover/Kexts is pretty barren and things like FakeSMC are on the Boot Volume/Library/Extensions. I'm still trying to figure out how each of these tools works, where they put everything

In EFI partition clover open clover open kext folder place FAKESMCKext in folders 12, and other. This helps the boot process in most cases.
 
Guys, I've noticed some bug.

Once a day or more suddenly screen becomes black, but Hackintosh is working. Display is on, LED-backlight is enabled, but image on the screen is pure black.

Do u know anything about it?
 
Hi all,

Is anyone able to have 4k resolution via hdmi? The highest option I am getting is 1080i.

Current configuration:
10.12.2
Gigabyte z170n gaming 5 with integrated graphics HD 530
Inject intel enabled using platform ID: 19120000
Using external display that supports 4k res.

Config file attached.
 

Attachments

  • config.plist
    6.2 KB · Views: 264
I tried inject Intel with ig-platform-id 0x1920000 and patches from tonymacx86, but my system info still didn't show intel hd 530 as my graphic but just 'Display 7mb' instead. I got the flickering issue as well.

Check the attachment

Screen Shot 2017-01-02 at 11.10.34 PM.png

I have followed this guide from https://www.tonymacx86.com/threads/...te-ga-z170-hd3-gigabyte-radeon-r9-390.183486/

but ignored the ATI radeon part.

check my config.plist and my spec below:

i5 6600k
Gigabyte Z170 HD3
16Gb 2666Mhz DDR4 RAM
Samsung 850 evo 250GB
Gigabyte GTX 1060 extreme gaming( Only use this in my windows 10)
 

Attachments

  • config.plist
    7.9 KB · Views: 224
Is your monitor connected to motherboard? I see gtx1060, which is not supported, set bios to IGPU/IGFX as primary display.
Try removing the Nv_disable boot argument in clover before boot and have you tried to change the ig platform to 0x19120001, or others listed?
 

Attachments

  • config-2.plist
    6.3 KB · Views: 237
Is your monitor connected to motherboard? I see gtx1060, which is not supported, set bios to IGPU/IGFX as primary display.
Try removing the Nv_disable boot argument in clover before boot and have you tried to change the ig platform to 0x19120001, or others listed?

I connected the hdmi to my gtx instead. Do i need to connect it to motherboard hdmi even after set bios to IGPU/IGFX as primary display?
 
I connected the hdmi to my gtx instead. Do i need to connect it to motherboard hdmi even after set bios to IGPU/IGFX as primary display?

Yes, if you want to get the HD 530 to work you need to connect to it, what you're seeing is the 1060 card as display with 7mb. I don't think you need the NV_disable because your card should not get recognized and cause any issues during boot. Some monitors have 2 HDMI connections and you can hook a cable to each and select between inputs. Im using a Samsung at the moment with VGA to motherboard and HDMI to my RX 480.
 
Yes, if you want to get the HD 530 to work you need to connect to it, what you're seeing is the 1060 card as display with 7mb. I don't think you need the NV_disable because your card should not get recognized and cause any issues during boot. Some monitors have 2 HDMI connections and you can hook a cable to each and select between inputs. Im using a Samsung at the moment with VGA to motherboard and HDMI to my RX 480.
Thanks so much for the help! u saved my day!
 
Status
Not open for further replies.
Back
Top