This repository has been archived by the owner on Aug 3, 2018. It is now read-only.
IntelGraphicsFixup is now part of WhateverGreen, please use it instead.
v1.2.7
- Add
igfxgl=1
boot argument (anddisable-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