黑蘋果相關資源


必要驅動工具集:

Clover Bootloader最新版本下載: https://github.com/Dids/clover-builder/releases
AppleALC音頻驅動:https://github.com/acidanthera/AppleALC/releases
LiLu最新版:https://github.com/acidanthera/Lilu/releases
Whatever最新版(已經合並了WhateverGreen,IntelGraphicsFixup,NvidiaGraphicsFixup,Shiki和CoreDisplayFixup):https://github.com/acidanthera/WhateverGreen/releases

次要驅動:

wifi補丁AirportBrcmFixup:https://github.com/acidanthera/AirportBrcmFixup/releases
HibernationFixup(解決某些情況下休眠黑屏):https://github.com/acidanthera/HibernationFixup/releases
Shiki(視頻播放支持和硬件視頻加速,已整合在Whatever):https://github.com/acidanthera/Shiki
IntelGraphicsDVMTFixup :

輔助工具集:

MaciASL:https://github.com/acidanthera/MaciASL/releases

1.如何安裝驅動kexts ?

  • 使用Kext Beast, Kext Wizard, Kext Utility等軟件安裝(但不推薦),如果安裝錯誤了,需要:
sudo rm -rf /Library/Extensions/xxx.kext
sudo rm -rf /System/Library/Extensions/xxx.kext
  • 推薦自行命令行安裝(10.11.x之后的系統,kexts只需要安裝到/L/E目錄):
sudo cp -r xxx.kext  /Library/Extension/

重建驅動緩存:

sudo kextcache -i /

2.關於多系統安裝(通常win 10 + OS X)

  • OS X 需要GPT,如果Windows是基於legacy安裝的,需要轉換到UEFI/GPT(OS X和Windows處於一個硬盤)
  • OS X 不兼容MSR分區,必須刪除GPT中的MSR分區
  • OS X 需要大於200mb的EFI分區

3.關於集成顯卡DVMT-prealloc容量設置

補充指南:


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM