Do you have "-disablegfxfirmware" added to your Boot Arguments? At this point I'm really not sure what's causing the tint to appear when one or both HDMI ports are attached, but it's probably a good idea to include all reasonable precautions.
So I would suggest adding:
- -disablegfxfirmware.
- Increase VRAM to 2048MB. Hackintool can generate the Framebuffer patch for this. I believe you need the lines shown below.
XML:
<key>framebuffer-fbmem</key>
<data>
AAAAAA==
</data>
<key>framebuffer-patch-enable</key>
<data>
AQAAAA==
</data>
<key>framebuffer-stolenmem</key>
<data>
AACQAw==
</data>
<key>framebuffer-unifiedmem</key>
<data>
AAAAgA==
</data>
yes there is -disablegfxfirmware and i push the bottom on hackintool to the option "Vram -> 2048mb" but is the same
I've annexed my config to you, is that right now, can you check if there are some kind of mistake that won't allow optimisation? Anyway, I saw your part of the code, so by modifying it, How should it become ? (I'm afraid of making mistakes)
Actually Without Your modifications my part of code is :
<key>Properties</key>
<dict>
<key>PciRoot(0x0)/Pci(0x2,0x0)</key>
<dict>
<key>AAPL,ig-platform-id</key>
<data>
BwCbPg==
</data>
<key>device-id</key>
<data>
kj4AAA==
</data>
<key>enable-hdmi20</key>
<data>
AQAAAA==
</data>
<key>framebuffer-con0-busid</key>
<data>
BAAAAA==
</data>
<key>framebuffer-con0-enable</key>
<data>
AQAAAA==
</data>
<key>framebuffer-con0-pipe</key>
<data>
EgAAAA==
</data>
<key>framebuffer-con1-busid</key>
<data>
AgAAAA==
</data>
<key>framebuffer-con1-enable</key>
<data>
AQAAAA==
</data>
<key>framebuffer-con1-pipe</key>
<data>
EgAAAA==
</data>
<key>framebuffer-con1-type</key>
<data>
AAgAAA==
</data>
<key>framebuffer-con2-busid</key>
<data>
AQAAAA==
</data>
<key>framebuffer-con2-enable</key>
<data>
AQAAAA==
</data>
<key>framebuffer-con2-pipe</key>
<data>
EgAAAA==
</data>
<key>framebuffer-con2-type</key>
<data>
AAgAAA==
</data>
<key>framebuffer-patch-enable</key>
<data>
AQAAAA==
</data>
<key>framebuffer-unifiedmem</key>
<data>
AAAAgA==
</data>
</dict>
How is that supposed to be?