Closed mgrimace closed 3 years ago
Lol, with 97 set my Philips screen is blinking on/off with that old school analog tv noise for about 5 times before it shows the login screen just fine. Never had that before.
These flags are the biggest mystery so far. Might have to call in Mulder and Scully.
LOL! I just tested 97 on mine as well, everything seems to be working the same as 10 but both displays are still listed as internal ("iMac" and "Built-in Retina Display") = no rotation. That's interesting re. noise, my second monitor does that on boot with the old enable-hdmi20 config just before turning on. I didn't even pay attention if it's happening now. It never does that on my main/primary monitor.
For reference, I'm using the same properties as you have in your config.plist screenshot a few posts above (i.e., the "working" 4k+dual config).
As a side-note, I get 4k+dual whether I include dpcd-max-link-rate
or leave it off. Seem like it's beneficial overall so I've included it.
I'm assuming the best-case scenario would be somehow designating one or both ports as external somehow via flags. I guess that would also be consistent with the new SMBIOS designation as a Mac mini (vs. iMac). Otherwise, how we've landed shouldddd enable 4k and dual monitor via DP on any model from Catalina->Monterey. Once we get rotation sorted I'll update to Monterey and confirm everything too! (I still haven't changed serials/SMBIOS yet)
Oh good one about dpcd-max-link-rate
I didn't test if I could still set 4k with that one removed (eg relying on probing). But yeah it may not be needed if the speeds are negotiated properly on its own, I didn't have those log entries.
Maybe the max pixel override is also not needed but at least that one shows in the logs as changing them. Also shows the ports didn't have the same pixel clock at boot. Something I wouldn't expect but it might explain why some cables work on one DP but not the other. Which is super strange if they would be setup identical.
These flags are quite something. On my NUC the default flags also set more than just the first bit. There's quite a lot to these flags that is completely unknown.
Mainly for my own information some hotplug tests using DP -> hdmi cable in top DP port one Philips screen:
87, audio works, hotplug in same port is fine, hotplug to different port = black screen, no crash and plugging back in to working port works as expected
97, no audio, hotplug to same port works but results in ~5 times blinking analog noise, hotplug to different port = crash, no panic log
10, no audio, hotplug to same port works fine, hotplug to bottom port = crash, no panic log
00, audio, hotplug to same port works, hotplug to other port = black screen, plugging back to working port works as expected
Pretty interesting that I do get crashes with 10 whilst in my dual screen testing with always a DP connected screen attached I had no issues at all with those flags. So it appears having a DP screen connected prevents crashes even when hot plugging. Very odd.
I wonder if these results will differ if I start with DP2 connected instead of DP1. On paper it shouldn't matter as both connectors are setup exactly the same. Might try that later.
I also want to repeat these same tests on my other hdmi screen and also my DP enabled monitor and DP -> DP cable. The flags might behave differently without conversion. I also find it weird I can not get any crash report popups on boot or panic logs dumped anymore.
One other weird thing I noticed is that when changing flags my bluetooth adapter gets disabled by macOS sometimes. I got an Apple Airport card in my test machine. Should always work just fine but somehow displays flags cause macOS to disable it. It can be enabled again in software so not a big deal just a thing I noticed. This could also be related to the ongoing bluetooth issues in Monterey though those are mainly with 3rd party cards.
quick test after reading a bit more here: https://github.com/acidanthera/WhateverGreen/blob/master/Manual/IntelFramebuffer.bt
Tried disabling cnunknownflag_4 in Hackintool which has something to do with LVDS (internally designated monitors), disabling that and adding _10 results in a flag of 93. I tried 93 with both connectors and while everything works the monitors still show up as internal. Nothing else obvious I can find (other than the indexes/busID) would designate the monitors as LVDS (internal). It looks like other flags like _2 are completely unknown (?).
This should be the default frame buffers in "all data" format for the config:
^^earlier screenshot
Wait wait, ok, in the current config we've got con0 as 02040A00 and con1 as 03060800, but didn't we figure out based on the PlatformID that
? Additionally, con2 had different default flags of 11 (vs 87)... am I missing something?
I tried a few things
First trial:
Next trial:
Next trial:
Conclusion? I'm confused about connectors again. I thought con0 was 01050900, con1 was 02050a00 and con2 was 03060800. However, in our new config we have con0 as 02050a00 and con1 as 03060800. New config works, old doesn't so clearly some of my assumptions about the connectors were fundamentally wrong. Does that mean 01050900 is VGA? And as far as I can tell 03060800 should have the 11 flag, but it works with the 87 flag.
Workaround for rotation not appearing in Displays: Ok, so once you successfully rotate the screen, it then adds rotation as an option to the system settings. The trick is that this needs to be done at least once, and likely using external software. Here's the steps I used, and I do have rotation appearing now in my system preferences/displays:
How:
brew tap jakehilborn/jakehilborn && brew install displayplacer
displayplacer list
displayplacer "id:<screenId> degree:<0/90/180/270>
, for example displayplacer "id:D1DEFG... degree:90"
note that you do keep the quotation marks.Why? I went back to my old config where rotation was working and the screen still shows up as iMac but it does have the rotation option listed. I don't honestly recall but I'm thinking I must have set the rotation using SwitchResX initially which more-or-less 'unlocked' the option going forward (I had since uninstalled SwitchResX). I tried DisplayPlacer since it's free, homebrew, and doesn't require SIP to be disabled vs., SwitchResX which is shareware, requires SIP to be disabled, and isn't very user friendly. It worked as above.
Thoughts Since everything else is working (4k/60, dual, etc.), then this could serve as a stand-in until if/when we sort out the flags (or something else) that can set the monitors back to to external. If we can't sort it out, then this still gives a viable config for all versions of Mac that enables 4k/dual without enable-hdmi20, and a workaround if anyone uses their second screen in vertical. Feel free to add to guide if you think it's useful, or not if you'd prefer to wait for a non-software-based solution (which I totally get, I feel like this is still solvable!). I figured either way I'd post findings here just in case!
One more minor bug I just identified - 4k doesn't persist across restarts. I need to manually toggle the screen off-on, then manually change the display in Displays after restart (rotation does persist). I thought this was resetting because each restart I was either trying something new with flags, or restoring a working EFI, but I did a few restarts with the working EFI and it's 'resets' each time.
For users who don't have 4k on first launch or lose 4k after reboot, the steps to 'enable' 4k are as follows:
edit: still on 15,1 SMBIOS, I'll test it with the new SMBIOS once I update. So it might not be an issue for others, but this is how to resolve it if happens to also be a problem on the new SMBIOS.
Wow thanks for all the data!
From what I understand the con0/con1/etc are software indexes used only in the config, they're not fixed and you can assign them to different indexes. Without setting up connectors the default frame buffers are @0 for vga and @1 and @2 are DP1/DP2 in IOreg.
Those @0, @1 and @2 becomes index 1, 2 and 3. The first bit of the all-data entry. I don't think the bus-id matters much as long as its using one suitable for DP and I didn't notice any differences when I cycled thought all the bud-ids. I "brute forced" it when trying dual screen stuff. I tried all the combinations both ways using a cheat cheat with all possible combinations. It wasn't that bad, about 18. Editing the config and rebooting took the most time.
The pipe also doesn't matter I think, Hackintool can set them all to 18 which in some cases prevents a hotplug reboot. But I have not run any reboots, just crashes or panics on hotplug. And panics not lately. I've tried some different pipe values and it doesn't seem to do anything at all so I just stuck with the ones that are default.
With con0/etc being software indexes I then pointed con0 to DP1 and con1 to DP2 and set the frame buffer to 2 max. Which disables the vga cuz it isn't defined. Maybe vga can be setup but with nothing attached to it the login lag on Big Sur and newer might return and I don't know if its worth putting in the time to get vga to work only to disable it by default. Dual 4k + 1080p via vga will be rarely used I think. Those people can put in the time to make it work haha.
For everybody else leaving the vga frame buffer enabled causes very annoying frame skipping on Big Sur and newer after logging in. Somehow it doesn't like that frame buffer being there and disabling it either by setting the first bit to 00 or limiting the port count works. I prefer the latter as it actuality removed the whole thing from IOreg.
It's odd 4k isn't working consistently. Might be beneficial to enable some debug logging and see if there are differences when it works on its own and when it doesn't. WEG debug logging is the only way to see what it is doing and if its failing or erroring out somewhere.
I can only test with my 4k dongle in combination with a DP connected screen, but when its setup like that 4k is available. IT disappears when I disable either max pixel override or the dcpd fix. So on my side that is doing the trick. But it's of course not a real screen, just a dongle programmed to behave like one. Not ideal.
I'll do some messing about with rotation options too. It shouldn't be needed to use any 3rd party tools. It may be a silly things macOS sets after some sensing which fails so it hides rotation even though its supported by the screen. I think this is where EDID patching comes into play, but not sure about it. There are ways to add such properties back though.
I have rotation available with one screen connected, will try later with two.
A quick search leads me to believe rotation and some other screen related data is stored here: /Library/Preferences/com.apple.windowserver.plist
. It's possible that file gets messed up from all the testing, removing it (make a backup just in case) might do the trick.
From what I understand the con0/con1/etc are software indexes used only in the config, they're not fixed and you can assign them to different indexes. Without setting up connectors the default frame buffers are @0 for vga and @1 and @2 are DP1/DP2 in IOreg.
With con0/etc being software indexes I then pointed con0 to DP1 and con1 to DP2 and set the frame buffer to 2 max. Which disables the vga cuz it isn't defined.
Ahhhh thank you for that explanation, that makes so much more sense!
I don't think the bus-id matters much as long as its using one suitable for DP and I didn't notice any differences when I cycled thought all the bud-ids.
I remember playing around with bus-ids and pipes previously as well and didn't seem to make any difference as well. Thanks for doing all that work to find the right combos!
I don't know if its worth putting in the time to get vga to work only to disable it by default.
Totally agreed re. VGA. From what I understand Apple stopped supporting VGA natively a while back so I'm not sure it would be worth it if it's causing problems anyways. I don't honestly think there'd be as much need for VGA on a desktop vs., laptop/notebook (e.g., hooking up to projectors for work/school) - but that's just my assumption.
It's odd 4k isn't working consistently. Might be beneficial to enable some debug logging and see if there are differences when it works on its own and when it doesn't. WEG debug logging is the only way to see what it is doing and if its failing or erroring out somewhere.
I should clarify that 4k is indeed working and 4k capability seems to be there consistently. The bug I'm experiencing is on each reboot, mac fails to detect and apply the 4k capabilities of the monitor automatically. This is consistent after each reboot. What happens is after each reset, the monitor defaults to ~ 1440p (which is what it looks like when it fails 4k) and 4k/scaling does not appear in settings/Displays until the monitor is physically toggled off/on. Then 4k/scaling re-appears in settings/displays. I'd imagine it works via toggle because the system itself never loses the capability of displaying 4k, it just seems to be a 'detection' thing perhaps? I'll try and set up logging to see what's happening here!
But it's of course not a real screen, just a dongle programmed to behave like one. Not ideal.
No worries, appreciate that and it's definitely helped figure out some of the remaining barriers that I wasn't able to figure out with my hardware!
I have rotation available with one screen connected, will try later with two.
I may have 'spoiled' it on my end by forcing rotation to appear, the option for rotation is fully working and persisting across reboots for me now but I cheated!
As it is, the only outstanding issue is the detection bug on reboot, I can try and help with that by getting logs set up. I can also try deleting the .plist you identified to see what happens (if it doesn't screw things up, that might be an easy way to force rotation to appear as well, but I may not be able to know for sure).
After that I'll change serials/SMBIOS and start the upgrade to Monterey and double check things there with my hardware. I've been reluctant to mess around with the SMBIOS and serials since I use iCloud heavily for cloud backups/syncing across a few devices, but I finally did a manual time machine (which I should be doing a lot more!).
I think for your screen maybe injecting EDID can fix things. What happens when you power cycle is that it negotiates with the machine again which sorts things out that for some reason didn't happen correctly at boot. I think by injecting EDID you can get those parameters set up right the first time. This is dependant on the screen used form what I understand. It may not do anything at all but some screen will benefit.
I also think getting logs is pretty much required now if only to see what it is doing and being able to compare differences in the config with the logs, add WEG+Lilu debug versions and the boot flags to enable logging and the bootflag to dump the log after 30-40 seconds. Information is key, it can lead to something we missed. And the logs confirmed things like max pixel clock override actually changes the pixel clocks.
Is there a config/setup where it detects it correctly? I would use those logs as baseline to compare against when it doesn't work properly
If there's any config where it detects it fine try that and compare. It can be tedious but shouldn't cost too much time. Could also try the highest dcpd mode and see if that sort it out. Maybe even try dvmd of 96mb or more to see if that sorts it. Though I don't think that or forcing VRAM to be 2gb actually do anything. macOS just needs an initial allocation of at least 64mb, once thats done it can use as much as it needs up to 1.5gb. But if it was me I would try it all just in case, but I got multiple machines so it's a lot easier to go to a machine a few times per hour to reboot it and see what it does.
It would also be nice to try mode 4k screens. In an ideal world of course. Troubleshooting for me is my job and ruling things out is the core part so ideally for each part of the chain we have several options to try if only to rule things out. But the still it can get weird like I have with my 2 hdmi screens that behave differently with the same config and also behave differently when using different cables and that same config. It is not all 100% logical from our POV, we're not Apple and some h/w does have custom firmware we can't get in the generic devices. Like iGPU stuff, if we could then DRM would work for example. But we sure can get close with pretty much all other things and it may be possible to flash an Apple video-bios into our iGPU if we can get a dump from a Mac that has the HD4600. It works for Thunderbolt on my NUC, though it needs some extra ACPI patches I can't figure out it can work
Not sure if it can also write debug entries once its booted and you power cycle it. An IOreg dump before and after power cycle can also be interesting. Just a basic dump in the terminal so you can easily diff it too. Just run ioreg > ~/Desktop/boot.dump
and then fix 4k with power cycle and run it again piped to a different name and then diff boot.dump cycle.dump
to check of changes.
I mentioned the plist because it's where macOS stores those things, you can rename it or move it away instead of deleting it forever.
Ideally you can use some old ssd to do testing on, can clone you current system to it, boot into it and log out form everything then you can do as you please on there and always boot back into the internal disk where everything will work. I got a bunch ssd's for that usage.
I use the bios boot menu to boot from them so I can have different EFI version too. Or don't use bios boot menu and in the OpenCore picker press a key to stop the timer; connect the ssd using usb and press escape to make OpenCore rescan the disks, the external disk should now appear and you can boot into it using your working EFI on the internal disk.
It makes things a lot easier when it comes to testing and no worries about data loss when it panics or crashes and if I mess something up its a matter of booting back into the internal disk with my working EFI and make an ew clone or format the external ssd to start fresh.
It is all a bit tricky cuz things depend on annoying factors like screen brand, type, cables, etc. Even if I would get a 4k DP enabled screen I might not run into the same issues as you do unless I get the exact same. With anything else I might run into different ones or none at all. The passed year has taught me that much from the issues I seen and forum posts.
tl;dr:
Excellent ok, thanks for that info/explanation, that makes sense what's going on! I've gone through and run the various tests, here's data/logs.
For comparison - Proper detection: configA: 4k monitor detects on boot/reboot properly with the following Device Properties (screenshot)
Bugged detection: configB: 4k monitor boots into ~1440p, monitor requires power cycle to detect 4k. 4k does work with this config after monitor power-cycle. This is the new working copy of the 4k/dual config for Big Sur/Monterey.
2,4c2,4
< +-o iMac15,1 <class IOPlatformExpertDevice, id 0x100000110, registered, matched, active, busy 0 (33400 ms), retain 52>
< +-o AppleACPIPlatformExpert <class AppleACPIPlatformExpert, id 0x100000111, registered, matched, active, busy 0 (10293 ms), retain 42>
< | +-o IOPMrootDomain <class IOPMrootDomain, id 0x100000115, registered, matched, active, busy 0 (23 ms), retain 110>
---
> +-o iMac15,1 <class IOPlatformExpertDevice, id 0x100000110, registered, matched, active, busy 0 (33939 ms), retain 52>
> +-o AppleACPIPlatformExpert <class AppleACPIPlatformExpert, id 0x100000111, registered, matched, active, busy 0 (10830 ms), retain 42>
> | +-o IOPMrootDomain <class IOPMrootDomain, id 0x100000115, registered, matched, active, busy 0 (24 ms), retain 110>
123,124c123,124
< | +-o PCI0@0 <class IOACPIPlatformDevice, id 0x100000144, registered, matched, active, busy 0 (10104 ms), retain 53>
< | | +-o AppleACPIPCI <class AppleACPIPCI, id 0x100000211, registered, matched, active, busy 0 (10062 ms), retain 33>
---
> | +-o PCI0@0 <class IOACPIPlatformDevice, id 0x100000144, registered, matched, active, busy 0 (10640 ms), retain 53>
> | | +-o AppleACPIPCI <class AppleACPIPCI, id 0x100000211, registered, matched, active, busy 0 (10598 ms), retain 33>
126,130c126,130
< | | +-o IGPU@2 <class IOPCIDevice, id 0x1000001ff, registered, matched, active, busy 0 (8919 ms), retain 32>
< | | | +-o AppleIntelAzulController <class AppleIntelAzulController, id 0x100000419, registered, matched, active, busy 0 (26 ms), retain 9>
< | | | | +-o IntelFBClientControl <class IntelFBClientControl, id 0x100000425, registered, matched, active, busy 0 (14 ms), retain 12>
< | | | | | +-o AppleGraphicsDevicePolicy <class AppleGraphicsDevicePolicy, id 0x100000455, !registered, !matched, active, busy 0 (2 ms), retain 8>
< | | | | | | +-o AGDPClientControl <class AGDPClientControl, id 0x100000456, registered, matched, active, busy 0 (2 ms), retain 7>
---
> | | +-o IGPU@2 <class IOPCIDevice, id 0x1000001ff, registered, matched, active, busy 0 (9456 ms), retain 32>
> | | | +-o AppleIntelAzulController <class AppleIntelAzulController, id 0x100000419, registered, matched, active, busy 0 (27 ms), retain 9>
> | | | | +-o IntelFBClientControl <class IntelFBClientControl, id 0x100000425, registered, matched, active, busy 0 (15 ms), retain 12>
> | | | | | +-o AppleGraphicsDevicePolicy <class AppleGraphicsDevicePolicy, id 0x100000455, !registered, !matched, active, busy 0 (3 ms), retain 8>
> | | | | | | +-o AGDPClientControl <class AGDPClientControl, id 0x100000456, registered, matched, active, busy 0 (3 ms), retain 7>
136c136
< | | | +-o AppleIntelFramebuffer@0 <class AppleIntelFramebuffer, id 0x10000041d, registered, matched, active, busy 0 (1028 ms), retain 21>
---
> | | | +-o AppleIntelFramebuffer@0 <class AppleIntelFramebuffer, id 0x10000041d, registered, matched, active, busy 0 (1562 ms), retain 21>
142,143d141
< | | | | +-o display0 <class IODisplayConnect, id 0x100000482, registered, matched, active, busy 0 (171 ms), retain 6>
< | | | | | +-o AppleDisplay <class AppleDisplay, id 0x100000484, registered, matched, active, busy 0 (151 ms), retain 7>
146c144,146
< | | | +-o AppleIntelFramebuffer@1 <class AppleIntelFramebuffer, id 0x10000041e, registered, matched, active, busy 0 (853 ms), retain 20>
---
> | | | | +-o display0 <class IODisplayConnect, id 0x100000718, registered, matched, active, busy 0 (246 ms), retain 6>
> | | | | +-o AppleDisplay <class AppleDisplay, id 0x10000071a, registered, matched, active, busy 0 (245 ms), retain 7>
> | | | +-o AppleIntelFramebuffer@1 <class AppleIntelFramebuffer, id 0x10000041e, registered, matched, active, busy 0 (854 ms), retain 20>
151,152d150
< | | | | +-o display0 <class IODisplayConnect, id 0x100000492, registered, matched, active, busy 0 (7 ms), retain 6>
< | | | | | +-o AppleDisplay <class AppleDisplay, id 0x100000494, registered, matched, active, busy 0 (0 ms), retain 7>
155c153,155
< | | | +-o IntelAccelerator <class IntelAccelerator, id 0x10000041b, registered, matched, active, busy 0 (5 ms), retain 90>
---
> | | | | +-o display0 <class IODisplayConnect, id 0x100000714, registered, matched, active, busy 0 (0 ms), retain 6>
> | | | | +-o AppleDisplay-Portrait <class AppleDisplay, id 0x100000716, registered, matched, active, busy 0 (0 ms), retain 7>
> | | | +-o IntelAccelerator <class IntelAccelerator, id 0x10000041b, registered, matched, active, busy 0 (6 ms), retain 90>
187,188d186
< | | | +-o IGAccelDevice <class IGAccelDevice, id 0x100000596, !registered, !matched, active, busy 0, retain 6>
< | | | +-o IGAccelSharedUserClient <class IGAccelSharedUserClient, id 0x100000597, !registered, !matched, active, busy 0, retain 6>
204d201
< | | | +-o IGAccelCommandQueue <class IGAccelCommandQueue, id 0x1000005c0, !registered, !matched, active, busy 0, retain 6>
239a237,239
> | | | +-o IGAccelDevice <class IGAccelDevice, id 0x100000721, !registered, !matched, active, busy 0, retain 6>
> | | | +-o IGAccelSharedUserClient <class IGAccelSharedUserClient, id 0x100000722, !registered, !matched, active, busy 0, retain 6>
> | | | +-o IGAccelCommandQueue <class IGAccelCommandQueue, id 0x100000723, !registered, !matched, active, busy 0, retain 6>
548c548
< +-o IOResources <class IOResources, id 0x100000113, registered, matched, active, busy 0 (9727 ms), retain 53>
---
> +-o IOResources <class IOResources, id 0x100000113, registered, matched, active, busy 0 (9729 ms), retain 53>
657c657
< | +-o IOSurfaceRoot <class IOSurfaceRoot, id 0x100000266, registered, matched, active, busy 0 (4 ms), retain 169>
---
> | +-o IOSurfaceRoot <class IOSurfaceRoot, id 0x100000266, registered, matched, active, busy 0 (4 ms), retain 183>
665d664
< | | +-o IOSurfaceRootUserClient <class IOSurfaceRootUserClient, id 0x100000595, !registered, !matched, active, busy 0, retain 5>
683a683
> | | +-o IOSurfaceRootUserClient <class IOSurfaceRootUserClient, id 0x100000720, !registered, !matched, active, busy 0, retain 5>
691c691
< | +-o AppleGPUWrangler <class AppleGPUWrangler, id 0x100000442, registered, matched, active, busy 0 (569 ms), retain 9>
---
> | +-o AppleGPUWrangler <class AppleGPUWrangler, id 0x100000442, registered, matched, active, busy 0 (571 ms), retain 9>
Timestamp (process)[PID]
2021-07-18 20:28:23.635001-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-18 20:28:23.636350-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-18 20:28:50.463398-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-18 20:28:50.475426-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-18 20:28:50.485902-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-18 20:28:50.497756-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-18 20:56:47.705159-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-18 20:56:47.706508-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-18 20:57:13.607600-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-18 20:57:13.618773-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-18 20:57:13.628235-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-18 20:57:13.638959-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-18 21:00:56.686032-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-18 21:00:56.687382-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-18 21:01:21.320170-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-18 21:01:21.331069-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-18 21:01:21.340195-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-18 21:01:21.350545-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-18 21:03:10.702474-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-18 21:03:10.703823-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-18 21:03:35.971737-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-18 21:03:35.982881-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-18 21:03:35.992554-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-18 21:03:36.003311-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-18 21:05:20.676460-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-18 21:05:20.677809-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-18 21:05:45.403746-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-18 21:05:45.415070-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-18 21:05:45.424527-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-18 21:05:45.435934-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-18 21:18:22.628405-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-18 21:18:22.629754-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-18 21:18:53.435242-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-18 21:18:53.449270-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-18 21:18:53.461810-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-18 21:18:53.475918-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-18 21:21:11.904609-0400 localhost kernel[0]: (Sandbox) <Sandbox`kernel_report> Sandbox: cloudd(2587) System Policy: deny(1) file-read-data /Users/cammarata.m/Documents/GitHub/OptiHack-EFI-Backup/EFI/OC/Kexts/WhateverGreen.kext/Contents/_CodeSignature/CodeResources
2021-07-18 21:21:11.905044-0400 localhost kernel[0]: (Sandbox) <Sandbox`kernel_report> Sandbox: cloudd(2587) System Policy: deny(1) file-read-data /Users/cammarata.m/Documents/GitHub/OptiHack-master/EFI/OC/Kexts/WhateverGreen.kext/Contents/_CodeSignature/CodeResources
2021-07-18 21:21:11.905285-0400 localhost kernel[0]: (Sandbox) <Sandbox`kernel_report> Sandbox: cloudd(2587) System Policy: deny(1) file-read-data /Users/cammarata.m/Documents/GitHub/Working 4k noenablehdmi20/EFI/OC/Kexts/WhateverGreen.kext/Contents/_CodeSignature/CodeResources
2021-07-18 21:21:11.906704-0400 localhost kernel[0]: (Sandbox) <Sandbox`kernel_report> Sandbox: cloudd(2587) System Policy: deny(1) file-read-data /Users/cammarata.m/Documents/GitHub/OptiHack-EFI-Backup/EFI/OC/Kexts/WhateverGreen.kext/Contents/MacOS/WhateverGreen
2021-07-18 21:21:11.906962-0400 localhost kernel[0]: (Sandbox) <Sandbox`kernel_report> Sandbox: cloudd(2587) System Policy: deny(1) file-read-data /Users/cammarata.m/Documents/GitHub/Working 4k noenablehdmi20/EFI/OC/Kexts/WhateverGreen.kext/Contents/MacOS/WhateverGreen
2021-07-18 21:21:11.907773-0400 localhost kernel[0]: (Sandbox) <Sandbox`kernel_report> Sandbox: cloudd(2587) System Policy: deny(1) file-read-data /Users/cammarata.m/Documents/GitHub/OptiHack-master/EFI/OC/Kexts/WhateverGreen.kext/Contents/MacOS/WhateverGreen
2021-07-18 21:21:11.909004-0400 localhost kernel[0]: (Sandbox) <Sandbox`kernel_report> Sandbox: cloudd(2587) System Policy: deny(1) file-read-data /Users/cammarata.m/Documents/GitHub/OptiHack-EFI-Backup/EFI/OC/Kexts/WhateverGreen.kext/Contents/Info.plist
2021-07-18 21:21:11.909242-0400 localhost kernel[0]: (Sandbox) <Sandbox`kernel_report> Sandbox: cloudd(2587) System Policy: deny(1) file-read-data /Users/cammarata.m/Documents/GitHub/Working 4k noenablehdmi20/EFI/OC/Kexts/WhateverGreen.kext/Contents/Info.plist
2021-07-18 21:21:11.911795-0400 localhost kernel[0]: (Sandbox) <Sandbox`kernel_report> Sandbox: cloudd(2587) System Policy: deny(1) file-read-data /Users/cammarata.m/Documents/GitHub/OptiHack-EFI-Backup/EFI/OC/Kexts/Lilu.kext/Contents/MacOS/Lilu
2021-07-18 21:21:11.912018-0400 localhost kernel[0]: (Sandbox) <Sandbox`kernel_report> Sandbox: cloudd(2587) System Policy: deny(1) file-read-data /Users/cammarata.m/Documents/GitHub/Working 4k noenablehdmi20/EFI/OC/Kexts/Lilu.kext/Contents/MacOS/Lilu
2021-07-18 21:21:11.913133-0400 localhost kernel[0]: (Sandbox) <Sandbox`kernel_report> Sandbox: cloudd(2587) System Policy: deny(1) file-read-data /Users/cammarata.m/Documents/GitHub/OptiHack-EFI-Backup/EFI/OC/Kexts/Lilu.kext/Contents/Info.plist
2021-07-18 21:21:11.913347-0400 localhost kernel[0]: (Sandbox) <Sandbox`kernel_report> Sandbox: cloudd(2587) System Policy: deny(1) file-read-data /Users/cammarata.m/Documents/GitHub/Working 4k noenablehdmi20/EFI/OC/Kexts/Lilu.kext/Contents/Info.plist
2021-07-18 21:41:54.673816-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-18 21:41:54.675165-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-18 21:42:25.111088-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-18 21:42:25.125635-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-18 21:42:25.138251-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-18 21:42:25.151993-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-18 21:44:14.668819-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-18 21:44:14.670169-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-18 21:44:44.688460-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-18 21:44:44.702128-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-18 21:44:44.713932-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-18 21:44:44.726934-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-18 21:50:15.630717-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-18 21:50:15.632067-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-18 21:50:41.016324-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-18 21:50:41.027444-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-18 21:50:41.037051-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-18 21:50:41.047789-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-18 22:09:44.695308-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-18 22:09:44.696657-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-18 22:10:11.153963-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-18 22:10:11.154146-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-19 11:49:38.678390-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-19 11:49:38.679740-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-19 11:50:05.678873-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-19 11:50:05.690111-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-19 11:50:05.699939-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-19 11:50:05.711078-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-19 11:54:47.650671-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-19 11:54:47.652020-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-19 11:55:13.534836-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-19 11:55:13.545957-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-19 11:55:13.555337-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-19 11:55:13.565721-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-19 11:56:48.690352-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-19 11:56:48.691700-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-19 11:57:13.883513-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-19 11:57:13.895822-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-19 11:57:13.905583-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-19 11:57:13.916207-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-19 12:01:23.676429-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-19 12:01:23.677779-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-19 12:01:51.165626-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-19 12:01:51.177790-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-19 12:01:51.188830-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-19 12:01:51.200667-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-19 12:03:03.640792-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-19 12:03:03.642141-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-19 12:03:29.489936-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-19 12:03:29.501709-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-19 12:03:29.512206-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-19 12:03:29.523612-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-19 12:21:22.698944-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-19 12:21:22.700434-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-19 12:21:48.453461-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-19 12:21:48.464622-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-19 12:21:48.474219-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-19 12:21:48.484904-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-19 12:36:58.685461-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-19 12:36:58.686810-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-19 12:37:25.290223-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-19 12:37:25.302589-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-19 12:37:25.312825-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-19 12:37:25.324550-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-19 14:40:39.660256-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-19 14:40:39.661605-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-19 14:41:05.904276-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-19 14:41:05.915345-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-19 14:41:05.924933-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-19 14:41:05.935666-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-19 18:42:02.638552-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-19 18:42:02.639902-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-19 18:42:30.922706-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-19 18:42:30.935410-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-19 18:42:30.945740-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-19 18:42:30.957076-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-19 18:44:08.690546-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-19 18:44:08.691895-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-19 18:44:35.766097-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-19 18:44:35.778986-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-19 18:44:35.790314-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-19 18:44:35.803042-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-19 18:49:20.629758-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-19 18:49:20.631107-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-19 18:49:45.842431-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-19 18:49:45.853549-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-19 18:49:45.862937-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-19 18:49:45.873185-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-19 18:51:18.654925-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-19 18:51:18.656275-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-19 18:51:44.129864-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-19 18:51:44.141933-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-19 18:51:44.152499-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-19 18:51:44.164513-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-19 19:11:03.674551-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-19 19:11:03.675900-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-19 19:11:30.637408-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-19 19:11:30.654461-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-19 19:11:30.664816-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-19 19:11:30.676306-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-19 19:21:39.642724-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-19 19:21:39.644075-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-19 19:22:04.962781-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-19 19:22:04.973899-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-19 19:22:04.983174-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-19 19:22:04.993532-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-19 19:25:49.644921-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-19 19:25:49.646270-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-19 19:26:15.766022-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-19 19:26:15.777859-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-19 19:26:15.788072-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-19 19:26:15.799444-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-19 19:58:48.675953-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-19 19:58:48.677302-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-19 19:59:15.218613-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-19 19:59:15.230626-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-19 19:59:15.241421-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-19 19:59:15.253186-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-19 20:03:57.663766-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-19 20:03:57.665114-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-19 20:04:22.804138-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-19 20:04:22.815225-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-19 20:04:22.824603-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-19 20:04:22.835019-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-20 12:20:32.659463-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-20 12:20:32.660812-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-20 12:20:58.725522-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-20 12:20:58.737027-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-20 12:20:58.746870-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-20 12:20:58.758403-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-20 12:30:32.688794-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-20 12:30:32.690143-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-20 12:31:34.251558-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-20 12:31:34.263925-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-20 12:42:31.501340-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-20 12:42:31.501343-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-20 12:42:31.501845-0400 localhost kernel[0]: (Lilu) WhateverGreen init: @ (DBG) WhateverGreen bootstrap DBG-152-2021-07-17
2021-07-20 12:42:31.501856-0400 localhost kernel[0]: (Lilu) WhateverGreen rad: @ (DBG) not enabling CAIL_DisableDrmdmaPowerGating
2021-07-20 12:42:31.501858-0400 localhost kernel[0]: (Lilu) WhateverGreen rad: @ (DBG) not enabling CAIL_DisableGfxCGPowerGating
2021-07-20 12:42:31.501861-0400 localhost kernel[0]: (Lilu) WhateverGreen rad: @ (DBG) not enabling CAIL_DisableUVDPowerGating
2021-07-20 12:42:31.501864-0400 localhost kernel[0]: (Lilu) WhateverGreen rad: @ (DBG) not enabling CAIL_DisableVCEPowerGating
2021-07-20 12:42:31.501867-0400 localhost kernel[0]: (Lilu) WhateverGreen rad: @ (DBG) not enabling CAIL_DisableDynamicGfxMGPowerGating
2021-07-20 12:42:31.501870-0400 localhost kernel[0]: (Lilu) WhateverGreen rad: @ (DBG) not enabling CAIL_DisableGmcPowerGating
2021-07-20 12:42:31.501872-0400 localhost kernel[0]: (Lilu) WhateverGreen rad: @ (DBG) not enabling CAIL_DisableAcpPowerGating
2021-07-20 12:42:31.501875-0400 localhost kernel[0]: (Lilu) WhateverGreen rad: @ (DBG) not enabling CAIL_DisableSAMUPowerGating
2021-07-20 12:42:34.115554-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) non-apple-fw proceeding with devprops 1
2021-07-20 12:42:34.115564-0400 localhost kernel[0]: (Lilu) WhateverGreen iokit: @ (DBG) getOSData device-id has 412 value
2021-07-20 12:42:34.115567-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) IGPU has real 0412 acpi 0412 fake 0000 and model Intel HD Graphics 4600
2021-07-20 12:42:34.115571-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) adding missing model Intel HD Graphics 4600 from autotodetect
2021-07-20 12:42:34.115575-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) found existing built-in
2021-07-20 12:42:34.115578-0400 localhost kernel[0]: (Lilu) WhateverGreen iokit: @ (DBG) getOSData applbkl was not found
2021-07-20 12:42:34.115582-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) detecting policy
2021-07-20 12:42:34.115584-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) no external gpus
2021-07-20 12:42:50.789795-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-20 12:42:50.789801-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-20 12:42:50.789809-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) platform is snb 0 and list 0xFFFFFF7F8BC15400
2021-07-20 12:42:54.364452-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) patching framebufferId 0x0D220003
2021-07-20 12:42:54.364455-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) mobile: 0x00000000
2021-07-20 12:42:54.364457-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) pipeCount: 3
2021-07-20 12:42:54.364459-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) portCount: 3
2021-07-20 12:42:54.364461-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) fbMemoryCount: 3
2021-07-20 12:42:54.364463-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) stolenMemorySize: 0x04000000
2021-07-20 12:42:54.364466-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) framebufferMemorySize: 0x03000000
2021-07-20 12:42:54.364468-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) unifiedMemorySize: 0x80000000
2021-07-20 12:42:54.364471-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) patching framebufferId 0x0D220003 successful
2021-07-20 12:42:59.146030-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) failed to obtain display mode
2021-07-20 12:42:59.161346-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) failed to obtain display mode
2021-07-20 12:42:59.169697-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) failed to obtain display mode
2021-07-20 12:43:05.644870-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 1: -2147479552:0 15360:0:32
2021-07-20 12:43:05.717940-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 2: 3:8 --------RRRRRRRRGGGGGGGGBBBBBBBB 0:3840:2160
2021-07-20 12:43:05.816083-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) this display has different mode
2021-07-20 12:43:05.886998-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 1: -2147479552:0 15360:0:32
2021-07-20 12:43:05.958132-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 2: 3:8 --------RRRRRRRRGGGGGGGGBBBBBBBB 0:3840:2160
2021-07-20 12:43:06.056283-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) this display has different mode
2021-07-20 12:43:08.005473-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 1: -2147479552:0 15360:0:32
2021-07-20 12:43:08.078552-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 2: 3:8 --------RRRRRRRRGGGGGGGGBBBBBBBB 0:3840:2160
2021-07-20 12:43:08.176691-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) this display has different mode
2021-07-20 12:43:08.788033-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 1: -2147479552:0 4608:0:32
2021-07-20 12:43:08.860052-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 2: 3:8 --------RRRRRRRRGGGGGGGGBBBBBBBB 48:1080:1920
2021-07-20 12:43:08.868404-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) this display has different mode
2021-07-20 12:43:09.513281-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 1: -2147479552:0 15360:0:32
2021-07-20 12:43:09.513284-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 2: 3:8 --------RRRRRRRRGGGGGGGGBBBBBBBB 0:3840:2160
2021-07-20 12:43:09.513293-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) this display has different mode
2021-07-20 12:53:50.977922-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 1: -2147479552:0 15360:0:32
2021-07-20 12:53:50.977925-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 2: 3:8 --------RRRRRRRRGGGGGGGGBBBBBBBB 0:3840:2160
2021-07-20 12:53:50.977929-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) this display has different mode
2021-07-20 12:54:13.637989-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-20 12:54:13.639338-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-20 12:54:35.844065-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-20 12:54:35.855457-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-20 12:54:35.865131-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-20 12:54:35.875879-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-20 18:08:17.659924-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-20 18:08:17.661273-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-20 18:08:41.488771-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-20 18:08:41.500615-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-20 18:08:41.510916-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-20 18:08:41.522878-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-20 18:16:39.545984-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-20 18:16:39.545987-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-20 18:16:39.546492-0400 localhost kernel[0]: (Lilu) WhateverGreen init: @ (DBG) WhateverGreen bootstrap DBG-152-2021-07-17
2021-07-20 18:16:39.546502-0400 localhost kernel[0]: (Lilu) WhateverGreen rad: @ (DBG) not enabling CAIL_DisableDrmdmaPowerGating
2021-07-20 18:16:39.546505-0400 localhost kernel[0]: (Lilu) WhateverGreen rad: @ (DBG) not enabling CAIL_DisableGfxCGPowerGating
2021-07-20 18:16:39.546508-0400 localhost kernel[0]: (Lilu) WhateverGreen rad: @ (DBG) not enabling CAIL_DisableUVDPowerGating
2021-07-20 18:16:39.546510-0400 localhost kernel[0]: (Lilu) WhateverGreen rad: @ (DBG) not enabling CAIL_DisableVCEPowerGating
2021-07-20 18:16:39.546513-0400 localhost kernel[0]: (Lilu) WhateverGreen rad: @ (DBG) not enabling CAIL_DisableDynamicGfxMGPowerGating
2021-07-20 18:16:39.546516-0400 localhost kernel[0]: (Lilu) WhateverGreen rad: @ (DBG) not enabling CAIL_DisableGmcPowerGating
2021-07-20 18:16:39.546519-0400 localhost kernel[0]: (Lilu) WhateverGreen rad: @ (DBG) not enabling CAIL_DisableAcpPowerGating
2021-07-20 18:16:39.546521-0400 localhost kernel[0]: (Lilu) WhateverGreen rad: @ (DBG) not enabling CAIL_DisableSAMUPowerGating
2021-07-20 18:16:42.185124-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) non-apple-fw proceeding with devprops 1
2021-07-20 18:16:42.185134-0400 localhost kernel[0]: (Lilu) WhateverGreen iokit: @ (DBG) getOSData device-id has 412 value
2021-07-20 18:16:42.185138-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) IGPU has real 0412 acpi 0412 fake 0000 and model Intel HD Graphics 4600
2021-07-20 18:16:42.185142-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) adding missing model Intel HD Graphics 4600 from autotodetect
2021-07-20 18:16:42.185146-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) found existing built-in
2021-07-20 18:16:42.185149-0400 localhost kernel[0]: (Lilu) WhateverGreen iokit: @ (DBG) getOSData applbkl was not found
2021-07-20 18:16:42.185154-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) detecting policy
2021-07-20 18:16:59.320771-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-20 18:16:59.320777-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-20 18:16:59.320785-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) platform is snb 0 and list 0xFFFFFF7F9D015400
2021-07-20 18:17:02.818662-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) patching framebufferId 0x0D220003
2021-07-20 18:17:02.818665-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) mobile: 0x00000000
2021-07-20 18:17:02.818667-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) pipeCount: 3
2021-07-20 18:17:02.818669-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) portCount: 2
2021-07-20 18:17:02.818671-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) fbMemoryCount: 3
2021-07-20 18:17:02.818673-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) stolenMemorySize: 0x04000000
2021-07-20 18:17:02.818676-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) framebufferMemorySize: 0x03000000
2021-07-20 18:17:02.818678-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) unifiedMemorySize: 0x80000000
2021-07-20 18:17:02.818682-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) patching framebufferId 0x0D220003 connector [2] busId: 0x04, pipe: 10, type: 0x00000400, flags: 0x00000010
2021-07-20 18:17:02.818686-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) patching framebufferId 0x0D220003 connector [3] busId: 0x06, pipe: 8, type: 0x00000400, flags: 0x00000010
2021-07-20 18:17:02.818690-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) patching framebufferId 0x0D220003 successful
2021-07-20 18:17:07.578511-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) failed to obtain display mode
2021-07-20 18:17:07.600578-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) failed to obtain display mode
2021-07-20 18:17:08.339031-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 1: -2147479535:0 10240:0:32
2021-07-20 18:17:08.348376-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 2: 3:8 --------RRRRRRRRGGGGGGGGBBBBBBBB 0:2560:1600
2021-07-20 18:17:08.356696-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) this display has different mode
2021-07-20 18:17:08.972002-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 1: -2147479552:0 4608:0:32
2021-07-20 18:17:08.972005-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 2: 3:8 --------RRRRRRRRGGGGGGGGBBBBBBBB 48:1080:1920
2021-07-20 18:17:08.972008-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) this display has different mode
2021-07-20 18:25:19.557478-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-20 18:25:19.557481-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-20 18:25:19.557984-0400 localhost kernel[0]: (Lilu) WhateverGreen init: @ (DBG) WhateverGreen bootstrap DBG-152-2021-07-17
2021-07-20 18:25:19.557993-0400 localhost kernel[0]: (Lilu) WhateverGreen rad: @ (DBG) not enabling CAIL_DisableDrmdmaPowerGating
2021-07-20 18:25:19.557996-0400 localhost kernel[0]: (Lilu) WhateverGreen rad: @ (DBG) not enabling CAIL_DisableGfxCGPowerGating
2021-07-20 18:25:19.557999-0400 localhost kernel[0]: (Lilu) WhateverGreen rad: @ (DBG) not enabling CAIL_DisableUVDPowerGating
2021-07-20 18:25:19.558001-0400 localhost kernel[0]: (Lilu) WhateverGreen rad: @ (DBG) not enabling CAIL_DisableVCEPowerGating
2021-07-20 18:25:19.558005-0400 localhost kernel[0]: (Lilu) WhateverGreen rad: @ (DBG) not enabling CAIL_DisableDynamicGfxMGPowerGating
2021-07-20 18:25:19.558007-0400 localhost kernel[0]: (Lilu) WhateverGreen rad: @ (DBG) not enabling CAIL_DisableGmcPowerGating
2021-07-20 18:25:19.558010-0400 localhost kernel[0]: (Lilu) WhateverGreen rad: @ (DBG) not enabling CAIL_DisableAcpPowerGating
2021-07-20 18:25:19.558013-0400 localhost kernel[0]: (Lilu) WhateverGreen rad: @ (DBG) not enabling CAIL_DisableSAMUPowerGating
2021-07-20 18:25:22.144570-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) non-apple-fw proceeding with devprops 1
2021-07-20 18:25:22.144580-0400 localhost kernel[0]: (Lilu) WhateverGreen iokit: @ (DBG) getOSData device-id has 412 value
2021-07-20 18:25:22.144583-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) IGPU has real 0412 acpi 0412 fake 0000 and model Intel HD Graphics 4600
2021-07-20 18:25:22.144587-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) adding missing model Intel HD Graphics 4600 from autotodetect
2021-07-20 18:25:22.144591-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) found existing built-in
2021-07-20 18:25:22.144594-0400 localhost kernel[0]: (Lilu) WhateverGreen iokit: @ (DBG) getOSData applbkl was not found
2021-07-20 18:25:22.144599-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) detecting policy
2021-07-20 18:25:39.074333-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-20 18:25:39.074349-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-20 18:25:39.074358-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) platform is snb 0 and list 0xFFFFFF7FA2032400
2021-07-20 18:25:42.412859-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) patching framebufferId 0x0D220003
2021-07-20 18:25:42.412863-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) mobile: 0x00000000
2021-07-20 18:25:42.412865-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) pipeCount: 3
2021-07-20 18:25:42.412867-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) portCount: 3
2021-07-20 18:25:42.412876-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) fbMemoryCount: 3
2021-07-20 18:25:42.412878-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) stolenMemorySize: 0x04000000
2021-07-20 18:25:42.412881-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) framebufferMemorySize: 0x03000000
2021-07-20 18:25:42.412883-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) unifiedMemorySize: 0x80000000
2021-07-20 18:25:42.412886-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) patching framebufferId 0x0D220003 successful
2021-07-20 18:25:49.099478-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) failed to obtain display mode
2021-07-20 18:25:49.108111-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) failed to obtain display mode
2021-07-20 18:25:49.124795-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) failed to obtain display mode
2021-07-20 18:25:52.289427-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 1: -2147479552:0 15360:0:32
2021-07-20 18:25:52.297757-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 2: 3:8 --------RRRRRRRRGGGGGGGGBBBBBBBB 0:3840:2160
2021-07-20 18:25:52.306106-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) this display has different mode
2021-07-20 18:25:52.612179-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 1: -2147479552:0 15360:0:32
2021-07-20 18:25:52.653422-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 2: 3:8 --------RRRRRRRRGGGGGGGGBBBBBBBB 0:3840:2160
2021-07-20 18:25:52.670113-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) this display has different mode
2021-07-20 18:25:55.336034-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 1: -2147479552:0 15360:0:32
2021-07-20 18:25:55.408992-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 2: 3:8 --------RRRRRRRRGGGGGGGGBBBBBBBB 0:3840:2160
2021-07-20 18:25:55.507018-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) this display has different mode
2021-07-20 18:25:56.449370-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 1: -2147479552:0 4608:0:32
2021-07-20 18:25:56.521324-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 2: 3:8 --------RRRRRRRRGGGGGGGGBBBBBBBB 48:1080:1920
2021-07-20 18:25:56.620412-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) this display has different mode
2021-07-20 18:25:56.977653-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 1: -2147479552:0 15360:0:32
2021-07-20 18:25:56.977656-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 2: 3:8 --------RRRRRRRRGGGGGGGGBBBBBBBB 0:3840:2160
2021-07-20 18:25:56.977659-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) this display has different mode
Timestamp (process)[PID]
2021-07-18 20:28:23.635001-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-18 20:28:23.636350-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-18 20:28:50.463398-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-18 20:28:50.475426-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-18 20:28:50.485902-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-18 20:28:50.497756-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-18 20:56:47.705159-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-18 20:56:47.706508-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-18 20:57:13.607600-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-18 20:57:13.618773-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-18 20:57:13.628235-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-18 20:57:13.638959-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-18 21:00:56.686032-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-18 21:00:56.687382-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-18 21:01:21.320170-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-18 21:01:21.331069-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-18 21:01:21.340195-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-18 21:01:21.350545-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-18 21:03:10.702474-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-18 21:03:10.703823-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-18 21:03:35.971737-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-18 21:03:35.982881-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-18 21:03:35.992554-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-18 21:03:36.003311-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-18 21:05:20.676460-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-18 21:05:20.677809-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-18 21:05:45.403746-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-18 21:05:45.415070-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-18 21:05:45.424527-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-18 21:05:45.435934-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-18 21:18:22.628405-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-18 21:18:22.629754-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-18 21:18:53.435242-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-18 21:18:53.449270-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-18 21:18:53.461810-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-18 21:18:53.475918-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-18 21:21:11.904609-0400 localhost kernel[0]: (Sandbox) <Sandbox`kernel_report> Sandbox: cloudd(2587) System Policy: deny(1) file-read-data /Users/cammarata.m/Documents/GitHub/OptiHack-EFI-Backup/EFI/OC/Kexts/WhateverGreen.kext/Contents/_CodeSignature/CodeResources
2021-07-18 21:21:11.905044-0400 localhost kernel[0]: (Sandbox) <Sandbox`kernel_report> Sandbox: cloudd(2587) System Policy: deny(1) file-read-data /Users/cammarata.m/Documents/GitHub/OptiHack-master/EFI/OC/Kexts/WhateverGreen.kext/Contents/_CodeSignature/CodeResources
2021-07-18 21:21:11.905285-0400 localhost kernel[0]: (Sandbox) <Sandbox`kernel_report> Sandbox: cloudd(2587) System Policy: deny(1) file-read-data /Users/cammarata.m/Documents/GitHub/Working 4k noenablehdmi20/EFI/OC/Kexts/WhateverGreen.kext/Contents/_CodeSignature/CodeResources
2021-07-18 21:21:11.906704-0400 localhost kernel[0]: (Sandbox) <Sandbox`kernel_report> Sandbox: cloudd(2587) System Policy: deny(1) file-read-data /Users/cammarata.m/Documents/GitHub/OptiHack-EFI-Backup/EFI/OC/Kexts/WhateverGreen.kext/Contents/MacOS/WhateverGreen
2021-07-18 21:21:11.906962-0400 localhost kernel[0]: (Sandbox) <Sandbox`kernel_report> Sandbox: cloudd(2587) System Policy: deny(1) file-read-data /Users/cammarata.m/Documents/GitHub/Working 4k noenablehdmi20/EFI/OC/Kexts/WhateverGreen.kext/Contents/MacOS/WhateverGreen
2021-07-18 21:21:11.907773-0400 localhost kernel[0]: (Sandbox) <Sandbox`kernel_report> Sandbox: cloudd(2587) System Policy: deny(1) file-read-data /Users/cammarata.m/Documents/GitHub/OptiHack-master/EFI/OC/Kexts/WhateverGreen.kext/Contents/MacOS/WhateverGreen
2021-07-18 21:21:11.909004-0400 localhost kernel[0]: (Sandbox) <Sandbox`kernel_report> Sandbox: cloudd(2587) System Policy: deny(1) file-read-data /Users/cammarata.m/Documents/GitHub/OptiHack-EFI-Backup/EFI/OC/Kexts/WhateverGreen.kext/Contents/Info.plist
2021-07-18 21:21:11.909242-0400 localhost kernel[0]: (Sandbox) <Sandbox`kernel_report> Sandbox: cloudd(2587) System Policy: deny(1) file-read-data /Users/cammarata.m/Documents/GitHub/Working 4k noenablehdmi20/EFI/OC/Kexts/WhateverGreen.kext/Contents/Info.plist
2021-07-18 21:21:11.911795-0400 localhost kernel[0]: (Sandbox) <Sandbox`kernel_report> Sandbox: cloudd(2587) System Policy: deny(1) file-read-data /Users/cammarata.m/Documents/GitHub/OptiHack-EFI-Backup/EFI/OC/Kexts/Lilu.kext/Contents/MacOS/Lilu
2021-07-18 21:21:11.912018-0400 localhost kernel[0]: (Sandbox) <Sandbox`kernel_report> Sandbox: cloudd(2587) System Policy: deny(1) file-read-data /Users/cammarata.m/Documents/GitHub/Working 4k noenablehdmi20/EFI/OC/Kexts/Lilu.kext/Contents/MacOS/Lilu
2021-07-18 21:21:11.913133-0400 localhost kernel[0]: (Sandbox) <Sandbox`kernel_report> Sandbox: cloudd(2587) System Policy: deny(1) file-read-data /Users/cammarata.m/Documents/GitHub/OptiHack-EFI-Backup/EFI/OC/Kexts/Lilu.kext/Contents/Info.plist
2021-07-18 21:21:11.913347-0400 localhost kernel[0]: (Sandbox) <Sandbox`kernel_report> Sandbox: cloudd(2587) System Policy: deny(1) file-read-data /Users/cammarata.m/Documents/GitHub/Working 4k noenablehdmi20/EFI/OC/Kexts/Lilu.kext/Contents/Info.plist
2021-07-18 21:41:54.673816-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-18 21:41:54.675165-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-18 21:42:25.111088-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-18 21:42:25.125635-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-18 21:42:25.138251-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-18 21:42:25.151993-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-18 21:44:14.668819-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-18 21:44:14.670169-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-18 21:44:44.688460-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-18 21:44:44.702128-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-18 21:44:44.713932-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-18 21:44:44.726934-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-18 21:50:15.630717-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-18 21:50:15.632067-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-18 21:50:41.016324-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-18 21:50:41.027444-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-18 21:50:41.037051-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-18 21:50:41.047789-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-18 22:09:44.695308-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-18 22:09:44.696657-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-18 22:10:11.153963-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-18 22:10:11.154146-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-19 11:49:38.678390-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-19 11:49:38.679740-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-19 11:50:05.678873-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-19 11:50:05.690111-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-19 11:50:05.699939-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-19 11:50:05.711078-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-19 11:54:47.650671-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-19 11:54:47.652020-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-19 11:55:13.534836-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-19 11:55:13.545957-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-19 11:55:13.555337-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-19 11:55:13.565721-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-19 11:56:48.690352-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-19 11:56:48.691700-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-19 11:57:13.883513-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-19 11:57:13.895822-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-19 11:57:13.905583-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-19 11:57:13.916207-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-19 12:01:23.676429-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-19 12:01:23.677779-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-19 12:01:51.165626-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-19 12:01:51.177790-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-19 12:01:51.188830-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-19 12:01:51.200667-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-19 12:03:03.640792-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-19 12:03:03.642141-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-19 12:03:29.489936-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-19 12:03:29.501709-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-19 12:03:29.512206-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-19 12:03:29.523612-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-19 12:21:22.698944-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-19 12:21:22.700434-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-19 12:21:48.453461-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-19 12:21:48.464622-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-19 12:21:48.474219-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-19 12:21:48.484904-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-19 12:36:58.685461-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-19 12:36:58.686810-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-19 12:37:25.290223-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-19 12:37:25.302589-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-19 12:37:25.312825-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-19 12:37:25.324550-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-19 14:40:39.660256-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-19 14:40:39.661605-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-19 14:41:05.904276-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-19 14:41:05.915345-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-19 14:41:05.924933-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-19 14:41:05.935666-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-19 18:42:02.638552-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-19 18:42:02.639902-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-19 18:42:30.922706-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-19 18:42:30.935410-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-19 18:42:30.945740-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-19 18:42:30.957076-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-19 18:44:08.690546-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-19 18:44:08.691895-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-19 18:44:35.766097-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-19 18:44:35.778986-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-19 18:44:35.790314-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-19 18:44:35.803042-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-19 18:49:20.629758-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-19 18:49:20.631107-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-19 18:49:45.842431-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-19 18:49:45.853549-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-19 18:49:45.862937-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-19 18:49:45.873185-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-19 18:51:18.654925-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-19 18:51:18.656275-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-19 18:51:44.129864-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-19 18:51:44.141933-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-19 18:51:44.152499-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-19 18:51:44.164513-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-19 19:11:03.674551-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-19 19:11:03.675900-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-19 19:11:30.637408-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-19 19:11:30.654461-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-19 19:11:30.664816-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-19 19:11:30.676306-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-19 19:21:39.642724-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-19 19:21:39.644075-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-19 19:22:04.962781-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-19 19:22:04.973899-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-19 19:22:04.983174-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-19 19:22:04.993532-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-19 19:25:49.644921-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-19 19:25:49.646270-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-19 19:26:15.766022-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-19 19:26:15.777859-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-19 19:26:15.788072-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-19 19:26:15.799444-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-19 19:58:48.675953-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-19 19:58:48.677302-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-19 19:59:15.218613-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-19 19:59:15.230626-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-19 19:59:15.241421-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-19 19:59:15.253186-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-19 20:03:57.663766-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-19 20:03:57.665114-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-19 20:04:22.804138-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-19 20:04:22.815225-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-19 20:04:22.824603-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-19 20:04:22.835019-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-20 12:20:32.659463-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-20 12:20:32.660812-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-20 12:20:58.725522-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-20 12:20:58.737027-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-20 12:20:58.746870-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-20 12:20:58.758403-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-20 12:30:32.688794-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-20 12:30:32.690143-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-20 12:31:34.251558-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-20 12:31:34.263925-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-20 12:42:31.501340-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-20 12:42:31.501343-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-20 12:42:31.501845-0400 localhost kernel[0]: (Lilu) WhateverGreen init: @ (DBG) WhateverGreen bootstrap DBG-152-2021-07-17
2021-07-20 12:42:31.501856-0400 localhost kernel[0]: (Lilu) WhateverGreen rad: @ (DBG) not enabling CAIL_DisableDrmdmaPowerGating
2021-07-20 12:42:31.501858-0400 localhost kernel[0]: (Lilu) WhateverGreen rad: @ (DBG) not enabling CAIL_DisableGfxCGPowerGating
2021-07-20 12:42:31.501861-0400 localhost kernel[0]: (Lilu) WhateverGreen rad: @ (DBG) not enabling CAIL_DisableUVDPowerGating
2021-07-20 12:42:31.501864-0400 localhost kernel[0]: (Lilu) WhateverGreen rad: @ (DBG) not enabling CAIL_DisableVCEPowerGating
2021-07-20 12:42:31.501867-0400 localhost kernel[0]: (Lilu) WhateverGreen rad: @ (DBG) not enabling CAIL_DisableDynamicGfxMGPowerGating
2021-07-20 12:42:31.501870-0400 localhost kernel[0]: (Lilu) WhateverGreen rad: @ (DBG) not enabling CAIL_DisableGmcPowerGating
2021-07-20 12:42:31.501872-0400 localhost kernel[0]: (Lilu) WhateverGreen rad: @ (DBG) not enabling CAIL_DisableAcpPowerGating
2021-07-20 12:42:31.501875-0400 localhost kernel[0]: (Lilu) WhateverGreen rad: @ (DBG) not enabling CAIL_DisableSAMUPowerGating
2021-07-20 12:42:34.115554-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) non-apple-fw proceeding with devprops 1
2021-07-20 12:42:34.115564-0400 localhost kernel[0]: (Lilu) WhateverGreen iokit: @ (DBG) getOSData device-id has 412 value
2021-07-20 12:42:34.115567-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) IGPU has real 0412 acpi 0412 fake 0000 and model Intel HD Graphics 4600
2021-07-20 12:42:34.115571-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) adding missing model Intel HD Graphics 4600 from autotodetect
2021-07-20 12:42:34.115575-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) found existing built-in
2021-07-20 12:42:34.115578-0400 localhost kernel[0]: (Lilu) WhateverGreen iokit: @ (DBG) getOSData applbkl was not found
2021-07-20 12:42:34.115582-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) detecting policy
2021-07-20 12:42:34.115584-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) no external gpus
2021-07-20 12:42:50.789795-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-20 12:42:50.789801-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-20 12:42:50.789809-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) platform is snb 0 and list 0xFFFFFF7F8BC15400
2021-07-20 12:42:54.364452-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) patching framebufferId 0x0D220003
2021-07-20 12:42:54.364455-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) mobile: 0x00000000
2021-07-20 12:42:54.364457-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) pipeCount: 3
2021-07-20 12:42:54.364459-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) portCount: 3
2021-07-20 12:42:54.364461-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) fbMemoryCount: 3
2021-07-20 12:42:54.364463-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) stolenMemorySize: 0x04000000
2021-07-20 12:42:54.364466-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) framebufferMemorySize: 0x03000000
2021-07-20 12:42:54.364468-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) unifiedMemorySize: 0x80000000
2021-07-20 12:42:54.364471-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) patching framebufferId 0x0D220003 successful
2021-07-20 12:42:59.146030-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) failed to obtain display mode
2021-07-20 12:42:59.161346-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) failed to obtain display mode
2021-07-20 12:42:59.169697-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) failed to obtain display mode
2021-07-20 12:43:05.644870-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 1: -2147479552:0 15360:0:32
2021-07-20 12:43:05.717940-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 2: 3:8 --------RRRRRRRRGGGGGGGGBBBBBBBB 0:3840:2160
2021-07-20 12:43:05.816083-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) this display has different mode
2021-07-20 12:43:05.886998-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 1: -2147479552:0 15360:0:32
2021-07-20 12:43:05.958132-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 2: 3:8 --------RRRRRRRRGGGGGGGGBBBBBBBB 0:3840:2160
2021-07-20 12:43:06.056283-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) this display has different mode
2021-07-20 12:43:08.005473-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 1: -2147479552:0 15360:0:32
2021-07-20 12:43:08.078552-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 2: 3:8 --------RRRRRRRRGGGGGGGGBBBBBBBB 0:3840:2160
2021-07-20 12:43:08.176691-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) this display has different mode
2021-07-20 12:43:08.788033-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 1: -2147479552:0 4608:0:32
2021-07-20 12:43:08.860052-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 2: 3:8 --------RRRRRRRRGGGGGGGGBBBBBBBB 48:1080:1920
2021-07-20 12:43:08.868404-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) this display has different mode
2021-07-20 12:43:09.513281-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 1: -2147479552:0 15360:0:32
2021-07-20 12:43:09.513284-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 2: 3:8 --------RRRRRRRRGGGGGGGGBBBBBBBB 0:3840:2160
2021-07-20 12:43:09.513293-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) this display has different mode
2021-07-20 12:53:50.977922-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 1: -2147479552:0 15360:0:32
2021-07-20 12:53:50.977925-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 2: 3:8 --------RRRRRRRRGGGGGGGGBBBBBBBB 0:3840:2160
2021-07-20 12:53:50.977929-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) this display has different mode
2021-07-20 12:54:13.637989-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-20 12:54:13.639338-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-20 12:54:35.844065-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-20 12:54:35.855457-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-20 12:54:35.865131-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-20 12:54:35.875879-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
Whooops, sorry about the bad formatting, fixed above. Apologies if I blew up your email :P I have no idea how to understand these logs or the diff output, but hopefully that can shed some light on what's going on with 4k both in the old and new configs!
There are very few real differences in the IOreg but might be interesting to check in the GUI of it what's in the data fields itself, the text dump is pretty basic but a nice and fast way to spot things. Though here 99% of the diff were timing differences (ms) not doing anything different, but I did notice these:
< | | | | +-o display0 <class IODisplayConnect, id 0x100000482, registered, matched, active, busy 0 (171 ms), retain 6>
< | | | | | +-o AppleDisplay <class AppleDisplay, id 0x100000484, registered, matched, active, busy 0 (151 ms), retain 7>
> | | | | +-o display0 <class IODisplayConnect, id 0x100000718, registered, matched, active, busy 0 (246 ms), retain 6>
> | | | | +-o AppleDisplay <class AppleDisplay, id 0x10000071a, registered, matched, active, busy 0 (245 ms), retain 7>
I'm not 100% sure cuz I can't see it in context but it appears the screen on @0 in the IOreg changed id, but form a diff like this its hard to tell. It was merely a way to see if there was difference. I don't think these dumps have any system info other than the connected h/w so if you can share both before/after I can check the data fields to get some more info.
I also spotted a single entry relating to portrait mode.
> | | | | +-o display0 <class IODisplayConnect, id 0x100000714, registered, matched, active, busy 0 (0 ms), retain 6>
> | | | | +-o AppleDisplay-Portrait <class AppleDisplay, id 0x100000716, registered, matched, active, busy 0 (0 ms), retain 7>
I'm guessing this is @1 but can't really be sure without the rest of the h/w tree visible. I don't know which file you put first in the diff command so this could be either removed or added bit it seems interesting. Specially as there is only one entry of it. So either that started working or broke haha.
I will check the other logs too. Just wanted to jump on the IOreg. Just simple IOreg dump diffing has helped me spot many things when starting out. Specially weird things with sleep on my NUCs. It was only due to these dump I could sort of find a cause which led me to usb which led me to needing to remove an unused internal hub haha. That was a good hunt.
The log where it doesn't work properly is also full of errors. Very interesting, we're getting closer.
Near the end of the log you can see lot of failures, I don't know how to fix them but this is a great start!
(DBG) this display has different mode
MLR: [CFL-] Failed to route functions.
I know MLR has to do with the dpcd things, we didn't try setting that to max rate possible but only the minimum required. Maybe setting that higher will help, would make the most sense to me at this point. It fails to detect the resolution/screen properly and gets stuck at 1440p, when you power cycle it you pretty much hotplug it and then it detects it fine.
First thing I would try is change the dpcd timing to the max which is 1E and is now set to 14.
Optional "sanity" test: Can you disable the new WEG properties and enable hdmi20 as to test the connectors in the config. If 4k works with the connectors as in the new config and hdmi20 enabled the nat least we know those are not the cause and that hdmi20 might do something extra when it comes to monitor detection at boot, something that doesn't happen when you have it disabled and only happens after boot when you power cycle it.
I'm curious if and what in the debug log changes with the highest speed. You can also do another test without setting the speed, the logs should show the negotiation in progress, which didn't work on Big Sur for me. Should be very interesting to see what happens when it talks to both your screens.
Note, I noticed I was too quick copy/pasting the output of the baseline/control configuration (configA) in my post above, I edited/updated the output there to include the rest of the log.
Config testing
Result1: no change (i.e., monitor requires power cycle)
Output:
Timestamp (process)[PID]
2021-07-18 20:28:23.635001-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-18 20:28:23.636350-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-18 20:28:50.463398-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-18 20:28:50.475426-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-18 20:28:50.485902-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-18 20:28:50.497756-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-18 20:56:47.705159-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-18 20:56:47.706508-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-18 20:57:13.607600-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-18 20:57:13.618773-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-18 20:57:13.628235-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-18 20:57:13.638959-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-18 21:00:56.686032-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-18 21:00:56.687382-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-18 21:01:21.320170-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-18 21:01:21.331069-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-18 21:01:21.340195-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-18 21:01:21.350545-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-18 21:03:10.702474-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-18 21:03:10.703823-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-18 21:03:35.971737-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-18 21:03:35.982881-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-18 21:03:35.992554-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-18 21:03:36.003311-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-18 21:05:20.676460-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-18 21:05:20.677809-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-18 21:05:45.403746-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-18 21:05:45.415070-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-18 21:05:45.424527-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-18 21:05:45.435934-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-18 21:18:22.628405-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-18 21:18:22.629754-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-18 21:18:53.435242-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-18 21:18:53.449270-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-18 21:18:53.461810-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-18 21:18:53.475918-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-18 21:21:11.904609-0400 localhost kernel[0]: (Sandbox) <Sandbox`kernel_report> Sandbox: cloudd(2587) System Policy: deny(1) file-read-data /Users/cammarata.m/Documents/GitHub/OptiHack-EFI-Backup/EFI/OC/Kexts/WhateverGreen.kext/Contents/_CodeSignature/CodeResources
2021-07-18 21:21:11.905044-0400 localhost kernel[0]: (Sandbox) <Sandbox`kernel_report> Sandbox: cloudd(2587) System Policy: deny(1) file-read-data /Users/cammarata.m/Documents/GitHub/OptiHack-master/EFI/OC/Kexts/WhateverGreen.kext/Contents/_CodeSignature/CodeResources
2021-07-18 21:21:11.905285-0400 localhost kernel[0]: (Sandbox) <Sandbox`kernel_report> Sandbox: cloudd(2587) System Policy: deny(1) file-read-data /Users/cammarata.m/Documents/GitHub/Working 4k noenablehdmi20/EFI/OC/Kexts/WhateverGreen.kext/Contents/_CodeSignature/CodeResources
2021-07-18 21:21:11.906704-0400 localhost kernel[0]: (Sandbox) <Sandbox`kernel_report> Sandbox: cloudd(2587) System Policy: deny(1) file-read-data /Users/cammarata.m/Documents/GitHub/OptiHack-EFI-Backup/EFI/OC/Kexts/WhateverGreen.kext/Contents/MacOS/WhateverGreen
2021-07-18 21:21:11.906962-0400 localhost kernel[0]: (Sandbox) <Sandbox`kernel_report> Sandbox: cloudd(2587) System Policy: deny(1) file-read-data /Users/cammarata.m/Documents/GitHub/Working 4k noenablehdmi20/EFI/OC/Kexts/WhateverGreen.kext/Contents/MacOS/WhateverGreen
2021-07-18 21:21:11.907773-0400 localhost kernel[0]: (Sandbox) <Sandbox`kernel_report> Sandbox: cloudd(2587) System Policy: deny(1) file-read-data /Users/cammarata.m/Documents/GitHub/OptiHack-master/EFI/OC/Kexts/WhateverGreen.kext/Contents/MacOS/WhateverGreen
2021-07-18 21:21:11.909004-0400 localhost kernel[0]: (Sandbox) <Sandbox`kernel_report> Sandbox: cloudd(2587) System Policy: deny(1) file-read-data /Users/cammarata.m/Documents/GitHub/OptiHack-EFI-Backup/EFI/OC/Kexts/WhateverGreen.kext/Contents/Info.plist
2021-07-18 21:21:11.909242-0400 localhost kernel[0]: (Sandbox) <Sandbox`kernel_report> Sandbox: cloudd(2587) System Policy: deny(1) file-read-data /Users/cammarata.m/Documents/GitHub/Working 4k noenablehdmi20/EFI/OC/Kexts/WhateverGreen.kext/Contents/Info.plist
2021-07-18 21:21:11.911795-0400 localhost kernel[0]: (Sandbox) <Sandbox`kernel_report> Sandbox: cloudd(2587) System Policy: deny(1) file-read-data /Users/cammarata.m/Documents/GitHub/OptiHack-EFI-Backup/EFI/OC/Kexts/Lilu.kext/Contents/MacOS/Lilu
2021-07-18 21:21:11.912018-0400 localhost kernel[0]: (Sandbox) <Sandbox`kernel_report> Sandbox: cloudd(2587) System Policy: deny(1) file-read-data /Users/cammarata.m/Documents/GitHub/Working 4k noenablehdmi20/EFI/OC/Kexts/Lilu.kext/Contents/MacOS/Lilu
2021-07-18 21:21:11.913133-0400 localhost kernel[0]: (Sandbox) <Sandbox`kernel_report> Sandbox: cloudd(2587) System Policy: deny(1) file-read-data /Users/cammarata.m/Documents/GitHub/OptiHack-EFI-Backup/EFI/OC/Kexts/Lilu.kext/Contents/Info.plist
2021-07-18 21:21:11.913347-0400 localhost kernel[0]: (Sandbox) <Sandbox`kernel_report> Sandbox: cloudd(2587) System Policy: deny(1) file-read-data /Users/cammarata.m/Documents/GitHub/Working 4k noenablehdmi20/EFI/OC/Kexts/Lilu.kext/Contents/Info.plist
2021-07-18 21:41:54.673816-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-18 21:41:54.675165-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-18 21:42:25.111088-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-18 21:42:25.125635-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-18 21:42:25.138251-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-18 21:42:25.151993-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-18 21:44:14.668819-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-18 21:44:14.670169-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-18 21:44:44.688460-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-18 21:44:44.702128-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-18 21:44:44.713932-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-18 21:44:44.726934-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-18 21:50:15.630717-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-18 21:50:15.632067-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-18 21:50:41.016324-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-18 21:50:41.027444-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-18 21:50:41.037051-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-18 21:50:41.047789-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-18 22:09:44.695308-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-18 22:09:44.696657-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-18 22:10:11.153963-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-18 22:10:11.154146-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-19 11:49:38.678390-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-19 11:49:38.679740-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-19 11:50:05.678873-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-19 11:50:05.690111-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-19 11:50:05.699939-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-19 11:50:05.711078-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-19 11:54:47.650671-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-19 11:54:47.652020-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-19 11:55:13.534836-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-19 11:55:13.545957-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-19 11:55:13.555337-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-19 11:55:13.565721-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-19 11:56:48.690352-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-19 11:56:48.691700-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-19 11:57:13.883513-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-19 11:57:13.895822-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-19 11:57:13.905583-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-19 11:57:13.916207-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-19 12:01:23.676429-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-19 12:01:23.677779-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-19 12:01:51.165626-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-19 12:01:51.177790-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-19 12:01:51.188830-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-19 12:01:51.200667-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-19 12:03:03.640792-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-19 12:03:03.642141-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-19 12:03:29.489936-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-19 12:03:29.501709-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-19 12:03:29.512206-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-19 12:03:29.523612-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-19 12:21:22.698944-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-19 12:21:22.700434-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-19 12:21:48.453461-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-19 12:21:48.464622-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-19 12:21:48.474219-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-19 12:21:48.484904-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-19 12:36:58.685461-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-19 12:36:58.686810-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-19 12:37:25.290223-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-19 12:37:25.302589-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-19 12:37:25.312825-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-19 12:37:25.324550-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-19 14:40:39.660256-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-19 14:40:39.661605-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-19 14:41:05.904276-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-19 14:41:05.915345-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-19 14:41:05.924933-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-19 14:41:05.935666-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-19 18:42:02.638552-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-19 18:42:02.639902-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-19 18:42:30.922706-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-19 18:42:30.935410-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-19 18:42:30.945740-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-19 18:42:30.957076-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-19 18:44:08.690546-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-19 18:44:08.691895-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-19 18:44:35.766097-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-19 18:44:35.778986-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-19 18:44:35.790314-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-19 18:44:35.803042-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-19 18:49:20.629758-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-19 18:49:20.631107-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-19 18:49:45.842431-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-19 18:49:45.853549-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-19 18:49:45.862937-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-19 18:49:45.873185-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-19 18:51:18.654925-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-19 18:51:18.656275-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-19 18:51:44.129864-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-19 18:51:44.141933-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-19 18:51:44.152499-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-19 18:51:44.164513-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-19 19:11:03.674551-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-19 19:11:03.675900-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-19 19:11:30.637408-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-19 19:11:30.654461-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-19 19:11:30.664816-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-19 19:11:30.676306-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-19 19:21:39.642724-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-19 19:21:39.644075-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-19 19:22:04.962781-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-19 19:22:04.973899-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-19 19:22:04.983174-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-19 19:22:04.993532-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-19 19:25:49.644921-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-19 19:25:49.646270-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-19 19:26:15.766022-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-19 19:26:15.777859-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-19 19:26:15.788072-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-19 19:26:15.799444-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-19 19:58:48.675953-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-19 19:58:48.677302-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-19 19:59:15.218613-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-19 19:59:15.230626-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-19 19:59:15.241421-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-19 19:59:15.253186-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-19 20:03:57.663766-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-19 20:03:57.665114-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-19 20:04:22.804138-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-19 20:04:22.815225-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-19 20:04:22.824603-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-19 20:04:22.835019-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-20 12:20:32.659463-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-20 12:20:32.660812-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-20 12:20:58.725522-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-20 12:20:58.737027-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-20 12:20:58.746870-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-20 12:20:58.758403-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-20 12:30:32.688794-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-20 12:30:32.690143-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-20 12:31:34.251558-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-20 12:31:34.263925-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-20 12:42:31.501340-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-20 12:42:31.501343-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-20 12:42:31.501845-0400 localhost kernel[0]: (Lilu) WhateverGreen init: @ (DBG) WhateverGreen bootstrap DBG-152-2021-07-17
2021-07-20 12:42:31.501856-0400 localhost kernel[0]: (Lilu) WhateverGreen rad: @ (DBG) not enabling CAIL_DisableDrmdmaPowerGating
2021-07-20 12:42:31.501858-0400 localhost kernel[0]: (Lilu) WhateverGreen rad: @ (DBG) not enabling CAIL_DisableGfxCGPowerGating
2021-07-20 12:42:31.501861-0400 localhost kernel[0]: (Lilu) WhateverGreen rad: @ (DBG) not enabling CAIL_DisableUVDPowerGating
2021-07-20 12:42:31.501864-0400 localhost kernel[0]: (Lilu) WhateverGreen rad: @ (DBG) not enabling CAIL_DisableVCEPowerGating
2021-07-20 12:42:31.501867-0400 localhost kernel[0]: (Lilu) WhateverGreen rad: @ (DBG) not enabling CAIL_DisableDynamicGfxMGPowerGating
2021-07-20 12:42:31.501870-0400 localhost kernel[0]: (Lilu) WhateverGreen rad: @ (DBG) not enabling CAIL_DisableGmcPowerGating
2021-07-20 12:42:31.501872-0400 localhost kernel[0]: (Lilu) WhateverGreen rad: @ (DBG) not enabling CAIL_DisableAcpPowerGating
2021-07-20 12:42:31.501875-0400 localhost kernel[0]: (Lilu) WhateverGreen rad: @ (DBG) not enabling CAIL_DisableSAMUPowerGating
2021-07-20 12:42:34.115554-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) non-apple-fw proceeding with devprops 1
2021-07-20 12:42:34.115564-0400 localhost kernel[0]: (Lilu) WhateverGreen iokit: @ (DBG) getOSData device-id has 412 value
2021-07-20 12:42:34.115567-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) IGPU has real 0412 acpi 0412 fake 0000 and model Intel HD Graphics 4600
2021-07-20 12:42:34.115571-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) adding missing model Intel HD Graphics 4600 from autotodetect
2021-07-20 12:42:34.115575-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) found existing built-in
2021-07-20 12:42:34.115578-0400 localhost kernel[0]: (Lilu) WhateverGreen iokit: @ (DBG) getOSData applbkl was not found
2021-07-20 12:42:34.115582-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) detecting policy
2021-07-20 12:42:34.115584-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) no external gpus
2021-07-20 12:42:50.789795-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-20 12:42:50.789801-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-20 12:42:50.789809-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) platform is snb 0 and list 0xFFFFFF7F8BC15400
2021-07-20 12:42:54.364452-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) patching framebufferId 0x0D220003
2021-07-20 12:42:54.364455-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) mobile: 0x00000000
2021-07-20 12:42:54.364457-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) pipeCount: 3
2021-07-20 12:42:54.364459-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) portCount: 3
2021-07-20 12:42:54.364461-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) fbMemoryCount: 3
2021-07-20 12:42:54.364463-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) stolenMemorySize: 0x04000000
2021-07-20 12:42:54.364466-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) framebufferMemorySize: 0x03000000
2021-07-20 12:42:54.364468-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) unifiedMemorySize: 0x80000000
2021-07-20 12:42:54.364471-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) patching framebufferId 0x0D220003 successful
2021-07-20 12:42:59.146030-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) failed to obtain display mode
2021-07-20 12:42:59.161346-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) failed to obtain display mode
2021-07-20 12:42:59.169697-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) failed to obtain display mode
2021-07-20 12:43:05.644870-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 1: -2147479552:0 15360:0:32
2021-07-20 12:43:05.717940-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 2: 3:8 --------RRRRRRRRGGGGGGGGBBBBBBBB 0:3840:2160
2021-07-20 12:43:05.816083-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) this display has different mode
2021-07-20 12:43:05.886998-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 1: -2147479552:0 15360:0:32
2021-07-20 12:43:05.958132-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 2: 3:8 --------RRRRRRRRGGGGGGGGBBBBBBBB 0:3840:2160
2021-07-20 12:43:06.056283-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) this display has different mode
2021-07-20 12:43:08.005473-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 1: -2147479552:0 15360:0:32
2021-07-20 12:43:08.078552-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 2: 3:8 --------RRRRRRRRGGGGGGGGBBBBBBBB 0:3840:2160
2021-07-20 12:43:08.176691-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) this display has different mode
2021-07-20 12:43:08.788033-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 1: -2147479552:0 4608:0:32
2021-07-20 12:43:08.860052-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 2: 3:8 --------RRRRRRRRGGGGGGGGBBBBBBBB 48:1080:1920
2021-07-20 12:43:08.868404-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) this display has different mode
2021-07-20 12:43:09.513281-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 1: -2147479552:0 15360:0:32
2021-07-20 12:43:09.513284-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 2: 3:8 --------RRRRRRRRGGGGGGGGBBBBBBBB 0:3840:2160
2021-07-20 12:43:09.513293-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) this display has different mode
2021-07-20 12:53:50.977922-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 1: -2147479552:0 15360:0:32
2021-07-20 12:53:50.977925-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 2: 3:8 --------RRRRRRRRGGGGGGGGBBBBBBBB 0:3840:2160
2021-07-20 12:53:50.977929-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) this display has different mode
2021-07-20 12:54:13.637989-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-20 12:54:13.639338-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-20 12:54:35.844065-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-20 12:54:35.855457-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-20 12:54:35.865131-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-20 12:54:35.875879-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-20 18:08:17.659924-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-20 18:08:17.661273-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-20 18:08:41.488771-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-20 18:08:41.500615-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-20 18:08:41.510916-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-20 18:08:41.522878-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
Result 2: WORKING - monitor 4k is properly detected and applied at login. Some graphical weirdness (Apple logo loading was squished, then large, but it logged in normal). I may have rushed copy/pasting the output in my above post for the baseline/control, this could also be more or less considered a baseline).
Output:
Timestamp (process)[PID]
2021-07-18 20:28:23.635001-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-18 20:28:23.636350-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-18 20:28:50.463398-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-18 20:28:50.475426-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-18 20:28:50.485902-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-18 20:28:50.497756-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-18 20:56:47.705159-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-18 20:56:47.706508-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-18 20:57:13.607600-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-18 20:57:13.618773-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-18 20:57:13.628235-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-18 20:57:13.638959-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-18 21:00:56.686032-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-18 21:00:56.687382-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-18 21:01:21.320170-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-18 21:01:21.331069-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-18 21:01:21.340195-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-18 21:01:21.350545-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-18 21:03:10.702474-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-18 21:03:10.703823-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-18 21:03:35.971737-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-18 21:03:35.982881-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-18 21:03:35.992554-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-18 21:03:36.003311-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-18 21:05:20.676460-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-18 21:05:20.677809-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-18 21:05:45.403746-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-18 21:05:45.415070-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-18 21:05:45.424527-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-18 21:05:45.435934-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-18 21:18:22.628405-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-18 21:18:22.629754-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-18 21:18:53.435242-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-18 21:18:53.449270-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-18 21:18:53.461810-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-18 21:18:53.475918-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-18 21:21:11.904609-0400 localhost kernel[0]: (Sandbox) <Sandbox`kernel_report> Sandbox: cloudd(2587) System Policy: deny(1) file-read-data /Users/cammarata.m/Documents/GitHub/OptiHack-EFI-Backup/EFI/OC/Kexts/WhateverGreen.kext/Contents/_CodeSignature/CodeResources
2021-07-18 21:21:11.905044-0400 localhost kernel[0]: (Sandbox) <Sandbox`kernel_report> Sandbox: cloudd(2587) System Policy: deny(1) file-read-data /Users/cammarata.m/Documents/GitHub/OptiHack-master/EFI/OC/Kexts/WhateverGreen.kext/Contents/_CodeSignature/CodeResources
2021-07-18 21:21:11.905285-0400 localhost kernel[0]: (Sandbox) <Sandbox`kernel_report> Sandbox: cloudd(2587) System Policy: deny(1) file-read-data /Users/cammarata.m/Documents/GitHub/Working 4k noenablehdmi20/EFI/OC/Kexts/WhateverGreen.kext/Contents/_CodeSignature/CodeResources
2021-07-18 21:21:11.906704-0400 localhost kernel[0]: (Sandbox) <Sandbox`kernel_report> Sandbox: cloudd(2587) System Policy: deny(1) file-read-data /Users/cammarata.m/Documents/GitHub/OptiHack-EFI-Backup/EFI/OC/Kexts/WhateverGreen.kext/Contents/MacOS/WhateverGreen
2021-07-18 21:21:11.906962-0400 localhost kernel[0]: (Sandbox) <Sandbox`kernel_report> Sandbox: cloudd(2587) System Policy: deny(1) file-read-data /Users/cammarata.m/Documents/GitHub/Working 4k noenablehdmi20/EFI/OC/Kexts/WhateverGreen.kext/Contents/MacOS/WhateverGreen
2021-07-18 21:21:11.907773-0400 localhost kernel[0]: (Sandbox) <Sandbox`kernel_report> Sandbox: cloudd(2587) System Policy: deny(1) file-read-data /Users/cammarata.m/Documents/GitHub/OptiHack-master/EFI/OC/Kexts/WhateverGreen.kext/Contents/MacOS/WhateverGreen
2021-07-18 21:21:11.909004-0400 localhost kernel[0]: (Sandbox) <Sandbox`kernel_report> Sandbox: cloudd(2587) System Policy: deny(1) file-read-data /Users/cammarata.m/Documents/GitHub/OptiHack-EFI-Backup/EFI/OC/Kexts/WhateverGreen.kext/Contents/Info.plist
2021-07-18 21:21:11.909242-0400 localhost kernel[0]: (Sandbox) <Sandbox`kernel_report> Sandbox: cloudd(2587) System Policy: deny(1) file-read-data /Users/cammarata.m/Documents/GitHub/Working 4k noenablehdmi20/EFI/OC/Kexts/WhateverGreen.kext/Contents/Info.plist
2021-07-18 21:21:11.911795-0400 localhost kernel[0]: (Sandbox) <Sandbox`kernel_report> Sandbox: cloudd(2587) System Policy: deny(1) file-read-data /Users/cammarata.m/Documents/GitHub/OptiHack-EFI-Backup/EFI/OC/Kexts/Lilu.kext/Contents/MacOS/Lilu
2021-07-18 21:21:11.912018-0400 localhost kernel[0]: (Sandbox) <Sandbox`kernel_report> Sandbox: cloudd(2587) System Policy: deny(1) file-read-data /Users/cammarata.m/Documents/GitHub/Working 4k noenablehdmi20/EFI/OC/Kexts/Lilu.kext/Contents/MacOS/Lilu
2021-07-18 21:21:11.913133-0400 localhost kernel[0]: (Sandbox) <Sandbox`kernel_report> Sandbox: cloudd(2587) System Policy: deny(1) file-read-data /Users/cammarata.m/Documents/GitHub/OptiHack-EFI-Backup/EFI/OC/Kexts/Lilu.kext/Contents/Info.plist
2021-07-18 21:21:11.913347-0400 localhost kernel[0]: (Sandbox) <Sandbox`kernel_report> Sandbox: cloudd(2587) System Policy: deny(1) file-read-data /Users/cammarata.m/Documents/GitHub/Working 4k noenablehdmi20/EFI/OC/Kexts/Lilu.kext/Contents/Info.plist
2021-07-18 21:41:54.673816-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-18 21:41:54.675165-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-18 21:42:25.111088-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-18 21:42:25.125635-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-18 21:42:25.138251-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-18 21:42:25.151993-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-18 21:44:14.668819-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-18 21:44:14.670169-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-18 21:44:44.688460-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-18 21:44:44.702128-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-18 21:44:44.713932-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-18 21:44:44.726934-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-18 21:50:15.630717-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-18 21:50:15.632067-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-18 21:50:41.016324-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-18 21:50:41.027444-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-18 21:50:41.037051-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-18 21:50:41.047789-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-18 22:09:44.695308-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-18 22:09:44.696657-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-18 22:10:11.153963-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-18 22:10:11.154146-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-19 11:49:38.678390-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-19 11:49:38.679740-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-19 11:50:05.678873-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-19 11:50:05.690111-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-19 11:50:05.699939-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-19 11:50:05.711078-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-19 11:54:47.650671-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-19 11:54:47.652020-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-19 11:55:13.534836-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-19 11:55:13.545957-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-19 11:55:13.555337-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-19 11:55:13.565721-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-19 11:56:48.690352-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-19 11:56:48.691700-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-19 11:57:13.883513-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-19 11:57:13.895822-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-19 11:57:13.905583-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-19 11:57:13.916207-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-19 12:01:23.676429-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-19 12:01:23.677779-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-19 12:01:51.165626-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-19 12:01:51.177790-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-19 12:01:51.188830-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-19 12:01:51.200667-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-19 12:03:03.640792-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-19 12:03:03.642141-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-19 12:03:29.489936-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-19 12:03:29.501709-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-19 12:03:29.512206-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-19 12:03:29.523612-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-19 12:21:22.698944-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-19 12:21:22.700434-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-19 12:21:48.453461-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-19 12:21:48.464622-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-19 12:21:48.474219-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-19 12:21:48.484904-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-19 12:36:58.685461-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-19 12:36:58.686810-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-19 12:37:25.290223-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-19 12:37:25.302589-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-19 12:37:25.312825-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-19 12:37:25.324550-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-19 14:40:39.660256-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-19 14:40:39.661605-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-19 14:41:05.904276-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-19 14:41:05.915345-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-19 14:41:05.924933-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-19 14:41:05.935666-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-19 18:42:02.638552-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-19 18:42:02.639902-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-19 18:42:30.922706-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-19 18:42:30.935410-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-19 18:42:30.945740-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-19 18:42:30.957076-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-19 18:44:08.690546-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-19 18:44:08.691895-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-19 18:44:35.766097-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-19 18:44:35.778986-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-19 18:44:35.790314-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-19 18:44:35.803042-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-19 18:49:20.629758-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-19 18:49:20.631107-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-19 18:49:45.842431-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-19 18:49:45.853549-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-19 18:49:45.862937-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-19 18:49:45.873185-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-19 18:51:18.654925-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-19 18:51:18.656275-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-19 18:51:44.129864-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-19 18:51:44.141933-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-19 18:51:44.152499-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-19 18:51:44.164513-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-19 19:11:03.674551-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-19 19:11:03.675900-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-19 19:11:30.637408-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-19 19:11:30.654461-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-19 19:11:30.664816-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-19 19:11:30.676306-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-19 19:21:39.642724-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-19 19:21:39.644075-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-19 19:22:04.962781-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-19 19:22:04.973899-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-19 19:22:04.983174-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-19 19:22:04.993532-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-19 19:25:49.644921-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-19 19:25:49.646270-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-19 19:26:15.766022-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-19 19:26:15.777859-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-19 19:26:15.788072-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-19 19:26:15.799444-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-19 19:58:48.675953-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-19 19:58:48.677302-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-19 19:59:15.218613-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-19 19:59:15.230626-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-19 19:59:15.241421-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-19 19:59:15.253186-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-19 20:03:57.663766-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-19 20:03:57.665114-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-19 20:04:22.804138-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-19 20:04:22.815225-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-19 20:04:22.824603-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-19 20:04:22.835019-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-20 12:20:32.659463-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-20 12:20:32.660812-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-20 12:20:58.725522-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-20 12:20:58.737027-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-20 12:20:58.746870-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-20 12:20:58.758403-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-20 12:30:32.688794-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-20 12:30:32.690143-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-20 12:31:34.251558-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-20 12:31:34.263925-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-20 12:42:31.501340-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-20 12:42:31.501343-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-20 12:42:31.501845-0400 localhost kernel[0]: (Lilu) WhateverGreen init: @ (DBG) WhateverGreen bootstrap DBG-152-2021-07-17
2021-07-20 12:42:31.501856-0400 localhost kernel[0]: (Lilu) WhateverGreen rad: @ (DBG) not enabling CAIL_DisableDrmdmaPowerGating
2021-07-20 12:42:31.501858-0400 localhost kernel[0]: (Lilu) WhateverGreen rad: @ (DBG) not enabling CAIL_DisableGfxCGPowerGating
2021-07-20 12:42:31.501861-0400 localhost kernel[0]: (Lilu) WhateverGreen rad: @ (DBG) not enabling CAIL_DisableUVDPowerGating
2021-07-20 12:42:31.501864-0400 localhost kernel[0]: (Lilu) WhateverGreen rad: @ (DBG) not enabling CAIL_DisableVCEPowerGating
2021-07-20 12:42:31.501867-0400 localhost kernel[0]: (Lilu) WhateverGreen rad: @ (DBG) not enabling CAIL_DisableDynamicGfxMGPowerGating
2021-07-20 12:42:31.501870-0400 localhost kernel[0]: (Lilu) WhateverGreen rad: @ (DBG) not enabling CAIL_DisableGmcPowerGating
2021-07-20 12:42:31.501872-0400 localhost kernel[0]: (Lilu) WhateverGreen rad: @ (DBG) not enabling CAIL_DisableAcpPowerGating
2021-07-20 12:42:31.501875-0400 localhost kernel[0]: (Lilu) WhateverGreen rad: @ (DBG) not enabling CAIL_DisableSAMUPowerGating
2021-07-20 12:42:34.115554-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) non-apple-fw proceeding with devprops 1
2021-07-20 12:42:34.115564-0400 localhost kernel[0]: (Lilu) WhateverGreen iokit: @ (DBG) getOSData device-id has 412 value
2021-07-20 12:42:34.115567-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) IGPU has real 0412 acpi 0412 fake 0000 and model Intel HD Graphics 4600
2021-07-20 12:42:34.115571-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) adding missing model Intel HD Graphics 4600 from autotodetect
2021-07-20 12:42:34.115575-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) found existing built-in
2021-07-20 12:42:34.115578-0400 localhost kernel[0]: (Lilu) WhateverGreen iokit: @ (DBG) getOSData applbkl was not found
2021-07-20 12:42:34.115582-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) detecting policy
2021-07-20 12:42:34.115584-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) no external gpus
2021-07-20 12:42:50.789795-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-20 12:42:50.789801-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-20 12:42:50.789809-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) platform is snb 0 and list 0xFFFFFF7F8BC15400
2021-07-20 12:42:54.364452-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) patching framebufferId 0x0D220003
2021-07-20 12:42:54.364455-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) mobile: 0x00000000
2021-07-20 12:42:54.364457-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) pipeCount: 3
2021-07-20 12:42:54.364459-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) portCount: 3
2021-07-20 12:42:54.364461-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) fbMemoryCount: 3
2021-07-20 12:42:54.364463-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) stolenMemorySize: 0x04000000
2021-07-20 12:42:54.364466-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) framebufferMemorySize: 0x03000000
2021-07-20 12:42:54.364468-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) unifiedMemorySize: 0x80000000
2021-07-20 12:42:54.364471-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) patching framebufferId 0x0D220003 successful
2021-07-20 12:42:59.146030-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) failed to obtain display mode
2021-07-20 12:42:59.161346-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) failed to obtain display mode
2021-07-20 12:42:59.169697-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) failed to obtain display mode
2021-07-20 12:43:05.644870-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 1: -2147479552:0 15360:0:32
2021-07-20 12:43:05.717940-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 2: 3:8 --------RRRRRRRRGGGGGGGGBBBBBBBB 0:3840:2160
2021-07-20 12:43:05.816083-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) this display has different mode
2021-07-20 12:43:05.886998-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 1: -2147479552:0 15360:0:32
2021-07-20 12:43:05.958132-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 2: 3:8 --------RRRRRRRRGGGGGGGGBBBBBBBB 0:3840:2160
2021-07-20 12:43:06.056283-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) this display has different mode
2021-07-20 12:43:08.005473-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 1: -2147479552:0 15360:0:32
2021-07-20 12:43:08.078552-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 2: 3:8 --------RRRRRRRRGGGGGGGGBBBBBBBB 0:3840:2160
2021-07-20 12:43:08.176691-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) this display has different mode
2021-07-20 12:43:08.788033-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 1: -2147479552:0 4608:0:32
2021-07-20 12:43:08.860052-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 2: 3:8 --------RRRRRRRRGGGGGGGGBBBBBBBB 48:1080:1920
2021-07-20 12:43:08.868404-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) this display has different mode
2021-07-20 12:43:09.513281-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 1: -2147479552:0 15360:0:32
2021-07-20 12:43:09.513284-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 2: 3:8 --------RRRRRRRRGGGGGGGGBBBBBBBB 0:3840:2160
2021-07-20 12:43:09.513293-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) this display has different mode
2021-07-20 12:53:50.977922-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 1: -2147479552:0 15360:0:32
2021-07-20 12:53:50.977925-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 2: 3:8 --------RRRRRRRRGGGGGGGGBBBBBBBB 0:3840:2160
2021-07-20 12:53:50.977929-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) this display has different mode
2021-07-20 12:54:13.637989-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-20 12:54:13.639338-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-20 12:54:35.844065-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-20 12:54:35.855457-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-20 12:54:35.865131-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-20 12:54:35.875879-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-20 18:08:17.659924-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-20 18:08:17.661273-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-20 18:08:41.488771-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-20 18:08:41.500615-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-20 18:08:41.510916-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-20 18:08:41.522878-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-20 18:16:39.545984-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-20 18:16:39.545987-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-20 18:16:39.546492-0400 localhost kernel[0]: (Lilu) WhateverGreen init: @ (DBG) WhateverGreen bootstrap DBG-152-2021-07-17
2021-07-20 18:16:39.546502-0400 localhost kernel[0]: (Lilu) WhateverGreen rad: @ (DBG) not enabling CAIL_DisableDrmdmaPowerGating
2021-07-20 18:16:39.546505-0400 localhost kernel[0]: (Lilu) WhateverGreen rad: @ (DBG) not enabling CAIL_DisableGfxCGPowerGating
2021-07-20 18:16:39.546508-0400 localhost kernel[0]: (Lilu) WhateverGreen rad: @ (DBG) not enabling CAIL_DisableUVDPowerGating
2021-07-20 18:16:39.546510-0400 localhost kernel[0]: (Lilu) WhateverGreen rad: @ (DBG) not enabling CAIL_DisableVCEPowerGating
2021-07-20 18:16:39.546513-0400 localhost kernel[0]: (Lilu) WhateverGreen rad: @ (DBG) not enabling CAIL_DisableDynamicGfxMGPowerGating
2021-07-20 18:16:39.546516-0400 localhost kernel[0]: (Lilu) WhateverGreen rad: @ (DBG) not enabling CAIL_DisableGmcPowerGating
2021-07-20 18:16:39.546519-0400 localhost kernel[0]: (Lilu) WhateverGreen rad: @ (DBG) not enabling CAIL_DisableAcpPowerGating
2021-07-20 18:16:39.546521-0400 localhost kernel[0]: (Lilu) WhateverGreen rad: @ (DBG) not enabling CAIL_DisableSAMUPowerGating
2021-07-20 18:16:42.185124-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) non-apple-fw proceeding with devprops 1
2021-07-20 18:16:42.185134-0400 localhost kernel[0]: (Lilu) WhateverGreen iokit: @ (DBG) getOSData device-id has 412 value
2021-07-20 18:16:42.185138-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) IGPU has real 0412 acpi 0412 fake 0000 and model Intel HD Graphics 4600
2021-07-20 18:16:42.185142-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) adding missing model Intel HD Graphics 4600 from autotodetect
2021-07-20 18:16:42.185146-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) found existing built-in
2021-07-20 18:16:42.185149-0400 localhost kernel[0]: (Lilu) WhateverGreen iokit: @ (DBG) getOSData applbkl was not found
2021-07-20 18:16:42.185154-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) detecting policy
2021-07-20 18:16:59.320771-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-20 18:16:59.320777-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-20 18:16:59.320785-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) platform is snb 0 and list 0xFFFFFF7F9D015400
2021-07-20 18:17:02.818662-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) patching framebufferId 0x0D220003
2021-07-20 18:17:02.818665-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) mobile: 0x00000000
2021-07-20 18:17:02.818667-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) pipeCount: 3
2021-07-20 18:17:02.818669-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) portCount: 2
2021-07-20 18:17:02.818671-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) fbMemoryCount: 3
2021-07-20 18:17:02.818673-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) stolenMemorySize: 0x04000000
2021-07-20 18:17:02.818676-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) framebufferMemorySize: 0x03000000
2021-07-20 18:17:02.818678-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) unifiedMemorySize: 0x80000000
2021-07-20 18:17:02.818682-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) patching framebufferId 0x0D220003 connector [2] busId: 0x04, pipe: 10, type: 0x00000400, flags: 0x00000010
2021-07-20 18:17:02.818686-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) patching framebufferId 0x0D220003 connector [3] busId: 0x06, pipe: 8, type: 0x00000400, flags: 0x00000010
2021-07-20 18:17:02.818690-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) patching framebufferId 0x0D220003 successful
2021-07-20 18:17:07.578511-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) failed to obtain display mode
2021-07-20 18:17:07.600578-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) failed to obtain display mode
2021-07-20 18:17:08.339031-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 1: -2147479535:0 10240:0:32
2021-07-20 18:17:08.348376-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 2: 3:8 --------RRRRRRRRGGGGGGGGBBBBBBBB 0:2560:1600
2021-07-20 18:17:08.356696-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) this display has different mode
2021-07-20 18:17:08.972002-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 1: -2147479552:0 4608:0:32
2021-07-20 18:17:08.972005-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 2: 3:8 --------RRRRRRRRGGGGGGGGBBBBBBBB 48:1080:1920
2021-07-20 18:17:08.972008-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) this display has different mode
Result3: no change (i.e., monitor requires power cycle)
output:
Timestamp (process)[PID]
2021-07-18 20:28:23.635001-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-18 20:28:23.636350-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-18 20:28:50.463398-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-18 20:28:50.475426-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-18 20:28:50.485902-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-18 20:28:50.497756-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-18 20:56:47.705159-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-18 20:56:47.706508-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-18 20:57:13.607600-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-18 20:57:13.618773-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-18 20:57:13.628235-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-18 20:57:13.638959-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-18 21:00:56.686032-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-18 21:00:56.687382-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-18 21:01:21.320170-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-18 21:01:21.331069-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-18 21:01:21.340195-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-18 21:01:21.350545-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-18 21:03:10.702474-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-18 21:03:10.703823-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-18 21:03:35.971737-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-18 21:03:35.982881-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-18 21:03:35.992554-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-18 21:03:36.003311-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-18 21:05:20.676460-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-18 21:05:20.677809-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-18 21:05:45.403746-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-18 21:05:45.415070-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-18 21:05:45.424527-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-18 21:05:45.435934-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-18 21:18:22.628405-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-18 21:18:22.629754-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-18 21:18:53.435242-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-18 21:18:53.449270-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-18 21:18:53.461810-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-18 21:18:53.475918-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-18 21:21:11.904609-0400 localhost kernel[0]: (Sandbox) <Sandbox`kernel_report> Sandbox: cloudd(2587) System Policy: deny(1) file-read-data /Users/cammarata.m/Documents/GitHub/OptiHack-EFI-Backup/EFI/OC/Kexts/WhateverGreen.kext/Contents/_CodeSignature/CodeResources
2021-07-18 21:21:11.905044-0400 localhost kernel[0]: (Sandbox) <Sandbox`kernel_report> Sandbox: cloudd(2587) System Policy: deny(1) file-read-data /Users/cammarata.m/Documents/GitHub/OptiHack-master/EFI/OC/Kexts/WhateverGreen.kext/Contents/_CodeSignature/CodeResources
2021-07-18 21:21:11.905285-0400 localhost kernel[0]: (Sandbox) <Sandbox`kernel_report> Sandbox: cloudd(2587) System Policy: deny(1) file-read-data /Users/cammarata.m/Documents/GitHub/Working 4k noenablehdmi20/EFI/OC/Kexts/WhateverGreen.kext/Contents/_CodeSignature/CodeResources
2021-07-18 21:21:11.906704-0400 localhost kernel[0]: (Sandbox) <Sandbox`kernel_report> Sandbox: cloudd(2587) System Policy: deny(1) file-read-data /Users/cammarata.m/Documents/GitHub/OptiHack-EFI-Backup/EFI/OC/Kexts/WhateverGreen.kext/Contents/MacOS/WhateverGreen
2021-07-18 21:21:11.906962-0400 localhost kernel[0]: (Sandbox) <Sandbox`kernel_report> Sandbox: cloudd(2587) System Policy: deny(1) file-read-data /Users/cammarata.m/Documents/GitHub/Working 4k noenablehdmi20/EFI/OC/Kexts/WhateverGreen.kext/Contents/MacOS/WhateverGreen
2021-07-18 21:21:11.907773-0400 localhost kernel[0]: (Sandbox) <Sandbox`kernel_report> Sandbox: cloudd(2587) System Policy: deny(1) file-read-data /Users/cammarata.m/Documents/GitHub/OptiHack-master/EFI/OC/Kexts/WhateverGreen.kext/Contents/MacOS/WhateverGreen
2021-07-18 21:21:11.909004-0400 localhost kernel[0]: (Sandbox) <Sandbox`kernel_report> Sandbox: cloudd(2587) System Policy: deny(1) file-read-data /Users/cammarata.m/Documents/GitHub/OptiHack-EFI-Backup/EFI/OC/Kexts/WhateverGreen.kext/Contents/Info.plist
2021-07-18 21:21:11.909242-0400 localhost kernel[0]: (Sandbox) <Sandbox`kernel_report> Sandbox: cloudd(2587) System Policy: deny(1) file-read-data /Users/cammarata.m/Documents/GitHub/Working 4k noenablehdmi20/EFI/OC/Kexts/WhateverGreen.kext/Contents/Info.plist
2021-07-18 21:21:11.911795-0400 localhost kernel[0]: (Sandbox) <Sandbox`kernel_report> Sandbox: cloudd(2587) System Policy: deny(1) file-read-data /Users/cammarata.m/Documents/GitHub/OptiHack-EFI-Backup/EFI/OC/Kexts/Lilu.kext/Contents/MacOS/Lilu
2021-07-18 21:21:11.912018-0400 localhost kernel[0]: (Sandbox) <Sandbox`kernel_report> Sandbox: cloudd(2587) System Policy: deny(1) file-read-data /Users/cammarata.m/Documents/GitHub/Working 4k noenablehdmi20/EFI/OC/Kexts/Lilu.kext/Contents/MacOS/Lilu
2021-07-18 21:21:11.913133-0400 localhost kernel[0]: (Sandbox) <Sandbox`kernel_report> Sandbox: cloudd(2587) System Policy: deny(1) file-read-data /Users/cammarata.m/Documents/GitHub/OptiHack-EFI-Backup/EFI/OC/Kexts/Lilu.kext/Contents/Info.plist
2021-07-18 21:21:11.913347-0400 localhost kernel[0]: (Sandbox) <Sandbox`kernel_report> Sandbox: cloudd(2587) System Policy: deny(1) file-read-data /Users/cammarata.m/Documents/GitHub/Working 4k noenablehdmi20/EFI/OC/Kexts/Lilu.kext/Contents/Info.plist
2021-07-18 21:41:54.673816-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-18 21:41:54.675165-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-18 21:42:25.111088-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-18 21:42:25.125635-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-18 21:42:25.138251-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-18 21:42:25.151993-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-18 21:44:14.668819-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-18 21:44:14.670169-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-18 21:44:44.688460-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-18 21:44:44.702128-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-18 21:44:44.713932-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-18 21:44:44.726934-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-18 21:50:15.630717-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-18 21:50:15.632067-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-18 21:50:41.016324-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-18 21:50:41.027444-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-18 21:50:41.037051-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-18 21:50:41.047789-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-18 22:09:44.695308-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-18 22:09:44.696657-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-18 22:10:11.153963-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-18 22:10:11.154146-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-19 11:49:38.678390-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-19 11:49:38.679740-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-19 11:50:05.678873-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-19 11:50:05.690111-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-19 11:50:05.699939-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-19 11:50:05.711078-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-19 11:54:47.650671-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-19 11:54:47.652020-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-19 11:55:13.534836-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-19 11:55:13.545957-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-19 11:55:13.555337-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-19 11:55:13.565721-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-19 11:56:48.690352-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-19 11:56:48.691700-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-19 11:57:13.883513-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-19 11:57:13.895822-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-19 11:57:13.905583-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-19 11:57:13.916207-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-19 12:01:23.676429-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-19 12:01:23.677779-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-19 12:01:51.165626-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-19 12:01:51.177790-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-19 12:01:51.188830-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-19 12:01:51.200667-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-19 12:03:03.640792-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-19 12:03:03.642141-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-19 12:03:29.489936-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-19 12:03:29.501709-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-19 12:03:29.512206-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-19 12:03:29.523612-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-19 12:21:22.698944-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-19 12:21:22.700434-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-19 12:21:48.453461-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-19 12:21:48.464622-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-19 12:21:48.474219-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-19 12:21:48.484904-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-19 12:36:58.685461-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-19 12:36:58.686810-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-19 12:37:25.290223-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-19 12:37:25.302589-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-19 12:37:25.312825-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-19 12:37:25.324550-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-19 14:40:39.660256-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-19 14:40:39.661605-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-19 14:41:05.904276-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-19 14:41:05.915345-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-19 14:41:05.924933-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-19 14:41:05.935666-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-19 18:42:02.638552-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-19 18:42:02.639902-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-19 18:42:30.922706-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-19 18:42:30.935410-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-19 18:42:30.945740-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-19 18:42:30.957076-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-19 18:44:08.690546-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-19 18:44:08.691895-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-19 18:44:35.766097-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-19 18:44:35.778986-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-19 18:44:35.790314-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-19 18:44:35.803042-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-19 18:49:20.629758-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-19 18:49:20.631107-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-19 18:49:45.842431-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-19 18:49:45.853549-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-19 18:49:45.862937-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-19 18:49:45.873185-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-19 18:51:18.654925-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-19 18:51:18.656275-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-19 18:51:44.129864-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-19 18:51:44.141933-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-19 18:51:44.152499-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-19 18:51:44.164513-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-19 19:11:03.674551-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-19 19:11:03.675900-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-19 19:11:30.637408-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-19 19:11:30.654461-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-19 19:11:30.664816-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-19 19:11:30.676306-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-19 19:21:39.642724-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-19 19:21:39.644075-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-19 19:22:04.962781-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-19 19:22:04.973899-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-19 19:22:04.983174-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-19 19:22:04.993532-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-19 19:25:49.644921-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-19 19:25:49.646270-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-19 19:26:15.766022-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-19 19:26:15.777859-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-19 19:26:15.788072-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-19 19:26:15.799444-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-19 19:58:48.675953-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-19 19:58:48.677302-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-19 19:59:15.218613-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-19 19:59:15.230626-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-19 19:59:15.241421-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-19 19:59:15.253186-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-19 20:03:57.663766-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-19 20:03:57.665114-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-19 20:04:22.804138-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-19 20:04:22.815225-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-19 20:04:22.824603-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-19 20:04:22.835019-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-20 12:20:32.659463-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-20 12:20:32.660812-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-20 12:20:58.725522-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-20 12:20:58.737027-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-20 12:20:58.746870-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-20 12:20:58.758403-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-20 12:30:32.688794-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-20 12:30:32.690143-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-20 12:31:34.251558-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-20 12:31:34.263925-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-20 12:42:31.501340-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-20 12:42:31.501343-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-20 12:42:31.501845-0400 localhost kernel[0]: (Lilu) WhateverGreen init: @ (DBG) WhateverGreen bootstrap DBG-152-2021-07-17
2021-07-20 12:42:31.501856-0400 localhost kernel[0]: (Lilu) WhateverGreen rad: @ (DBG) not enabling CAIL_DisableDrmdmaPowerGating
2021-07-20 12:42:31.501858-0400 localhost kernel[0]: (Lilu) WhateverGreen rad: @ (DBG) not enabling CAIL_DisableGfxCGPowerGating
2021-07-20 12:42:31.501861-0400 localhost kernel[0]: (Lilu) WhateverGreen rad: @ (DBG) not enabling CAIL_DisableUVDPowerGating
2021-07-20 12:42:31.501864-0400 localhost kernel[0]: (Lilu) WhateverGreen rad: @ (DBG) not enabling CAIL_DisableVCEPowerGating
2021-07-20 12:42:31.501867-0400 localhost kernel[0]: (Lilu) WhateverGreen rad: @ (DBG) not enabling CAIL_DisableDynamicGfxMGPowerGating
2021-07-20 12:42:31.501870-0400 localhost kernel[0]: (Lilu) WhateverGreen rad: @ (DBG) not enabling CAIL_DisableGmcPowerGating
2021-07-20 12:42:31.501872-0400 localhost kernel[0]: (Lilu) WhateverGreen rad: @ (DBG) not enabling CAIL_DisableAcpPowerGating
2021-07-20 12:42:31.501875-0400 localhost kernel[0]: (Lilu) WhateverGreen rad: @ (DBG) not enabling CAIL_DisableSAMUPowerGating
2021-07-20 12:42:34.115554-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) non-apple-fw proceeding with devprops 1
2021-07-20 12:42:34.115564-0400 localhost kernel[0]: (Lilu) WhateverGreen iokit: @ (DBG) getOSData device-id has 412 value
2021-07-20 12:42:34.115567-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) IGPU has real 0412 acpi 0412 fake 0000 and model Intel HD Graphics 4600
2021-07-20 12:42:34.115571-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) adding missing model Intel HD Graphics 4600 from autotodetect
2021-07-20 12:42:34.115575-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) found existing built-in
2021-07-20 12:42:34.115578-0400 localhost kernel[0]: (Lilu) WhateverGreen iokit: @ (DBG) getOSData applbkl was not found
2021-07-20 12:42:34.115582-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) detecting policy
2021-07-20 12:42:34.115584-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) no external gpus
2021-07-20 12:42:50.789795-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-20 12:42:50.789801-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-20 12:42:50.789809-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) platform is snb 0 and list 0xFFFFFF7F8BC15400
2021-07-20 12:42:54.364452-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) patching framebufferId 0x0D220003
2021-07-20 12:42:54.364455-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) mobile: 0x00000000
2021-07-20 12:42:54.364457-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) pipeCount: 3
2021-07-20 12:42:54.364459-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) portCount: 3
2021-07-20 12:42:54.364461-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) fbMemoryCount: 3
2021-07-20 12:42:54.364463-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) stolenMemorySize: 0x04000000
2021-07-20 12:42:54.364466-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) framebufferMemorySize: 0x03000000
2021-07-20 12:42:54.364468-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) unifiedMemorySize: 0x80000000
2021-07-20 12:42:54.364471-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) patching framebufferId 0x0D220003 successful
2021-07-20 12:42:59.146030-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) failed to obtain display mode
2021-07-20 12:42:59.161346-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) failed to obtain display mode
2021-07-20 12:42:59.169697-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) failed to obtain display mode
2021-07-20 12:43:05.644870-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 1: -2147479552:0 15360:0:32
2021-07-20 12:43:05.717940-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 2: 3:8 --------RRRRRRRRGGGGGGGGBBBBBBBB 0:3840:2160
2021-07-20 12:43:05.816083-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) this display has different mode
2021-07-20 12:43:05.886998-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 1: -2147479552:0 15360:0:32
2021-07-20 12:43:05.958132-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 2: 3:8 --------RRRRRRRRGGGGGGGGBBBBBBBB 0:3840:2160
2021-07-20 12:43:06.056283-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) this display has different mode
2021-07-20 12:43:08.005473-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 1: -2147479552:0 15360:0:32
2021-07-20 12:43:08.078552-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 2: 3:8 --------RRRRRRRRGGGGGGGGBBBBBBBB 0:3840:2160
2021-07-20 12:43:08.176691-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) this display has different mode
2021-07-20 12:43:08.788033-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 1: -2147479552:0 4608:0:32
2021-07-20 12:43:08.860052-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 2: 3:8 --------RRRRRRRRGGGGGGGGBBBBBBBB 48:1080:1920
2021-07-20 12:43:08.868404-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) this display has different mode
2021-07-20 12:43:09.513281-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 1: -2147479552:0 15360:0:32
2021-07-20 12:43:09.513284-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 2: 3:8 --------RRRRRRRRGGGGGGGGBBBBBBBB 0:3840:2160
2021-07-20 12:43:09.513293-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) this display has different mode
2021-07-20 12:53:50.977922-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 1: -2147479552:0 15360:0:32
2021-07-20 12:53:50.977925-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 2: 3:8 --------RRRRRRRRGGGGGGGGBBBBBBBB 0:3840:2160
2021-07-20 12:53:50.977929-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) this display has different mode
2021-07-20 12:54:13.637989-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-20 12:54:13.639338-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-20 12:54:35.844065-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-20 12:54:35.855457-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-20 12:54:35.865131-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-20 12:54:35.875879-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-20 18:08:17.659924-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-20 18:08:17.661273-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-20 18:08:41.488771-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-20 18:08:41.500615-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-20 18:08:41.510916-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-20 18:08:41.522878-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-20 18:16:39.545984-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-20 18:16:39.545987-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-20 18:16:39.546492-0400 localhost kernel[0]: (Lilu) WhateverGreen init: @ (DBG) WhateverGreen bootstrap DBG-152-2021-07-17
2021-07-20 18:16:39.546502-0400 localhost kernel[0]: (Lilu) WhateverGreen rad: @ (DBG) not enabling CAIL_DisableDrmdmaPowerGating
2021-07-20 18:16:39.546505-0400 localhost kernel[0]: (Lilu) WhateverGreen rad: @ (DBG) not enabling CAIL_DisableGfxCGPowerGating
2021-07-20 18:16:39.546508-0400 localhost kernel[0]: (Lilu) WhateverGreen rad: @ (DBG) not enabling CAIL_DisableUVDPowerGating
2021-07-20 18:16:39.546510-0400 localhost kernel[0]: (Lilu) WhateverGreen rad: @ (DBG) not enabling CAIL_DisableVCEPowerGating
2021-07-20 18:16:39.546513-0400 localhost kernel[0]: (Lilu) WhateverGreen rad: @ (DBG) not enabling CAIL_DisableDynamicGfxMGPowerGating
2021-07-20 18:16:39.546516-0400 localhost kernel[0]: (Lilu) WhateverGreen rad: @ (DBG) not enabling CAIL_DisableGmcPowerGating
2021-07-20 18:16:39.546519-0400 localhost kernel[0]: (Lilu) WhateverGreen rad: @ (DBG) not enabling CAIL_DisableAcpPowerGating
2021-07-20 18:16:39.546521-0400 localhost kernel[0]: (Lilu) WhateverGreen rad: @ (DBG) not enabling CAIL_DisableSAMUPowerGating
2021-07-20 18:16:42.185124-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) non-apple-fw proceeding with devprops 1
2021-07-20 18:16:42.185134-0400 localhost kernel[0]: (Lilu) WhateverGreen iokit: @ (DBG) getOSData device-id has 412 value
2021-07-20 18:16:42.185138-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) IGPU has real 0412 acpi 0412 fake 0000 and model Intel HD Graphics 4600
2021-07-20 18:16:42.185142-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) adding missing model Intel HD Graphics 4600 from autotodetect
2021-07-20 18:16:42.185146-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) found existing built-in
2021-07-20 18:16:42.185149-0400 localhost kernel[0]: (Lilu) WhateverGreen iokit: @ (DBG) getOSData applbkl was not found
2021-07-20 18:16:42.185154-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) detecting policy
2021-07-20 18:16:59.320771-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-20 18:16:59.320777-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-20 18:16:59.320785-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) platform is snb 0 and list 0xFFFFFF7F9D015400
2021-07-20 18:17:02.818662-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) patching framebufferId 0x0D220003
2021-07-20 18:17:02.818665-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) mobile: 0x00000000
2021-07-20 18:17:02.818667-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) pipeCount: 3
2021-07-20 18:17:02.818669-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) portCount: 2
2021-07-20 18:17:02.818671-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) fbMemoryCount: 3
2021-07-20 18:17:02.818673-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) stolenMemorySize: 0x04000000
2021-07-20 18:17:02.818676-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) framebufferMemorySize: 0x03000000
2021-07-20 18:17:02.818678-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) unifiedMemorySize: 0x80000000
2021-07-20 18:17:02.818682-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) patching framebufferId 0x0D220003 connector [2] busId: 0x04, pipe: 10, type: 0x00000400, flags: 0x00000010
2021-07-20 18:17:02.818686-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) patching framebufferId 0x0D220003 connector [3] busId: 0x06, pipe: 8, type: 0x00000400, flags: 0x00000010
2021-07-20 18:17:02.818690-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) patching framebufferId 0x0D220003 successful
2021-07-20 18:17:07.578511-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) failed to obtain display mode
2021-07-20 18:17:07.600578-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) failed to obtain display mode
2021-07-20 18:17:08.339031-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 1: -2147479535:0 10240:0:32
2021-07-20 18:17:08.348376-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 2: 3:8 --------RRRRRRRRGGGGGGGGBBBBBBBB 0:2560:1600
2021-07-20 18:17:08.356696-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) this display has different mode
2021-07-20 18:17:08.972002-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 1: -2147479552:0 4608:0:32
2021-07-20 18:17:08.972005-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 2: 3:8 --------RRRRRRRRGGGGGGGGBBBBBBBB 48:1080:1920
2021-07-20 18:17:08.972008-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) this display has different mode
2021-07-20 18:25:19.557478-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-20 18:25:19.557481-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-20 18:25:19.557984-0400 localhost kernel[0]: (Lilu) WhateverGreen init: @ (DBG) WhateverGreen bootstrap DBG-152-2021-07-17
2021-07-20 18:25:19.557993-0400 localhost kernel[0]: (Lilu) WhateverGreen rad: @ (DBG) not enabling CAIL_DisableDrmdmaPowerGating
2021-07-20 18:25:19.557996-0400 localhost kernel[0]: (Lilu) WhateverGreen rad: @ (DBG) not enabling CAIL_DisableGfxCGPowerGating
2021-07-20 18:25:19.557999-0400 localhost kernel[0]: (Lilu) WhateverGreen rad: @ (DBG) not enabling CAIL_DisableUVDPowerGating
2021-07-20 18:25:19.558001-0400 localhost kernel[0]: (Lilu) WhateverGreen rad: @ (DBG) not enabling CAIL_DisableVCEPowerGating
2021-07-20 18:25:19.558005-0400 localhost kernel[0]: (Lilu) WhateverGreen rad: @ (DBG) not enabling CAIL_DisableDynamicGfxMGPowerGating
2021-07-20 18:25:19.558007-0400 localhost kernel[0]: (Lilu) WhateverGreen rad: @ (DBG) not enabling CAIL_DisableGmcPowerGating
2021-07-20 18:25:19.558010-0400 localhost kernel[0]: (Lilu) WhateverGreen rad: @ (DBG) not enabling CAIL_DisableAcpPowerGating
2021-07-20 18:25:19.558013-0400 localhost kernel[0]: (Lilu) WhateverGreen rad: @ (DBG) not enabling CAIL_DisableSAMUPowerGating
2021-07-20 18:25:22.144570-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) non-apple-fw proceeding with devprops 1
2021-07-20 18:25:22.144580-0400 localhost kernel[0]: (Lilu) WhateverGreen iokit: @ (DBG) getOSData device-id has 412 value
2021-07-20 18:25:22.144583-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) IGPU has real 0412 acpi 0412 fake 0000 and model Intel HD Graphics 4600
2021-07-20 18:25:22.144587-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) adding missing model Intel HD Graphics 4600 from autotodetect
2021-07-20 18:25:22.144591-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) found existing built-in
2021-07-20 18:25:22.144594-0400 localhost kernel[0]: (Lilu) WhateverGreen iokit: @ (DBG) getOSData applbkl was not found
2021-07-20 18:25:22.144599-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) detecting policy
2021-07-20 18:25:39.074333-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-20 18:25:39.074349-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-20 18:25:39.074358-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) platform is snb 0 and list 0xFFFFFF7FA2032400
2021-07-20 18:25:42.412859-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) patching framebufferId 0x0D220003
2021-07-20 18:25:42.412863-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) mobile: 0x00000000
2021-07-20 18:25:42.412865-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) pipeCount: 3
2021-07-20 18:25:42.412867-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) portCount: 3
2021-07-20 18:25:42.412876-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) fbMemoryCount: 3
2021-07-20 18:25:42.412878-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) stolenMemorySize: 0x04000000
2021-07-20 18:25:42.412881-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) framebufferMemorySize: 0x03000000
2021-07-20 18:25:42.412883-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) unifiedMemorySize: 0x80000000
2021-07-20 18:25:42.412886-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) patching framebufferId 0x0D220003 successful
2021-07-20 18:25:49.099478-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) failed to obtain display mode
2021-07-20 18:25:49.108111-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) failed to obtain display mode
2021-07-20 18:25:49.124795-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) failed to obtain display mode
2021-07-20 18:25:52.289427-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 1: -2147479552:0 15360:0:32
2021-07-20 18:25:52.297757-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 2: 3:8 --------RRRRRRRRGGGGGGGGBBBBBBBB 0:3840:2160
2021-07-20 18:25:52.306106-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) this display has different mode
2021-07-20 18:25:52.612179-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 1: -2147479552:0 15360:0:32
2021-07-20 18:25:52.653422-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 2: 3:8 --------RRRRRRRRGGGGGGGGBBBBBBBB 0:3840:2160
2021-07-20 18:25:52.670113-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) this display has different mode
2021-07-20 18:25:55.336034-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 1: -2147479552:0 15360:0:32
2021-07-20 18:25:55.408992-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 2: 3:8 --------RRRRRRRRGGGGGGGGBBBBBBBB 0:3840:2160
2021-07-20 18:25:55.507018-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) this display has different mode
2021-07-20 18:25:56.449370-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 1: -2147479552:0 4608:0:32
2021-07-20 18:25:56.521324-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 2: 3:8 --------RRRRRRRRGGGGGGGGBBBBBBBB 48:1080:1920
2021-07-20 18:25:56.620412-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) this display has different mode
2021-07-20 18:25:56.977653-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 1: -2147479552:0 15360:0:32
2021-07-20 18:25:56.977656-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 2: 3:8 --------RRRRRRRRGGGGGGGGBBBBBBBB 0:3840:2160
2021-07-20 18:25:56.977659-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) this display has different mode
2021-07-20 18:31:39.624911-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-20 18:31:39.626260-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-20 18:32:01.164401-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-20 18:32:01.175892-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-20 18:32:01.185683-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-20 18:32:01.196511-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
IOReg pre/post data Captured after booting into configB (power-cycle config)
Boot.dump (pre) - NOTE: I renamed it boot.dump -> boot.zip so I could attach it here, it's not actually zipped, just change the file extension back to .dump. boot.zip
Cycle.dump (post; after power-cycle to enable 4k). Same as above, change extension back to .dump cycle.zip
Tons of data posted based on your suggested tests! I tried to keep it all organized and if anything is unclear let me know.
TL:DR, sanity test was a great idea! Raw connectors are working when added to the old "working" config. It seems like it's something between enable-hdmi20 -> new properties that's causing the new detection issue.
Also, if there's any other tests that I can run on my hardware that will help I'm happy to do so!
Thanks for the logs!
Yeah good to know the connectors are fine with hdmi20. All the other tests also very useful despite not giving the wanted results, its still useful to exclude things.
I will get back on exactly what the difference was between hdmi20 and the new options which are supposed to give the same results using a different method; working 4k. It's in this thread somewhere...
Will check the logs in details later, I hope it contains enough info to figure out why it works or doesn't work. I'm glad the WEG logs are working and have some decent details. Thanks for your time testing and trying things!
One thing I noticed is missing from your logs is this:
WhateverGreen igfx: @ (DBG) MPC: Changing max pixel clock from 360000000 Hz to 675000000 Hz
WhateverGreen igfx: @ (DBG) MPC: Changing max pixel clock from 270000000 Hz to 675000000 Hz
I was thinking maybe the frequency is too low, as vit9696 suggest it may be needed to crank that up. But looks like the max pixel clock isn't touched on Catalina. How silly would it be if for Catalina and earlier we need hdmi20 and for Big Sur and newer we need to use the max pixel clock + dpcd options? The latter being too new for Catalina and hdmi20 broken on Big Sur and newer. It would make a lot of sense, specially if my dummy test is to be trusted. Disabling either pixel clock or dpcd patches and my 4k resolution was gone.
I can't think of any other reason as to why they are missing in your logs. There is nothing related to MPC in your logs.
How silly would it be if for Catalina and earlier we need hdmi20 and for Big Sur and newer we need to use the max pixel clock + dpcd options? The latter being too new for Catalina and hdmi20 broken on Big Sur and newer. It would make a lot of sense, specially if my dummy test is to be trusted. Disabling either pixel clock or dpcd patches and my 4k resolution was gone.
I'm not sure how to do a facepalm emoji for myself here on GitHub, but that may just be it! I created a 'hybrid' config (calling it configC for my testing), basically the new config + enable-hdmi20 and it works fine on Catalina, log below. Meaning it boots right into 4k, no power cycle. That would mean my next test should be to update to Monterey and use configC (+new SMBIOS) to see if works there without issue. The hypothesis being that our new DPCD options should essentially 'take-over' automatically from enable-hdmi20. If it works, then would our best option be to keep both properties on the same config (i.e., new dpcd + hdmi20), then it won't matter what version of macOS users ultimately choose (and ideally, these properties won't conflict because one or the other will be disabled based on macOS version)?
Hybrid, configC (i.e., test candidate for 4k/dual working on all versions of MacOS)
Result: working!
Log:
Timestamp (process)[PID]
2021-07-19 18:42:02.638552-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-19 18:42:02.639902-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-19 18:42:30.922706-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-19 18:42:30.935410-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-19 18:42:30.945740-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-19 18:42:30.957076-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-19 18:44:08.690546-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-19 18:44:08.691895-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-19 18:44:35.766097-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-19 18:44:35.778986-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-19 18:44:35.790314-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-19 18:44:35.803042-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-19 18:49:20.629758-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-19 18:49:20.631107-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-19 18:49:45.842431-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-19 18:49:45.853549-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-19 18:49:45.862937-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-19 18:49:45.873185-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-19 18:51:18.654925-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-19 18:51:18.656275-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-19 18:51:44.129864-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-19 18:51:44.141933-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-19 18:51:44.152499-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-19 18:51:44.164513-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-19 19:11:03.674551-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-19 19:11:03.675900-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-19 19:11:30.637408-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-19 19:11:30.654461-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-19 19:11:30.664816-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-19 19:11:30.676306-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-19 19:21:39.642724-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-19 19:21:39.644075-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-19 19:22:04.962781-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-19 19:22:04.973899-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-19 19:22:04.983174-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-19 19:22:04.993532-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-19 19:25:49.644921-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-19 19:25:49.646270-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-19 19:26:15.766022-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-19 19:26:15.777859-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-19 19:26:15.788072-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-19 19:26:15.799444-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-19 19:58:48.675953-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-19 19:58:48.677302-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-19 19:59:15.218613-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-19 19:59:15.230626-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-19 19:59:15.241421-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-19 19:59:15.253186-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-19 20:03:57.663766-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-19 20:03:57.665114-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-19 20:04:22.804138-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-19 20:04:22.815225-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-19 20:04:22.824603-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-19 20:04:22.835019-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-20 12:20:32.659463-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-20 12:20:32.660812-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-20 12:20:58.725522-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-20 12:20:58.737027-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-20 12:20:58.746870-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-20 12:20:58.758403-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-20 12:30:32.688794-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-20 12:30:32.690143-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-20 12:31:34.251558-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-20 12:31:34.263925-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-20 12:42:31.501340-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-20 12:42:31.501343-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-20 12:42:31.501845-0400 localhost kernel[0]: (Lilu) WhateverGreen init: @ (DBG) WhateverGreen bootstrap DBG-152-2021-07-17
2021-07-20 12:42:31.501856-0400 localhost kernel[0]: (Lilu) WhateverGreen rad: @ (DBG) not enabling CAIL_DisableDrmdmaPowerGating
2021-07-20 12:42:31.501858-0400 localhost kernel[0]: (Lilu) WhateverGreen rad: @ (DBG) not enabling CAIL_DisableGfxCGPowerGating
2021-07-20 12:42:31.501861-0400 localhost kernel[0]: (Lilu) WhateverGreen rad: @ (DBG) not enabling CAIL_DisableUVDPowerGating
2021-07-20 12:42:31.501864-0400 localhost kernel[0]: (Lilu) WhateverGreen rad: @ (DBG) not enabling CAIL_DisableVCEPowerGating
2021-07-20 12:42:31.501867-0400 localhost kernel[0]: (Lilu) WhateverGreen rad: @ (DBG) not enabling CAIL_DisableDynamicGfxMGPowerGating
2021-07-20 12:42:31.501870-0400 localhost kernel[0]: (Lilu) WhateverGreen rad: @ (DBG) not enabling CAIL_DisableGmcPowerGating
2021-07-20 12:42:31.501872-0400 localhost kernel[0]: (Lilu) WhateverGreen rad: @ (DBG) not enabling CAIL_DisableAcpPowerGating
2021-07-20 12:42:31.501875-0400 localhost kernel[0]: (Lilu) WhateverGreen rad: @ (DBG) not enabling CAIL_DisableSAMUPowerGating
2021-07-20 12:42:34.115554-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) non-apple-fw proceeding with devprops 1
2021-07-20 12:42:34.115564-0400 localhost kernel[0]: (Lilu) WhateverGreen iokit: @ (DBG) getOSData device-id has 412 value
2021-07-20 12:42:34.115567-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) IGPU has real 0412 acpi 0412 fake 0000 and model Intel HD Graphics 4600
2021-07-20 12:42:34.115571-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) adding missing model Intel HD Graphics 4600 from autotodetect
2021-07-20 12:42:34.115575-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) found existing built-in
2021-07-20 12:42:34.115578-0400 localhost kernel[0]: (Lilu) WhateverGreen iokit: @ (DBG) getOSData applbkl was not found
2021-07-20 12:42:34.115582-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) detecting policy
2021-07-20 12:42:34.115584-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) no external gpus
2021-07-20 12:42:50.789795-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-20 12:42:50.789801-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-20 12:42:50.789809-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) platform is snb 0 and list 0xFFFFFF7F8BC15400
2021-07-20 12:42:54.364452-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) patching framebufferId 0x0D220003
2021-07-20 12:42:54.364455-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) mobile: 0x00000000
2021-07-20 12:42:54.364457-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) pipeCount: 3
2021-07-20 12:42:54.364459-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) portCount: 3
2021-07-20 12:42:54.364461-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) fbMemoryCount: 3
2021-07-20 12:42:54.364463-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) stolenMemorySize: 0x04000000
2021-07-20 12:42:54.364466-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) framebufferMemorySize: 0x03000000
2021-07-20 12:42:54.364468-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) unifiedMemorySize: 0x80000000
2021-07-20 12:42:54.364471-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) patching framebufferId 0x0D220003 successful
2021-07-20 12:42:59.146030-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) failed to obtain display mode
2021-07-20 12:42:59.161346-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) failed to obtain display mode
2021-07-20 12:42:59.169697-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) failed to obtain display mode
2021-07-20 12:43:05.644870-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 1: -2147479552:0 15360:0:32
2021-07-20 12:43:05.717940-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 2: 3:8 --------RRRRRRRRGGGGGGGGBBBBBBBB 0:3840:2160
2021-07-20 12:43:05.816083-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) this display has different mode
2021-07-20 12:43:05.886998-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 1: -2147479552:0 15360:0:32
2021-07-20 12:43:05.958132-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 2: 3:8 --------RRRRRRRRGGGGGGGGBBBBBBBB 0:3840:2160
2021-07-20 12:43:06.056283-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) this display has different mode
2021-07-20 12:43:08.005473-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 1: -2147479552:0 15360:0:32
2021-07-20 12:43:08.078552-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 2: 3:8 --------RRRRRRRRGGGGGGGGBBBBBBBB 0:3840:2160
2021-07-20 12:43:08.176691-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) this display has different mode
2021-07-20 12:43:08.788033-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 1: -2147479552:0 4608:0:32
2021-07-20 12:43:08.860052-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 2: 3:8 --------RRRRRRRRGGGGGGGGBBBBBBBB 48:1080:1920
2021-07-20 12:43:08.868404-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) this display has different mode
2021-07-20 12:43:09.513281-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 1: -2147479552:0 15360:0:32
2021-07-20 12:43:09.513284-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 2: 3:8 --------RRRRRRRRGGGGGGGGBBBBBBBB 0:3840:2160
2021-07-20 12:43:09.513293-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) this display has different mode
2021-07-20 12:53:50.977922-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 1: -2147479552:0 15360:0:32
2021-07-20 12:53:50.977925-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 2: 3:8 --------RRRRRRRRGGGGGGGGBBBBBBBB 0:3840:2160
2021-07-20 12:53:50.977929-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) this display has different mode
2021-07-20 12:54:13.637989-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-20 12:54:13.639338-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-20 12:54:35.844065-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-20 12:54:35.855457-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-20 12:54:35.865131-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-20 12:54:35.875879-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-20 18:08:17.659924-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-20 18:08:17.661273-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-20 18:08:41.488771-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-20 18:08:41.500615-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-20 18:08:41.510916-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-20 18:08:41.522878-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-20 18:16:39.545984-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-20 18:16:39.545987-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-20 18:16:39.546492-0400 localhost kernel[0]: (Lilu) WhateverGreen init: @ (DBG) WhateverGreen bootstrap DBG-152-2021-07-17
2021-07-20 18:16:39.546502-0400 localhost kernel[0]: (Lilu) WhateverGreen rad: @ (DBG) not enabling CAIL_DisableDrmdmaPowerGating
2021-07-20 18:16:39.546505-0400 localhost kernel[0]: (Lilu) WhateverGreen rad: @ (DBG) not enabling CAIL_DisableGfxCGPowerGating
2021-07-20 18:16:39.546508-0400 localhost kernel[0]: (Lilu) WhateverGreen rad: @ (DBG) not enabling CAIL_DisableUVDPowerGating
2021-07-20 18:16:39.546510-0400 localhost kernel[0]: (Lilu) WhateverGreen rad: @ (DBG) not enabling CAIL_DisableVCEPowerGating
2021-07-20 18:16:39.546513-0400 localhost kernel[0]: (Lilu) WhateverGreen rad: @ (DBG) not enabling CAIL_DisableDynamicGfxMGPowerGating
2021-07-20 18:16:39.546516-0400 localhost kernel[0]: (Lilu) WhateverGreen rad: @ (DBG) not enabling CAIL_DisableGmcPowerGating
2021-07-20 18:16:39.546519-0400 localhost kernel[0]: (Lilu) WhateverGreen rad: @ (DBG) not enabling CAIL_DisableAcpPowerGating
2021-07-20 18:16:39.546521-0400 localhost kernel[0]: (Lilu) WhateverGreen rad: @ (DBG) not enabling CAIL_DisableSAMUPowerGating
2021-07-20 18:16:42.185124-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) non-apple-fw proceeding with devprops 1
2021-07-20 18:16:42.185134-0400 localhost kernel[0]: (Lilu) WhateverGreen iokit: @ (DBG) getOSData device-id has 412 value
2021-07-20 18:16:42.185138-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) IGPU has real 0412 acpi 0412 fake 0000 and model Intel HD Graphics 4600
2021-07-20 18:16:42.185142-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) adding missing model Intel HD Graphics 4600 from autotodetect
2021-07-20 18:16:42.185146-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) found existing built-in
2021-07-20 18:16:42.185149-0400 localhost kernel[0]: (Lilu) WhateverGreen iokit: @ (DBG) getOSData applbkl was not found
2021-07-20 18:16:42.185154-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) detecting policy
2021-07-20 18:16:59.320771-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-20 18:16:59.320777-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-20 18:16:59.320785-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) platform is snb 0 and list 0xFFFFFF7F9D015400
2021-07-20 18:17:02.818662-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) patching framebufferId 0x0D220003
2021-07-20 18:17:02.818665-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) mobile: 0x00000000
2021-07-20 18:17:02.818667-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) pipeCount: 3
2021-07-20 18:17:02.818669-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) portCount: 2
2021-07-20 18:17:02.818671-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) fbMemoryCount: 3
2021-07-20 18:17:02.818673-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) stolenMemorySize: 0x04000000
2021-07-20 18:17:02.818676-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) framebufferMemorySize: 0x03000000
2021-07-20 18:17:02.818678-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) unifiedMemorySize: 0x80000000
2021-07-20 18:17:02.818682-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) patching framebufferId 0x0D220003 connector [2] busId: 0x04, pipe: 10, type: 0x00000400, flags: 0x00000010
2021-07-20 18:17:02.818686-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) patching framebufferId 0x0D220003 connector [3] busId: 0x06, pipe: 8, type: 0x00000400, flags: 0x00000010
2021-07-20 18:17:02.818690-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) patching framebufferId 0x0D220003 successful
2021-07-20 18:17:07.578511-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) failed to obtain display mode
2021-07-20 18:17:07.600578-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) failed to obtain display mode
2021-07-20 18:17:08.339031-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 1: -2147479535:0 10240:0:32
2021-07-20 18:17:08.348376-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 2: 3:8 --------RRRRRRRRGGGGGGGGBBBBBBBB 0:2560:1600
2021-07-20 18:17:08.356696-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) this display has different mode
2021-07-20 18:17:08.972002-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 1: -2147479552:0 4608:0:32
2021-07-20 18:17:08.972005-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 2: 3:8 --------RRRRRRRRGGGGGGGGBBBBBBBB 48:1080:1920
2021-07-20 18:17:08.972008-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) this display has different mode
2021-07-20 18:25:19.557478-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-20 18:25:19.557481-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-20 18:25:19.557984-0400 localhost kernel[0]: (Lilu) WhateverGreen init: @ (DBG) WhateverGreen bootstrap DBG-152-2021-07-17
2021-07-20 18:25:19.557993-0400 localhost kernel[0]: (Lilu) WhateverGreen rad: @ (DBG) not enabling CAIL_DisableDrmdmaPowerGating
2021-07-20 18:25:19.557996-0400 localhost kernel[0]: (Lilu) WhateverGreen rad: @ (DBG) not enabling CAIL_DisableGfxCGPowerGating
2021-07-20 18:25:19.557999-0400 localhost kernel[0]: (Lilu) WhateverGreen rad: @ (DBG) not enabling CAIL_DisableUVDPowerGating
2021-07-20 18:25:19.558001-0400 localhost kernel[0]: (Lilu) WhateverGreen rad: @ (DBG) not enabling CAIL_DisableVCEPowerGating
2021-07-20 18:25:19.558005-0400 localhost kernel[0]: (Lilu) WhateverGreen rad: @ (DBG) not enabling CAIL_DisableDynamicGfxMGPowerGating
2021-07-20 18:25:19.558007-0400 localhost kernel[0]: (Lilu) WhateverGreen rad: @ (DBG) not enabling CAIL_DisableGmcPowerGating
2021-07-20 18:25:19.558010-0400 localhost kernel[0]: (Lilu) WhateverGreen rad: @ (DBG) not enabling CAIL_DisableAcpPowerGating
2021-07-20 18:25:19.558013-0400 localhost kernel[0]: (Lilu) WhateverGreen rad: @ (DBG) not enabling CAIL_DisableSAMUPowerGating
2021-07-20 18:25:22.144570-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) non-apple-fw proceeding with devprops 1
2021-07-20 18:25:22.144580-0400 localhost kernel[0]: (Lilu) WhateverGreen iokit: @ (DBG) getOSData device-id has 412 value
2021-07-20 18:25:22.144583-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) IGPU has real 0412 acpi 0412 fake 0000 and model Intel HD Graphics 4600
2021-07-20 18:25:22.144587-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) adding missing model Intel HD Graphics 4600 from autotodetect
2021-07-20 18:25:22.144591-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) found existing built-in
2021-07-20 18:25:22.144594-0400 localhost kernel[0]: (Lilu) WhateverGreen iokit: @ (DBG) getOSData applbkl was not found
2021-07-20 18:25:22.144599-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) detecting policy
2021-07-20 18:25:39.074333-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-20 18:25:39.074349-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-20 18:25:39.074358-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) platform is snb 0 and list 0xFFFFFF7FA2032400
2021-07-20 18:25:42.412859-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) patching framebufferId 0x0D220003
2021-07-20 18:25:42.412863-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) mobile: 0x00000000
2021-07-20 18:25:42.412865-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) pipeCount: 3
2021-07-20 18:25:42.412867-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) portCount: 3
2021-07-20 18:25:42.412876-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) fbMemoryCount: 3
2021-07-20 18:25:42.412878-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) stolenMemorySize: 0x04000000
2021-07-20 18:25:42.412881-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) framebufferMemorySize: 0x03000000
2021-07-20 18:25:42.412883-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) unifiedMemorySize: 0x80000000
2021-07-20 18:25:42.412886-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ (DBG) patching framebufferId 0x0D220003 successful
2021-07-20 18:25:49.099478-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) failed to obtain display mode
2021-07-20 18:25:49.108111-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) failed to obtain display mode
2021-07-20 18:25:49.124795-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) failed to obtain display mode
2021-07-20 18:25:52.289427-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 1: -2147479552:0 15360:0:32
2021-07-20 18:25:52.297757-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 2: 3:8 --------RRRRRRRRGGGGGGGGBBBBBBBB 0:3840:2160
2021-07-20 18:25:52.306106-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) this display has different mode
2021-07-20 18:25:52.612179-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 1: -2147479552:0 15360:0:32
2021-07-20 18:25:52.653422-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 2: 3:8 --------RRRRRRRRGGGGGGGGBBBBBBBB 0:3840:2160
2021-07-20 18:25:52.670113-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) this display has different mode
2021-07-20 18:25:55.336034-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 1: -2147479552:0 15360:0:32
2021-07-20 18:25:55.408992-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 2: 3:8 --------RRRRRRRRGGGGGGGGBBBBBBBB 0:3840:2160
2021-07-20 18:25:55.507018-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) this display has different mode
2021-07-20 18:25:56.449370-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 1: -2147479552:0 4608:0:32
2021-07-20 18:25:56.521324-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 2: 3:8 --------RRRRRRRRGGGGGGGGBBBBBBBB 48:1080:1920
2021-07-20 18:25:56.620412-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) this display has different mode
2021-07-20 18:25:56.977653-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 1: -2147479552:0 15360:0:32
2021-07-20 18:25:56.977656-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) fb info 2: 3:8 --------RRRRRRRRGGGGGGGGBBBBBBBB 0:3840:2160
2021-07-20 18:25:56.977659-0400 localhost kernel[0]: (Lilu) WhateverGreen weg: @ (DBG) this display has different mode
2021-07-20 18:31:39.624911-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-20 18:31:39.626260-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-20 18:32:01.164401-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-20 18:32:01.175892-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-20 18:32:01.185683-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-20 18:32:01.196511-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-21 08:04:27.683017-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-21 08:04:27.684366-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-21 08:04:50.173386-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-21 08:04:50.187224-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-21 08:04:50.198945-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-21 08:04:50.210840-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
2021-07-21 08:12:25.657638-0400 localhost kernel[0]: calling mpo_policy_init for Lilu
2021-07-21 08:12:25.658987-0400 localhost kernel[0]: Security policy loaded: Lilu Kernel Extension 1.5.4 (Lilu)
2021-07-21 08:12:48.614290-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN31AppleIntelFramebufferController7ReadAUXEP21AppleIntelFramebufferjtPvP21AppleIntelDisplayPath, err 2
2021-07-21 08:12:48.627250-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ MLR: [CFL-] Failed to route functions.
2021-07-21 08:12:48.638409-0400 localhost kernel[0]: (Lilu) Lilu patcher: @ failed to solve __ZN21AppleIntelFramebuffer16getDisplayStatusEP21AppleIntelDisplayPath, err 2
2021-07-21 08:12:48.651171-0400 localhost kernel[0]: (Lilu) WhateverGreen igfx: @ FOD: Failed to route the function getDisplayStatus.
Wow nice, looking very promising indeed!
I'm also curious how it will for you in Monterey/Big Sur.
We can just leave hdmi20 in there zero'd out and for anyone on Catalina that has broken 4k can just enable it. I'd like to leave it off by default as hdmi20 can cause forced logouts/crashes under very specific loads (mainly in Avid software). I could reproduce it on my NUCs but didn't try on the Dells. It may not be a problem here but it is a known issue that will not be fixed so best top prevent it as I would guess most people will want to run Monterey soon.
I do wonder what's producing all the failures and such but they seem not to cause any problems and exist in both your working ad semi-working logs. All the 3 letters mean something but there's no list and some aren't as easy to figure out as the missing MPC ones (Max Pixel Clock, I guess). But it might be interesting to look into some and what's causing them.
I don't get those entries in Big Sur and Monterey on mine, didn't try in Catalina. I made a mistake by making a backup of my Catalina on a spinning disk and it is just so painful to restore it that I keep putting it off. I might try a clean install at some point though. Clean installs of everything following my own guide using all 3 SMBIOS.
Even though cryptic we get a lot of info from these logs. I might try and make a list of all the 3 letter abbreviations at some point, if nothing exists already.
Downloaded WEG source and digging in those now. Lot of interesting comments in the code and the code itself also helpful in finding what actually produces the log entries.
MPC = max pixel clock MLR = max link rate fix FOD = force online display
Your errors are generated by the last two, maybe cuz it doesn't properly work on Catalina for max clock rate and force-online producing them for I dunno. We know both don't cause issues, maybe DP monitors don't like/need force-online. I'm thinking of disabling that one and just add a section to the troubleshooting section to enable it if a screen stays off after wake.
Alright, I'm using the latest stable EFI, I disabled the force-online property, and otherwise left all else the same. I've updated my serials and the SMBIOS in 2 lines within my USBkext plist. Is there anything else I need to change to update directly from within Catalina (I'm going to enrol in the beta, then just update from within the system)? I looked at the Monterey issues but didn't see anything obvious there, but I vaguely recall some discussion that something had to be changed for one of the betas !
Minor issue updating serials/SMBIOS, for some reason the current published EFI was giving me problems, so I just updated the serials in my working test EFI. I also added a quick troubleshoot on iCloud to the readme (and created a pull). Sorry for the panicked comment previously, I deleted it and typing now on my "Mac mini". Next step upgrading to Monterey.
One brief observation, with enable-hdmi20 enabled (on Catalina) and force-online disabled, my second monitor is showing up as an external monitor in displays (not 'iMac'). The main 4k monitor still shows as Built-in Retina Display. But the force-online might have been the culprit for screwing up that second monitor.
Someone reported 4k/60hz works using the new config and an active DP -> hdmi converter. This would imply the hdmi20 replacement options do work on real screens too and I can use my dummy in future testing. Hopefully it also works on your screen.
And we're back! Monterey finally installed (USB installer + grey screen error [fixed], and some other randomness).
Booted into 1440p, required power cycle to enable 4k (like before) with the following deviceproperties. This was fixed earlier by re-enabling enable-hdmi20 I believe but have to look back through the notes. A few things I'll play around with (force online currently disabled. Edit: tested re-enabling enable-hdmi20 out of curiosity, no effect this time (not a surprise, just figured it was the easiest thing to rule out first).
What grey screen issues?
I would enable logging again and see what happens during boot and when you power cycle the screen. I would also try the higher dpcd setting.
Maybe this is a WEG bug? I don’t know. Find it hard to wrap my head around what the power cycle does that’s different from normal boot.
What grey screen issues?
Sorry that was unclear - when booting from the Monterey installer USB, it went to a grey screen and never loaded the installer prompts. This was fixed by changing the prev-lang:kbd back to data and setting it to an empty data field.
I would enable logging again and see what happens during boot and when you power cycle the screen. I would also try the higher dpcd setting.
I'll start testing again. Earlier on Catalina I was testing different Framebuffer DCPD settings with the new EFI. The new DCPD settings worked but a strange thing happened where it would boot into not-4k, but 4k would be enabled after a monitor power cycle. The option for 4k/scaling then "appeared" in Displays in Catalina. At the time I dumped a bunch of ioreg and boot logs. Eventually we were able to fix the power cycle issue on Catalina by re-enabling enable-hdmi20 on Catalina. We theorized that the DCPD settings were "too new" to be working on Catalina but might "take over" from enable-hdmi20 which would then be "too old" ot work on Monterey. Relevant post above
I'll enable logging again and see what happens as well as test some of the other variables like higher rate, force online, etc. that might now be "active" with Monterey!
I wonder what triggers this grey screen. In the current config that field is set as data and kept empty. The guide also said this is fine. Not sure how come you didn't have that yet if your EFI is based of the last stuff on the repo. I changed it after someone else ran into it. I could not reproduce it but it seems a known issue with a known fix, but no known cause as far as I could tell. Either way anyone using the latest EFI should be fine.
Yeah its best to do the login again cuz that at least shows what's going on. I could see on mine that it did set the frequencies and such. I would assume that also happens on yours. I would first try setting the dpcd to the highest setting, change 14 to 1E. It will set the highest possible rate and will fall back if it fails. Then there is manual adjust of the pixel clock override. vit9696 suggested it may be needed to increase this from the default.
WhateverGreen igfx: @ (DBG) MPC: Changing max pixel clock from 360000000 Hz to 675000000 Hz
WhateverGreen igfx: @ (DBG) MPC: Changing max pixel clock from 270000000 Hz to 675000000 Hz
The MPC fix does double the speeds. I still find it curious the ports are not setup the same, but that could be due to Dell being bad. I also wonder if the iGPU power management settings Dell hides can help but thats al long shot and shouldn't be needed. I also started looking into the clock speeds and those shouldn't be too hard to modify, though it may require a binary patch with WEG which I rather not do but it is at leasts possible to patch the actual frame buffer kexts manually. At least the patch isn't applied to the actual binary but to the Info.plist inside the AGPM kext responsible for these clocks.
Thinking about how to log the power cycle in Monterey as Lilu/WEG don't write anything to the normal logs, I couldn't find them and had to enable Lilu dumping the logs after 30 seconds, which wouldn't include a power cycle. The only way I can think of is to set that dump time to 5 minutes and do the power cycle and then check the log it made. There will be more noise in it but I dunno how else to do it.
I'm leaning towards a WEG bug where it doesn't detect or initialises screen at boot. A power cycle or re-plug fixes it, which means it does detect it correctly then. Not sure if force-online will help, that only fixes screens not waking up as far as I know. Either way finding what changes before and after you power cycle in logs and IOreg is the way forward.
It could also be related to your screen and how it talks to the machine (try swapping ports too). Maybe there are some settings inside the screen that could help? Just popped in my head. Anyways, I'll wait for logs so we know what's happening and what actually changes before and after a power cycle. I'd also wonder how others with similar issues fixed it and what the cause was. I could only a find a few with resolution problems that got fixes with a power cycle. Some where tv's not computer monitors. Not enough to go on and many people make stupid mistakes that caused their issues but they won't admit and update their posts making their information more like misinformation. I know I been guilty of that too when starting out lol.
It could also be related to your screen and how it talks to the machine (try swapping ports too).
Well, speaking of overcomplicating things - swapping ports totally fixes detection. I moved the 4k monitor to the port closest to the VGA port (lowest DP port in vertical orientation). Come to think of it, this was exactly what we had to do when we first got 4k working originally! I'll still proceed with tests, in particular setting the max clock speed. The fact that it's working as expected on one port but not the other, and that the MCP/max pixel clock speeds are different per port may account for this. The only downside to this physical configuration is that the startup (Dell/Bios/OC picker) shows on the vertically oriented secondary screen but the orientation of the text isn't changed (so it shows up sideways). Not a big deal if left to run/boot automatically, but may be if folks use a graphical picker. May also be more of a problem if folks are using dual 4k (I can't test that). However, there's still plenty of things to test + logs and it should be fixable, but it's less urgent now that 4k and dual are working more or less normally on Monterey.
Summary
The detection thing might be a WEG bug. The ports are identical. If you only use the 4k screen does 4k work on both ports?
Rotation should work but if you can exclude your previous fixes we can answer it for sure. Maybe it is possible to swap around (with UEFI edits or bios hacking) which display is the main when two are connected. But that is a work around that should be used last if detection can't be fixed. It should detect the screen properly the first time and not require a power cycle or different port as both ports are identical.
If 4k and detection works fine in both ports when only the 4k screen is connected but only works in dual screen when a certain port is used for the 4k screen that would imply an issue either in the config or detection. Since it fixes itself on a power cycle, forcing it to the detection again my bet is on a bug. The ports are setup identically and correctly as far as I can tell.
Gonna need logs and clear description of this and maybe open a bug report for WEG. Cuz it should detect that screen properly the first time. If WEG is responsible for it that is. I think it does do something in there going by the previous logs.
A display showing as internal/external I file under cosmetic as it doesn't impede or influence the functionality as far as I'm aware. This should be controlled but flags and other "black hole" stuff.
While I'm interested I'm not going to dedicated too much time figuring out why the flags don't work properly to set internal/external screens. It is too convoluted and too many things regarding flags (especially anything beyond the first bit) are completely unknown even to the people who know this stuff inside out. There are also way too many possibilities when you include the other bits in the flags that have no documentation at all and still do things too.
Maybe there's a way to apply some cosmetic patches to always make any connected display show as external.
Back with some quick tests and a working fix:
Tl;DR Fix - Swapped the con all-data so that con0 starts 03060800
and con1 starts 02050A00
. Result: macOS detects 4k automatically on boot with one or both monitors used in any port (i.e., fully working as expected). This config also allows the 4k monitor to be the 'boot' monitor, when plugged into the topmost port (i.e., Dell, startup, and OC picker appear on monitor plugged into top-port when using dual monitors; useful if second monitor is rotated).
Clearer description of the problem:
Workarounds:
Fix:
framebuffer-con0-alldata
was 02050A00 00040000 10000000
, now 03060800 00040000 10000000
framebuffer-con1-alldata
was 03060800 00040000 10000000
, now 02050A00 00040000 10000000
Still todo:
Awesome progress!
4k monitor now works alone in either port and is detected properly in dual on either port
Can't get much better than that. I'm glad the solution was rather easy though not easy t find other than messing around and experiment. I don't think I could've done this with my little dummy, it's too tricky and I don't fully trust it. You got a proper 4k screen on a real DP connection. I'll just re-do my basic dual 1080p testing where one or both screens use hdmi conversion.
I'll try those values right now and if they work here and don't cause issues which I don't expect I'll update the config. I'm also happy it isn't a WEG bug cuz I would thin kit might be hard to fix this kind of stuff but Im not a programmer so I'm just guessing haha.
Really happy with this progress, we don't fully now what we're doing but still manage to get things done without asking for outside help. I like that, very educational too. Rotation will be a fun one to play around with. I do find it ciruoous that even with a Mac mini SMBIOS which has no internal screen things are still elected as internal even with the (hopefully) correct flags indicating internal/external screen.
Please don't apologise, I'm too pragmatic sometimes and with the other stuff not sorted it wasn't really important to fix but now with your progress why not try and get as close to "perfection" as possible 😅
I'm going to do some reboots and quick tests!
Some quick test results:
I'm pretty sure I saw my machine pop-up in my VNC client with all of the above so nothing panics or crashes. Will double check to make sure.
I'm intrigued these small changes seems to have completely broken any hdmi from working. It works up to the point where it switches to the graphical interface. Also odd that my DP monitor only works on one port. Specially since your 4k screen works in both ports stand-alone. Does your DP 1080p screen work on both ports for you?
You change doesn't do anything drastic, it swaps the ports and bus-id only. I will try with the bus-id left as it was and the other way around too. I did cycle thought all the possible bus-id combinations but I'm limited by h/w in my testing ability here.
To swap them out in a different way we could try to leave the all-data as is and change con0 to con1 and con1 to con0. Those are software indexes and maybe more flexible?
With only the first bit swapped I can use my DP screen on both ports again.
con0 = 02060800
con1 = 03050A00
I haven't tried dual screen and stand-alone hdmi yet. And I don't know if this will break anything 4k related. I will also try swapping just the con's. There must be a configuration that works for everything, bummed out somehow hdmi completely broke cuz it was looking so promising. Be right back again.
Interestingly when I did my dual screen testing it only worked with my DP screen connected to the bottom port. I tried it again on a different hdmi monitor and I got a panic using the current repo config while in mirror mode. This didn't happen with the other screen combination, both using the same DP -> hdmi cable.
The panic log is a red herring imho, the kernel crashes due to a failed assertion (content_filter.c). I will do the same with the other screen that worked before. Can't be that it stopped working with no changes in the config. I need my sanity check haha.
I go and connect the other screen that worked when I did my testing and of course it still worked, extended and mirror. I shut down and plug back the monitor that caused the panic to see if it happens again but nope. So it must have been cause by me plugging in the screen without power cycling the machine. DisplayPort is know for these kind of things but yikes lol.
Both hdmi screens work in dual display as long as there is 1 DP monitor connected to the bottom port. My sanity check is completed haha. I was really baffled there but I guess from here on out I will power cycle when swapping cables/displays. Now I can resume where I was before, just had to do a sanity check.
I'm not sure which port is the boss, for me dual screen breaks if I use the top port with the DP monitor.
No rotation options for me on either display with the current repo's config, forgot to check that earlier. Both do show as internal. I'll try to get those to show first. I need to think on why hdmi breaks with your config, at least we know it can work and at worst some more config editing may be needed for those with dual screen setups.
Maybe there's another way to fix the detection thing. Maybe something ACPI hack or user land tool that forces re-detection during or right after booting up. I still think WEG or whatever is doing this detection should detect it correctly the first time.
I did search Apple's own forums on it and found some users reporting similar issues on their MacBooks, they had to power cycle external screens after boot before the correct resolution was used. In some threads people said Apple knows about this and was working on a fix. These were posts from 2019 or 2020 I think. Might be fixed, might not be fixed, might be a total red herring.
Rotation options return with CNUknownFlag_10
disabled. When disabled on both connectors dual screen stops working surprisingly its the DP display that stays black. I'll play around with the flags some more cuz with that flag disabled hotplug events cause a crash or panic. It would be nice to be able to keep that one enabled. Not essential though.
To swap them out in a different way we could try to leave the all-data as is and change con0 to con1 and con1 to con0. Those are software indexes and maybe more flexible?
Quick test:
framebuffer-con0-alldata
and framebuffer-con1-alldata
) also accomplished the same thing (working 4k on boot with 4k in top port).Just notice I think made a typo in my earlier post, in my actual config I have:
03040A00 00040000 10000000
noting on the second byte I have 04 not 05. Maybe try with 04 and see if that gets rid of the weirdness?
With only the first bit swapped I can use my DP screen on both ports again.
con0 = 02060800 con1 = 03050A00
I haven't tried dual screen and stand-alone hdmi yet. And I don't know if this will break anything 4k related. I will also try swapping just the con's. There must be a configuration that works for everything, bummed out somehow hdmi completely broke cuz it was looking so promising. Be right back again.
Ohh, if switching con0/con1 solves it then that might be the way to go. I will check if that breaks anything here.
Haha, so I may have tested with the wrong values if there's a typo. I tested with 02050A00
not 02040A00
which might explain it as bus-id for hdmi is more fiddly, DP worked for me with any of the allowed DP bus-ids.
Quick test:
So for DP monitors, either swapping the first byte (02/03) or swapping con0/con1 seems to provide the same working result (i.e., fixed).
Yeah that also does the same, interesting it matters for monitor detection, a good thing to know!
I can't reboot to test it right now cuz macOS will update itself to beta 4 it just downloaded once I do. I'd assume swapping them like that doesn't matter for (my) basic usage. I just need one DP screen connected for dual 1080p screen to work. With single 1080p screens DP and hdmi work fine
Beta 4 installed fine from the App Store, thats a first for me. It didn't work from beta 1 to 2 and from beta 2 to 3. Everything works fine. I was deep diving in the frame buffer drivers and Apple's iGPU power management trying to figure out how the clock speeds work.
Which I know now, but changing them proves rather difficult as my patches/edits don't seem to get applied when done from OpenCore. Directly pathing things with a binary patch might work but will depend on Apple not changing those which is always a gamble and not preferred.
Not sure what I could test or experiment with in regards to 4k/hdmi/dp today. I'm trying to find some old screen with DP so I can test dual DP and such. Seems DP is easier to get going as its less picky about what bus-id its on and such.
Beta 4 installed fine for me from App Store as well! Basically, I've just kept the connectors switched on my end (so 4k can be plugged into the top physical DP position) and it's been working fine with both monitors DP->DP (fine meaning 4k is detected automatically, and the boot screens show up on the 4k as the primary monitor). It looks like that connector swap was giving you some issues with different combos (e.g., HDMI vs., DP) though, so I'm not sure what the optimal fix here would be!
Config.plist for testing Big Sur 4k/60 compatibility. Tested on Catalina and 4k/60 working with the DeviceProperties in this branch. Please don't merge, requires stability testing and Big Sur testing but I figured this would be the easiest way for folks to test/review.
Additions to DeviceProperties:
Removed:
No changes to previous FrameBuffer settings (e.g., IDs, fbmem, etc.)