黑苹果相关资源


必要驱动工具集:

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