bulletmark / edid-rw

A utility to read and write a display EDID value.
169 stars 22 forks source link

I can view EDID contents by Monitor Asset Manager in Windows but can’t view in Ubuntu #14

Closed qbzhhh closed 4 years ago

qbzhhh commented 4 years ago

It says version 105 problem, just like another issue posted years ago. The version of my Monitor is 1.3 Can anyone help?

bulletmark commented 4 years ago

What says "version 105 problem"? Please paste the exact command you are typing with the exact error message response.

qbzhhh commented 4 years ago

sudo ./edit-rw 0 | edid-decode

Error: unknown edid version 105 Edid extract of ‘stdin’ failed

qbzhhh commented 4 years ago

After added print(edidhdr) after line 59, the output shows: [146,19,11,3,4,33,2,9,3,82,1,8,10,0,254,0,105,120,105,48]

qbzhhh commented 4 years ago

image

Edid information from Monitor asset manager

bulletmark commented 4 years ago

edid-decode is the program reporting the error 105. What are you reporting that issue here?

qbzhhh commented 4 years ago

The script cannot read the EDID info correctly, how can I modify the script and rewrite the monitor's EDID data?

bulletmark commented 4 years ago

Note sure why you raised a new bug when this is a duplicate of issue #10. This is an extremely simple noddy program I wrote very many years ago for my own one-off use. Feel free to debug it for you use case and raise a PR.