Skip to content

Releases: acidanthera/WhateverGreen

1.2.6

28 Dec 10:33
Compare
Choose a tag to compare

v1.2.6

  • Added applbkl=0 boot argument to termporarily disable AppleBacklight 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

21 Dec 10:57
Compare
Choose a tag to compare

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 and enable-cfl-backlight-fix property to fix CFL backlight
  • Added max backlight frequency override via max-backlight-freq IGPU property on CFL
  • Added framebuffer-camellia and framebuffer-flags patching
  • Added AppleBacklight patching code (based on AppleBacklightFixup by hieplpvip)
  • 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

30 Oct 11:06
Compare
Choose a tag to compare

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

21 Sep 16:43
Compare
Choose a tag to compare

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

11 Sep 10:26
1341887
Compare
Choose a tag to compare

v1.2.2

  • Added framebuffer-conX-alldata IGPU patch support
  • Fixed automatic frame selection with -wegnoegpu boot-arg or disable-external-gpu IGPU property (Lilu 1.2.7 or newer)

1.2.1

13 Aug 11:03
Compare
Choose a tag to compare

v1.2.1

  • Added -wegnoegpu boot-arg and disable-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 or enable-hdmi20 IGPU/GFX0 property to enable

1.2.0

19 Jul 12:58
Compare
Choose a tag to compare

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

30 Mar 07:50
Compare
Choose a tag to compare

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

1.1.6

09 Mar 13:14
Compare
Choose a tag to compare

v1.1.6

  • Ensure proper GFX0 and HDAU renaming

1.1.5

12 Feb 08:59
Compare
Choose a tag to compare

v1.1.5

  • Added more GPU models to automatic detection (including new names from 10.13.4)
  • Added automatic CFG_USE_AGDC disabling to avoid constant issues with 4K display sleep and broken HDMI/DP ports