Contribute
Register

Mojave Intel HD 530

Status
Not open for further replies.
Have you tried these settings in clover?
@Gigamaxx, thanks for the suggestion. I just tried these settings for graphics in my config.plist:
Code:
<dict>
    <key>Devices</key>
    <dict>
        <key>FakeID</key>
        <dict>
            <key>IntelGFX</key>
            <string>0x19128086</string>
        </dict>
    </dict>
    <key>Graphics</key>
    <dict>
        <key>Inject</key>
        <dict>
            <key>Intel</key>
            <true/>
        </dict>
        <key>ig-platform-id</key>
        <string>0x19020001</string>
    </dict>
</dict>
</plist>
I had a kernel panic on boot & went into a reboot loop. I rolled back to my previous config.plist which gives the default 1024 x 768 resolution.
 
@Gigamaxx, thanks for the suggestion. I just tried these settings for graphics in my config.plist:
Code:
<dict>
    <key>Devices</key>
    <dict>
        <key>FakeID</key>
        <dict>
            <key>IntelGFX</key>
            <string>0x19128086</string>
        </dict>
    </dict>
    <key>Graphics</key>
    <dict>
        <key>Inject</key>
        <dict>
            <key>Intel</key>
            <true/>
        </dict>
        <key>ig-platform-id</key>
        <string>0x19020001</string>
    </dict>
</dict>
</plist>
I had a kernel panic on boot & went into a reboot loop. I rolled back to my previous config.plist which gives the default 1024 x 768 resolution.

Sorry about that the ig platform should be 0x19120001, another option might be 0x0A260006.
 
just out of curiosity try platform id 193B0005 works on high sierra, oddly enough you can leave it blank in mojave ymmv......
 
Sorry about that the ig platform should be 0x19120001, another option might be 0x0A260006.

0xa260006 is for Haswell (AppleIntelFramebufferAzul.kext). No application to Skylake hardware.
 
@Gigamaxx, thanks for the suggestion. I just tried these settings for graphics in my config.plist:
Code:
<dict>
    <key>Devices</key>
    <dict>
        <key>FakeID</key>
        <dict>
            <key>IntelGFX</key>
            <string>0x19128086</string>
        </dict>
    </dict>
    <key>Graphics</key>
    <dict>
        <key>Inject</key>
        <dict>
            <key>Intel</key>
            <true/>
        </dict>
        <key>ig-platform-id</key>
        <string>0x19020001</string>
    </dict>
</dict>
</plist>
I had a kernel panic on boot & went into a reboot loop. I rolled back to my previous config.plist which gives the default 1024 x 768 resolution.
 
@Gigamaxx, thanks for the suggestion. I just tried these settings for graphics in my config.plist:
Code:
<dict>
    <key>Devices</key>
    <dict>
        <key>FakeID</key>
        <dict>
            <key>IntelGFX</key>
            <string>0x19128086</string>
        </dict>
    </dict>
    <key>Graphics</key>
    <dict>
        <key>Inject</key>
        <dict>
            <key>Intel</key>
            <true/>
        </dict>
        <key>ig-platform-id</key>
        <string>0x19020001</string>
    </dict>
</dict>
</plist>
I had a kernel panic on boot & went into a reboot loop. I rolled back to my previous config.plist which gives the default 1024 x 768 resolution.


  • An inadvertent typo in your config.plist editing did the harm this time for you. See the text in red below

CODE]<dict>
<key>Devices</key>
<dict>
<key>FakeID</key>
<dict>
<key>IntelGFX</key>
<string>0x19128086</string>
</dict>
</dict>
<key>Graphics</key>
<dict>
<key>Inject</key>
<dict>
<key>Intel</key>
<true/>
</dict>
<key>ig-platform-id</key>
<string>0x19020001</string>
</dict>
</dict>
</plist>[/CODE]

  • Change that <string>0x19020001</string> value to <string>0x19120000</string> and save and reboot; all will be OK.:)
 
0xa260006 is for Haswell (AppleIntelFramebufferAzul.kext). No application to Skylake hardware.

Actually, it works for Skylake. I just set inject Intel = false, no ID and ig 0x0a260006. Skl Crb with acceleration. I've used this since Sierra and noticed that clover configurator later designated it for Haswell.
Update: Inject Intel breaks the link.

Skl Crb.png
 
Last edited:
Anyone can help me out?

I check and in about mac extensions i have lilu and whatevergreen, however if i boot with "correct" ig for the HD530, 0x19120000 i get a the graphic with 1500Mb ram but a lot of glitchs, if i put a wrong ig (0x59120000)i get only 6 Mb ram but i don't have glitchs...

I have an asus 170M plus and i5 6600, trying to use the dvi output in mojave 10.14.2

Thanks
 
Anyone can help me out?

I check and in about mac extensions i have lilu and whatevergreen, however if i boot with "correct" ig for the HD530, 0x19120000 i get a the graphic with 1500Mb ram but a lot of glitchs, if i put a wrong ig (0x59120000)i get only 6 Mb ram but i don't have glitchs...

I have an asus 170M plus and i5 6600, trying to use the dvi output in mojave 10.14.2

Thanks

0x19120001, 0x19120003?
Or try ig 0x0a260006 SKL CRB.
 
Status
Not open for further replies.
Back
Top