Scott
Scott
HibernationFixup.kext + clover里面的StrictHibernate无法开机,必须将根目录里的NVRAM.plist删掉才可启动。现在有可用的休眠配置方案吗?
I could be doing it wrong but the core display patch does not seem to be working for High Sierra. Will there be any update/fix for this?
Hi. I just started reading the source code and I encountered this `enum` where all the `kPS2M` values are stored. I wonder if and how these `int` values are transcoded...
I think I've found a workaround for this. The conflict is in this code in AppleSmartBattery.cpp: ```cpp bool AppleSmartBattery::pollBatteryState(int path) { // ... fProvider->getBatterySTA(); if (fBatteryPresent) { if (fUseBatteryExtendedInformation) fProvider->getBatteryBIX();...
Before I switched to VoodooHDA for the sleeping issues, I used AppleHDA patches and CodecCommander.kext, not knowing if my laptop would wake up successfully. After the switch I accidentally forgot...