ellie

Results 62 comments of ellie

It may be just me in particular, as I run OpenCore, but this patch should probably be integrated in.

@kvn1351 Emailed you back. For anyone else trying to run OpenCore, this is my OC folder which works for me. [OC.zip](https://github.com/gnodipac886/MatebookXPro-hackintosh/files/4157182/OC.zip)

@kvn1351 Oops. I forgot what a variable was for a hot second, and I was using CLID as a pseudo-one. I've updated the patch above to reflect that.

I tried to make it into a SSDT, try this. ``` DefinitionBlock ("", "SSDT", 2, "hack", "_LID", 0x0) { External (ADBG, MethodObj) External (SGOV, MethodObj) External (ALSD, DeviceObj) External (_SB.PCI0.LPCB.EC0,...

_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 GPIO state of...

LDC has the same problem (spikes up to 7 GB before running into an OOM): ![Screen-Shot-2021-12-08-12-39-55](https://user-images.githubusercontent.com/15710074/145256733-a20854e0-006b-4bf6-8a67-88d1435d0445.png) Disabling the unittests under `version (mir_test)` fixes this, but this problem is a huge...

OK. I need to do some more research on this (I found the algorithm you're talking about, though).

I've started on some work on this here: https://github.com/hatf0/partiql_jdbc. Currently there's a *lot* of functionality missing (and it currently only builds via ~~Maven~~gradle, subject to change), however, it's definitely functional...

I have a feeling that we should probably hook in the IWL power state functionality into IOKit...