Sources
- boot with the first display connected, connect the second after the login window has presented
- boot with both displays connnected, it is then necessary to reconnect the display(s)
igfxfw=2
optionally forces WEG to load Apple's graphics microcode (GuC)
Some WhateverGreen.kext
device properties not mentioned in README.md
framebuffer-unifiedmem
optionally increases the unified memory limit from1.5G
to2G
force-online
andforce-online-framebuffers
works around HDMI black screen issues after waking from sleep
...
<key>DeviceProperties</key>
<dict>
<key>Add</key>
<dict>
...
<key>PciRoot(0x0)/Pci(0x2,0x0)</key>
<dict>
...
<key>framebuffer-unifiedmem</key>
<data>AAAAgA==</data>
...
<key>force-online</key>
<data>AQAAAA==</data>
<key>force-online-framebuffers</key>
<data>Af////////8=</data>
....
</dict>
...
</dict>
</dict>
...