Specification | Information |
---|---|
Processor | 2.3 GHz Intel Core i5 6-Core (10th Gen) |
Integrated Graphics | Intel HD Graphics 630 |
Memory | 16GB of 2666 MHz DDR4 RAM |
Storage | Samsung 240 Nvme Sata |
Wireless Card | Intel AX210 Dual Band + Bluetooth |
Bootloader | OpenCore |
Bootloader Version | v0.9.6 |
Follow the Guide ->
: Here
- QE/CI Intel HD Graphics 630
- Power Management
- Sleep, Shutdown, Restart
- Audio Speaker & Earphone
- Wifi, Ethernet, bluetooth
Help Fix Screen Sleep, run these commands on your terminal
sudo pmset autopoweroff 0 sudo pmset powernap 0 sudo pmset standby 0 sudo pmset proximitywake 0 sudo pmset tcpkeepalive 0
This will do 5 things for us:
Disables
autopoweroff: This is a form of hibernationDisables
powernap: Used to periodically wake the machine for network, and updates(but not the display)Disables
standby: Used as a time period between sleep and going into hibernationDisables
wake from iPhone/Watch: Specifically when your iPhone or Apple Watch come near, the machine will wakeDisables
TCP Keep Alive mechanism to prevent wake ups every 2 hours
I made a comprehensive guide (at least on my opinion), Youtube: litemint09