WhateverGreen.kext v1.4.0是由黑苹果社区编译的黑苹果AMD/NVIDIA显卡驱动补丁,已经添加了AMD Radeon VII。在我们安装黑苹果系统的时候经常遇到显卡黑屏、花屏、睡眠黑屏等各种问题,使用WhateverGreen.kext修复AMD、NVIDIA显卡驱动补丁。使用方法很简单将你下载的WhateverGreen.kext放到clover引导下载的EFI-Clover-kexts-Other即可,同时支持最新的macOS Catalina 10.15。最新版本为:v1.4.0。
驱动截图
小编看到很多黑苹果童鞋更新到macOS Catalina 10.15.1黑屏其实是WhateverGreen没有使用最新版本,凡是安装macOS Catalina 10.15.1小编全部建议使用或升级到WhateverGreen v1.3.4版本,防止安装黑苹果10.15.1黑屏,RX560、RX570、RX580、RX590、vega56、vega64、Radeon VII等所有AMD显卡请在Boot-Arguments下添加上agdpmod=pikera参数,包含最新的RX5700XT、RX5700即可解决黑苹果10.15.1黑屏或花屏。
- <dict>
- <key>Boot</key>
- <dict>
- <key>Arguments</key>
- <string>agdpmod=pikera</string>
- </dict>
- </dict>
- </plist>
驱动启动参数
- -wegdbg 启用调试打印(在DEBUG二进制文件中可用)。
- -wegoff 禁用WhateverGreen。
- -wegbeta 在不支持的操作系统版本上启用WhateverGreen(默认情况下启用10.13及更低版本)。
- -wegnoegpu 禁用外部GPU(或向IGPU添加disable-external-gpu属性)
- -radvesa 完全禁用ATI / AMD视频加速。
- -igfxvesa 在没有硬件加速的情况下启动Intel图形(VESA模式)。
- -rad24 强制执行24位显示模式。
- -raddvi 启用DVI发射机校正(290X,370等所需)。
- radpg = 15 可禁用多种电源门控模式(请参阅佛得角GPU所需的常见问题解答)。
- agdpmod = cfgmap 强制none进入系统板ID的ConfigMap字典
- agdpmod = vit9696 禁用check-board for board-id,默认启用
- agdpmod = pikera 用board-ix替换board-id
- ngfxgl = 1 引导参数(和disable-metal属性)以禁用NVIDIA上的Metal支持
- ngfxcompat = 1 引导参数(和force-compat属性)忽略NVDAStartupWeb中的兼容性检查
- ngfxsubmit = 0 引导参数禁用10.13上的接口口吃修复
- igfxrst = 1 更喜欢在第二启动阶段绘制Apple徽标而不是帧缓冲复制。
- igfxframe =frame 将专用帧缓冲区标识符注入IGPU的帧(仅用于测试目的)。
- igfxsnb = 0 禁用Sandy Bridge CPU的IntelAccelerator名称修复。
- igfxgl = 0 禁用Intel上的Metal支持。
- -igfxnohdmi 禁用数字声音的DP到HDMI转换补丁。
- -cdfoff 禁用HDMI 2.0补丁。
更新内容
- 添加了0x3EA6、0x8A53、0x9BC4、0x9BC5、0x9BC8 IGPU设备ID
- 固定<
framebuffer-conX-alldata
补丁回归 - 将
disable-hdmi-patches
设备属性别名添加到-igfxnohdmi
- Added
igfxdumpdelay
boot argument to delay-igfxdump
in ms - Partially fix ICL framebuffer patching
- Add support to injecting
Force_Load_FalconSMUFW
from OpenCore - Disabled automatic enabling of GVA for Polaris on 10.13 and lower
- Replaced -radnogva argument with radgva=0/1 to force GVA for Polaris
- Added
wegtree=1
boot argument (rebuild-device-tree
property) to force device renaming on Apple FW
- Added igfxfw=2 boot argument and igfxfw IGPU property to load Apple GuC firmware
- Added igfxpavp=1 boot argument (and igfxpavp property) to force enable PAVP output
- Added igfxfcms=1 boot argument (and complete-modeset property) on Skylake and Apple
Improved performance with Lilu 1.4.3 APIs - Added -igfxfbdbg boot argument to debug IGPU framebuffer (debug builds only)
- Added igfxagdc=0 boot argument and disable-agdc IGPU property to disable AGDC
- Added igfxonln=1 boot argument and force-online IGPU property force online status for all displays
- Added igfxonlnfbs=MASK boot argument and force-online-framebuffers IGPU property to override display status
- Added Lilu 1.4.0 support, which is now the minimum supported version
- Dropped legacy boot arguments (
-shikigva
,-shikifps
) - Fixed handling
agdpmod
GPU property (in IGPUs and in conjunction with boot-arg) - Added
-wegtree
boot argument to force device renaming - Fixed FairPlay DRM playback patches on 10.15
- Added
shikigva
andshiki-id
aliases in IORegistry - Added
applbkl
aliases to IORegistry (data, 32-bit) - Added
applbkl-name
andapplbkl-data
IORegistry data keys to provide custom backlight data - Fixed applying CoreFP patches on Apple firmware, when they are not needed
- Added
shikigva=16
(repurposed) property to use AMD hardware DRM decoder in select apps - Added
shikigva=128
(repurposed) property to use hardware decoder for FairPlay 1.0 (can be used asshikigva=144
) - Do not disable DRM patches when
shikigva
is used even on Apple hardware for MacPro5,1 support
- Added support for disabled AppleGraphicsDevicePolicy in AMD drivers on 10.15.1
- Added basic support for
-radcfg
and-radgl
on AMD Navi GPUs
- Rework backlight panel info injection to fix Mac issues
- Added more GPUs for detection
- Enable IGPU graphics kernel panic workaround on 10.14.4+ on SKL
- Fixed an issue that LSPCON driver fails to set the mode after the adapter power is off, i.e. sleep/wake up cycle.
- Unified release archive names
- Enforce complete IGPU modeset on Kaby Lake and newer (overridable by igfxfcmsfbs bootarg or
complete-modeset-framebuffers device property) - Disable VRAM testing on AMD GPUs on 10.14.4+ (based on vladie's patch)
相关推荐
1、黑苹果常见的必备驱动以及破解驱动补丁介绍:https://osx.cx/heipingguo-kext-patch.html
2、OpenCore引导驱动方法:将xxx.kext驱动下载后放入到EFI-OC-kexts,使用OpenCore Configurator打开config.plist并在Kernel-内核设置中添加xxx.kext并勾上,重启电脑!即可!
3、CLOVER引导使用方法:将xxx.kext驱动放入EFI-CLOVER-kexts-Other下即可,然后重启电脑!
4、黑苹果macOS Sonoma 14系统驱动博通网卡教程:https://osx.cx/macos-sonoma-14-drive-broadcom.html
5、黑苹果驱动RX6650XT/RX6950XT方法:https://osx.cx/rx6950xt-rx6650xt-install-hackintosh.html
4706F
登录回复
谢谢分享
4705F
登录回复
感谢分享!
4704F
登录回复
学习学习
4703F
登录回复
感谢分享!
4702F
登录回复
计划
4701F
登录回复
感谢,下来试试。