Releases: acidanthera/WhateverGreen
Releases · acidanthera/WhateverGreen
1.2.8
1.2.7
v1.2.7
- Added more IGPU device-ids to detected list
1.2.6
v1.2.6
- Added
applbkl=0
boot argument to termporarily disableAppleBacklight
patching code - Fixed AMD Verde CAIL injection logic
- Fixed breaking backlight on Apple hardware, on laptops with AMD GPUs, and on 10.11 or earlier
- Changed CFL backlight patches to enable by default on CFL drivers only (avoids issues with faux "KBL" 8xxx CPUs)
1.2.5
WARNING: AMD Verde GPUs may have issues booting without d35ea6d. 1.2.6 hotfix release will follow.
v1.2.5
- Added support for specifying
agpmod
in external GPU properties - Added fatal error on
agpmod=cfgmap
on 10.14 and newer, which had no effect since 10.13.4 - Added
igfxcflbklt
boot argument andenable-cfl-backlight-fix
property to fix CFL backlight - Added max backlight frequency override via
max-backlight-freq
IGPU property on CFL - Added
framebuffer-camellia
andframebuffer-flags
patching - Added
AppleBacklight
patching code (based onAppleBacklightFixup
byhieplpvip
) - Added NVIDIA HDMI enabling code for firmwares that disable it by default (thanks @Fraxul)
- Enabled CFL backlight patches by default on laptops with CFL graphics
- Fixed SNB IGPU HDMI automatic patching
- Fix multiple AMD GPU support improperly handling configuration properties
1.2.4
v1.2.4
- Added platform list dumping to ioreg (at IOService:/IOResources/WhateverGreen), debug build only with -igfxfbdump
- Fixed 10.14.1 IGPU KBL/CFL support without external GPU
- Fixed warning about legacy processors (e.g. Xeon)
- Fixed the support for providing custom names on
Radeon RX
models
1.2.3
v1.2.3
- Added
framebuffer-cursormem
IGPU patch support (Haswell specific) - Added
framebuffer-conX-XXXXXXXX-alldata
IGPU patch support (platform-id specific conX-alldata) - Changed AGDP patch defaults to vit+pikera patch
- Fixed semantic patches for Coffee Lake when it pretends to be Kaby
1.2.2
v1.2.2
- Added
framebuffer-conX-alldata
IGPU patch support - Fixed automatic frame selection with
-wegnoegpu
boot-arg ordisable-external-gpu
IGPU property (Lilu 1.2.7 or newer)
1.2.1
v1.2.1
- Added
-wegnoegpu
boot-arg anddisable-external-gpu
IGPU property to kill external GPU - Fixed IGPU framebuffer patches (requires Lilu 1.2.6)
- Fixed
-shikioff
not working (note,-liluuseroff
may be more handy) - Fixed loading on 10.8 and 10.9
- Fixed device property reading for AMD CAIL overrides
- Recovered GuC loading for internal usage (do NOT use, causes freezes and crashes)
- Disabled HDMI 2.0 by default, use
-cdfon
boot-arg orenable-hdmi20
IGPU/GFX0 property to enable
1.2.0
v1.2.0
- Merged GPU kexts into one (AMD, Intel, NVIDIA) including H/W acceleration (Shiki)
- Added binary and structural Intel framebuffer patches (thx to headkaze)
- Added Intel CFL support
- Fixed certain AMD multimonitor issues
- Enabled 10.14 support by default
1.1.7
v1.1.7
- Added
-radgl
boot argument to disable Metal support - Disabled a few more unnecessary patches for 10.13.4
In order to boot with -radgl
you may need to set the defaults:
sudo defaults write /Library/Preferences/com.apple.CoreDisplay useMetal -boolean no
sudo defaults write /Library/Preferences/com.apple.CoreDisplay useIOP -boolean no