Contribute
Register

Intel UHD 630 Graphics (0x3e918086 i3-8100) Native support with GfxId Injection

Status
Not open for further replies.
Its actually seems to work native with adding 0x3e928086. The only thing doesn't work is wake up from sleep.

if I add (downgrade) 0x59128086 into the intelGFX, it wakes up and works great until playing a videos on browser which causing freeze the browser and it doesnt works till i restart the pc.

I have attached the debug file which also includes my whole EFI folder for whom interested to try it out.(You firstly need to add the device id into the 2 kext mentioned in the first post of 10mania)


View attachment 308132

I think you might get different results with 10.13.3.
AppleIntelKBLGraphicsFramebuffer.kext Info.plist includes this IOPCIPrimaryMatch:
0x59128086 0x59168086 0x591B8086 0x591E8086 0x59268086 0x59278086 0x59238086

I'm guessing 0x3e928086 was removed in 10.13.3.
I'll try to remember to check later in 10.13.2 to confirm before I upgrade one of my systems that haven't been upgraded to 10.13.3.

I would probably try using FakeID/IntelGFX=0x3e928086 (only needed for the 0x3e91 case... depends on 0x3e91 being "close enough" to 0x3e92 as far as the kext code), and an injector kext to load the framebuffer, such as the one attached. Then add FakePCIID_Intel_HD_Graphics.kext + FakePCIID.kext (from my bitbucket site).

Update: No changes in 10.13.3.
Conclusion: AppleIntelKBLGraphics.kext must kickstart the CI kext (AppleIntelKBLGraphicsFramebuffer.kext) if it didn't load. This would be enabled with FakeID=0x3e928086 (for 0x3e91 case) and FakePCIID kexts (for spoofing 0x3e92).
 

Attachments

  • AppleIntelKBLGraphicsFramebufferInjector_3e9x.kext.zip
    3.7 KB · Views: 881
Last edited:
SO I added AppleIntelKBLGraphicsFramebufferInjector_3e9x.kext into EFI/Clover/kexts/other and switched back to 0x3e928086...

Sadly no difference, beside the VRAM back @ 4MB
 
SO I added AppleIntelKBLGraphicsFramebufferInjector_3e9x.kext into EFI/Clover/kexts/other and switched back to 0x3e928086...

Sadly no difference, beside the VRAM back @ 4MB

No "Problem Reporting" files attached.
Read FAQ, "Problem Reporting" again. Carefully. Attach all requested files/output.
https://www.tonymacx86.com/threads/faq-read-first-laptop-frequent-questions.164990/
Use the tool mentioned in the FAQ, that way it is less likely you'll omit something.
 
Hi @RehabMan I am very thankful for your help!

Im very sorry I don't understand every step of the process!

I will provide a new report with every post from now on!

thanks
 

Attachments

  • debug_18977.zip
    2.2 MB · Views: 160
Hi @RehabMan I am very thankful for your help!

Im very sorry I don't understand every step of the process!

I will provide a new report with every post from now on!

thanks

Your kextcache shows AppleIntelKBLGraphicsFramebufferInjector_3e9x.kext is not installed.
All kexts must be installed to the system volume (/L/E).
Note: config.plist/SystemParameters/InjectKexts should be set "Detect".

Also, you'll need to re-download the kext from my previous post. Something weird happened to the previous one.
 
I think I have done everything you said but sadly there is still no difference. 4MB VRAM and the same issues.
 

Attachments

  • debug_30851.zip
    2.1 MB · Views: 130
I think I have done everything you said but sadly there is still no difference. 4MB VRAM and the same issues.

Your kextcache shows AppleIntelKBLGraphicsFramebufferInjector_3e9x.kext is not installed.
And it also shows you installed FakePCIID_Intel_HD_Graphics.kext incorrectly.
 
Ok so i came home today wanting to try fixing my kext install errors...

But now my pc doesnt wanna startup anymore (didn't touch it since last nights export of debug files)

Here are some pictures of the verbose

any ideas?
 

Attachments

  • IMG_0006.jpg
    IMG_0006.jpg
    995.4 KB · Views: 414
  • IMG_0009.jpg
    IMG_0009.jpg
    875.5 KB · Views: 429
  • IMG_0011.jpg
    IMG_0011.jpg
    844.1 KB · Views: 384
Ok so i came home today wanting to try fixing my kext install errors...

But now my pc doesnt wanna startup anymore (didn't touch it since last nights export of debug files)

Here are some pictures of the verbose

any ideas?

To determine if it is a graphics issue or not, try booting with an invalid ig-platform-id (0x12345678).
 
Status
Not open for further replies.
Back
Top