Sometimes screen is black after sleep. Try remove com.apple.PowerManager* in /Librarys/Preferences
Change from VoodooTSSync.kext to CpuTscSync.kext and set boot flag darkwake=0 to fix crash while long sleep.
I known how to implement Quiet After Typing. The trackpad works as expect.
The Bluetooth kexts cause slow boot and Wifi issues on Catalina. Remove it and update others before update to Catalina 10.15
This laptop has a buggy DSDT, so trackpad cannot use Interupt mode. I tried to use Polling mode. Thanks to @EmotionalLove who implements Polling mode for VoodooI2CSynaptics.kext. Link here
Thanks to @tctien342 who found it.
- Use below command to fix headphone noise after sleep. After run command, replug headphone.
hda-verb 0x19 SET_PIN_WIDGET_CONTROL 0x25
Try to use UsbPort for fix crash when waking up.
Remove UsbInjectAll + SMCLightSensor kextAdd UsbPort kext (use Hackintosh to generate)Add DSDT patch (use Hackintosh to generate)
Note: Restart while plugged USB + sleep is persistent on Windows 10. It is seem DSDT bug.
Patch _Q11 (Brightness down) + _Q12(Brightness up) to change brightness from keyboard
Use NoTouchID to fix slow/buggy when show enter password dialog (authentication).
Link: NoTouchId
Custom Usb inject all
to fix immediately wake up after sleeping.
Change Webcam and Bluetooth to type Internal (255).
Patch USB3 _PRW 0x6D Skylake if need
Use kext VoodooTSCSync
to fix laggy after waking up.
Link: Rehabman version
Disable dGPU for fix black screen + shutdown when sleeping. Use Rehadman guide.