edid-decode: let --replace-unique-ids replace dates as well
[edid-decode.git] / README
blob4c2b7fe87a2ef3930cf4f785bd4b3dca3e1a0c54
1 This utility is maintained here:
3 https://git.linuxtv.org/edid-decode.git/
5 To build this do:
7 git clone git://linuxtv.org/edid-decode.git
8 cd edid-decode
9 make
10 make install
12 Patches and bug reports can be sent to the linux-media@vger.kernel.org
13 mailinglist (see https://www.linuxtv.org/lists.php). Please make sure
14 that 'edid-decode' appears in the subject line and don't forget to
15 add a 'Signed-off-by' line when submitting patches!
17 If you don't know what that is, then see:
18 https://elinux.org/Developer_Certificate_Of_Origin
20 New sample EDIDs are welcome. Please note that these must be real
21 EDIDs read from real hardware, so no artificially constructed EDIDs.
23 The naming of EDIDs in the data directory is:
25 <vendor>-<model>-<port>[-tileX]
27 <port> is one of dp, hdmi, vga, dvi
28 When a tile is also specified, then dp should include the DP connector
29 number, e.g. dp1-tile0, dp2-tile1.
31 All lower case.
33 If the EDID was modified by other devices in the chain (e.g. AV Receivers),
34 then name the EDID as:
36 <TV vendor>-<TV model>-<TV port>-<AV vendor>-<AV model>-<AV port>
38 The test directory contains some special input files to verify the
39 edid-decode parser and hand-crafted EDIDs to test rarely seen
40 EDID features.
42 I host a simple website where you can paste an EDID and get the full
43 edid-decode output here:
45 https://hverkuil.home.xs4all.nl/edid-decode/edid-decode.html
47 This is updated regularly with the latest edid-decode. It uses emscripten
48 and the html file is maintained in the emscripten directory of edid-decode.
49 To build edid-decode.js/wasm run 'make edid-decode.js'. This assumes
50 that emscripten is installed, of course.
52 You can use the konqueror browser to run it locally:
54         konqueror emscripten/edid-decode.html
56 For other browsers you need to serve the files using a local webserver.
57 See also https://emscripten.org/docs/getting_started/Tutorial.html
59 You can find a very large collection of EDIDs here:
60 https://github.com/linuxhw/EDID
62 This collection has been used to test edid-decode.
64 I can also be contacted directly:
66 Hans Verkuil <hverkuil-cisco@xs4all.nl>
68 Regards,
70         Hans