Jump to content

[80% Solved] Iris Xe iGPU on Tiger Lake successfully loaded ICLLP Frambuffer and VRAM also recognizes 1536MB! + However, some issues.


shl628
559 posts in this topic

Recommended Posts

it's the biggest patch in nblue how did u miss it ?
 

tgl

image.thumb.png.0aef4de1e75fa57da278e5ee20ac61a8.png

 

icl as comments but tgl as same patch logic

 

image.png.c98287346c7a1f3b90ccac0a25bb1748.png

 

it works with lots of mods - the 0x1800 flags idk as some won't work

but yeah maybe some combo will unlock this issues

 

problem of messing with this is that this code and others might need patches 

image.png.8ace8933ca79286749d95cea1b0794ee.png

 

this code also as condition

image.png.2999d88251d05e2daffbea15f579d60c.png

Edited by jalavoui
Link to comment
Share on other sites

6 hours ago, jalavoui said:

it's the biggest patch in nblue how did u miss it ?
 

tgl

image.thumb.png.0aef4de1e75fa57da278e5ee20ac61a8.png

 

icl as comments but tgl as same patch logic

 

image.png.c98287346c7a1f3b90ccac0a25bb1748.png

 

it works with lots of mods - the 0x1800 flags idk as some won't work

but yeah maybe some combo will unlock this issues

 

problem of messing with this is that this code and others might need patches 

image.png.8ace8933ca79286749d95cea1b0794ee.png

 

this code also as condition

image.png.2999d88251d05e2daffbea15f579d60c.png

why was there no updated src zip file for nblue jala? just wondering.

Link to comment
Share on other sites

i'm pushing nblue src as i change it

this1 defaults to tgl for testing

btw blt3d panic is patched

 

NootedBlue-master.zip

 

i just exausted my upload space in insanly...

image.png.10e9340f0ca67bb2f6975afac40802aa.png

 

here the latest files

 

 

sle_Internal.zip

 

HookCase-master.zip

 

 

 

what i found out is that tgl logs shows less failures during display setup

still on nblue you guys can change the default framebuffer

 

btw this tgl bad patch (cause of wrong register readings)

image.png.45b689104580a6b00e91d4b55f81382b.png

its all Visual fault because he doesn't have a working intel laptop to help us.

 

Masta maybe you can help by searching the entire DTK for this functions ?

image.png.89669258e6c4f3fe945a780dd75887ac.png

they must be defined somewhere as the dtk works fine

 

tgl might work for non DSB hardware with some hacks

Edited by jalavoui
Link to comment
Share on other sites

1 hour ago, jalavoui said:

i'm pushing nblue src as i change it

this1 defaults to tgl for testing

btw blt3d panic is patched

 

NootedBlue-master.zip 418.56 kB · 2 downloads

 

i just exausted my upload space in insanly...

image.png.10e9340f0ca67bb2f6975afac40802aa.png

 

here the latest files

 

 

sle_Internal.zip 43.07 MB · 0 downloads

 

HookCase-master.zip 191.12 kB · 0 downloads

 

 

 

what i found out is that tgl logs shows less failures during display setup

still on nblue you guys can change the default framebuffer

 

btw this tgl bad patch (cause of wrong register readings)

image.png.45b689104580a6b00e91d4b55f81382b.png

its all Visual fault because he doesn't have a working intel laptop to help us.

 

Masta maybe you can help by searching the entire DTK for this functions ?

image.png.89669258e6c4f3fe945a780dd75887ac.png

they must be defined somewhere as the dtk works fine

 

tgl might work for non DSB hardware with some hacks

i have recently aquired a 10th gen xps laptop along side my 11th gen laptop jala, given visual hasnt a intel laptop, what do you need help wise? i've not done much with xcode or kext development BUT i can donate some time if you need.

Link to comment
Share on other sites

hmm i think you should join the asus thread because probably you will have same issues for setup os x 

or skip it if you managed to load nblue and get logs

 

any os version is fine cause we're testing DTK files

Edited by jalavoui
Link to comment
Share on other sites

16 minutes ago, jalavoui said:

hmm i think you should join the asus thread because probably you will have same issues for setup os x 

or skip it if you managed to load nblue and get logs

yeah i have only arch linux on my 11th gen rn, i have sonoma 14.7 on a usb rn with my 11th gen EFI, is sonoma ok for this or should i use ventura? doesn't matter to me. alright ill put sonoma on then.

Edited by benmacfreak
Link to comment
Share on other sites

I figure its one of these, I'm checking with Ghidra.

 

AppleIntelTGLGraphics.kext
AppleIntelTGLGraphicsFramebuffer.kext
AppleIntelGraphicsPowerManagement.kext
AppleIntelGraphicsGLDriver.bundle
AppleIntelTGLGraphicsVADriver.bundle

 

okay,

 

checking.

Edited by Mastachief
Link to comment
Share on other sites

they're called from AppleIntelTGLGraphicsFramebuffer.kext. but there must be a file in the DTK with the original functions

 

in theory they should be in one of this files

 

image.png.cd9c0673b02313d86618771d7b9ce744.png

Edited by jalavoui
Link to comment
Share on other sites

13 hours ago, jalavoui said:

they must be defined somewhere as the dtk works fine

◎ rg --binary "AppleIntelBaseController15WriteRegister32" ~/Developer/.AppleInternal/GoldenGateSpike/System/Library/Extensions/                                                                                ⌂ 09:22
/Users/visual/Developer/.AppleInternal/GoldenGateSpike/System/Library/Extensions/AppleIntelICLLPGraphicsFramebuffer.kext/Contents/MacOS/AppleIntelICLLPGraphicsFramebuffer_kasan: binary file matches (found "\0" byte around offset 5)


◎ rg --binary "AppleIntelBaseController14ReadRegister32" ~/Developer/.AppleInternal/GoldenGateSpike/System/Library/Extensions/                                                                                 ⌂ 09:23
/Users/visual/Developer/.AppleInternal/GoldenGateSpike/System/Library/Extensions/AppleIntelICLLPGraphicsFramebuffer.kext/Contents/MacOS/AppleIntelICLLPGraphicsFramebuffer_kasan: binary file matches (found "\0" byte around offset 5)

 

Link to comment
Share on other sites

×
×
  • Create New...