{"id":19283188,"url":"https://github.com/sqlsec/asus-zenbook13-ux334flc","last_synced_at":"2026-02-25T19:33:13.395Z","repository":{"id":112977061,"uuid":"466394986","full_name":"sqlsec/ASUS-ZenBook13-UX334FLC","owner":"sqlsec","description":"Hackintosh for Aaus ZenBook13 UX334FLC U3600FL 华硕 ArtOne 30周年纪念款双屏 ScreenPad 笔记本的黑苹果 OpenCore EFI 配置文件","archived":false,"fork":false,"pushed_at":"2022-03-05T08:49:23.000Z","size":33194,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-27T21:33:33.579Z","etag":null,"topics":["efi","hackintosh","opencore","screenpad"],"latest_commit_sha":null,"homepage":"","language":"ASL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sqlsec.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-03-05T08:28:01.000Z","updated_at":"2023-02-27T16:28:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"66ffdb1c-d1ca-452a-be87-7c9add109d76","html_url":"https://github.com/sqlsec/ASUS-ZenBook13-UX334FLC","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/sqlsec/ASUS-ZenBook13-UX334FLC","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlsec%2FASUS-ZenBook13-UX334FLC","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlsec%2FASUS-ZenBook13-UX334FLC/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlsec%2FASUS-ZenBook13-UX334FLC/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlsec%2FASUS-ZenBook13-UX334FLC/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sqlsec","download_url":"https://codeload.github.com/sqlsec/ASUS-ZenBook13-UX334FLC/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlsec%2FASUS-ZenBook13-UX334FLC/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29836305,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-25T19:08:47.527Z","status":"ssl_error","status_checked_at":"2026-02-25T18:59:04.705Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["efi","hackintosh","opencore","screenpad"],"created_at":"2024-11-09T21:30:04.891Z","updated_at":"2026-02-25T19:33:13.352Z","avatar_url":"https://github.com/sqlsec.png","language":"ASL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ASUS-ZenBook13-UX334FLC-U3600FL \n\n## 配置概览 \n\n| Component | Brank                                                        |\n| --------- | ------------------------------------------------------------ |\n| CPU       | intel Core i7-10510U                                         |\n| GPU       | Intel UHD Graphics 630 \\+ NVIDIA  GeForce MX250              |\n| SSD       | ~~镁光 Micron 2200 系列~~ 自带的 1TB SSD 黑苹果误解，与 IONVMeFamily 不兼容 需要自己换 SSD |\n| Display   | 友达 AUO5C2D 1920x1080 + ScreenXpert 2160x1080               |\n| SMBIOS    | MacBookPro16,3                                               |\n| WiFi      | Intel  AX201                                                 |\n\n## 驱动细节\n\n### 触控板\n\n完美支持多指手势\n\n![](imgs/1.jpg) \n\n而且工作在 GPIO 中断下：\n\n![](imgs/2.png) \n\n其他部分就没有什么好说的了，都不是很棘手。\n\n## Tips\n\n- 这套 EFI 是赶进度赶出来的，并不是最完美的，可能出现开机提示您的电脑遇到一些问题之类的提示框\n- 这套 EFI 最核心的就是触控板的 Kexts，其中 VoodooI2CHID.kext 是国光我魔改编译后的，用于解决双屏笔记本触控板触控问题\n- 实际上之前还有一个 ZenBook14 也是双屏，优化还不错的，详细可见：https://github.com/sqlsec/ASUS-ZenBook14-UX434FLC\n- 直接使用上面的 ZenBook14 EFI 也没问题，记得替换 ACPI 里面 DSDT 文化就行了（用于触控板工作在 GPIO 中断模式）\n- DSDT-Zenbook13.aml 这个文件比较大，因为这就我提取拍错后的 DSDT 文件，触控板中断代码直接在 DSDT 里面改的，你们也可以拆分单独写个 SSDT 也可以\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsqlsec%2Fasus-zenbook13-ux334flc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsqlsec%2Fasus-zenbook13-ux334flc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsqlsec%2Fasus-zenbook13-ux334flc/lists"}