EDID help please
|
01-25-2019, 09:46 AM
(Last edited: 01-25-2019, 11:04 AM by shambles)
Post: #11
|
|||
|
|||
RE: EDID help please
im still doing something wrong here..
I can make it report it has audio and that works but the monitor insists on being a black screen and staying in standby. or i can Have it display an image but not have audio.. Something to note is When it detects the audio it registers the display as a TV. (its not a tv) -edit- This is the current data im trying to get to work.. Code: "FakeEDID_4_0_830a_22a3"=hex:00,FF,FF,FF,FF,FF,FF,00,0A,83,A3,22,00,00,00,00,\ when i add the extended data. It stays black screen (standby light on) Audio works and audio device is detected as the monitor,. "LE22A3" So the issue i think is in the extended data block. Im pretty happy with the 1st block as it works alone and obviously enables the extended block. I have tried a few combinations now. here are some blocks of them.. please excuse the formatting its how i find it easiest to work with to add them to the registry. But i have changed them from 1 long line to 16 bits. Code: Block,1 |
|||
01-25-2019, 06:20 PM
Post: #12
|
|||
|
|||
RE: EDID help please
You only need the LPCM audio format and the HDMI data block (not HDMI 2.0) in the extension block.
This is the bare minimum required for audio: Code: "FakeEDID_4_0_830a_22a3"=hex:00,FF,FF,FF,FF,FF,FF,00,0A,83,A3,22,00,00,00,00,2D,11,01,03,80,2F,1D,78,EA,DE,95,A3,54,4C,99,26,0F,50,54,00,00,00,01,01,01,01,01,01,01,01,01,01,01,01,01,01,01,01,08,39,90,30,62,1A,27,40,68,B0,36,00,A4,06,11,00,00,18,00,00,00,FC,00,4C,45,32,32,41,33,0A,20,20,20,20,20,20,00,00,00,10,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,10,00,00,00,00,00,00,00,00,00,00,00,00,00,00,01,B7 If that won't display a picture, then the problem is likely that the DVI monitor doesn't know how to handle an HDMI signal, but that's the only way to get audio. |
|||
01-26-2019, 03:27 AM
Post: #13
|
|||
|
|||
RE: EDID help please
Ahh.. well same situation as i managed.
Audio + no image. I guess the monitor cannot do a hdmi signal.. Well thanks for the help. |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 2 Guest(s)