1. 程式人生 > >黑蘋果相關資源

黑蘋果相關資源

必要驅動工具集:

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容量設定

  • 首先通過BIOS設定,調整DVMT容量以保證kext驅動正常
  • 對於部分BIOS限制32mb的情況,需要自行新增framebuffer(幀緩衝補丁):
    https://www.tonymacx86.com/threads/...lensize-patch-with-32mb-dvmt-prealloc.221506/

補充指南: