Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daliansky/xiaomi-pro-hackintosh
XiaoMi NoteBook Pro Hackintosh
https://github.com/daliansky/xiaomi-pro-hackintosh
hackintosh macos xiaomi
Last synced: 5 days ago
JSON representation
XiaoMi NoteBook Pro Hackintosh
- Host: GitHub
- URL: https://github.com/daliansky/xiaomi-pro-hackintosh
- Owner: daliansky
- License: 0bsd
- Created: 2017-10-15T01:55:09.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2024-10-08T18:36:26.000Z (3 months ago)
- Last Synced: 2024-10-29T15:38:25.630Z (about 2 months ago)
- Topics: hackintosh, macos, xiaomi
- Language: ASL
- Homepage:
- Size: 76.4 MB
- Stars: 2,611
- Watchers: 110
- Forks: 471
- Open Issues: 117
-
Metadata Files:
- Readme: Docs/README_${MODEL}.txt
- Changelog: Changelog.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
By Steve
Because Xiaomi-Pro ${MODEL} has a slightly different DSDT from Xiaomi-Pro's, SSDT-LGPA needs to be modified to fit with Xiaomi-Pro ${MODEL}.
1. If you are using Windows or other OS, please ignore all the files start with ._
IF YOU ARE A CLOVER USER:
2a. Open the EFI release pack, go to EFI/CLOVER/ACPI/patched/, and delete SSDT-LGPA.aml3a. Copy SSDT-LGPA${MODEL_PREFIX}.aml and paste it to the folder in the second step
IF YOU ARE AN OC USER:
2b. Open the EFI release pack, go to EFI/OC/ACPI/ and delete SSDT-LGPA.aml3b. Copy SSDT-LGPA${MODEL_PREFIX}.aml and paste it to the folder in the second step
4. Open EFI/OC/config.plist of the release pack and find the following code:
Comment
Brightness key, pair with LGPA rename
Enabled
Path
SSDT-LGPA.aml
Comment
Brightness key for ${MODEL}, pair with LGPA rename
Enabled
Path
SSDT-LGPA${MODEL_PREFIX}.aml
Change to:
Comment
Brightness key, pair with LGPA rename
Enabled
Path
SSDT-LGPA.aml
Comment
Brightness key for ${MODEL}, pair with LGPA rename
Enabled
Path
SSDT-LGPA${MODEL_PREFIX}.aml
Done and enjoy your EFI folder for ${MODEL}!