jalavoui Posted November 7, 2024 Share Posted November 7, 2024 (edited) This is a new project - currently the tgl framebuffer loads on some systems read about it here Updated source code https://github.com/macintelk/drm Edited May 16 by jalavoui 10 2 Link to comment https://www.insanelymac.com/forum/topic/360229-appleinteltglgraphics/ Share on other sites More sharing options...
jalavoui Posted November 7, 2024 Author Share Posted November 7, 2024 (edited) todo: write install instruction, etc meanwhile read it on other thread Edited November 8, 2024 by jalavoui 3 Link to comment https://www.insanelymac.com/forum/topic/360229-appleinteltglgraphics/#findComment-2827518 Share on other sites More sharing options...
ArtikDiamond Posted November 11, 2024 Share Posted November 11, 2024 Thanks Jala, I think everyone needed a simplified guide... Link to comment https://www.insanelymac.com/forum/topic/360229-appleinteltglgraphics/#findComment-2827727 Share on other sites More sharing options...
Stezza88 Posted April 4 Share Posted April 4 (edited) Workflow: - chmod -R 755 test/Apple* - chown -R root:wheel test/Apple* - move the files to /L/E - delete /Library/KernelCollections/AuxiliaryKernelExtensions.kc - redo chown -R root:wheel /Library/Extensions/Apple* - sudo kextcache -i / (if System asks you permissions, just allow and restart before to test) (maybe necessary this below also) sudo kmutil load -p /Library/Extensions/AppleIntelTGLGraphics.kext 2>&1 sudo kextcache -i / - and - important - also set IOPCIPrimaryMatch in kexts to probe your device-id Edited April 25 by Stezza88 1 Link to comment https://www.insanelymac.com/forum/topic/360229-appleinteltglgraphics/#findComment-2848719 Share on other sites More sharing options...
Stezza88 Posted April 8 Share Posted April 8 Up - date 1 Link to comment https://www.insanelymac.com/forum/topic/360229-appleinteltglgraphics/#findComment-2848846 Share on other sites More sharing options...
Stezza88 Posted April 10 Share Posted April 10 we are near the miracle my friend.... soon (i hope) BIG NEWS!!! 1 Link to comment https://www.insanelymac.com/forum/topic/360229-appleinteltglgraphics/#findComment-2848958 Share on other sites More sharing options...
Mastachief Posted April 10 Share Posted April 10 Are you using NootedBlue or WhateverGreen? Link to comment https://www.insanelymac.com/forum/topic/360229-appleinteltglgraphics/#findComment-2848962 Share on other sites More sharing options...
Stezza88 Posted April 11 Share Posted April 11 (edited) 18 hours ago, Mastachief said: Are you using NootedBlue or WhateverGreen? NootedGreen! Edited April 11 by Stezza88 Link to comment https://www.insanelymac.com/forum/topic/360229-appleinteltglgraphics/#findComment-2848995 Share on other sites More sharing options...
Stezza88 Posted April 25 Share Posted April 25 (edited) . Edited April 26 by Stezza88 Link to comment https://www.insanelymac.com/forum/topic/360229-appleinteltglgraphics/#findComment-2849505 Share on other sites More sharing options...
jalavoui Posted May 16 Author Share Posted May 16 project files in github https://github.com/macintelk/drm 3 Link to comment https://www.insanelymac.com/forum/topic/360229-appleinteltglgraphics/#findComment-2850393 Share on other sites More sharing options...
Stezza88 Posted May 22 Share Posted May 22 (edited) For who wanna have fun with strip down code signature, some infos about (or maybe because system isn't asking him permissions) FB examples # 1. Rename bundle ID sudo sed -i '' 's|com\.apple\.driver\.AppleIntelTGLGraphicsFramebuffer|com.xxxxx.driver.AppleIntelTGLGraphicsFramebuffer|g' ~/Downloads/sle_Internal/sle/AppleIntelTGLGraphicsFramebuffer.kext/Contents/Info.plist # 2. Remove OSBundleRequired sudo /usr/libexec/PlistBuddy -c "Delete :OSBundleRequired" ~/Downloads/sle_Internal/sle/AppleIntelTGLGraphicsFramebuffer.kext/Contents/Info.plist # 3. Remove kpi.private sudo /usr/libexec/PlistBuddy -c "Delete :OSBundleLibraries:com.apple.kpi.private" ~/Downloads/sle_Internal/sle/AppleIntelTGLGraphicsFramebuffer.kext/Contents/Info.plist # 4. Remove _CodeSignature sudo rm -rf ~/Downloads/sle_Internal/sle/AppleIntelTGLGraphicsFramebuffer.kext/Contents/_CodeSignature # 5. Add HookCase dep — THIS is what triggers the macOS permission prompt sudo /usr/libexec/PlistBuddy -c "Add :OSBundleLibraries:org.smichaud.HookCase string 1.0" ~/Downloads/sle_Internal/sle/AppleIntelTGLGraphicsFramebuffer.kext/Contents/Info.plist GFX examples rm -rf AppleIntelTGLGraphics.kext/Contents/_CodeSignature sudo /usr/libexec/PlistBuddy -c "Add :OSBundleLibraries:org.smichaud.HookCase string 1.0" AppleIntelTGLGraphics.kext/Contents/Info.plist sudo sed -i '' 's|com\.apple\.driver\.AppleIntelTGLGraphics|com.xxxxx.driver.AppleIntelTGLGraphics|g' ~/Downloads/sle_Internal/sle/AppleIntelTGLGraphics.kext/Contents/Info.plist On 5/16/2026 at 11:48 PM, jalavoui said: project files in github https://github.com/macintelk/drm Big up for big jala Edited May 22 by Stezza88 1 Link to comment https://www.insanelymac.com/forum/topic/360229-appleinteltglgraphics/#findComment-2850558 Share on other sites More sharing options...
Recommended Posts