SkillAgentSearch skills...

WhateverGreen

Various patches necessary for certain ATI/AMD/Intel/Nvidia GPUs

Install / Use

/learn @acidanthera/WhateverGreen
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

WhateverGreen

Build Status Scan Status

Lilu plugin providing patches to select GPUs on macOS. Requires Lilu 1.5.6 or newer.

Features

  • Fixes boot to black screen on AMD and NVIDIA
  • Fixes sleep wake to black screen on AMD
  • Fixes boot screen distortion in certain cases
  • Fixes transmitter/encoder in autodetected connectors for multimonitor support (-raddvi)
  • Fixes HD 7730/7750/7770/R7 250/R7 250X initialisation (radpg=15)
  • Allows tuning of aty_config, aty_properties, cail_properties via ACPI
  • Allows enforcing 24-bit mode on unsupported displays (-rad24)
  • Allows booting without video acceleration (-radvesa)
  • Allows automatically setting GPU model name or providing it manually for RadeonFramebuffer
  • Allows specifying custom connectors via device properties for RadeonFramebuffer
  • Allows tuning autodetected connector priority via device properties (HD 7xxx or newer)
  • Fixes an issue in AppleGraphicsDevicePolicy.kext so that we could use a MacPro6,1 board-id/model combination, without the usual hang with a black screen. Patching AppleGraphicsDevicePolicy.kext
  • Modifies macOS to recognize NVIDIA's web drivers as platform binaries. This resolves the issue with transparent windows without content, which appear for applications that use Metal and have Library Validation enabled. Common affected applications are iBooks and Little Snitch Network Monitor, though this patch is universal and fixes them all. NVWebDriverLibValFix
  • Injects IOVARendererID into GPU properties (required for Shiki-based solution for non-freezing Intel and/or any discrete GPU)
  • For Intel HD digital audio HDMI, DP, Digital DVI (Patches connector-type DP -> HDMI)
  • Fixes NVIDIA GPU interface stuttering on 10.13 (official and web drivers)
  • Fixes the kernel panic caused by an invalid link rate reported by DPCD on some laptops with Intel IGPU.
  • Fixes the infinite loop on establishing Intel HDMI connections with a higher pixel clock rate on Skylake, Kaby Lake and Coffee Lake platforms.
  • Implements the driver support for onboard LSPCON chips to enable DisplayPort to HDMI 2.0 output on some platforms with Intel IGPU.
  • Enforces complete modeset on non-built-in displays on Kaby Lake and newer to fix booting to black screen.
  • Allows non-supported cards to use HW video encoder (-radcodec)
  • Fixes choppy video playback on Intel Kaby Lake and newer.
  • Fixes black screen on Intel HD since 10.15.5.
  • Adds workaround for rare force wake timeout panics on Intel KBL and CFL.
  • Supports all valid Core Display Clock (CDCLK) freqencies on Intel ICL platforms.
  • Fixes the kernel panic caused by an incorrectly calculated amount of DVMT pre-allocated memory on Intel ICL platforms.
  • Makes brightness transitions smoother on Intel IVB+ platforms.
  • Fixes the short period garbled screen issue after the system boots on Intel ICL platforms.
  • Fixes the PWM backlight control of the built-in display that is directly wired to AMD Radeon RX 5000 series graphic cards.
  • Fixes the freeze during iGPU initialization that may occur on certain laptops such as Chromebooks on macOS 10.15 and later.

Documentation

Read FAQs and avoid asking any questions. No support is provided for the time being.

Boot arguments

Global

| Boot argument | DeviceProperties | Description | |--- |--- |--- | | -cdfon | enable-hdmi20 | Enable HDMI 2.0 patches on iGPU and dGPU (Not implemented for macOS 11+) | | -wegbeta | N/A | Enable WhateverGreen on unsupported macOS versions (26 and below are enabled by default) | | -wegdbg | N/A | Enable debug printing (available in DEBUG binaries) | | -wegoff | N/A | Disable WhateverGreen |

Switch GPU

| Boot argument | DeviceProperties | Description | |--- |--- |--- | | -wegnoegpu | disable-gpu property to each GFX0 | Disable all external GPUs | | -wegnoigpu | disable-gpu property to IGPU | Disable internal GPU | | -wegswitchgpu | switch-to-external-gpu property to IGPU | Disable internal GPU when external GPU is installed |

AMD Radeon

| Boot argument | DeviceProperties | Description | |--- |--- |--- | | -rad24 | N/A | Enforce 24-bit display mode | | -radcodec | N/A | Force the spoofed PID to be used in AMDRadeonVADriver | | -raddvi | N/A | Enable DVI transmitter correction (required for 290X, 370, etc.) | | -radvesa | N/A | Disable ATI/AMD video acceleration completely | | radpg=15 | N/A | Disable several power-gating modes (see FAQ Radeon, required for Cape Verde GPUs: Radeon HD 7730/7750/7770/R7 250/R7 250X) |

Board-id

| Boot argument | DeviceProperties | Description | |--- |--- |--- | | agdpmod=ignore | agdpmod property to external GPU | Disables AGDP patches (vit9696,pikera value is implicit default for external GPUs) | | agdpmod=pikera | agdpmod property to external GPU | Replaces board-id with board-ix | | agdpmod=vit9696 | agdpmod property to external GPU | Disable check for board-id |

Nvidia

| Boot argument | DeviceProperties | Description | |--- |--- |--- | | -ngfxdbg | N/A | Enable NVIDIA driver error logging | | ngfxcompat=1 | force-compat | Ignore compatibility check in NVDAStartupWeb | | ngfxgl=1 | disable-metal | Disable Metal support on NVIDIA | | ngfxsubmit=0 | disable-gfx-submit | Disable interface stuttering fix on 10.13 |

Intel HD Graphics

| Boot argument | DeviceProperties | Description | |--- |--- |--- | | -igfxblr | enable-backlight-registers-fix property on IGPU | Fix backlight registers on KBL, CFL and ICL platforms | | -igfxbls | enable-backlight-smoother property on IGPU | Make brightness transitions smoother on IVB+ platforms. Read the manual | | -igfxblt | enable-backlight-registers-alternative-fix property on IGPU | An alternative to the Backlight Registers Fix and make Backlight Smoother work on KBL/CFL platforms running macOS 13.4 or later. Read the manual | | -igfxcdc | enable-cdclk-frequency-fix property on IGPU | Support all valid Core Display Clock (CDCLK) frequencies on ICL platforms. Read the manual | | -igfxdbeo | enable-dbuf-early-optimizer property on IGPU | Fix the Display Data Buffer (DBUF) issues on ICL+ platforms. Read the manual | | -igfxdump | N/A | Dump IGPU framebuffer kext to /var/log/AppleIntelFramebuffer_X_Y (available in DEBUG binaries) | | -igfxdvmt | enable-dvmt-calc-fix property on IGPU | Fix the kernel panic caused by an incorrectly calculated amount of DVMT pre-allocated memory on Intel ICL platforms | | -igfxfbdump | N/A | Dump native and patched framebuffer table to ioreg at IOService:/IOResources/WhateverGreen | | -igfxhdmidivs | enable-hdmi-dividers-fix property on IGPU | Fix the infinite loop on establishing Intel HDMI connections with a higher pixel clock rate on SKL, KBL and CFL platforms | | -igfxi2cdbg | N/A | Enable verbose output in I2C-over-AUX transactions (only for debugging purposes) | | -igfxlspcon | enable-lspcon-support property on IGPU | Enable the driver support for onboard LSPCON chips.<br> Read the manual | | -igfxmlr | enable-dpcd-max-link-rate-fix property on IGPU | Apply the maximum link rate fix | | -igfxmpc | enable-max-pixel-clock-override and max-pixel-clock-frequency properties on IGPU | Increase max pixel clock (as an alternative to patching CoreDisplay.framework | | -igfxnohdmi | disable-hdmi-patches | Disable DP to HDMI conversion patches for digital sound | | -igfxnotelemetryload | disable-telemetry-load property on IGPU | Disables iGPU telemetry loading that may cause a freeze during startup on certain laptops such as Chromebooks | -igfxsklaskbl | N/A | Enforce Kaby Lake (KBL) graphics kext being loaded and used on Skylake models (KBL device-id and ig-platform-id are required. Not required on macOS 13 and above) | | -igfxtypec | N/A | Force DP connectivity for Type-C platforms | | -igfxvesa | N/A | Disable Intel Graphics acceleration | | igfxagdc=0 | disable-agdc property on IGPU | Disable AGDC | | igfxfcms=1 | complete-modeset property on IGPU | Force complete modeset on Skylake or Apple firmwares | | igfxfcmsfbs= | complete-modeset-framebuffers property on IGPU | Specify indices of connectors for which complete modeset must be enforced. Each index is a byte in a 64-bit word; for example, value 0x010203 specifies connectors 1, 2, 3. If a connector is not in the list, the driver's logic is used to determine whether complete modeset is needed. Pass -1 to disable. | | igfxframe=frame | AAPL,ig-platform-id or AAPL,snb-platform-id property on IGPU | Inject a dedicated framebuffer identifier into IGPU (only for TESTING purposes) | | igfxfw=2 | igfxfw property on IGPU

Related Skills

View on GitHub
GitHub Stars3.4k
CategoryDevelopment
Updated14h ago
Forks650

Languages

C++

Security Score

95/100

Audited on Apr 7, 2026

No findings