Stezza88 Posted May 14 Author Share Posted May 14 (edited) 11 minutes ago, jalavoui said: idk what ure doing but this only happens if on acel mode? is frame working solo? no fb+gfx WindowServer-2026-05-14-200422.ips WindowServer-2026-05-14-200412.ips WindowServer-2026-05-14-200402.ips WindowServer-2026-05-14-200350.ips WindowServer-2026-05-14-200345.ips fb.log.zip x.log.zip Edited May 14 by Stezza88 Link to comment https://www.insanelymac.com/forum/topic/362634-nootedgreenkext-is-on-air-its-a-long-long-road-to-complete/page/19/#findComment-2850298 Share on other sites More sharing options...
Stezza88 Posted May 14 Author Share Posted May 14 the issue is likely validateDetailedTiming failing for ALL modes leaving CoreDisplay with zero valid modes That validateDisplayMode → return 0xe00002c2 is the trigger — it causes getPixelInformation for framebuffer 0 failed Link to comment https://www.insanelymac.com/forum/topic/362634-nootedgreenkext-is-on-air-its-a-long-long-road-to-complete/page/19/#findComment-2850299 Share on other sites More sharing options...
jalavoui Posted May 14 Share Posted May 14 (edited) this is well know see from wserver log. it misses tgl acel files. mayce cause u're pushing wserver? for setuptiming this var exists at function end and is used in vblank here it is i just saw xlog u're making wserver crazy just stop messing and also this acess issue (Sandbox) Sandbox: WindowServer(417) deny(1) file-map-executable /Library/Extensions/AppleIntelTGLGraphicsMTLDriver.bundle/Contents/MacOS/AppleIntelTGLGraphicsMTLDriver why i like logs? they show the bug here's your display bug: idk how u did this but its dam bugged also here it's identified - try fix the cause Edited May 14 by jalavoui Link to comment https://www.insanelymac.com/forum/topic/362634-nootedgreenkext-is-on-air-its-a-long-long-road-to-complete/page/19/#findComment-2850301 Share on other sites More sharing options...
Stezza88 Posted May 14 Author Share Posted May 14 (edited) I need time and study. I've got everything i need. Now it's time to stop spam and hard works only Edited May 14 by Stezza88 Link to comment https://www.insanelymac.com/forum/topic/362634-nootedgreenkext-is-on-air-its-a-long-long-road-to-complete/page/19/#findComment-2850304 Share on other sites More sharing options...
Stezza88 Posted May 14 Author Share Posted May 14 One remaining item — SSDT-GPIO is still missing. If the touchpad still doesn't work after this reboot, that means VoodooGPIO can't find the interrupt pin automatically. In that case you'd need to dump your DSDT and find the GPIO pin number for the I2C touchpad device Link to comment https://www.insanelymac.com/forum/topic/362634-nootedgreenkext-is-on-air-its-a-long-long-road-to-complete/page/19/#findComment-2850305 Share on other sites More sharing options...
jalavoui Posted May 14 Share Posted May 14 (edited) u need to remove class structs from ngreen. e.g AppleIntelPlane* as wrong offsets. keep non class only like crtparms, etc this is not pipeindex ! Edited May 14 by jalavoui 1 Link to comment https://www.insanelymac.com/forum/topic/362634-nootedgreenkext-is-on-air-its-a-long-long-road-to-complete/page/19/#findComment-2850306 Share on other sites More sharing options...
Stezza88 Posted May 14 Author Share Posted May 14 Your I2C controller is correctly pci8086,51e8 Link to comment https://www.insanelymac.com/forum/topic/362634-nootedgreenkext-is-on-air-its-a-long-long-road-to-complete/page/19/#findComment-2850308 Share on other sites More sharing options...
Visual Ehrmanntraut Posted May 14 Share Posted May 14 (edited) 35 minutes ago, jalavoui said: u need to remove class structs from ngreen. e.g AppleIntelPlane* as wrong offsets. keep non class only like crtparms, etc this is not pipeindex ! my database says that you're both wrong, just in different ways Edited May 14 by Visual Ehrmanntraut Link to comment https://www.insanelymac.com/forum/topic/362634-nootedgreenkext-is-on-air-its-a-long-long-road-to-complete/page/19/#findComment-2850309 Share on other sites More sharing options...
jalavoui Posted May 14 Share Posted May 14 yep i'm aware it needs review. tks visual i'm hang on VBT code atm Link to comment https://www.insanelymac.com/forum/topic/362634-nootedgreenkext-is-on-air-its-a-long-long-road-to-complete/page/19/#findComment-2850310 Share on other sites More sharing options...
Stezza88 Posted May 14 Author Share Posted May 14 (edited) this could be a confirmation Kernel-2026-05-14-221934.panic IOFramebuffer::open called something via a function pointer / virtual dispatch that resolved to 0x2ed040c0 — a non-mapped userspace address. This is a corrupted vtable or callback pointer, not a logic error. Key question: does 0x2ed040c0 look like an Intel MMIO register value that could have been written into a vtable slot by one of NootedGreen's Edited May 14 by Stezza88 Link to comment https://www.insanelymac.com/forum/topic/362634-nootedgreenkext-is-on-air-its-a-long-long-road-to-complete/page/19/#findComment-2850312 Share on other sites More sharing options...
Visual Ehrmanntraut Posted May 14 Share Posted May 14 12 minutes ago, Stezza88 said: IOFramebuffer::open called something via a function pointer / virtual dispatch no? Link to comment https://www.insanelymac.com/forum/topic/362634-nootedgreenkext-is-on-air-its-a-long-long-road-to-complete/page/19/#findComment-2850313 Share on other sites More sharing options...
Stezza88 Posted May 15 Author Share Posted May 15 (edited) It's like slot machine AI ... i need rehab And i have a plan to accomplish rehab : study the goods, study the bads .. and try to improve it I am trainee of develop angular UI since last month and this is the most beautiful and challenging exercise that i could dream : make the biggest UI works, an entire OS. Thanks to everybody. Edited May 15 by Stezza88 1 Link to comment https://www.insanelymac.com/forum/topic/362634-nootedgreenkext-is-on-air-its-a-long-long-road-to-complete/page/19/#findComment-2850319 Share on other sites More sharing options...
Visual Ehrmanntraut Posted May 15 Share Posted May 15 52 minutes ago, Stezza88 said: It's like slot machine AI ... i need rehab because it's not real AI, it's the autocomplete on your phone but with TBs of scrapped data and pirated works as its dataset... Link to comment https://www.insanelymac.com/forum/topic/362634-nootedgreenkext-is-on-air-its-a-long-long-road-to-complete/page/19/#findComment-2850323 Share on other sites More sharing options...
Stezza88 Posted May 15 Author Share Posted May 15 10 hours ago, Visual Ehrmanntraut said: because it's not real AI, it's the autocomplete on your phone but with TBs of scrapped data and pirated works as its dataset... I'm not of the same advise. It makes me horny when starts to use nm, otool etc... Link to comment https://www.insanelymac.com/forum/topic/362634-nootedgreenkext-is-on-air-its-a-long-long-road-to-complete/page/19/#findComment-2850339 Share on other sites More sharing options...
Stezza88 Posted May 15 Author Share Posted May 15 (edited) Ok, i need to resrore a working version in local ... FB-only is loadin (black screen or fragmented), i wait for logs.. Still some problems but I've got logs... fb.log.zip x.log.zip Lilu_1.7.2_23.6.txt Edited May 15 by Stezza88 Link to comment https://www.insanelymac.com/forum/topic/362634-nootedgreenkext-is-on-air-its-a-long-long-road-to-complete/page/19/#findComment-2850340 Share on other sites More sharing options...
Stezza88 Posted May 15 Author Share Posted May 15 On 5/14/2026 at 12:49 PM, jalavoui said: did u try goto bios and add + mem ? if the driver trys write pass this adress and can't u will never fix it this needs tobe solved, check what happens when u dont have this bug in log I never went to bios..... Link to comment https://www.insanelymac.com/forum/topic/362634-nootedgreenkext-is-on-air-its-a-long-long-road-to-complete/page/19/#findComment-2850344 Share on other sites More sharing options...
Stezza88 Posted May 15 Author Share Posted May 15 (edited) . Edited May 15 by Stezza88 Link to comment https://www.insanelymac.com/forum/topic/362634-nootedgreenkext-is-on-air-its-a-long-long-road-to-complete/page/19/#findComment-2850345 Share on other sites More sharing options...
Stezza88 Posted May 16 Author Share Posted May 16 (edited) Big problems... Edited May 16 by Stezza88 Link to comment https://www.insanelymac.com/forum/topic/362634-nootedgreenkext-is-on-air-its-a-long-long-road-to-complete/page/19/#findComment-2850350 Share on other sites More sharing options...
Stezza88 Posted May 16 Author Share Posted May 16 (edited) * Big changes AppleIntelParams.hpp Edited May 16 by Stezza88 Link to comment https://www.insanelymac.com/forum/topic/362634-nootedgreenkext-is-on-air-its-a-long-long-road-to-complete/page/19/#findComment-2850352 Share on other sites More sharing options...
Stezza88 Posted May 16 Author Share Posted May 16 Key finding: Sandbox: WindowServer deny(1) file-map-executable /Library/Extensions/AppleIntelTGLGraphicsMTLDriver.bundle — Sandbox blocks WS from mapping the Metal driver as executable. That's a secondary issue (separate from the kernel-side getBlit3DContext). Link to comment https://www.insanelymac.com/forum/topic/362634-nootedgreenkext-is-on-air-its-a-long-long-road-to-complete/page/19/#findComment-2850355 Share on other sites More sharing options...
Stezza88 Posted May 16 Author Share Posted May 16 My recommendation: ignore the sandbox denial for now. It's cosmetic — the Metal bundle loads fine in the plugin process (MTL_BUNDLE_SEEN confirms this) 1 Link to comment https://www.insanelymac.com/forum/topic/362634-nootedgreenkext-is-on-air-its-a-long-long-road-to-complete/page/19/#findComment-2850356 Share on other sites More sharing options...
Stezza88 Posted May 16 Author Share Posted May 16 (edited) I've not ignored it at the end.. check readme update GPU bundles goes to /Library/GPUBundles Edited May 16 by Stezza88 Link to comment https://www.insanelymac.com/forum/topic/362634-nootedgreenkext-is-on-air-its-a-long-long-road-to-complete/page/19/#findComment-2850357 Share on other sites More sharing options...
Stezza88 Posted May 16 Author Share Posted May 16 (edited) 0x1239b5000 - 0x123e34fff com.apple.driver.AppleIntelTGLGraphicsMTLDriver (16.0.32) <2b849e57-ac6a-3216-a67b-38e080603585> /Library/GPUBundles/AppleIntelTGLGraphicsMTLDriver.bundle/Contents/MacOS/AppleIntelTGLGraphicsMTLDriver "CFBundleIdentifier" : "com.apple.driver.AppleIntelTGLGraphicsMTLDriver", "path" : "\/Library\/GPUBundles\/AppleIntelTGLGraphicsMTLDriver.bundle\/Contents\/MacOS\/AppleIntelTGLGraphicsMTLDriver", "name" : "AppleIntelTGLGraphicsMTLDriver", WindowServer-2026-05-16-152646.ips MTLCompilerService-2026-05-16-152623.ips fb.log.zip x.log.zip Lilu_1.7.2_23.6.txt Edited May 16 by Stezza88 Link to comment https://www.insanelymac.com/forum/topic/362634-nootedgreenkext-is-on-air-its-a-long-long-road-to-complete/page/19/#findComment-2850358 Share on other sites More sharing options...
Stezza88 Posted May 16 Author Share Posted May 16 The crash path is: +522: testq %r13, %r13 / +525: je +2377 → fires if MTLTexture null +531: testq %r15, %r15 / +534: je +2408 → fires if MTLDevice null ← actual crash Link to comment https://www.insanelymac.com/forum/topic/362634-nootedgreenkext-is-on-air-its-a-long-long-road-to-complete/page/19/#findComment-2850367 Share on other sites More sharing options...
jalavoui Posted May 16 Share Posted May 16 (edited) use nblue patches them u get sandbox permission error u have old plist patch logic that i replace by editing info.plist but u need nblue kexts not those ure using when u're ready move to icl. i ieft a kp to fix keep tgl as we might need to inject code from tgl into icl what i notice is code of dmc firmware in tgl as little adress changes regarding icl hwInitializeCState()+ related functions dont match linux that is the cause of your display issues this is "fine" for frameb mode on some displays but not for acel mode i left this as coment Edited May 16 by jalavoui Link to comment https://www.insanelymac.com/forum/topic/362634-nootedgreenkext-is-on-air-its-a-long-long-road-to-complete/page/19/#findComment-2850377 Share on other sites More sharing options...
Recommended Posts