a1k0n Posted August 31, 2016 Share Posted August 31, 2016 macOS Sierra Public 7 wont regonize my built in display and I can't reach Systemprefernce -> Display Any solution? Clover EDID<true> wont work edit:// DisplayMergeNub.kext (FixEDID.app & MacBook Air edit) fix the problem. 1 Link to comment Share on other sites More sharing options...
king950528 Posted August 31, 2016 Share Posted August 31, 2016 I have the same problem , can u explain detail a bit how you solve the problem ? I ad did the drawin dump of my monitor edid, generate the DisplayMergeNub.kext using FixEDID.app, installed it in S/L/E. But the DisplayMergeNub.kext show not loaded..n my monitor still not injected.. *MY SYSTEM IS Asus K551LN laptop with intel hd4400 ,patched DSDT and QE/CI all working, just can't access to display preference to adjust brightness.. Link to comment Share on other sites More sharing options...
a1k0n Posted September 1, 2016 Author Share Posted September 1, 2016 I think you have to boot your system without DisplayMergeNub.kext. Run DarwinDumper and generate EDID.bin Next step is to open FixEDID.app and add under "Open EDID binary file" your EDID.bin dump. From drop down menu I choose "Apple MacBook Air Display (16:9). DisplayClass -> AppleBacklightDisplay and Override Display Class -> AppleBacklightDisplay. Hit the Make Button and there are 3 files on desktop. Install DisplayMergeNub.kext with EasyKext Pro.app and reboot. After that all works fine. 2 Link to comment Share on other sites More sharing options...
king950528 Posted September 1, 2016 Share Posted September 1, 2016 Ok thx,So your clover it is still set with inject EDID? Link to comment Share on other sites More sharing options...
a1k0n Posted September 1, 2016 Author Share Posted September 1, 2016 No. MacOS use the same EDID like Windows. That was not the problem. In El Capitan all works fine without DisplayMergeNub.kext Link to comment Share on other sites More sharing options...
king950528 Posted September 2, 2016 Share Posted September 2, 2016 thx, problem solve.... Link to comment Share on other sites More sharing options...
NSCXP2005 Posted September 3, 2016 Share Posted September 3, 2016 I think you have to boot your system without DisplayMergeNub.kext. Run DarwinDumper and generate EDID.bin Next step is to open FixEDID.app and add under "Open EDID binary file" your EDID.bin dump. From drop down menu I choose "Apple MacBook Air Display (16:9). DisplayClass -> AppleBacklightDisplay and Override Display Class -> AppleBacklightDisplay. Hit the Make Button and there are 3 files on desktop. Install DisplayMergeNub.kext with EasyKext Pro.app and reboot. After that all works fine. Cool. Does this enable QE/CI under osx El Capitan or Sierra? Sent from my SM-G928F using Tapatalk Link to comment Share on other sites More sharing options...
a1k0n Posted September 4, 2016 Author Share Posted September 4, 2016 No. Only for display recognize. 1 Link to comment Share on other sites More sharing options...
MARZILLO Posted October 3, 2016 Share Posted October 3, 2016 thanks work for me Link to comment Share on other sites More sharing options...
Jolly Posted October 4, 2016 Share Posted October 4, 2016 I saw that in Clover has changed something about the EDID injection.The key "Inject EDID" is changed to "EDID" and in addition to the usual parameters "True / False" and "Custom EDID" there are now "VendorID" and "ProductID"I was wondering if bringing here the data, that are in the DisplayMergeNub.kext info.plist, you get the same result as with the injected kext.I have no way to accurately check because I have not updated in sierra. Link to comment Share on other sites More sharing options...
chriz74 Posted October 14, 2016 Share Posted October 14, 2016 You have to edit the EDID to a 29x16 display Then inject it with CustomEDID and InjectEDID=true Link to comment Share on other sites More sharing options...
a1k0n Posted October 24, 2016 Author Share Posted October 24, 2016 Yes. I was adding this lines to config.plist and delete DisplayMerge.kext <key>Graphics</key> <dict> <key>EDID</key> <dict> <key>Custom</key> <data>AP///////wAGEBSgAAAAAAoWAQSlHRJ4Am+xp1VMniUM UFQAAAABAQEBAQEBAQEBAQEBAQEBWBtWflAADjAkMDUA WMIQAAAZAAAA/ABDb2xvciBMQ0QKICAgAAAA/gBMRyBE aXNwbGF5CiAgAAAA/gBMUDE1NldINC1UTE4yAL4=</data> <key>Inject</key> <true/> </dict> </dict> Link to comment Share on other sites More sharing options...
Andrey1970 Posted November 23, 2016 Share Posted November 23, 2016 <key>Graphics</key> <dict> <key>EDID</key> <dict> <key>Inject</key> <true/> <key>ProductID</key> <string>0xa00e</string> <key>VendorID</key> <string>0x1006</string> </dict> Link to comment Share on other sites More sharing options...
Recommended Posts