{"id":15036392,"url":"https://github.com/daliansky/xiaomi-pro-hackintosh","last_synced_at":"2025-05-14T01:06:07.906Z","repository":{"id":37251183,"uuid":"106976253","full_name":"daliansky/XiaoMi-Pro-Hackintosh","owner":"daliansky","description":"XiaoMi NoteBook Pro Hackintosh","archived":false,"fork":false,"pushed_at":"2025-04-09T21:17:23.000Z","size":80215,"stargazers_count":2638,"open_issues_count":117,"forks_count":477,"subscribers_count":109,"default_branch":"main","last_synced_at":"2025-04-09T22:24:10.876Z","etag":null,"topics":["hackintosh","macos","xiaomi"],"latest_commit_sha":null,"homepage":"","language":"ASL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"0bsd","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/daliansky.png","metadata":{"files":{"readme":"Docs/README_${MODEL}.txt","changelog":"Changelog.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-10-15T01:55:09.000Z","updated_at":"2025-04-09T21:17:27.000Z","dependencies_parsed_at":"2024-01-13T13:20:47.107Z","dependency_job_id":"9efeb6c8-85d3-45b0-a513-2a1803e2c0f6","html_url":"https://github.com/daliansky/XiaoMi-Pro-Hackintosh","commit_stats":null,"previous_names":[],"tags_count":64,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daliansky%2FXiaoMi-Pro-Hackintosh","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daliansky%2FXiaoMi-Pro-Hackintosh/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daliansky%2FXiaoMi-Pro-Hackintosh/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daliansky%2FXiaoMi-Pro-Hackintosh/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/daliansky","download_url":"https://codeload.github.com/daliansky/XiaoMi-Pro-Hackintosh/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248268180,"owners_count":21075528,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["hackintosh","macos","xiaomi"],"created_at":"2024-09-24T20:31:01.113Z","updated_at":"2025-04-10T18:10:31.826Z","avatar_url":"https://github.com/daliansky.png","language":"ASL","funding_links":[],"categories":[],"sub_categories":[],"readme":"By Steve\n\nBecause Xiaomi-Pro ${MODEL} has a slightly different DSDT from Xiaomi-Pro's, SSDT-LGPA needs to be modified to fit with Xiaomi-Pro ${MODEL}.\n\n1. If you are using Windows or other OS, please ignore all the files start with ._\n\nIF YOU ARE A CLOVER USER:\n  2a. Open the EFI release pack, go to EFI/CLOVER/ACPI/patched/, and delete SSDT-LGPA.aml\n\n  3a. Copy SSDT-LGPA${MODEL_PREFIX}.aml and paste it to the folder in the second step\n\nIF YOU ARE AN OC USER:\n  2b. Open the EFI release pack, go to EFI/OC/ACPI/ and delete SSDT-LGPA.aml\n\n  3b. Copy SSDT-LGPA${MODEL_PREFIX}.aml and paste it to the folder in the second step\n\n  4. Open EFI/OC/config.plist of the release pack and find the following code:\n  \u003cdict\u003e\n  \t\u003ckey\u003eComment\u003c/key\u003e\n\t\u003cstring\u003eBrightness key, pair with LGPA rename\u003c/string\u003e\n\t\u003ckey\u003eEnabled\u003c/key\u003e\n\t\u003ctrue/\u003e\n\t\u003ckey\u003ePath\u003c/key\u003e\n\t\u003cstring\u003eSSDT-LGPA.aml\u003c/string\u003e\n  \u003c/dict\u003e\n  \u003cdict\u003e\n\t\u003ckey\u003eComment\u003c/key\u003e\n\t\u003cstring\u003eBrightness key for ${MODEL}, pair with LGPA rename\u003c/string\u003e\n\t\u003ckey\u003eEnabled\u003c/key\u003e\n\t\u003cfalse/\u003e\n\t\u003ckey\u003ePath\u003c/key\u003e\n\t\u003cstring\u003eSSDT-LGPA${MODEL_PREFIX}.aml\u003c/string\u003e\n  \u003c/dict\u003e\n\n  Change to:\n\n  \u003cdict\u003e\n\t\u003ckey\u003eComment\u003c/key\u003e\n\t\u003cstring\u003eBrightness key, pair with LGPA rename\u003c/string\u003e\n\t\u003ckey\u003eEnabled\u003c/key\u003e\n\t\u003cfalse/\u003e\n\t\u003ckey\u003ePath\u003c/key\u003e\n\t\u003cstring\u003eSSDT-LGPA.aml\u003c/string\u003e\n  \u003c/dict\u003e\n  \u003cdict\u003e\n\t\u003ckey\u003eComment\u003c/key\u003e\n\t\u003cstring\u003eBrightness key for ${MODEL}, pair with LGPA rename\u003c/string\u003e\n\t\u003ckey\u003eEnabled\u003c/key\u003e\n\t\u003ctrue/\u003e\n\t\u003ckey\u003ePath\u003c/key\u003e\n\t\u003cstring\u003eSSDT-LGPA${MODEL_PREFIX}.aml\u003c/string\u003e\n  \u003c/dict\u003e\n\n\nDone and enjoy your EFI folder for ${MODEL}!","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaliansky%2Fxiaomi-pro-hackintosh","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdaliansky%2Fxiaomi-pro-hackintosh","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaliansky%2Fxiaomi-pro-hackintosh/lists"}