Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.aml

3a. 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.aml

3b. 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}!