Jump to content
7 posts in this topic

Recommended Posts

From https://github.com/andyvand/FixEDID

 

rebuild for ventura

 

image.png.446f3313ebb06286087b1dde1ef2a457.png

 

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 by jalavoui
  • Like 2
  • Thanks 2
Link to comment
https://www.insanelymac.com/forum/topic/359237-fixedid-app/
Share on other sites

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

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

image.thumb.png.6c828d9b8a584e1062c09f4765505818.png

 

detail is if you need to change settings you must unload whatevergreen cause if not hakintool will give a new vendor/product id

Edited by jalavoui
  • Like 1
  • Thanks 1
Link to comment
https://www.insanelymac.com/forum/topic/359237-fixedid-app/#findComment-2819429
Share on other sites

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

ScreenShot2024-04-27at5_09_43PM.thumb.png.f1736c47e42214728dacf7a78e1a5261.png

 

 

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 by hardcorehenry
Link to comment
https://www.insanelymac.com/forum/topic/359237-fixedid-app/#findComment-2819430
Share on other sites

×
×
  • Create New...