jalavoui Posted April 25, 2024 Share Posted April 25, 2024 (edited) From https://github.com/andyvand/FixEDID rebuild for ventura FixEDID-master.zipDebug.zip my fav code DisplayMergeNub::start(IOService *provider) { IOLog("%s\n", (const char *)DisplayMergeNubVersionString); IOLog("Version %f\n", DisplayMergeNubVersionNumber); IOLog("Copyright © 2013-2014 AnV Software\n"); return (true); } Edited April 25, 2024 by jalavoui 2 2 Link to comment https://www.insanelymac.com/forum/topic/359237-fixedid-app/ Share on other sites More sharing options...
Slice Posted April 25, 2024 Share Posted April 25, 2024 I am using open source https://www.analogway.com/americas/products/software-tools/aw-edid-editor/ But there is almost nothing to edit. Two patches made by Clover is more than enough. 1 Link to comment https://www.insanelymac.com/forum/topic/359237-fixedid-app/#findComment-2819391 Share on other sites More sharing options...
joevt Posted April 26, 2024 Share Posted April 26, 2024 8 hours ago, Slice said: I am using open source https://www.analogway.com/americas/products/software-tools/aw-edid-editor/ There's source code? Link to comment https://www.insanelymac.com/forum/topic/359237-fixedid-app/#findComment-2819398 Share on other sites More sharing options...
Slice Posted April 26, 2024 Share Posted April 26, 2024 1 hour ago, joevt said: There's source code? I think it requires registration. They speak about open source but no link to sources. 1 Link to comment https://www.insanelymac.com/forum/topic/359237-fixedid-app/#findComment-2819401 Share on other sites More sharing options...
hardcorehenry Posted April 27, 2024 Share Posted April 27, 2024 Thanks @jalavoui for revival of this app, after minor editing in source code I built it for Mojave/Catalina. Unfortunately DisplayMergeNub.kext doesn't load. I guess there's no cure for my DELL U2913WM. Trying to force RGB on HDMI(EDID edited with AV EDID Editor, f*ing YPbPr), nothing works even placing DisplayProductID-408a to /S*/L*/Displays/Contents/Resources/Overrides, also tried different scrips, nada. Link to comment https://www.insanelymac.com/forum/topic/359237-fixedid-app/#findComment-2819428 Share on other sites More sharing options...
jalavoui Posted April 27, 2024 Author Share Posted April 27, 2024 (edited) i have it working but loaded inside a kext. check nootered/blue or if you wanna load it inside whatevergreen just add this 2 files and edit info.plist session for your display using hackintool ofc you will need xcode to rebuild the whatevergreen.kext here's the changes in latest sources WhateverGreen.kext.zipWhateverGreen-master.zip here's sample of my display i can change using hackintool and then just copy the values to the info.plist inside whatevergreen.kext detail is if you need to change settings you must unload whatevergreen cause if not hakintool will give a new vendor/product id Edited April 27, 2024 by jalavoui 1 1 Link to comment https://www.insanelymac.com/forum/topic/359237-fixedid-app/#findComment-2819429 Share on other sites More sharing options...
hardcorehenry Posted April 27, 2024 Share Posted April 27, 2024 (edited) Still can’t get RGB on HDMI, but this might be Hackintool thing(wrong EDID). Revamped Whatevergreen now injects given EDID(compared original with the one from IORegister), it seems to be doing "DisplayMergeNub.kext's work" . I’m going to check later with AW EDID Editor possible way of forcing RGB. BIG THANKS @jalavoui for your effort! This is how I edited WhateverGreen-master/WhateverGreen/Info.plist Spoiler EDIT: No luck, IOReg shows injected (edited with AW EDID Editor) EDID, no RGB. EDIT: Dell monitors connected to Mac via HDMI seems to only speak YPbPR wit each other, many threads on MacRumors Forum (some 30 pages), I'm afraid simple editing EDID might not be enough to resolve my problem. Edited April 29, 2024 by hardcorehenry Link to comment https://www.insanelymac.com/forum/topic/359237-fixedid-app/#findComment-2819430 Share on other sites More sharing options...
Recommended Posts