kvn1351
kvn1351
Solved in: https://github.com/Pyroh/Fluor/issues/54#issuecomment-1167610289
I can confirm that the error doesn't exist in the current master (113dc50e3af0f5a51196275b17860ee65836bcf2). `Version 2.1.54 (b6a7760c)` `Python 3.9.7 Qt 6.3.1 PyQt 6.3.1`
> It may be just me in particular, as I run OpenCore, but this patch should probably be integrated in. Unrelated: May you send me a copy of your OC...
> On battery, I've noticed that the console is filled with clamshell updates > `PMRD: clamshell closed 0, disabled 0, desktopMode 0, ac 0 sleepDisabled 0` > which pins the...
Ok so I have read the relevant parts of the [ACPI documentation](https://uefi.org/sites/default/files/resources/ACPI_6_2.pdf) and [the one from Intel](https://01.org/sites/default/files/documentation/acpi_igd_opregion_spec_0.pdf) and I don't really understand why you've done this bit here: ` If...
So, once again I have to state that I'm a complete noob when it comes to this but according to my current understanding of ACPI, the following ssdt would yield...
Also, I can confirm that the very same logs appear with Clover as I tested yesterday. But I didn't notice any CPU spiked as you mentioned. I didn't perform any...
> _XQ81 would most likely to be renamed, I did not think of that. > > As well, the _OLD would not remain `One`. By calling _LID, it queries the...
``` DefinitionBlock ("", "SSDT", 2, "hack", "_LID", 0x00000000) { External (_SB_.LID_, DeviceObj) External (_SB_.LID_._LID, MethodObj) // 0 Arguments External (_SB_.PCI0.LPCB.EC0_, DeviceObj) External (ADBG, MethodObj) // 1 Arguments External (ALSD, DeviceObj)...
The issue still persists with your dsdt mod and even by patching out Q81 completely. I have now tied it down to being VirtualSMC causing the issue - or enabling...