Contribute
Register

Intel HD530 problem

Status
Not open for further replies.
Joined
Jan 22, 2017
Messages
4
Motherboard
MSI Z170 Gaming M7
CPU
I7 6700K
Graphics
MSI GTX 1070
I have a problem using my hd530 integrated gpu. On system info it says monitor 5Mb, the graphics on screen is really bad and the only resolution I can get is 1280x1024. With clover configurator I checked the inject intel button, added the ig-platform-id 0x19120000 but It doesn't work as expected. What am I missing? I have a msi gtx 1070 and I'm aware that there aren't any drivers for the 1000 series yet. This is my config.plist


Code:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
    <key>ACPI</key>
    <dict>
        <key>DSDT</key>
        <dict>
            <key>Debug</key>
            <false/>
            <key>DropOEM_DSM</key>
            <false/>
            <key>Name</key>
            <string>DSDT.aml</string>
            <key>ReuseFFFF</key>
            <false/>
        </dict>
        <key>ResetAddress</key>
        <string>0x0000</string>
        <key>ResetValue</key>
        <string>0x0000</string>
        <key>SSDT</key>
        <dict>
            <key>DropOem</key>
            <false/>
            <key>Generate</key>
            <false/>
        </dict>
    </dict>
    <key>Boot</key>
    <dict>
        <key>Arguments</key>
        <string>-v -s -no-zp GraphicsEnabler=NO</string>
        <key>Debug</key>
        <false/>
        <key>DefaultLoader</key>
        <string></string>
        <key>DefaultVolume</key>
        <string>좘诫</string>
        <key>Legacy</key>
        <string>PBR</string>
        <key>Secure</key>
        <false/>
        <key>Timeout</key>
        <integer>5</integer>
        <key>XMPDetection</key>
        <false/>
    </dict>
    <key>CPU</key>
    <dict>
        <key>FrequencyMHz</key>
        <integer>4009</integer>
        <key>QPI</key>
        <integer>0</integer>
        <key>Type</key>
        <string>0x0705</string>
        <key>UseARTFrequency</key>
        <false/>
    </dict>
    <key>Devices</key>
    <dict>
        <key>FakeID</key>
        <dict>
            <key>ATI</key>
            <string>0x0000</string>
            <key>IMEI</key>
            <string>0x0000</string>
            <key>IntelGFX</key>
            <string>0x0000</string>
            <key>LAN</key>
            <string>0x0000</string>
            <key>NVidia</key>
            <string>0x0000</string>
            <key>SATA</key>
            <string>0x0000</string>
            <key>WIFI</key>
            <string>0x0000</string>
            <key>XHCI</key>
            <string>0x0000</string>
        </dict>
        <key>USB</key>
        <dict>
            <key>FixOwnership</key>
            <false/>
            <key>Inject</key>
            <false/>
        </dict>
    </dict>
    <key>GUI</key>
    <dict>
        <key>Mouse</key>
        <dict>
            <key>DoubleClick</key>
            <integer>500</integer>
            <key>Enabled</key>
            <true/>
            <key>Mirror</key>
            <false/>
            <key>Speed</key>
            <integer>8</integer>
        </dict>
        <key>Scan</key>
        <true/>
    </dict>
    <key>Graphics</key>
    <dict>
        <key>DualLink</key>
        <integer>1</integer>
        <key>FBName</key>
        <string></string>
        <key>Inject</key>
        <dict>
            <key>ATI</key>
            <false/>
            <key>Intel</key>
            <true/>
            <key>NVidia</key>
            <false/>
        </dict>
        <key>NVCAP</key>
        <string>0000000000000000000000000000000000000000</string>
        <key>NvidiaSingle</key>
        <false/>
        <key>VRAM</key>
        <integer>0</integer>
        <key>VideoPorts</key>
        <integer>0</integer>
        <key>display-cfg</key>
        <string>0000000000000000</string>
        <key>ig-platform-id</key>
        <string>0x19120000</string>
    </dict>
    <key>KernelAndKextPatches</key>
    <dict>
        <key>AppleRTC</key>
        <true/>
        <key>AsusAICPUPM</key>
        <true/>
        <key>Debug</key>
        <false/>
        <key>KernelCpu</key>
        <false/>
        <key>KernelHaswellE</key>
        <false/>
        <key>KernelLapic</key>
        <false/>
        <key>KernelPm</key>
        <true/>
    </dict>
    <key>SMBIOS</key>
    <dict>
        <key>BiosReleaseDate</key>
        <string>04/11/2016</string>
        <key>BiosVendor</key>
        <string>Apple Inc.</string>
        <key>BiosVersion</key>
        <string>IM171.88Z.0105.B08.1604111319</string>
        <key>Board-ID</key>
        <string>Mac-B809C3757DA9BB8D</string>
        <key>BoardManufacturer</key>
        <string>Apple Inc.</string>
        <key>BoardType</key>
        <integer>10</integer>
        <key>ChassisAssetTag</key>
        <string>iMac-Aluminum</string>
        <key>ChassisManufacturer</key>
        <string>Apple Inc.</string>
        <key>ChassisType</key>
        <string>13</string>
        <key>Family</key>
        <string>iMac</string>
        <key>Manufacturer</key>
        <string>Apple Inc.</string>
        <key>ProductName</key>
        <string>iMac17,1</string>
        <key>SerialNumber</key>
        <string>C02QMNHKH2YQ</string>
        <key>Trust</key>
        <false/>
        <key>Version</key>
        <string>1.0</string>
    </dict>
    <key>SystemParameters</key>
    <dict>
        <key>BacklightLevel</key>
        <string>0xffff</string>
        <key>CustomUUID</key>
        <string></string>
        <key>InjectSystemID</key>
        <true/>
    </dict>
</dict>
</plist>
 
I have a problem using my hd530 integrated gpu. On system info it says monitor 5Mb, the graphics on screen is really bad and the only resolution I can get is 1280x1024. With clover configurator I checked the inject intel button, added the ig-platform-id 0x19120000 but It doesn't work as expected. What am I missing? I have a msi gtx 1070 and I'm aware that there aren't any drivers for the 1000 series yet. This is my config.plist


Code:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
    <key>ACPI</key>
    <dict>
        <key>DSDT</key>
        <dict>
            <key>Debug</key>
            <false/>
            <key>DropOEM_DSM</key>
            <false/>
            <key>Name</key>
            <string>DSDT.aml</string>
            <key>ReuseFFFF</key>
            <false/>
        </dict>
        <key>ResetAddress</key>
        <string>0x0000</string>
        <key>ResetValue</key>
        <string>0x0000</string>
        <key>SSDT</key>
        <dict>
            <key>DropOem</key>
            <false/>
            <key>Generate</key>
            <false/>
        </dict>
    </dict>
    <key>Boot</key>
    <dict>
        <key>Arguments</key>
        <string>-v -s -no-zp GraphicsEnabler=NO</string>
        <key>Debug</key>
        <false/>
        <key>DefaultLoader</key>
        <string></string>
        <key>DefaultVolume</key>
        <string>좘诫</string>
        <key>Legacy</key>
        <string>PBR</string>
        <key>Secure</key>
        <false/>
        <key>Timeout</key>
        <integer>5</integer>
        <key>XMPDetection</key>
        <false/>
    </dict>
    <key>CPU</key>
    <dict>
        <key>FrequencyMHz</key>
        <integer>4009</integer>
        <key>QPI</key>
        <integer>0</integer>
        <key>Type</key>
        <string>0x0705</string>
        <key>UseARTFrequency</key>
        <false/>
    </dict>
    <key>Devices</key>
    <dict>
        <key>FakeID</key>
        <dict>
            <key>ATI</key>
            <string>0x0000</string>
            <key>IMEI</key>
            <string>0x0000</string>
            <key>IntelGFX</key>
            <string>0x0000</string>
            <key>LAN</key>
            <string>0x0000</string>
            <key>NVidia</key>
            <string>0x0000</string>
            <key>SATA</key>
            <string>0x0000</string>
            <key>WIFI</key>
            <string>0x0000</string>
            <key>XHCI</key>
            <string>0x0000</string>
        </dict>
        <key>USB</key>
        <dict>
            <key>FixOwnership</key>
            <false/>
            <key>Inject</key>
            <false/>
        </dict>
    </dict>
    <key>GUI</key>
    <dict>
        <key>Mouse</key>
        <dict>
            <key>DoubleClick</key>
            <integer>500</integer>
            <key>Enabled</key>
            <true/>
            <key>Mirror</key>
            <false/>
            <key>Speed</key>
            <integer>8</integer>
        </dict>
        <key>Scan</key>
        <true/>
    </dict>
    <key>Graphics</key>
    <dict>
        <key>DualLink</key>
        <integer>1</integer>
        <key>FBName</key>
        <string></string>
        <key>Inject</key>
        <dict>
            <key>ATI</key>
            <false/>
            <key>Intel</key>
            <true/>
            <key>NVidia</key>
            <false/>
        </dict>
        <key>NVCAP</key>
        <string>0000000000000000000000000000000000000000</string>
        <key>NvidiaSingle</key>
        <false/>
        <key>VRAM</key>
        <integer>0</integer>
        <key>VideoPorts</key>
        <integer>0</integer>
        <key>display-cfg</key>
        <string>0000000000000000</string>
        <key>ig-platform-id</key>
        <string>0x19120000</string>
    </dict>
    <key>KernelAndKextPatches</key>
    <dict>
        <key>AppleRTC</key>
        <true/>
        <key>AsusAICPUPM</key>
        <true/>
        <key>Debug</key>
        <false/>
        <key>KernelCpu</key>
        <false/>
        <key>KernelHaswellE</key>
        <false/>
        <key>KernelLapic</key>
        <false/>
        <key>KernelPm</key>
        <true/>
    </dict>
    <key>SMBIOS</key>
    <dict>
        <key>BiosReleaseDate</key>
        <string>04/11/2016</string>
        <key>BiosVendor</key>
        <string>Apple Inc.</string>
        <key>BiosVersion</key>
        <string>IM171.88Z.0105.B08.1604111319</string>
        <key>Board-ID</key>
        <string>Mac-B809C3757DA9BB8D</string>
        <key>BoardManufacturer</key>
        <string>Apple Inc.</string>
        <key>BoardType</key>
        <integer>10</integer>
        <key>ChassisAssetTag</key>
        <string>iMac-Aluminum</string>
        <key>ChassisManufacturer</key>
        <string>Apple Inc.</string>
        <key>ChassisType</key>
        <string>13</string>
        <key>Family</key>
        <string>iMac</string>
        <key>Manufacturer</key>
        <string>Apple Inc.</string>
        <key>ProductName</key>
        <string>iMac17,1</string>
        <key>SerialNumber</key>
        <string>C02QMNHKH2YQ</string>
        <key>Trust</key>
        <false/>
        <key>Version</key>
        <string>1.0</string>
    </dict>
    <key>SystemParameters</key>
    <dict>
        <key>BacklightLevel</key>
        <string>0xffff</string>
        <key>CustomUUID</key>
        <string></string>
        <key>InjectSystemID</key>
        <true/>
    </dict>
</dict>
</plist>

Attach ioreg as ZIP: http://www.tonymacx86.com/audio/58368-guide-how-make-copy-ioreg.html. Please, use the IORegistryExplorer v2.1 attached to the post! DO NOT reply with an ioreg from any other version of IORegistryExplorer.app.

Provide output (in Terminal):
Code:
kextstat|grep -y acpiplat
kextstat|grep -y appleintelcpu
kextstat|grep -y applelpc
kextstat|grep -y applehda

Attach EFI/Clover folder as ZIP (press F4 at main Clover screen before collecting). Please eliminate 'themes' directory. Provide only EFI/Clover, not the entire EFI folder.

Attach output of (in Terminal):
Code:
sudo touch /System/Library/Extensions && sudo kextcache -u /

Compress all files as ZIP. Do not use external links. Attach all files using site attachments only.
 
Thanks for the reply. I've attached all the files you asked.
 

Attachments

  • OutputFiles1.zip
    1.8 MB · Views: 45
Thanks for the reply. I've attached all the files you asked.

Your display is connected to an Nvidia device, not Intel HD 530.
According to ioreg, the Intel graphics device is disabled.
Not to mention that your Clover setup is not correct for HD530 anyway (you don't even have a config.plist).
 
Thanks for the reply. So what should I do now? Connecting my monitor directly to the motherboard and restarting? Every time I boot in clover I have to go the Options>configs section and selecting the config.plist, Is this normal? And what I need to set in the config.plist for having the IGPU ready?
 
Thanks for the reply. So what should I do now? Connecting my monitor directly to the motherboard and restarting? Every time I boot in clover I have to go the Options>configs section and selecting the config.plist, Is this normal? And what I need to set in the config.plist for having the IGPU ready?

If you want to use HD530:
- make sure your config.plist has correct settings for HD530.
- Clover will read config from EFI/Clover/config.plist by default (simple rename)
- make sure BIOS settings are correct
- connect your monitor to a digital port on the motherboard (seems obvious you cannot use HD530 if your monitor is not connected to it)
 
Thank you for the answers. Now it works. There's a flickering in the upper left now but nothing dramatic. My last question: in order to make it works I had to change the bios settings for the default graphics cards to load on startup(checked IGPU). My questions is: every time I want to boot in OS X I have to select that option and then remove it for windows ? Or there's a more simple option?
 
There's a flickering in the upper left now but nothing dramatic.

https://www.tonymacx86.com/threads/skylake-intel-hd-530-graphics-glitch-fix.206410/

My last question: in order to make it works I had to change the bios settings for the default graphics cards to load on startup(checked IGPU). My questions is: every time I want to boot in OS X I have to select that option and then remove it for windows ? Or there's a more simple option?

If you had a compatible GPU you could use both. But you don't....
 
Status
Not open for further replies.
Back
Top