Contribute
Register

[Solved] Intel HD630 onboard only 7mb

Status
Not open for further replies.
Joined
Apr 5, 2018
Messages
14
Motherboard
Gigabyte B360 Aorus Gaming 3 wifi
CPU
i5 8400
Graphics
Integrated UHD 630
Hello,

I am new to Mackintosh, i recently did a new Install of High Sierra, which is working so far, instead of nearly everything like Network/Audio/full Graphic Support.
I like to do step by step, so i start with onboard Graphics, which only has 7mb and do some flickering while startup and login.
I tried several settings in config.plist with different IntelGFX Fake IDs and Platform IDs. I attached config.plist, IOReg and 2 Screenshots of kexts loaded with clover and About this Mac.

System is: B360 Aorus Gaming 3 Wifi with Intel HD630 onboard, i5 8400

Thank you for your help,

Qjiu
 

Attachments

  • Archive.zip
    601.7 KB · Views: 375
Maybe you can try
Code:
            <key>IntelGFX</key>
            <string>0x59128086</string>
and
Code:
        <key>ig-platform-id</key>
        <string>0x59120000</string>

My B360 will be black screen.
I know it is working with 0x59120000 but not output to my hdmi port.
You could try it.
 
I also tried these - not working for me :(
After trying out some other kexts, I have black screen now.
Will try a new installation tonight...
 
I also tried these - not working for me :(
After trying out some other kexts, I have black screen now.
Will try a new installation tonight...
I fixed the black screen problem after inject the edid of the monitor. Maybe it will help you.
 
Fixed the BlackScreen, but Graphics still not working correct :(

Screen Shot 2018-04-17 at 07.22.51.png
At the moment following kexts are injected:

Screen Shot 2018-04-18 at 08.33.30.png
 

Attachments

  • config.plist
    7.4 KB · Views: 420
Fixed the BlackScreen, but Graphics still not working correct :(

View attachment 326159
At the moment following kexts are injected:

View attachment 326293

Your setting at config.plist/Devices/FakeID/IntelGFX=0x3E928608 is invalid (8608 is not a valid vendor-id).
You should expect the graphics kexts to be disabled with an invalid vendor-id.

Perhaps you meant 0x3E928086, which is valid.
 
Oh - Didn't recognised this fault. But no change at all.

But like mentioned in another thread, I got it with following workaround:

I modified AppleIntelKBLGraphics.kext and AppleIntelKBLGraphicsFramebuffer.kext in S/L/E with 3e928086 (Info.plist/ IOPCIPrimaryMatch) , added 3 KextPatches to the Config File. This got me 1536mb, but massive flickering. Then I changed from iMac 18,3 to iMac 17,1, which is working fine now.

So finally USB, Audio(ALC892), iGPU (UHD 630), Network (I219-V) is working on B360 Aorus Gaming 3 Wifi, i5 8400.
Screen Shot 2018-04-18 at 21.21.38.png
Attached is my config file, and a screen of my used kexts.


PS: iMessage is now working without doing any additional stuff, sleep is also working.

Looking forward to upcoming problems,

Qjiu
 

Attachments

  • config.plist
    8.2 KB · Views: 844
Oh - Didn't recognised this fault. But no change at all.

But like mentioned in another thread, I got it with following workaround:

I modified AppleIntelKBLGraphics.kext and AppleIntelKBLGraphicsFramebuffer.kext in S/L/E with 3e928086 (Info.plist/ IOPCIPrimaryMatch) , added 3 KextPatches to the Config File. This got me 1536mb, but massive flickering. Then I changed from iMac 18,3 to iMac 17,1, which is working fine now.

So finally USB, Audio(ALC892), iGPU (UHD 630), Network (I219-V) is working on B360 Aorus Gaming 3 Wifi, i5 8400.
View attachment 326427
Attached is my config file, and a screen of my used kexts.


PS: iMessage is now working without doing any additional stuff, sleep is also working.

Looking forward to upcoming problems,

Qjiu

If you use search, you may find an injector kext that I created for 0x3e92 support.
 
Oh - Didn't recognised this fault. But no change at all.

But like mentioned in another thread, I got it with following workaround:

I modified AppleIntelKBLGraphics.kext and AppleIntelKBLGraphicsFramebuffer.kext in S/L/E with 3e928086 (Info.plist/ IOPCIPrimaryMatch) , added 3 KextPatches to the Config File. This got me 1536mb, but massive flickering. Then I changed from iMac 18,3 to iMac 17,1, which is working fine now.

So finally USB, Audio(ALC892), iGPU (UHD 630), Network (I219-V) is working on B360 Aorus Gaming 3 Wifi, i5 8400.
View attachment 326427
Attached is my config file, and a screen of my used kexts.


PS: iMessage is now working without doing any additional stuff, sleep is also working.

Looking forward to upcoming problems,

Qjiu
Hi,i have a problem,Network (I219-V) is not working on B360m Aorus Gaming 3 , i5 8500.Now,USB is working.Can you share your kext?Thanks.
 
Status
Not open for further replies.
Back
Top