Mastachief Posted September 5 Share Posted September 5 I put both the hook and tglframebuffer kext in Library/Extensions, did chown on them after doing 755, also disabled spctl master and put amfi out of my way in nvram.After that I put the nblue kext on my USB with an exact copy of my working nblue based EFI.Doesn't boot fully, see the attached image. I'll pull logs in around 2 hrs or so.Am I doing the testing procedure correctly? 1 Link to comment Share on other sites More sharing options...
jalavoui Posted September 5 Share Posted September 5 (edited) no idea where it breaks. i found this tgl bios images and headers AppleIntelTGLGuC.framework.zip i think you guys should test the uploaded kexts from Kim Chito. they need permissions fix so before move to /L/E do in some random folder 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* if you get the sys prefs warning to allow permissions for kext to load them all good there's 1 detail regarding sys prefs i'll post here when i find it now we got all the big sur files for testing but i think we miss some files for dependencies. are there any other kext files inside the image that solve this symbols ? 0x4020__ZN24AppleIntelBaseController15WriteRegister32Emj 0x4030__ZN24AppleIntelBaseController15WriteRegister64EPVvmy 0x4040__ZN24AppleIntelBaseController14ReadRegister32Em 0x4050__ZN24AppleIntelBaseController14ReadRegister64EPVvm 0x4060__ZN24AppleIntelBaseController9getPMTNowEv 0x4070__ZN24AppleIntelBaseController16hwSetupDSBMemoryEv 0x4080__ZN17AppleIntelPortHAL13probePortModeEv 0xc728__ZN21AppleIntelDisplayPath19DSBEngineBusyStatusE those are need for the framebuffer to load without hookcase.kext maybe a appleintel shared bundle or something else in S/L/E this are the "official" validation code for gpu in new tgl acel if ((int)uVar16 < -0x21504111) { if ((uVar16 != 0x9a408086) && (uVar16 != 0x9a488086)) { IntelAccelerator_probe: _IOLog("[IGPU] %s: Failed to map Device ID: 0x%x to GPU SKU!\n", "virtual IOService *IntelAccelerator::probe(IOService *, SInt32 *)",uVar16, *(undefined4 *)(lVar11 + 0xc)); _kprintf("[IGPU] %s: Failed to map Device ID: 0x%x to GPU SKU!\n", "virtual IOService *IntelAccelerator::probe(IOService *, SInt32 *)", (ulong)*puVar3); /* WARNING: Subroutine does not return */ _panic("\"%s: Failed to map Device ID: 0x%x to GPU SKU!\\n\"@tgl/IntelAccelerator.cpp:11 41" ,"virtual IOService *IntelAccelerator::probe(IOService *, SInt32 *)", (ulong)*puVar3); } } else { if (uVar16 == 0xdeafbeef) { *(undefined4 *)&(this->m_IntelAccelerator).field_0x1118 = 1; return this; } if (uVar16 != 0xff208086) goto IntelAccelerator_probe; } Edited September 5 by jalavoui 1 Link to comment Share on other sites More sharing options...
Chito Kim Posted September 5 Share Posted September 5 2 hours ago, jalavoui said: no idea where it breaks. i found this tgl bios images and headers AppleIntelTGLGuC.framework.zip 189.54 kB · 2 downloads i think you guys should test the uploaded kexts from Kim Chito. they need permissions fix so before move to /L/E do in some random folder 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* if you get the sys prefs warning to allow permissions for kext to load them all good now we got all the big sur files for testing but i think we miss some files for dependencies. are there any other kext files inside the image that solve this symbols ? 0x4020__ZN24AppleIntelBaseController15WriteRegister32Emj 0x4030__ZN24AppleIntelBaseController15WriteRegister64EPVvmy 0x4040__ZN24AppleIntelBaseController14ReadRegister32Em 0x4050__ZN24AppleIntelBaseController14ReadRegister64EPVvm 0x4060__ZN24AppleIntelBaseController9getPMTNowEv 0x4070__ZN24AppleIntelBaseController16hwSetupDSBMemoryEv 0x4080__ZN17AppleIntelPortHAL13probePortModeEv 0xc728__ZN21AppleIntelDisplayPath19DSBEngineBusyStatusE those are need for the framebuffer to load without hookcase.kext maybe a appleintel shared bundle or something else in S/L/E this are the "official" validation code for gpu in new tgl acel if ((int)uVar16 < -0x21504111) { if ((uVar16 != 0x9a408086) && (uVar16 != 0x9a488086)) { IntelAccelerator_probe: _IOLog("[IGPU] %s: Failed to map Device ID: 0x%x to GPU SKU!\n", "virtual IOService *IntelAccelerator::probe(IOService *, SInt32 *)",uVar16, *(undefined4 *)(lVar11 + 0xc)); _kprintf("[IGPU] %s: Failed to map Device ID: 0x%x to GPU SKU!\n", "virtual IOService *IntelAccelerator::probe(IOService *, SInt32 *)", (ulong)*puVar3); /* WARNING: Subroutine does not return */ _panic("\"%s: Failed to map Device ID: 0x%x to GPU SKU!\\n\"@tgl/IntelAccelerator.cpp:11 41" ,"virtual IOService *IntelAccelerator::probe(IOService *, SInt32 *)", (ulong)*puVar3); } } else { if (uVar16 == 0xdeafbeef) { *(undefined4 *)&(this->m_IntelAccelerator).field_0x1118 = 1; return this; } if (uVar16 != 0xff208086) goto IntelAccelerator_probe; } Framebuffer kext you use is different than one I posted. Yours is one under AppleInternal/AppleIntelFramebuffer, from the same leak source. A set of kexts I posted belong to System/Library/Extensions. AppleInternal one is newer than S/L/E ones, it seems. As I analyze in ghidra, S/L/E FB kext doesn't have some functions, and some are what you mentioned as missing. I've got to browse more to clarify the missing functions. Details below: // In AppleInternal FB kext, these are defined as external functions // In S/L/E FB kext, not even mentioned anywhere 0x4020__ZN24AppleIntelBaseController15WriteRegister32Emj 0x4030__ZN24AppleIntelBaseController15WriteRegister64EPVvmy 0x4040__ZN24AppleIntelBaseController14ReadRegister32Em 0x4050__ZN24AppleIntelBaseController14ReadRegister64EPVvm 0x4060__ZN24AppleIntelBaseController9getPMTNowEv 0x4070__ZN24AppleIntelBaseController16hwSetupDSBMemoryEv // Not existent in both AppleInternal FB kext and S/L/E FB kext 0x4080__ZN17AppleIntelPortHAL13probePortModeEv 0xc728__ZN21AppleIntelDisplayPath19DSBEngineBusyStatusE 1 Link to comment Share on other sites More sharing options...
Visual Ehrmanntraut Posted September 5 Share Posted September 5 The ones in AppleInternal are diagnostic builds, so they're only meant to be used to find issues. (The reason I sent him those and not the ones from /S/L/E is because I did not notice there was even TGL kexts in here in the first place, I was primarily sending them for the AMD debug kexts) 2 Link to comment Share on other sites More sharing options...
jalavoui Posted September 5 Share Posted September 5 (edited) Kim can you recheck symbols. i just loaded your kexts from /S/L/E and all the symbols i need are external wort case is 0x4070__ZN24AppleIntelBaseController16hwSetupDSBMemoryEv cause i have no idea on howto create it if keeping hookcase.kext logic atm the porting of functions to hookcase is all wrong i'm still checking if i can force auxiliar.kc to include this apple kexts altough i can get it to show this pemission screen that allows Apple inc i don't think os x is actually rebuilding auxiliary.kc with the apple kext this means only option is use class rename com.xxxxx.Apple to force load it in L/E + hookcase for missing internal symbols i'm considering also use open core legacy logic and just break the os seal Edited September 5 by jalavoui 1 Link to comment Share on other sites More sharing options...
Chito Kim Posted September 5 Share Posted September 5 (edited) Yeah, all the external function symbols on your screenshot are present inside FB kext binary. In S/L/E FB, there are no AppleIntelBaseController things, but there are AppleFramebufferController ones. Now it's time for finding nemo. Edited September 5 by Kim Chito 1 Link to comment Share on other sites More sharing options...
jalavoui Posted September 5 Share Posted September 5 (edited) i checked the arm kernel - they dont exist there. is there any intel shared bundle in S/L/E ? this tgl extensions as code for displays > 11 version - might help a lot of users if we get this done the AppleIntelBaseController16hwSetupDSBMemory is used on the DSB displays and atm idk howto get it https://elixir.bootlin.com/linux/v6.10.8/source/drivers/gpu/drm/i915/display/intel_display_device.c#L567 anyway here's the "loading" version of both kexts usig hookcase graphics kext complained about extern "C" void gpu_accumulate_time(); extern "C" void gpu_describe(); all good so far Edited September 6 by jalavoui 1 Link to comment Share on other sites More sharing options...
ArtikDiamond Posted September 5 Share Posted September 5 Hey Jala, Kim, and Visual! For us mere mortals, could you break down what's happening with the latest discoveries and how they might impact the development of patches for 11th-gen Intel graphics on macOS? Thanks a lot! Link to comment Share on other sites More sharing options...
Visual Ehrmanntraut Posted September 5 Share Posted September 5 It's defined in /System/Library/Extensions/AppleIntelKBLGraphicsFramebuffer.kext/Contents/MacOS/AppleIntelKBLGraphicsFramebuffer for example Link to comment Share on other sites More sharing options...
Visual Ehrmanntraut Posted September 5 Share Posted September 5 2 Link to comment Share on other sites More sharing options...
benmacfreak Posted September 5 Share Posted September 5 11 hours ago, Mastachief said: nblue can now boot either Ventura or Sonoma installers and internal installed OS. I was away for a bit doing reorganizing, also was busy fixing my trackpad Dell TPD0 trackpad which works now. If you use MacBook Pro smbios it gives you 3072MB vram, but if you use MacBook Air smbios you get 1536MB, this is on Sonoma 14.6.1 btw. nice work man, i have a fresh usb for my 11th gen with the latest nblue on it, still trying to sort my trackpad however, mine is elan based, not sure on that yet. Link to comment Share on other sites More sharing options...
jalavoui Posted September 5 Share Posted September 5 (edited) Visual you're right they exist in older intel framebuffer kexts. i was about to ask about guessing the new offsets for tgl framebuffer. anyway the tgl from S/L/E removed the internal links and it is now their usage in code is strange. see this code (so i opt for use ml_io_read_ptr() in hookcase) and the existing functions are so this call show that and we get the tgl offsets ulong __thiscall AppleIntelRegisterAccessManager::ReadRegister32 (AppleIntelRegisterAccessManager *this,void *param_1,ulong param_2) { ulong uVar1; uint uVar2; _DAT_000e2400 = _DAT_000e2400 + 1; if (*(void **)&(this->m_AppleIntelRegisterAccessManager).field_0x48 != param_1) { if (param_2 < *(int *)&(this->m_AppleIntelRegisterAccessManager).field_0x58 - 4) { _DAT_000e2428 = _DAT_000e2428 + 1; uVar2 = *(uint *)((long)param_1 + param_2); } else { _DAT_000e2410 = _DAT_000e2410 + 1; uVar2 = 0; _kprintf("[IGFB][ERROR][%-9s] Invalid Gfx register access. Offset tried = 0x%lx. Returning 0 w ithout accessing register.\n" ,"DISPLAY"); } return (ulong)uVar2; } _DAT_000e2408 = _DAT_000e2408 + 1; uVar1 = ReadRegister32(this,param_2); return uVar1; } so tgl offsets are field_0x48 and field_0x58 but in hookcase.kext due to c++ mangling i have extern "C" unsigned int AppleIntelBaseController::ReadRegister32(unsigned long a) { if (ml_io_read_ptr) return ml_io_read_ptr(a,4); return 0; // if (ReadRegister32_ptr) // return ReadRegister32_ptr(a); //return callback->readReg32(a);; }; which ofc doesnt allow todo this validation i'm not worried with this as it seems just mmio reading but this is importante for >11 family displays update: thinking about this and looking at the register readings in tgl framebuffer the kernel ml_io_read_ptr() is what seems more reasonable to work. still i'm almost sure it doesnt. anyway best way togo is check icl code and there exist the function (they use a extra parameter *this on same functions found in tgl) undefined4 __thiscall AppleIntelFramebufferController::ReadRegister32(AppleIntelFramebufferController *this,ulong param_1) { long *plVar1; undefined4 uVar2; _DAT_000ff878 = _DAT_000ff878 + 1; if ((*(byte *)(*(long *)&(this->m_AppleIntelFramebufferController).field_0xcf0 + 0xb2) & 1) != 0) { _DAT_000ff888 = _DAT_000ff888 + 1; if (0x1fff < param_1) { _DAT_000ff898 = _DAT_000ff898 + 1; if (param_1 < 0x40000) { plVar1 = &DAT_000ff8a0; } else { _DAT_000ff890 = _DAT_000ff890 + 1; if ((param_1 < 0x1c0000) || (_DAT_000ff8a8 = _DAT_000ff8a8 + 1, 0x23ffff < param_1)) goto LAB_00047cd6; plVar1 = &DAT_000ff8b0; } *plVar1 = *plVar1 + 1; _DAT_000ff880 = _DAT_000ff880 + 1; func_0xffffffffeb5b911a("[IGFB][WARN ][%-10s] 0x%lx MMIO dropped for 2D only part\n","MMIO"); return 0; } _DAT_000ff890 = _DAT_000ff890 + 1; } LAB_00047cd6: if (param_1 < *(int *)&(this->m_AppleIntelFramebufferController).field_0xc30 - 4) { _DAT_000ff870 = _DAT_000ff870 + 1; uVar2 = *(undefined4 *) (*(long *)&(this->m_AppleIntelFramebufferController).field_0x9b0 + param_1); } else { _DAT_000ff8b8 = _DAT_000ff8b8 + 1; uVar2 = 0; func_0xffffffffeb5b911a ("[IGFB][ERROR][%-10s] Invalid register access at offset = %x. Returning without regis ter access\n" ,"MMIO"); } return uVar2; } todo this kind of validation i need to guess the tgl offsets and maybe find a way to port this to hookcase.kext one is easy field_0x30 from icl becomes field_0x58 in tgl as for non devs guys maybe test the stuff we post and try provide logs i believe alder lake gpus might work with the new tgl framebuffer and maye tgl gpus that work with icl framebuffer can load AppleIntelTGLGraphics.kexy Edited September 5 by jalavoui 4 Link to comment Share on other sites More sharing options...
benmacfreak Posted September 5 Share Posted September 5 31 minutes ago, jalavoui said: Visual you're right they exist in older intel framebuffer kexts. i was about to ask about guessing the new offsets for tgl framebuffer. anyway the tgl from S/L/E removed the internal links and it is now their usage in code is strange. see this code (so i opt for use ml_io_read_ptr() in hookcase) and the existing functions are so this call show that and we get the tgl offsets ulong __thiscall AppleIntelRegisterAccessManager::ReadRegister32 (AppleIntelRegisterAccessManager *this,void *param_1,ulong param_2) { ulong uVar1; uint uVar2; _DAT_000e2400 = _DAT_000e2400 + 1; if (*(void **)&(this->m_AppleIntelRegisterAccessManager).field_0x48 != param_1) { if (param_2 < *(int *)&(this->m_AppleIntelRegisterAccessManager).field_0x58 - 4) { _DAT_000e2428 = _DAT_000e2428 + 1; uVar2 = *(uint *)((long)param_1 + param_2); } else { _DAT_000e2410 = _DAT_000e2410 + 1; uVar2 = 0; _kprintf("[IGFB][ERROR][%-9s] Invalid Gfx register access. Offset tried = 0x%lx. Returning 0 w ithout accessing register.\n" ,"DISPLAY"); } return (ulong)uVar2; } _DAT_000e2408 = _DAT_000e2408 + 1; uVar1 = ReadRegister32(this,param_2); return uVar1; } so tgl offsets are field_0x48 and field_0x58 but in hookcase.kext due to c++ mangling i have extern "C" unsigned int AppleIntelBaseController::ReadRegister32(unsigned long a) { if (ml_io_read_ptr) return ml_io_read_ptr(a,4); return 0; // if (ReadRegister32_ptr) // return ReadRegister32_ptr(a); //return callback->readReg32(a);; }; which ofc doesnt allow todo this validation i'm not worried with this as it seems just mmio reading but this is importante for >11 family displays update: thinking about this and looking at the register readings in tgl framebuffer the kernel ml_io_read_ptr() is what seems more reasonable to work. still i'm almost sure it doesnt. anyway best way togo is check icl code and there exist the function (they use a extra parameter *this on same functions found in tgl) undefined4 __thiscall AppleIntelFramebufferController::ReadRegister32(AppleIntelFramebufferController *this,ulong param_1) { long *plVar1; undefined4 uVar2; _DAT_000ff878 = _DAT_000ff878 + 1; if ((*(byte *)(*(long *)&(this->m_AppleIntelFramebufferController).field_0xcf0 + 0xb2) & 1) != 0) { _DAT_000ff888 = _DAT_000ff888 + 1; if (0x1fff < param_1) { _DAT_000ff898 = _DAT_000ff898 + 1; if (param_1 < 0x40000) { plVar1 = &DAT_000ff8a0; } else { _DAT_000ff890 = _DAT_000ff890 + 1; if ((param_1 < 0x1c0000) || (_DAT_000ff8a8 = _DAT_000ff8a8 + 1, 0x23ffff < param_1)) goto LAB_00047cd6; plVar1 = &DAT_000ff8b0; } *plVar1 = *plVar1 + 1; _DAT_000ff880 = _DAT_000ff880 + 1; func_0xffffffffeb5b911a("[IGFB][WARN ][%-10s] 0x%lx MMIO dropped for 2D only part\n","MMIO"); return 0; } _DAT_000ff890 = _DAT_000ff890 + 1; } LAB_00047cd6: if (param_1 < *(int *)&(this->m_AppleIntelFramebufferController).field_0xc30 - 4) { _DAT_000ff870 = _DAT_000ff870 + 1; uVar2 = *(undefined4 *) (*(long *)&(this->m_AppleIntelFramebufferController).field_0x9b0 + param_1); } else { _DAT_000ff8b8 = _DAT_000ff8b8 + 1; uVar2 = 0; func_0xffffffffeb5b911a ("[IGFB][ERROR][%-10s] Invalid register access at offset = %x. Returning without regis ter access\n" ,"MMIO"); } return uVar2; } todo this kind of validation i need to guess the tgl offsets and maybe find a way to port this to hookcase.kext as for non devs guys maybe test the stuff we post and try provide logs i believe alder lake gpus might work with the new tgl framebuffer and maye tgl gpus that work with icl framebuffer can load AppleIntelTGLGraphics.kexy ill test it jala, i have a usb with sequoia beta 8 on hand, i got Gentoo linux on one drive ill test it and let you all know asap man. Thanks for the continued work on this effort. 1 Link to comment Share on other sites More sharing options...
Mastachief Posted September 5 Share Posted September 5 (edited) So just all fix perms and copy all the files we have so far to /L/E? 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* and would we still need to add amfi_get_out_of_my_way=1 boot arg and/or sudo spctl --master-disable? Edited September 5 by Mastachief Link to comment Share on other sites More sharing options...
benmacfreak Posted September 6 Share Posted September 6 1 hour ago, litemintx said: Awesome stuffs man, is the acceleration works as well? heya litemint it's ben from your youtube channel, been a bit man Link to comment Share on other sites More sharing options...
jalavoui Posted September 6 Share Posted September 6 (edited) AppleIntelTGLGraphics.kext is loading i'll update files asp - no working aceleration ! dont need any special boot flags. but for graphic loading use boot arg -allow3d atm i'm delaying AppleIntelTGLGraphicsFramebuffer and focus on icl framebuffer inside NBlue you can edit this info.plist - default is ICL frame + TGL graphics use nblue or manual edit info.plist files from sle.zip with your gpu id and put in /L/E also including the internal tgl frame - it as lot of debug messages and settings this is source code - do not touch it when all will work ? i have no idea dont forget boot arg if testing graphics this is windowserver hang (maybe no bundles loading?) and the graphic log all this is by using nblue - without it idk what you will get depending on hardware and info.plist edits, etc Edited September 9 by jalavoui Link to comment Share on other sites More sharing options...
benmacfreak Posted September 6 Share Posted September 6 (edited) 20 minutes ago, jalavoui said: AppleIntelTGLGraphics.kext is loading i'll update files asp dont need any special boot flags atm i'm delaying AppleIntelTGLGraphicsFramebuffer and focus on icl framebuffer does that mean igpu for 11th gen still doesn't work accelerated? just trying to understand this properly Edited September 6 by benmacfreak 1 Link to comment Share on other sites More sharing options...
benmacfreak Posted September 6 Share Posted September 6 36 minutes ago, jalavoui said: AppleIntelTGLGraphics.kext is loading i'll update files asp - no working aceleration ! dont need any special boot flags atm i'm delaying AppleIntelTGLGraphicsFramebuffer and focus on icl framebuffer alright jala, not to sound overly "stupid" but how close are we to acceleration if at all, and what is needed rn to achieve that? 1 Link to comment Share on other sites More sharing options...
jalavoui Posted September 6 Share Posted September 6 (edited) if you guys download this earlier just redo cause i forgot to change AppleIntelTGLGraphicsFramebuffer info.plist link settings. Focus atm is AppleIntelICLGraphicsFramebuffer + AppleIntelTGLGraphics as both kexts are stable to work ofc people with other hardware can try other combos - files are shared on this thread i'm kinda happy to see scheduler 5 not crashing - it was about time ! the others (3 and 4) that load bios files dont work for me tgl as some limitations on device-id injection (try patch with nblue? or just hack the binary files and put in /L/E) i can see lots of possibilities with this findings and i hope others come forward with new patches Edited September 6 by jalavoui 1 Link to comment Share on other sites More sharing options...
Mastachief Posted September 6 Share Posted September 6 (edited) I get a black screen (with backlight on) no remote capabilities, window server probably not loaded as you had discovered. This is what should happen based on your earlier post. I used opencore debug 1.0.1, lilu debug to capture as much as possible, Have the OC on a separate EFI USB, so there are no issues with using my original installation. tested using Sonoma 14.6.1 Installation, haven't tested Ventura as yet. 2024-09-05 21:22:15.770299-0500 0x2a12 Default 0x0 0 0 kernel: (IO80211Family) [IOC DEBUG] EXTERNAL: Get type=<APPLE80211_IOC_WOW_PARAMETERS> Int=<Infrastructure> res=<FAIL:-536870201:0xe00002c7> handler=1 isLegcay=0 2024-09-05 21:22:15.776942-0500 0x2c2c Error 0x0 0 0 kernel: (Sandbox) Sandbox: findmybeaconingd(325) deny(1) mach-lookup com.apple.timed.xpc 2024-09-05 21:22:15.878539-0500 0x6b Default 0x0 0 0 kernel: Corpse released, count at 0 2024-09-05 21:22:16.260243-0500 0xa97 Default 0x0 0 0 kernel: KextLog: AuxKC bundle com.xxxxx.driver.AppleIntelTGLGraphics marked as loadable 2024-09-05 21:22:16.263641-0500 0x2b50 Default 0x0 0 0 kernel: KextLog: kernelmanagerd is active 2024-09-05 21:22:16.534677-0500 0x2b50 Default 0x0 0 0 kernel: KextLog: AuxKC bundle org.smichaud.HookCase marked as loadable 2024-09-05 21:22:16.535061-0500 0x2b50 Default 0x0 0 0 kernel: KextLog: AuxKC bundle com.xxxxx.driver.AppleIntelTGLGraphics marked as loadable 2024-09-05 21:22:16.671758-0500 0x2b50 Default 0x0 0 0 kernel: KextLog: AuxKC bundle com.xxxxx.driver.AppleIntelTGLGraphics marked as loadable 2024-09-05 21:22:16.672098-0500 0x2b50 Default 0x0 0 0 kernel: KextLog: AuxKC bundle org.smichaud.HookCase marked as loadable 2024-09-05 21:22:16.809065-0500 0x2b50 Default 0x0 0 0 kernel: KextLog: AuxKC bundle org.smichaud.HookCase marked as loadable 2024-09-05 21:22:16.809451-0500 0x2b50 Default 0x0 0 0 kernel: KextLog: AuxKC bundle com.xxxxx.driver.AppleIntelTGLGraphics marked as loadable 2024-09-05 21:22:16.980181-0500 0x2b50 Default 0x0 0 0 kernel: KextLog: AuxKC bundle org.smichaud.HookCase marked as loadable 2024-09-05 21:22:16.980568-0500 0x2b50 Default 0x0 0 0 kernel: KextLog: AuxKC bundle com.xxxxx.driver.AppleIntelTGLGraphics marked as loadable 2024-09-05 21:22:19.999629-0500 0x10a Default 0x0 0 0 kernel: (IO80211Family) LQM-WiFi: BE : Count: 0 avgLatencyMs:0 maxLatencyMs:0 2024-09-05 21:22:19.999651-0500 0x10a Default 0x0 0 0 kernel: (IO80211Family) LQM-WiFi: BK : Count: 0 avgLatencyMs:0 maxLatencyMs:0 2024-09-05 21:22:19.999657-0500 0x10a Default 0x0 0 0 kernel: (IO80211Family) LQM-WiFi: VI : Count: 0 avgLatencyMs:0 maxLatencyMs:0 2024-09-05 21:22:19.999661-0500 0x10a Default 0x0 0 0 kernel: (IO80211Family) LQM-WiFi: VO : Count: 0 avgLatencyMs:0 maxLatencyMs:0 2024-09-05 21:25:16.346861-0500 0x79 Default 0x0 0 0 kernel: PMRD: PowerChangeDone: ON_STATE->ON_STATE 2024-09-05 21:25:16.366717-0500 0x585 Default 0x0 0 0 kernel: Driver com.apple.DriverKit-AppleEthernetE1000 has crashed 0 time(s) 2024-09-05 21:25:16.366737-0500 0x585 Default 0x0 0 0 kernel: DK: DriverKit_AppleEthernetE1000-0x1000004ba waiting for server com.apple.DriverKit-AppleEthernetE1000-1000004ba 2024-09-05 21:25:16.385294-0500 0x590 Default 0x0 0 0 kernel: (AppleGFXHDA) [0x0]AppleGFXHDAControler[0]::free 2024-09-05 21:25:16.388172-0500 0x584 Default 0x0 0 0 kernel: (AppleIntelTGLGraphics) [IGPU] virtual IOService *IntelAccelerator::probe(IOService *, SInt32 *): Found device with ID 0x9a498086, revision 0x1, PCH id 0x0, PCH rev 0x0 at PCI 0:2:0 2024-09-05 21:25:16.388215-0500 0x584 Default 0x0 0 0 kernel: (AppleIntelICLLPGraphicsFramebuffer) [IGFB][LOG ][DISPLAY ] VRRTimeStampConfig status - fUseVBL = 0, fLegacyVBLPath = 0, fNotifyCalculatedTimestamp = 1, fReturnFromGamma = 0 2024-09-05 21:25:16.388217-0500 0x584 Default 0x0 0 0 kernel: (AppleIntelICLLPGraphicsFramebuffer) [IGFB][LOG ][DISPLAY ] IsVRRSupported = 1 2024-09-05 21:25:16.388218-0500 0x584 Default 0x0 0 0 kernel: (AppleIntelICLLPGraphicsFramebuffer) [IGFB][LOG ][DISPLAY ] IsHDMI_2_1Supported = 0 2024-09-05 21:25:16.388218-0500 0x584 Default 0x0 0 0 kernel: (AppleIntelICLLPGraphicsFramebuffer) [IGFB][LOG ][DISPLAY ] IsHDMIVRRSupported = 0 2024-09-05 21:25:16.389285-0500 0x584 Default 0x0 0 0 kernel: (AppleIntelICLLPGraphicsFramebuffer) [IGFB][LOG ][DISPLAY ] CD clock reference frequency = 2 2024-09-05 21:25:16.391722-0500 0x584 Default 0x0 0 0 kernel: (AppleIntelICLLPGraphicsFramebuffer) [IGFB][LOG ][DISPLAY ] CD Clock PLL is locked 2024-09-05 21:25:16.393065-0500 0x584 Default 0x0 0 0 kernel: (AppleIntelICLLPGraphicsFramebuffer) [IGFB][LOG ][DISPLAY ] PathIndex = 0, pipe = A 2024-09-05 21:25:16.393068-0500 0x584 Default 0x0 0 0 kernel: (AppleIntelICLLPGraphicsFramebuffer) [IGFB][LOG ][DISPLAY ] PathIndex = 1, pipe = B 2024-09-05 21:25:16.393069-0500 0x584 Default 0x0 0 0 kernel: (AppleIntelICLLPGraphicsFramebuffer) [IGFB][LOG ][DISPLAY ] PathIndex = 2, pipe = C 2024-09-05 21:25:16.393161-0500 0x584 Default 0x0 0 0 kernel: (AppleIntelICLLPGraphicsFramebuffer) [IGFB][LOG ][DISPLAY ] Registering for addFrameBufferNotificationWithOptions :: GroupID = 16 Event = 801 fb is 0 2024-09-05 21:25:16.393186-0500 0x584 Default 0x0 0 0 kernel: (AppleIntelICLLPGraphicsFramebuffer) [IGFB][LOG ][DISPLAY ] Registering for addFrameBufferNotificationWithOptions :: GroupID = 16 Event = 801 fb is 1 2024-09-05 21:25:16.393212-0500 0x584 Default 0x0 0 0 kernel: (AppleIntelICLLPGraphicsFramebuffer) [IGFB][LOG ][DISPLAY ] Registering for addFrameBufferNotificationWithOptions :: GroupID = 16 Event = 801 fb is 2 2024-09-05 21:25:16.393223-0500 0x584 Default 0x0 0 0 kernel: (AppleIntelICLLPGraphicsFramebuffer) [IGFB][LOG ][DISPLAY ] FB1: Boot pipe found - DDI0, pipe A 2024-09-05 21:25:16.393232-0500 0x584 Default 0x0 0 0 kernel: (AppleIntelICLLPGraphicsFramebuffer) [IGFB][LOG ][DISPLAY ] Boot plane config: enable 1 pipe gamma enable 0 source pixel format 8 pipe csc 0 tiling 0 2024-09-05 21:25:16.393249-0500 0x584 Default 0x0 0 0 kernel: (AppleIntelICLLPGraphicsFramebuffer) [IGFB][LOG ][DISPLAY ] Boot plane size: 1919 x 1079 2024-09-05 21:25:16.393252-0500 0x584 Default 0x0 0 0 kernel: (AppleIntelICLLPGraphicsFramebuffer) [IGFB][LOG ][DISPLAY ] FB1: Commiting resource set 2024-09-05 21:25:16.393254-0500 0x584 Default 0x0 0 0 kernel: (AppleIntelICLLPGraphicsFramebuffer) [IGFB][LOG ][DISPLAY ] FB1: Commiting resource set, sleepState 2. 2024-09-05 21:25:16.396982-0500 0x584 Default 0x0 0 0 kernel: (AppleIntelICLLPGraphicsFramebuffer) [IGFB][LOG ][DISPLAY ] Value read from Mailbox for MEM_SS_INFO = 0x410 2024-09-05 21:25:16.396985-0500 0x584 Default 0x0 0 0 kernel: (AppleIntelICLLPGraphicsFramebuffer) [IGFB][LOG ][DISPLAY ] RAM = 0x0 2024-09-05 21:25:16.396985-0500 0x584 Default 0x0 0 0 kernel: (AppleIntelICLLPGraphicsFramebuffer) [IGFB][LOG ][DISPLAY ] Populated Channels = 0x1 2024-09-05 21:25:16.396986-0500 0x584 Default 0x0 0 0 kernel: (AppleIntelICLLPGraphicsFramebuffer) [IGFB][LOG ][DISPLAY ] Number of GV points = 0x4 2024-09-05 21:25:16.397071-0500 0x58a Default 0x0 0 0 kernel: Driver com.apple.DriverKit-Apple16X50PCI has crashed 0 time(s) 2024-09-05 21:25:16.397106-0500 0x58a Default 0x0 0 0 kernel: DK: Apple16X50PCI-0x1000004bc waiting for server com.apple.DriverKit.Apple16X50PCI-1000004bc 2024-09-05 21:25:16.401662-0500 0x584 Default 0x0 0 0 kernel: (AppleIntelICLLPGraphicsFramebuffer) [IGFB][LOG ][DISPLAY ] At index (plane) 0 h24_maxplanes = 1 2024-09-05 21:25:16.401665-0500 0x584 Default 0x0 0 0 kernel: (AppleIntelICLLPGraphicsFramebuffer) [IGFB][LOG ][DISPLAY ] At Sagv point 0 and for number of planes(0) totalbw = 7445 2024-09-05 21:25:16.401666-0500 0x584 Default 0x0 0 0 kernel: (AppleIntelICLLPGraphicsFramebuffer) [IGFB][LOG ][DISPLAY ] At Sagv point 1 and for number of planes(0) totalbw = 7445 2024-09-05 21:25:16.401667-0500 0x584 Default 0x0 0 0 kernel: (AppleIntelICLLPGraphicsFramebuffer) [IGFB][LOG ][DISPLAY ] At Sagv point 2 and for number of planes(0) totalbw = 8776 2024-09-05 21:25:16.401668-0500 0x584 Default 0x0 0 0 kernel: (AppleIntelICLLPGraphicsFramebuffer) [IGFB][LOG ][DISPLAY ] At Sagv point 3 and for number of planes(0) totalbw = 8082 2024-09-05 21:25:16.401669-0500 0x584 Default 0x0 0 0 kernel: (AppleIntelICLLPGraphicsFramebuffer) [IGFB][LOG ][DISPLAY ] At index (plane) 1 h24_maxplanes = 0 2024-09-05 21:25:16.401669-0500 0x584 Default 0x0 0 0 kernel: (AppleIntelICLLPGraphicsFramebuffer) [IGFB][LOG ][DISPLAY ] At Sagv point 0 and for number of planes(1) totalbw = 10028 2024-09-05 21:25:16.401670-0500 0x584 Default 0x0 0 0 kernel: (AppleIntelICLLPGraphicsFramebuffer) [IGFB][LOG ][DISPLAY ] At Sagv point 1 and for number of planes(1) totalbw = 10028 2024-09-05 21:25:16.401671-0500 0x584 Default 0x0 0 0 kernel: (AppleIntelICLLPGraphicsFramebuffer) [IGFB][LOG ][DISPLAY ] At Sagv point 2 and for number of planes(1) totalbw = 12711 2024-09-05 21:25:16.401672-0500 0x584 Default 0x0 0 0 kernel: (AppleIntelICLLPGraphicsFramebuffer) [IGFB][LOG ][DISPLAY ] At Sagv point 3 and for number of planes(1) totalbw = 11374 2024-09-05 21:25:16.401673-0500 0x584 Default 0x0 0 0 kernel: (AppleIntelICLLPGraphicsFramebuffer) [IGFB][LOG ][DISPLAY ] At index (plane) 2 h24_maxplanes = 134217727 2024-09-05 21:25:16.401674-0500 0x584 Default 0x0 0 0 kernel: (AppleIntelICLLPGraphicsFramebuffer) [IGFB][LOG ][DISPLAY ] At Sagv point 0 and for number of planes(2) totalbw = 12133 2024-09-05 21:25:16.401675-0500 0x584 Default 0x0 0 0 kernel: (AppleIntelICLLPGraphicsFramebuffer) [IGFB][LOG ][DISPLAY ] At Sagv point 1 and for number of planes(2) totalbw = 12133 2024-09-05 21:25:16.401675-0500 0x584 Default 0x0 0 0 kernel: (AppleIntelICLLPGraphicsFramebuffer) [IGFB][LOG ][DISPLAY ] At Sagv point 2 and for number of planes(2) totalbw = 16383 2024-09-05 21:25:16.401676-0500 0x584 Default 0x0 0 0 kernel: (AppleIntelICLLPGraphicsFramebuffer) [IGFB][LOG ][DISPLAY ] At Sagv point 3 and for number of planes(2) totalbw = 14284 2024-09-05 21:25:16.401677-0500 0x584 Default 0x0 0 0 kernel: (AppleIntelICLLPGraphicsFramebuffer) [IGFB][LOG ][DISPLAY ] At index (plane) 3 h24_maxplanes = 67108863 2024-09-05 21:25:16.401678-0500 0x584 Default 0x0 0 0 kernel: (AppleIntelICLLPGraphicsFramebuffer) [IGFB][LOG ][DISPLAY ] At Sagv point 0 and for number of planes(3) totalbw = 13556 2024-09-05 21:25:16.401679-0500 0x584 Default 0x0 0 0 kernel: (AppleIntelICLLPGraphicsFramebuffer) [IGFB][LOG ][DISPLAY ] At Sagv point 1 and for number of planes(3) totalbw = 13556 2024-09-05 21:25:16.401679-0500 0x584 Default 0x0 0 0 kernel: (AppleIntelICLLPGraphicsFramebuffer) [IGFB][LOG ][DISPLAY ] At Sagv point 2 and for number of planes(3) totalbw = 19149 2024-09-05 21:25:16.401680-0500 0x584 Default 0x0 0 0 kernel: (AppleIntelICLLPGraphicsFramebuffer) [IGFB][LOG ][DISPLAY ] At Sagv point 3 and for number of planes(3) totalbw = 16379 2024-09-05 21:25:16.401681-0500 0x584 Default 0x0 0 0 kernel: (AppleIntelICLLPGraphicsFramebuffer) [IGFB][LOG ][DISPLAY ] At index (plane) 4 h24_maxplanes = 33554431 2024-09-05 21:25:16.401682-0500 0x584 Default 0x0 0 0 kernel: (AppleIntelICLLPGraphicsFramebuffer) [IGFB][LOG ][DISPLAY ] At Sagv point 0 and for number of planes(4) totalbw = 14400 2024-09-05 21:25:16.401682-0500 0x584 Default 0x0 0 0 kernel: (AppleIntelICLLPGraphicsFramebuffer) [IGFB][LOG ][DISPLAY ] At Sagv point 1 and for number of planes(4) totalbw = 14400 2024-09-05 21:25:16.401683-0500 0x584 Default 0x0 0 0 kernel: (AppleIntelICLLPGraphicsFramebuffer) [IGFB][LOG ][DISPLAY ] At Sagv point 2 and for number of planes(4) totalbw = 20915 2024-09-05 21:25:16.401684-0500 0x584 Default 0x0 0 0 kernel: (AppleIntelICLLPGraphicsFramebuffer) [IGFB][LOG ][DISPLAY ] At Sagv point 3 and for number of planes(4) totalbw = 17676 2024-09-05 21:25:16.401685-0500 0x584 Default 0x0 0 0 kernel: (AppleIntelICLLPGraphicsFramebuffer) [IGFB][LOG ][DISPLAY ] At index (plane) 5 h24_maxplanes = 16777215 2024-09-05 21:25:16.401686-0500 0x584 Default 0x0 0 0 kernel: (AppleIntelICLLPGraphicsFramebuffer) [IGFB][LOG ][DISPLAY ] At Sagv point 0 and for number of planes(5) totalbw = 14863 2024-09-05 21:25:16.401686-0500 0x584 Default 0x0 0 0 kernel: (AppleIntelICLLPGraphicsFramebuffer) [IGFB][LOG ][DISPLAY ] At Sagv point 1 and for number of planes(5) totalbw = 14863 2024-09-05 21:25:16.401687-0500 0x584 Default 0x0 0 0 kernel: (AppleIntelICLLPGraphicsFramebuffer) [IGFB][LOG ][DISPLAY ] At Sagv point 2 and for number of planes(5) totalbw = 21925 2024-09-05 21:25:16.401688-0500 0x584 Default 0x0 0 0 kernel: (AppleIntelICLLPGraphicsFramebuffer) [IGFB][LOG ][DISPLAY ] At Sagv point 3 and for number of planes(5) totalbw = 18404 2024-09-05 21:25:16.406767-0500 0x588 Default 0x0 0 0 kernel: (nfs) nfs_kext_start: successfully loaded NFS kext 2024-09-05 21:25:16.408455-0500 0x58c Fault 0x0 0 0 kernel: (IOHIDFamily) [com.apple.iohid:default] VoodooInputSimulatorDevice:0x10000048b Matching has vendor DeviceUsagePage : ff0c bundleIdentifier com.apple.AppleUserHIDDrivers ioclass AppleUserHIDEventService but transport and vendorID is missing 2024-09-05 21:25:16.410525-0500 0x588 Default 0x0 0 0 kernel: (AppleSunrise) AppleSunriseHALDeviceStarting 2024-09-05 21:25:16.410536-0500 0x588 Default 0x0 0 0 kernel: (AppleSunrise) AppleSunriseHALDeviceStarted 2024-09-05 21:25:16.410544-0500 0x79 Default 0x0 0 0 kernel: PMRD: PowerChangeOverride (ON_STATE->ON_STATE, f, 0x2) tag 0x360064 2024-09-05 21:25:16.410550-0500 0x79 Default 0x0 0 0 kernel: PMRD: PowerChangeDone: ON_STATE->ON_STATE 2024-09-05 21:25:16.410583-0500 0x79 Default 0x0 0 0 kernel: PMRD: PowerChangeOverride (ON_STATE->ON_STATE, f, 0x2) tag 0x370064 2024-09-05 21:25:16.410586-0500 0x79 Default 0x0 0 0 kernel: PMRD: PowerChangeDone: ON_STATE->ON_STATE 2024-09-05 21:25:16.412773-0500 0x79 Default 0x0 0 0 kernel: PMRD: PowerChangeOverride (ON_STATE->ON_STATE, f, 0x2) tag 0x380064 2024-09-05 21:25:16.412780-0500 0x79 Default 0x0 0 0 kernel: PMRD: PowerChangeDone: ON_STATE->ON_STATE 2024-09-05 21:25:16.412816-0500 0x79 Default 0x0 0 0 kernel: PMRD: delayChildNotification for 0x1000004dc 2024-09-05 21:25:16.412819-0500 0x79 Default 0x0 0 0 kernel: PMRD: IODisplayWrangler tag flags 100 2024-09-05 21:25:16.412831-0500 0x79 Default 0x0 0 0 kernel: PMRD: PowerChangeOverride (ON_STATE->ON_STATE, f, 0x2) tag 0x390064 2024-09-05 21:25:16.412832-0500 0x1c3 Default 0x0 0 0 kernel: (IOGraphicsFamily) GTrace synchronization point 1 2024-09-05 21:25:16.412834-0500 0x79 Default 0x0 0 0 kernel: PMRD: PowerChangeDone: ON_STATE->ON_STATE 2024-09-05 21:25:16.412845-0500 0x79 Default 0x0 0 0 kernel: PMRD: Added IODisplayWrangler to idle sleep preventers list (Total 1) 2024-09-05 21:25:16.412850-0500 0x79 Default 0x0 0 0 kernel: PMRD: Idle Sleep Preventers: IODisplayWrangler 2024-09-05 21:25:16.412851-0500 0x79 Default 0x0 0 0 kernel: PMRD: changePowerStateWithTagTo(ON_STATE, 3a0003) 2024-09-05 21:25:16.412908-0500 0x79 Default 0x0 0 0 kernel: PMRD: wrangler kIOMessageDeviceHasPoweredOn ps 4 2024-09-05 21:25:16.412911-0500 0x79 Default 0x0 0 0 kernel: PMRD: evaluatePolicy( 1, 0x0 ) 2024-09-05 21:25:16.412914-0500 0x79 Default 0x0 0 0 kernel: PMRD: wrangler DevicePowerState (ps 4, 0->4) 2024-09-05 21:25:16.412917-0500 0x79 Default 0x0 0 0 kernel: PMRD: evaluatePolicy( 10, 0x0 ) 2024-09-05 21:25:16.412924-0500 0x79 Default 0x0 0 0 kernel: PMRD: idle sleep timer disabled 2024-09-05 21:25:16.412928-0500 0x79 Default 0x0 0 0 kernel: PMRD: System sleep prevented by kPMSystemRestartBootingInProgress 2024-09-05 21:25:16.412931-0500 0x79 Default 0x0 0 0 kernel: PMRD: changePowerStateWithTagToPriv(ON_STATE, 3b0008) 2024-09-05 21:25:16.412931-0500 0x1c3 Default 0x0 0 0 kernel: PMRD: disk spindown restored to 10 min 2024-09-05 21:25:16.412933-0500 0x79 Default 0x0 0 0 kernel: PMRD: evaluatePolicy( 1, 0x0 ) 2024-09-05 21:25:16.412943-0500 0x79 Default 0x0 0 0 kernel: PMRD: PowerChangeOverride (ON_STATE->ON_STATE, f, 0x2) tag 0x3a0003 2024-09-05 21:25:16.412945-0500 0x79 Default 0x0 0 0 kernel: PMRD: PowerChangeDone: ON_STATE->ON_STATE 2024-09-05 21:25:16.412951-0500 0x79 Default 0x0 0 0 kernel: PMRD: PowerChangeOverride (ON_STATE->ON_STATE, f, 0x2) tag 0x3b0008 2024-09-05 21:25:16.412953-0500 0x79 Default 0x0 0 0 kernel: PMRD: PowerChangeDone: ON_STATE->ON_STATE 2024-09-05 21:25:16.413018-0500 0x58f Default 0x0 0 0 kernel: Driver com.apple.AppleUserHIDDrivers has crashed 0 time(s) 2024-09-05 21:25:16.413038-0500 0x58f Default 0x0 0 0 kernel: DK: AppleUserUSBHostHIDDevice-0x1000004dd waiting for server com.apple.driverkit.AppleUserHIDDrivers-1000004dd 2024-09-05 21:25:16.413185-0500 0x588 Default 0x0 0 0 kernel: (IOHIDPowerSource) [com.apple.iohid:iohidps] (IOHIDPowerSource:0x1000004df): start:1 2024-09-05 21:25:16.413747-0500 0x588 Default 0x0 0 0 kernel: (IOHIDPowerSource) [com.apple.iohid:iohidps] (IOHIDPowerSourceController:0x1000004d2): start:1 2024-09-05 21:25:16.418800-0500 0x588 Default 0x0 0 0 kernel: (nfs) com_apple_filesystems_nfs: successfully loaded NFS module 2024-09-05 21:25:16.420048-0500 0x588 Default 0x0 0 0 kernel: (pmtelemetry) Unsupported PCH 2024-09-05 21:25:16.548221-0500 0x58e Default 0x0 0 0 kernel: Driver com.apple.AppleUserHIDDrivers has crashed 0 time(s) 2024-09-05 21:25:16.548231-0500 0x58e Default 0x0 0 0 kernel: DK: AppleUserUSBHostHIDDevice-0x1000004ec waiting for server com.apple.driverkit.AppleUserHIDDrivers-1000004dd 2024-09-05 21:25:16.548378-0500 0x58d 2024-09-05 21:25:24.891813-0500 0x79 Default 0x0 0 0 kernel: PMRD: clamshell closed 0, disabled 1/0, desktopMode 0, ac 1 2024-09-05 21:25:24.909433-0500 0x79 Default 0x0 0 0 kernel: PMRD: clamshell closed 0, disabled 1/0, desktopMode 0, ac 1 2024-09-05 21:25:25.912108-0500 0x79 Default 0x0 0 0 kernel: PMRD: clamshell closed 0, disabled 1/0, desktopMode 0, ac 1 2024-09-05 21:25:25.929784-0500 0x79 Default 0x0 0 0 kernel: PMRD: clamshell closed 0, disabled 1/0, desktopMode 0, ac 1 2024-09-05 21:25:26.336369-0500 0x1f4 Error 0x0 0 0 kernel: (Sandbox) 1 duplicate report for Sandbox: softwareupdated(108) deny(1) file-read-data /Library/Preferences/com.apple.networkd.plist 2024-09-05 21:25:26.336397-0500 0x1f4 Error 0x0 0 0 kernel: (Sandbox) Sandbox: systemstats(94) deny(1) mach-lookup com.apple.tccd.system 2024-09-05 21:25:26.344193-0500 0x1f5 Error 0x0 0 0 kernel: (Sandbox) 1 duplicate report for Sandbox: systemstats(94) deny(1) mach-lookup com.apple.tccd.system 2024-09-05 21:25:26.344208-0500 0x1f5 Error 0x0 0 0 kernel: (Sandbox) Sandbox: systemstats(94) deny(1) mach-lookup com.apple.server.bluetooth.le.att.xpc 2024-09-05 21:25:26.494409-0500 0x584 Default 0x0 0 0 kernel: (IOGraphicsFamily) GTrace synchronization point 3 2024-09-05 21:25:26.509967-0500 0x1c3 Default 0x0 0 0 kernel: (AppleIntelICLLPGraphicsFramebuffer) [IGFB][LOG ][POWER ] External power connected 2024-09-05 21:25:26.510637-0500 0x584 Default 0x0 0 0 kernel: (AppleIntelICLLPGraphicsFramebuffer) [IGFB][LOG ][VRR ] FB1: IsVRRSupported = 1 IsASFUSupported = 0 IsPairingSupported = 0 IsRampSupported = 0 IsBurstModeSupported = 0 IsTimingStampSupported = 1 IsHDMIVRRSupported = 0 2024-09-05 21:25:26.510643-0500 0x584 Default 0x0 0 0 kernel: (IOGraphicsFamily) GTrace synchronization point 4 2024-09-05 21:25:26.510767-0500 0x1c3 Default 0x0 0 0 kernel: (AppleIntelICLLPGraphicsFramebuffer) [IGFB][LOG ][POWER ] External power connected 2024-09-05 21:25:26.511244-0500 0x584 Default 0x0 0 0 kernel: (AppleIntelICLLPGraphicsFramebuffer) [IGFB][LOG ][VRR ] FB2: IsVRRSupported = 1 IsASFUSupported = 0 IsPairingSupported = 0 IsRampSupported = 0 IsBurstModeSupported = 0 IsTimingStampSupported = 1 IsHDMIVRRSupported = 0 2024-09-05 21:25:26.511255-0500 0x584 Default 0x0 0 0 kernel: (IOGraphicsFamily) GTrace synchronization point 5 2024-09-05 21:25:26.511300-0500 0x584 Default 0x0 0 0 kernel: (AppleIntelICLLPGraphicsFramebuffer) [IGFB][LOG ][AGDC ] Vendor info 2024-09-05 21:25:26.511301-0500 0x584 Default 0x0 0 0 kernel: (AppleIntelICLLPGraphicsFramebuffer) [IGFB][LOG ][AGDC ] Get GPU caps 2024-09-05 21:25:26.511364-0500 0x1c3 Default 0x0 0 0 kernel: (AppleIntelICLLPGraphicsFramebuffer) [IGFB][LOG ][POWER ] External power connected 2024-09-05 21:25:26.511483-0500 0x5a7 Default 0x0 0 0 kernel: (AppleIntelICLLPGraphicsFramebuffer) [IGFB][LOG ][AGDC ] Vendor info 2024-09-05 21:25:26.511590-0500 0x77b Default 0x0 0 0 kernel: (AppleIntelICLLPGraphicsFramebuffer) [IGFB][LOG ][AGDC ] Vendor info 2024-09-05 21:25:26.511593-0500 0x77b Default 0x0 0 0 kernel: (AppleIntelICLLPGraphicsFramebuffer) [IGFB][LOG ][AGDC ] Get GPU caps 2024-09-05 21:25:26.511601-0500 0x77b Default 0x0 0 0 kernel: (AppleIntelICLLPGraphicsFramebuffer) [IGFB][LOG ][AGDC ] Get GPU caps 2024-09-05 21:25:26.511603-0500 0x77b Default 0x0 0 0 kernel: (AppleIntelICLLPGraphicsFramebuffer) [IGFB][LOG ][AGDC ] Get port caps 2024-09-05 21:25:26.511604-0500 0x77b Default 0x0 0 0 kernel: (AppleIntelICLLPGraphicsFramebuffer) [IGFB][LOG ][DISPLAY ] Getting port caps for port -1 2024-09-05 21:25:26.511605-0500 0x77b Default 0x0 0 0 kernel: (AppleIntelICLLPGraphicsFramebuffer) [IGFB][LOG ][AGDC ] Vendor info 2024-09-05 21:25:26.511613-0500 0x1c3 Default 0x0 0 0 kernel: (AppleIntelICLLPGraphicsFramebuffer) [IGFB][LOG ][AGDC ] Register AGDC callback 2024-09-05 21:25:26.511616-0500 0x1c3 Default 0x0 0 0 kernel: (AppleIntelICLLPGraphicsFramebuffer) [IGFB][LOG ][AGDC ] Enable controller 2024-09-05 21:25:26.511700-0500 0x584 Default 0x0 0 0 kernel: (AppleIntelTGLGraphics) [IGPU] Detecting Pre-Si/Si Mode ... [Si] 2024-09-05 21:25:26.511713-0500 0x77b Default 0x0 0 0 kernel: (AppleGraphicsDevicePolicy) Adding AGDP mode validate property 2024-09-05 21:25:26.512151-0500 0x584 Default 0x0 0 0 kernel: (AppleIntelICLLPGraphicsFramebuffer) [IGFB][LOG ][PANEL ] [key:0x002/on:1] fPSREnablekeys: 0x00000a5d -> 0x00000a5f (fullset:0x00001fff) 2024-09-05 21:25:26.560089-0500 0x77a Default 0x0 0 0 kernel: (IOPlatformPluginFamily) X86PlatformPlugin::cgRegisterCallbackHandler - entered, type gpu-internal-plimit-notification, target AGPM 2024-09-05 21:25:26.560094-0500 0x77a Default 0x0 0 0 kernel: (IOPlatformPluginFamily) X86PlatformPlugin::cgRegisterPLimitCallbackHandler - There are 0 entries in the linked list before target name AGPM 2024-09-05 21:25:26.560183-0500 0x77a Default 0x0 0 0 kernel: (IOPlatformPluginFamily) HE2N_Key Does Not Exist, use kSMCPStatesIGPU for Internal GPU 2024-09-05 21:25:26.560190-0500 0x77a Default 0x0 0 0 kernel: (IOPlatformPluginFamily) X86PlatformPlugin::cgRegisterCallbackHandler - entered, type gpu-internal-single-slice-plimit-notification, target AGPM 2024-09-05 21:25:26.560193-0500 0x77a Default 0x0 0 0 kernel: (IOPlatformPluginFamily) X86PlatformPlugin::cgRegisterPLimitCallbackHandler - There are 0 entries in the linked list before target name AGPM 2024-09-05 21:25:26.774754-0500 0x584 Default 0x0 0 0 kernel: (AppleIntelTGLGraphics) [IGPU] HWCAPS - GPU Sku: 2 2024-09-05 21:25:26.774759-0500 0x584 Default 0x0 0 0 kernel: (AppleIntelTGLGraphics) [IGPU] HWCAPS - VEDBOXEnableFuses:0x10005 VEBox units enabled:1 VDBox units enabled:2 2024-09-05 21:25:26.774762-0500 0x584 Default 0x0 0 0 kernel: (AppleIntelTGLGraphics) [IGPU] HWCAPS - NumSlices:1 SliceCountFuse:0x1 2024-09-05 21:25:26.774764-0500 0x584 Default 0x0 0 0 kernel: (AppleIntelTGLGraphics) [IGPU] HWCAPS - NumSubSlices:10 DualSubSliceCountFuse:0x1f 2024-09-05 21:25:26.774766-0500 0x584 Default 0x0 0 0 kernel: (AppleIntelTGLGraphics) [IGPU] HWCAPS - MaxEUPerSubSlice:8 EUDisableFuses:0x0 ExecutionUnitCount:80 2024-09-05 21:25:26.774768-0500 0x584 Default 0x0 0 0 kernel: (AppleIntelTGLGraphics) [IGPU] HWCAPS - fMaxFrequencyInMhz:1000 fMinFrequencyInMhz:450 cap.Value:589844 2024-09-05 21:25:26.774770-0500 0x584 Default 0x0 0 0 kernel: (AppleIntelTGLGraphics) [IGPU] HWCAPS - GPU Sku: TGL GT2 LP 2024-09-05 21:25:26.774772-0500 0x584 Default 0x0 0 0 kernel: (AppleIntelTGLGraphics) [IGPU] HWCAPS - L3BankCount: 16 2024-09-05 21:25:26.775176-0500 0x584 Default 0x0 0 0 kernel: (AppleIntelTGLGraphics) [IGPU] Ring Size: 32 KB 2024-09-05 21:25:26.775187-0500 0x584 Default 0x0 0 0 kernel: (AppleIntelTGLGraphics) [IGPU] Graphics Scheduler Preemption Enabled! 2024-09-05 21:25:26.775189-0500 0x584 Default 0x0 0 0 kernel: (AppleIntelTGLGraphics) [IGPU] Setting preemptionDelayIntervalUS to 160 microseconds 2024-09-05 21:25:26.775190-0500 0x584 Default 0x0 0 0 kernel: (AppleIntelTGLGraphics) [IGPU] Setting preemptionTimerIntervalUS to 2000 microseconds 2024-09-05 21:25:26.775192-0500 0x584 Default 0x0 0 0 kernel: (AppleIntelTGLGraphics) [IGPU] Will fallback to host-side scheduling if graphics firmware fails to load 2024-09-05 21:25:26.775194-0500 0x584 Default 0x0 0 0 kernel: (AppleIntelTGLGraphics) [IGPU] Scheduler Tail Coalescing Enabled. 2024-09-05 21:25:26.775195-0500 0x584 Default 0x0 0 0 kernel: (AppleIntelTGLGraphics) [IGPU] Scheduler Page Fault Handling Enabled. 2024-09-05 21:25:26.775196-0500 0x584 Default 0x0 0 0 kernel: (AppleIntelTGLGraphics) [IGPU] Scheduler Single Channel Index Disabled 2024-09-05 21:25:26.775198-0500 0x584 Default 0x0 0 0 kernel: (AppleIntelTGLGraphics) [IGPU] Scheduler Channel Wait For Complete Disabled 2024-09-05 21:25:26.775200-0500 0x584 Default 0x0 0 0 kernel: (AppleIntelTGLGraphics) [IGPU] Scheduler: Process CSB using HWS. 2024-09-05 21:25:26.775201-0500 0x584 Default 0x0 0 0 kernel: (AppleIntelTGLGraphics) [IGPU] Scheduler: PM notify enabled 2024-09-05 21:25:26.775207-0500 0x584 Default 0x0 0 0 kernel: (AppleIntelTGLGraphics) [IGPU] Forced to use Host Preemptive Scheduler 2024-09-05 21:25:26.775209-0500 0x584 Default 0x0 0 0 kernel: (AppleIntelTGLGraphics) [IGPU] Multi-Context (Compute Command Streamer) Enabled. 2024-09-05 21:25:26.820344-0500 0x584 Default 0x0 0 0 kernel: (AppleIntelTGLGraphics) [IGPU] Detecting Emulator Mode ... [False] 2024-09-05 21:25:26.820349-0500 0x584 Default 0x0 0 0 kernel: (AppleIntelTGLGraphics) [IGPU] Scheduler: Multiple channel indexes per command streamer 2024-09-05 21:25:26.820351-0500 0x584 Default 0x0 0 0 kernel: (AppleIntelTGLGraphics) [IGPU] Scheduler: Process CSB using HWS. 2024-09-05 21:25:26.820352-0500 0x584 Default 0x0 0 0 kernel: (AppleIntelTGLGraphics) [IGPU] Scheduler: PM notify enabled 2024-09-05 21:25:26.820354-0500 0x584 Default 0x0 0 0 kernel: (AppleIntelTGLGraphics) [IGPU] Graphics Address: PPGTT, Separate Address Space 2024-09-05 21:25:26.820355-0500 0x584 Default 0x0 0 0 kernel: (AppleIntelTGLGraphics) [IGPU] MultiForceWake Enabled: Using 3D Driver 2024-09-05 21:25:26.820356-0500 0x584 Default 0x0 0 0 kernel: (AppleIntelTGLGraphics) [IGPU] POSH Enabled 2024-09-05 21:25:26.820357-0500 0x584 Default 0x0 0 0 kernel: (AppleIntelTGLGraphics) [IGPU] Render Compression Enabled, mode = 128 2024-09-05 21:25:26.820359-0500 0x584 Default 0x0 0 0 kernel: (AppleIntelTGLGraphics) [IGPU] Render Compression for IOSurface is Enabled. 2024-09-05 21:25:26.823354-0500 0x584 Default 0x0 0 0 kernel: (AppleIntelTGLGraphics) [IGPU] Scheduler Throttle Cap = 100ms. 2024-09-05 21:25:26.897939-0500 0x79 Default 0x0 0 0 kernel: PMRD: clamshell closed 0, disabled 1/0, desktopMode 0, ac 1 2024-09-05 21:25:26.897942-0500 0x79 Default 0x0 0 0 kernel: PMRD: clamshell closed 0, disabled 1/0, desktopMode 0, ac 1 2024-09-05 21:25:27.430784-0500 0x1f5 Error 0x0 0 0 kernel: (Sandbox) Sandbox: locationd(132) deny(1) mach-lookup com.apple.StatusKit.local 2024-09-05 21:25:27.622325-0500 0x7a6 Error 0x0 0 0 kernel: (Sandbox) Sandbox: trustd(316) deny(1) file-write-create /private/var/db/locationd/Library/Keychains/44454C4C-4E00-104B-8032-B9C04F514733 2024-09-05 21:25:27.699727-0500 0x7b0 Default 0x0 0 0 kernel: (AppleKeyStore) AppleKeyStore:12195:317: operation failed (sel: 17 ret: e00002f0, 205) 2024-09-05 21:25:27.699841-0500 0x3d1 Default 0x0 0 0 kernel: (AppleKeyStore) AppleKeyStore:12195:87: operation failed (sel: 35 ret: e00002f0, -1) 2024-09-05 21:25:27.915837-0500 0x5f2 Default 0x0 0 0 kernel: (com.apple.DriverKit-AppleEthernetE1000.dext) e1000::<private>(247): ==> 0x00000000 2024-09-05 21:25:27.925545-0500 0x79 Default 0x0 0 0 kernel: PMRD: clamshell closed 0, disabled 1/0, desktopMode 0, ac 1 2024-09-05 21:25:27.928594-0500 0x6bf Default 0x0 0 0 kernel: (IO80211Family) com.apple.p2p.stats: [airportd] succeeded in calling newUserClient, type[0x00000000], role[1], ret[0x00000000] 2024-09-05 21:25:27.932256-0500 0x417 Default 0x0 0 0 kernel: (IO80211Family) com.apple.p2p.stats: [airportd] succeeded in calling newUserClient, type[0x00000000], role[1], ret[0x00000000] 2024-09-05 21:25:27.932807-0500 0x417 Default 0x0 0 0 kernel: (IO80211Family) extEventMonitorInit: enter 2024-09-05 21:25:27.932818-0500 0x417 Default 0x0 0 0 kernel: (IO80211Family) createEventPipe: enter: pipe count: 0 2024-09-05 21:25:27.932885-0500 0x417 Default 0x0 0 0 kernel: (IO80211Family) ClientMemoryForType[0x1] 2024-09-05 21:25:27.932891-0500 0x417 Default 0x0 0 0 kernel: (IO80211Family) getRingMD: enter : pipe count 1 2024-09-05 21:25:27.932918-0500 0x417 Default 0x0 0 0 kernel: (IO80211Family) ClientMemoryForType[0x2] 2024-09-05 21:25:27.932920-0500 0x417 Default 0x0 0 0 kernel: (IO80211Family) getRingMD: enter : pipe count 1 2024-09-05 21:25:27.932940-0500 0x417 Default 0x0 0 0 kernel: (IO80211Family) extSubscribeEvent: enter 2024-09-05 21:25:27.934518-0500 0x417 Default 0x0 0 0 kernel: (IO80211Family) [IOC DEBUG] EXTERNAL: Set type=<APPLE80211_IOC_POWERSAVE> Int=<Infrastructure> res=<FAIL:-536870201:0xe00002c7> handler=1 isLegcay=0 2024-09-05 21:25:27.941459-0500 0x2ab Default 0x0 0 0 kernel: (IO80211Family) com.apple.p2p.stats: [configd] succeeded in calling newUserClient, type[0x00000000], role[1], ret[0x00000000] 2024-09-05 21:25:27.941874-0500 0x2ab Default 0x0 0 0 kernel: (IO80211Family) com.apple.p2p.stats: IOUC-WIFI: [configd] virtual IOReturn IO80211APIUserClient::clientClose() 2024-09-05 21:25:27.941973-0500 0x70 Default 0x0 0 0 kernel: (IO80211Family) IO80211APIUserClient::stop(377) _onWLANQueue(1) 2024-09-05 21:25:27.942093-0500 0x70 Default 0x0 0 0 kernel: (IO80211Family) IO80211APIUserClient::free 2024-09-05 21:25:27.957808-0500 0x7d0 Error 0x0 0 0 kernel: (Sandbox) 3 duplicate reports for Sandbox: trustd(316) deny(1) file-write-create /private/var/db/locationd/Library/Keychains/44454C4C-4E00-104B-8032-B9C04F514733 2024-09-05 21:25:27.957817-0500 0x7d0 Error 0x0 0 0 kernel: (Sandbox) Sandbox: airportd(209) deny(1) file-read-xattr /usr/libexec/locationd 2024-09-05 21:25:27.961812-0500 0x7d0 Error 0x0 0 0 kernel: (Sandbox) Sandbox: airportd(209) deny(1) file-read-xattr /usr/sbin/systemstats 2024-09-05 21:25:27.967302-0500 0x7d0 Error 0x0 0 0 kernel: (Sandbox) Sandbox: airportd(209) deny(1) file-read-xattr /usr/libexec/locationd 2024-09-05 21:25:27.970760-0500 0x79 Default 0x0 0 0 kernel: PMRD: clamshell closed 0, disabled 1/0, desktopMode 0, ac 1 2024-09-05 21:25:28.826547-0500 0x584 Fault 0x0 0 0 kernel: (IOAcceleratorFamily2) virtual IOReturn IOAccelEventMachine2::waitForStamp(int32_t, stamp_t, stamp_t *): initial wait for 1 second expired. Continue wait for 4 seconds. stamp 3 (gpu_stamp=2) 2024-09-05 21:25:28.945642-0500 0x79 Default 0x0 0 0 kernel: PMRD: clamshell closed 0, disabled 1/0, desktopMode 0, ac 1 2024-09-05 21:25:28.954184-0500 0x79 Default 0x0 0 0 kernel: PMRD: clamshell closed 0, disabled 1/0, desktopMode 0, ac 1 2024-09-05 21:25:29.576780-0500 0x74f Default 0x0 0 0 kernel: (lifs) ALUC:clientDied(PID: 307), lifsd_entitled 1 koio_entitled 0 2024-09-05 21:25:29.965915-0500 0x79 Default 0x0 0 0 kernel: PMRD: clamshell closed 0, disabled 1/0, desktopMode 0, ac 1 2024-09-05 21:25:29.974955-0500 0x79 Default 0x0 0 0 kernel: PMRD: clamshell closed 0, disabled 1/0, desktopMode 0, ac 1 2024-09-05 21:25:30.498099-0500 0x7e6 Error 0x0 0 0 kernel: (Sandbox) 2 duplicate reports for Sandbox: airportd(209) deny(1) file-read-xattr /usr/libexec/locationd 2024-09-05 21:25:30.498107-0500 0x7e6 Error 0x0 0 0 kernel: (Sandbox) Sandbox: locationd(319) deny(1) file-issue-extension target:/private/var/db/locationd/Library/Preferences/ByHost/com.apple.locationd.44454C4C-4E00-104B-8032-B9C04F514733.plist extension-class:com.apple.cfprefsd.read 2024-09-05 21:25:30.499653-0500 0x7e6 Error 0x0 0 0 kernel: (Sandbox) Sandbox: locationd(319) deny(1) file-issue-extension target:/private/var/db/locationd/Library/Preferences/com.apple.locationd.plist extension-class:com.apple.cfprefsd.read 2024-09-05 21:25:30.500170-0500 0x7e6 Error 0x0 0 0 kernel: (Sandbox) Sandbox: locationd(319) deny(1) file-issue-extension target:/private/var/db/locationd/Library/Preferences/ByHost/.GlobalPreferences.44454C4C-4E00-104B-8032-B9C04F514733.plist extension-class:com.apple.cfprefsd.read 2024-09-05 21:25:30.500380-0500 0x7e6 Error 0x0 0 0 kernel: (Sandbox) Sandbox: locationd(319) deny(1) file-issue-extension target:/private/var/db/locationd/Library/Preferences/.GlobalPreferences.plist extension-class:com.apple.cfprefsd.read 2024-09-05 21:25:30.500415-0500 0x7e6 Error 0x0 0 0 kernel: (Sandbox) Sandbox: locationd(319) deny(1) file-issue-extension target:/private/var/db/locationd/Library/Preferences/.GlobalPreferences_m.plist extension-class:com.apple.cfprefsd.read 2024-09-05 21:25:30.509074-0500 0x1f4 Error 0x0 0 0 kernel: (Sandbox) Sandbox: locationd(319) deny(1) mach-lookup com.apple.CoreLocation.agent 2024-09-05 21:25:30.514252-0500 0x1f4 Error 0x0 0 0 kernel: (Sandbox) Sandbox: locationd(319) deny(1) mach-lookup com.apple.PowerManagement.control 2024-09-05 21:25:30.517905-0500 0x7d6 Error 0x0 0 0 kernel: (Sandbox) Sandbox: airportd(209) deny(1) file-read-xattr /usr/libexec/locationd 2024-09-05 21:25:30.518073-0500 0x1f5 Error 0x0 0 0 kernel: (Sandbox) Sandbox: locationd(319) deny(1) mach-lookup com.apple.icloud.searchpartyuseragent.ownersession 2024-09-05 21:25:30.986211-0500 0x79 Default 0x0 0 0 kernel: PMRD: clamshell closed 0, disabled 1/0, desktopMode 0, ac 1 2024-09-05 21:25:30.995230-0500 0x79 Default 0x0 0 0 kernel: PMRD: clamshell closed 0, disabled 1/0, desktopMode 0, ac 1 2024-09-05 21:25:32.006310-0500 0x79 Default 0x0 0 0 kernel: PMRD: clamshell closed 0, disabled 1/0, desktopMode 0, ac 1 2024-09-05 21:25:32.015496-0500 0x79 Default 0x0 0 0 kernel: PMRD: clamshell closed 0, disabled 1/0, desktopMode 0, ac 1 2024-09-05 21:25:32.827655-0500 0x584 Fault 0x0 0 0 kernel: (IOAcceleratorFamily2) virtual IOReturn IOAccelEventMachine2::waitForStamp(int32_t, stamp_t, stamp_t *): timeout waiting for IntelAccelerator stamp 3 (gpu_stamp=2) 2024-09-05 21:25:32.827689-0500 0x584 Fault 0x0 0 0 kernel: (IOAcceleratorFamily2) void IOAccelEventMachine2::handleFinishChannelRestart(IOReturn, int32_t, uint32_t) - Setting restart type to 4 2024-09-05 21:25:32.827697-0500 0x584 Fault 0x0 0 0 kernel: (IOAcceleratorFamily2) void IOAccelEventMachine2::handleFinishChannelRestart(IOReturn, int32_t, uint32_t): GPURestartDequeued stampIdx=8 type=4 fromWhere=1 waitingOnIdx=8 2024-09-05 21:25:32.828218-0500 0x584 Fault 0x0 0 0 kernel: (IOAcceleratorFamily2) void IOAccelEventMachine2::restart_channel(): GPURestartSkipped stampIdx=8 type=4 2024-09-05 21:25:32.828224-0500 0x584 Fault 0x0 0 0 kernel: (IOAcceleratorFamily2) void IOAccelEventMachine2::restart_channel(): no channel associated with stamp_idx 8 (type 4) 2024-09-05 21:25:32.829045-0500 0x584 Default 0x0 0 0 kernel: (AppleIntelTGLGraphics) [IGPU] Graphics accelerator is using scheduler: Host Preemptive 2024-09-05 21:25:32.858431-0500 0x1c4 Default 0x0 0 0 kernel: (IOTimeSyncFamily) IOTimeSyncClockManager::end waitQuiet 2024-09-05 21:25:32.858643-0500 0x1c4 Default 0x0 0 0 kernel: (IOTimeSyncFamily) IOTimeSyncClockManager::Using interface IOSkywalkLegacyEthernetInterface en0 for identifier 2024-09-05 21:25:32.858653-0500 0x1c4 Default 0x0 0 0 kernel: (IOTimeSyncFamily) IOTimeSyncClockManager:: Generated legacy clockID f4ee08de98850000 2024-09-05 21:25:32.858660-0500 0x1c4 Default 0x0 0 0 kernel: (IOTimeSyncFamily) IOTimeSyncClockManager::delayedClockIDLookup registered service 2024-09-05 21:25:32.858738-0500 0x2f9 Default 0x0 2024-09-05 21:28:46.428671-0500 0x79 Default 0x0 0 0 kernel: PMRD: clamshell closed 0, disabled 1/0, desktopMode 0, ac 1 2024-09-05 21:28:46.446167-0500 0x79 Default 0x0 0 0 kernel: PMRD: clamshell closed 0, disabled 1/0, desktopMode 0, ac 1 2024-09-05 21:28:46.560848-0500 0x617 Default 0x0 0 0 kernel: (IOGraphicsFamily) GTrace synchronization point 3 2024-09-05 21:28:46.577246-0500 0x1c7 Default 0x0 0 0 kernel: (AppleIntelICLLPGraphicsFramebuffer) [IGFB][LOG ][POWER ] External power connected 2024-09-05 21:28:46.577724-0500 0x617 Default 0x0 0 0 kernel: (AppleIntelICLLPGraphicsFramebuffer) [IGFB][LOG ][VRR ] FB1: IsVRRSupported = 1 IsASFUSupported = 0 IsPairingSupported = 0 IsRampSupported = 0 IsBurstModeSupported = 0 IsTimingStampSupported = 1 IsHDMIVRRSupported = 0 2024-09-05 21:28:46.577731-0500 0x617 Default 0x0 0 0 kernel: (IOGraphicsFamily) GTrace synchronization point 4 2024-09-05 21:28:46.577860-0500 0x1c7 Default 0x0 0 0 kernel: (AppleIntelICLLPGraphicsFramebuffer) [IGFB][LOG ][POWER ] External power connected 2024-09-05 21:28:46.578585-0500 0x617 Default 0x0 0 0 kernel: (AppleIntelICLLPGraphicsFramebuffer) [IGFB][LOG ][VRR ] FB2: IsVRRSupported = 1 IsASFUSupported = 0 IsPairingSupported = 0 IsRampSupported = 0 IsBurstModeSupported = 0 IsTimingStampSupported = 1 IsHDMIVRRSupported = 0 2024-09-05 21:28:46.578589-0500 0x617 Default 0x0 0 0 kernel: (IOGraphicsFamily) GTrace synchronization point 5 2024-09-05 21:28:46.578634-0500 0x617 Default 0x0 0 0 kernel: (AppleIntelICLLPGraphicsFramebuffer) [IGFB][LOG ][AGDC ] Vendor info 2024-09-05 21:28:46.578636-0500 0x617 Default 0x0 0 0 kernel: (AppleIntelICLLPGraphicsFramebuffer) [IGFB][LOG ][AGDC ] Get GPU caps 2024-09-05 21:28:46.578716-0500 0x1c7 Default 0x0 0 0 kernel: (AppleIntelICLLPGraphicsFramebuffer) [IGFB][LOG ][POWER ] External power connected 2024-09-05 21:28:46.578805-0500 0x634 Default 0x0 0 0 kernel: (AppleIntelICLLPGraphicsFramebuffer) [IGFB][LOG ][AGDC ] Vendor info 2024-09-05 21:28:46.578932-0500 0x7c0 Default 0x0 0 0 kernel: (AppleIntelICLLPGraphicsFramebuffer) [IGFB][LOG ][AGDC ] Vendor info 2024-09-05 21:28:46.578936-0500 0x7c0 Default 0x0 0 0 kernel: (AppleIntelICLLPGraphicsFramebuffer) [IGFB][LOG ][AGDC ] Get GPU caps 2024-09-05 21:28:46.578948-0500 0x7c0 Default 0x0 0 0 kernel: (AppleIntelICLLPGraphicsFramebuffer) [IGFB][LOG ][AGDC ] Get GPU caps 2024-09-05 21:28:46.578949-0500 0x7c0 Default 0x0 0 0 kernel: (AppleIntelICLLPGraphicsFramebuffer) [IGFB][LOG ][AGDC ] Get port caps 2024-09-05 21:28:46.578950-0500 0x7c0 Default 0x0 0 0 kernel: (AppleIntelICLLPGraphicsFramebuffer) [IGFB][LOG ][DISPLAY ] Getting port caps for port -1 2024-09-05 21:28:46.578952-0500 0x7c0 Default 0x0 0 0 kernel: (AppleIntelICLLPGraphicsFramebuffer) [IGFB][LOG ][AGDC ] Vendor info 2024-09-05 21:28:46.578964-0500 0x1c7 Default 0x0 0 0 kernel: (AppleIntelICLLPGraphicsFramebuffer) [IGFB][LOG ][AGDC ] Register AGDC callback 2024-09-05 21:28:46.578965-0500 0x1c7 Default 0x0 0 0 kernel: (AppleIntelICLLPGraphicsFramebuffer) [IGFB][LOG ][AGDC ] Enable controller 2024-09-05 21:28:46.578988-0500 0x617 Default 0x0 0 0 kernel: (AppleIntelTGLGraphics) [IGPU] Detecting Pre-Si/Si Mode ... [Si] 2024-09-05 21:28:46.579149-0500 0x7c0 Default 0x0 0 0 kernel: (AppleGraphicsDevicePolicy) Adding AGDP mode validate property 2024-09-05 21:28:46.579419-0500 0x617 Default 0x0 0 0 kernel: (AppleIntelICLLPGraphicsFramebuffer) [IGFB][LOG ][PANEL ] [key:0x002/on:1] fPSREnablekeys: 0x00000a5d -> 0x00000a5f (fullset:0x00001fff) 2024-09-05 21:28:46.642736-0500 0x7bf Default 0x0 0 0 kernel: (IOPlatformPluginFamily) X86PlatformPlugin::cgRegisterCallbackHandler - entered, type gpu-internal-plimit-notification, target AGPM 2024-09-05 21:28:46.642741-0500 0x7bf Default 0x0 0 0 kernel: (IOPlatformPluginFamily) X86PlatformPlugin::cgRegisterPLimitCallbackHandler - There are 0 entries in the linked list before target name AGPM 2024-09-05 21:28:46.642838-0500 0x7bf Default 0x0 0 0 kernel: (IOPlatformPluginFamily) HE2N_Key Does Not Exist, use kSMCPStatesIGPU for Internal GPU 2024-09-05 21:28:46.642850-0500 0x7bf Default 0x0 0 0 kernel: (IOPlatformPluginFamily) X86PlatformPlugin::cgRegisterCallbackHandler - entered, type gpu-internal-single-slice-plimit-notification, target AGPM 2024-09-05 21:28:46.642853-0500 0x7bf Default 0x0 0 0 kernel: (IOPlatformPluginFamily) X86PlatformPlugin::cgRegisterPLimitCallbackHandler - There are 0 entries in the linked list before target name AGPM 2024-09-05 21:28:46.841854-0500 0x617 Default 0x0 0 0 kernel: (AppleIntelTGLGraphics) [IGPU] HWCAPS - GPU Sku: 2 2024-09-05 21:28:46.841859-0500 0x617 Default 0x0 0 0 kernel: (AppleIntelTGLGraphics) [IGPU] HWCAPS - VEDBOXEnableFuses:0x10005 VEBox units enabled:1 VDBox units enabled:2 2024-09-05 21:28:46.841862-0500 0x617 Default 0x0 0 0 kernel: (AppleIntelTGLGraphics) [IGPU] HWCAPS - NumSlices:1 SliceCountFuse:0x1 2024-09-05 21:28:46.841864-0500 0x617 Default 0x0 0 0 kernel: (AppleIntelTGLGraphics) [IGPU] HWCAPS - NumSubSlices:10 DualSubSliceCountFuse:0x1f 2024-09-05 21:28:46.841866-0500 0x617 Default 0x0 0 0 kernel: (AppleIntelTGLGraphics) [IGPU] HWCAPS - MaxEUPerSubSlice:8 EUDisableFuses:0x0 ExecutionUnitCount:80 2024-09-05 21:28:46.841868-0500 0x617 Default 0x0 0 0 kernel: (AppleIntelTGLGraphics) [IGPU] HWCAPS - fMaxFrequencyInMhz:1000 fMinFrequencyInMhz:450 cap.Value:589844 2024-09-05 21:28:46.841870-0500 0x617 Default 0x0 0 0 kernel: (AppleIntelTGLGraphics) [IGPU] HWCAPS - GPU Sku: TGL GT2 LP 2024-09-05 21:28:46.841872-0500 0x617 Default 0x0 0 0 kernel: (AppleIntelTGLGraphics) [IGPU] HWCAPS - L3BankCount: 16 2024-09-05 21:28:46.842275-0500 0x617 Default 0x0 0 0 kernel: (AppleIntelTGLGraphics) [IGPU] Ring Size: 32 KB 2024-09-05 21:28:46.842286-0500 0x617 Default 0x0 0 0 kernel: (AppleIntelTGLGraphics) [IGPU] Graphics Scheduler Preemption Enabled! 2024-09-05 21:28:46.842288-0500 0x617 Default 0x0 0 0 kernel: (AppleIntelTGLGraphics) [IGPU] Setting preemptionDelayIntervalUS to 160 microseconds 2024-09-05 21:28:46.842290-0500 0x617 Default 0x0 0 0 kernel: (AppleIntelTGLGraphics) [IGPU] Setting preemptionTimerIntervalUS to 2000 microseconds 2024-09-05 21:28:46.842291-0500 0x617 Default 0x0 0 0 kernel: (AppleIntelTGLGraphics) [IGPU] Will fallback to host-side scheduling if graphics firmware fails to load 2024-09-05 21:28:46.842293-0500 0x617 Default 0x0 0 0 kernel: (AppleIntelTGLGraphics) [IGPU] Scheduler Tail Coalescing Enabled. 2024-09-05 21:28:46.842294-0500 0x617 Default 0x0 0 0 kernel: (AppleIntelTGLGraphics) [IGPU] Scheduler Page Fault Handling Enabled. 2024-09-05 21:28:46.842295-0500 0x617 Default 0x0 0 0 kernel: (AppleIntelTGLGraphics) [IGPU] Scheduler Single Channel Index Disabled 2024-09-05 21:28:46.842297-0500 0x617 Default 0x0 0 0 kernel: (AppleIntelTGLGraphics) [IGPU] Scheduler Channel Wait For Complete Disabled 2024-09-05 21:28:46.842298-0500 0x617 Default 0x0 0 0 kernel: (AppleIntelTGLGraphics) [IGPU] Scheduler: Process CSB using HWS. 2024-09-05 21:28:46.842300-0500 0x617 Default 0x0 0 0 kernel: (AppleIntelTGLGraphics) [IGPU] Scheduler: PM notify enabled 2024-09-05 21:28:46.842305-0500 0x617 Default 0x0 0 0 kernel: (AppleIntelTGLGraphics) [IGPU] Forced to use Host Preemptive Scheduler 2024-09-05 21:28:46.842307-0500 0x617 Default 0x0 0 0 kernel: (AppleIntelTGLGraphics) [IGPU] Multi-Context (Compute Command Streamer) Enabled. 2024-09-05 21:28:46.887213-0500 0x617 Default 0x0 0 0 kernel: (AppleIntelTGLGraphics) [IGPU] Detecting Emulator Mode ... [False] 2024-09-05 21:28:46.887218-0500 0x617 Default 0x0 0 0 kernel: (AppleIntelTGLGraphics) [IGPU] Scheduler: Multiple channel indexes per command streamer 2024-09-05 21:28:46.887219-0500 0x617 Default 0x0 0 0 kernel: (AppleIntelTGLGraphics) [IGPU] Scheduler: Process CSB using HWS. 2024-09-05 21:28:46.887221-0500 0x617 Default 0x0 0 0 kernel: (AppleIntelTGLGraphics) [IGPU] Scheduler: PM notify enabled 2024-09-05 21:28:46.887222-0500 0x617 Default 0x0 0 0 kernel: (AppleIntelTGLGraphics) [IGPU] Graphics Address: PPGTT, Separate Address Space 2024-09-05 21:28:46.887223-0500 0x617 Default 0x0 0 0 kernel: (AppleIntelTGLGraphics) [IGPU] MultiForceWake Enabled: Using 3D Driver 2024-09-05 21:28:46.887231-0500 0x617 Default 0x0 0 0 kernel: (AppleIntelTGLGraphics) [IGPU] POSH Enabled 2024-09-05 21:28:46.887233-0500 0x617 Default 0x0 0 0 kernel: (AppleIntelTGLGraphics) [IGPU] Render Compression Enabled, mode = 128 2024-09-05 21:28:46.887234-0500 0x617 Default 0x0 0 0 kernel: (AppleIntelTGLGraphics) [IGPU] Render Compression for IOSurface is Enabled. 2024-09-05 21:28:46.890150-0500 0x617 Default 0x0 0 0 kernel: (AppleIntelTGLGraphics) [IGPU] Scheduler Throttle Cap = 100ms. 2024-09-05 21:28:47.417245-0500 0x79 Default 0x0 0 0 kernel: PMRD: clamshell closed 0, disabled 1/0, desktopMode 0, ac 1 2024-09-05 21:28:47.417249-0500 0x79 Default 0x0 0 0 kernel: PMRD: clamshell closed 0, disabled 1/0, desktopMode 0, ac 1 2024-09-05 21:28:48.444878-0500 0x79 Default 0x0 0 0 kernel: PMRD: clamshell closed 0, disabled 1/0, desktopMode 0, ac 1 2024-09-05 21:28:48.452025-0500 0x79 Default 0x0 0 0 kernel: PMRD: clamshell closed 0, disabled 1/0, desktopMode 0, ac 1 2024-09-05 21:28:48.892750-0500 0x617 Fault 0x0 0 0 kernel: (IOAcceleratorFamily2) virtual IOReturn IOAccelEventMachine2::waitForStamp(int32_t, stamp_t, stamp_t *): initial wait for 1 second expired. Continue wait for 4 seconds. stamp 3 (gpu_stamp=2) 2024-09-05 21:28:49.076075-0500 0x673 Default 0x0 0 0 kernel: (com.apple.DriverKit-AppleEthernetE1000.dext) e1000::<private>(247): ==> 0x00000000 2024-09-05 21:28:49.086603-0500 0x3fd Default 0x0 0 0 kernel: (IO80211Family) com.apple.p2p.stats: [airportd] succeeded in calling newUserClient, type[0x00000000], role[1], ret[0x00000000] 2024-09-05 21:28:49.093579-0500 0x3fd Default 0x0 0 0 kernel: (IO80211Family) extEventMonitorInit: enter 2024-09-05 21:28:49.093587-0500 0x3fd Default 0x0 log is too large 94 mb, maybe ill shorten the time, these are sections with the term "tgl" as the search target. Edited September 6 by Mastachief 1 Link to comment Share on other sites More sharing options...
jalavoui Posted September 6 Share Posted September 6 (edited) i found that in non internal tgl framebuffer kext 2 symbols are not needed extrn __ZN21AppleIntelDisplayPath19DSBEngineBusyStatusE altough external no link errors AppleIntelPortHAL::probePortMode not used so i'm rewriting hookcase for only this class AppleIntelFramebufferController { friend class HookCase; static void WriteRegister32(unsigned long a, unsigned int b); static void WriteRegister64(void volatile* a, unsigned long b, unsigned long long c); static unsigned int ReadRegister32(unsigned long a); static unsigned long long ReadRegister64(void volatile* a, unsigned long b); static uint64_t getPMTNow(); static bool hwSetupDSBMemory(); }; altough i enjoy apple internal tgl frame i do not need missing symbols updated the kexts to include internal and in internal version of tgl frame whats the diff ? well internal tgl frame as this and other settings bVar1 = _PE_parse_boot_argn("IGLogLevel",&local_2c,4); if (bVar1 != 0) { _DAT_0016c1d8 = _DAT_0016c1d8 + 1; DAT_001c2be0 = (ulong)local_2c; } bVar1 = _PE_parse_boot_argn("ForceCompleteModeset",(void *)0x0,0); if (bVar1 != 0) { _DAT_0016c1e0 = _DAT_0016c1e0 + 1; DAT_001c2ba0 = 1; } any of this kexts can now be patched and put in /L/E happy hacking Edited September 6 by jalavoui 2 Link to comment Share on other sites More sharing options...
Mastachief Posted September 6 Share Posted September 6 (edited) how do i get the IGLogs? I attached my boot log so you can see. bootlog.txt with Whenevergreen, you could use -igfxfbdump to dump framebuffer Edited September 6 by Mastachief 1 Link to comment Share on other sites More sharing options...
benmacfreak Posted September 6 Share Posted September 6 2 hours ago, Mastachief said: how do i get the IGLogs? I attached my boot log so you can see. bootlog.txt 1.62 MB · 3 downloads with Whenevergreen, you could use -igfxfbdump to dump framebuffer i hate to say chief i never had to do any sort of dump and troubleshooting for hackintosh devs so idk how to get any logs or help contribute to any projects like this beyond putting the kexts in my system via S/L/E or L/E and my efi and attaching pics from my phone and or laptop tbh sorry. 1 Link to comment Share on other sites More sharing options...
Chito Kim Posted September 6 Share Posted September 6 (edited) Will TGL kexts work also on Alderlake? My main PC is Alderlake Zenbook UX3402ZA(i5-1240p). Its architecture is Iris Xe. Edited September 6 by Kim Chito 1 Link to comment Share on other sites More sharing options...
Mastachief Posted September 6 Share Posted September 6 (edited) Use GPU-Z on windows to figure out whats your Intel GPU id and model, and edit your post and put it there instead of creating a new post. Verify you are using "XE" Architecture based on the following list. --> https://dgpu-docs.intel.com/devices/hardware-table.html XE-HPG, Xe-HPC & Xe-LPG and others will definitely never have a chance as those are Intel ARC etc Edited September 6 by Mastachief Link to comment Share on other sites More sharing options...
Recommended Posts