Skip to content
This repository has been archived by the owner on Aug 3, 2018. It is now read-only.

v1.2.7

Latest
Compare
Choose a tag to compare
@lvs1974 lvs1974 released this 10 Apr 15:56
· 19 commits to master since this release

IntelGraphicsFixup is now part of WhateverGreen, please use it instead.

v1.2.7

  • Add igfxgl=1 boot argument (and disable-metal property) to disable Metal support
  • Implement Gen6Accelerator with IntelAccelerator rename to fix GVA warnings (use igfxsnb=0 boot argument to disable)
  • Harden solved symbol verification to avoid panics with broken kext cache
  • Replace connector-less Sandy Bridge framebuffer for unsupported macmodels from 0x30030 to 0x50000

In order to boot with igfxgl=1 on 10.13.x 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