OpenCore-T460/README.md

35 lines
814 B
Markdown
Raw Normal View History

2023-01-17 05:33:44 +01:00
# macOS Monterey OpenCore config for Lenovo T460
- Tested with macOS Monterey 12.6.2
Working features:
- WiFi (with the default intel card)
- Audio (incl. boot chime)
- Trackpad (incl gestures)
- Everything else I tested
2023-01-17 05:37:09 +01:00
Sleep guide:
```
sudo pmset -c standby 1
sudo pmset -c hibernatemode 0
sudo pmset -b standby 1
sudo pmset -b standbydelayhigh 900
sudo pmset -b standbydelaylow 60
sudo pmset -b hibernatemode 25
sudo pmset -b highstandbythreshold 70
sudo pmset -a acwake 0
sudo pmset -a lidwake 1
sudo pmset -a powernap 0
```
If you need to restore defaults run:
```
sudo pmset restoredefaults
```
2023-01-17 05:33:44 +01:00
Known issues:
- Bluetooth
Credits:
- ACPI patch files from https://github.com/MSzturc/Lenovo-T460-OpenCore/tree/master/ACPI
2023-01-17 05:37:09 +01:00
- Sleep guide from https://github.com/simprecicchiani/ThinkPad-T460s-macOS-OpenCore