edid-decode: CTA-861: check for invalid offset, always show byte 3
[edid-decode.git] / test / README
blob60b251a38e0bfa5b363f737e278438c84bac33cb
1 This test directory contains some special test EDIDs:
3 Three test files to check the edid-decode file parser:
5 quantumdata.test: an EDID as generated by the QuantumData (nowadays
6         Teledyne LeCroy) software.
8 xorg.test: an EDID as logged by xorg in /var/log/Xorg.0.log.
10 xrandr.test: an EDID as reported by 'xrandr --props'.
13 Six hand-crafted EDIDs to test rarely seen EDID extensions or data blocks:
15 cta-vesa.test: has VESA Display Transfer Characteristics Data Block and
16         VESA Video Display Device Data Block in the CTA-861 block.
18 ls-ext.test: has a Localized String Extension Block using UTF 8.
19 ls-ext16.test: has a Localized String Extension Block using UTF 16BE.
20 ls-ext32.test: has a Localized String Extension Block using UTF 32BE.
22 blockmap-128.test: has a single Block Map extension and a total of
23         128 blocks.
25 blockmap-255.test: has two Block Map extensions and a total of
26         255 blocks (the maximum possible EDID size when the second
27         Block Map is used).
29 256-blocks.test: has the maximum number of 256 blocks.
31 cta-timings.test: contains various DisplayID and OVT timings in the
32         CTA Extension Block.
34 cta-vfpdb.test: use to test correct VFPDB parsing. This EDID has a
35         1080p60 DTD 1 in Block 0, and a 1280p60 DTD 2 and 2560x1440p60 DTD 3 in
36         Block 3. The Video Format Preference Data Block says DTD 2.
38         If the display driver selects 1080p60, then the driver does not
39         support the VFPDB. If it selects 1280p60, then it supports the
40         VFPDB correctly. If it selects 2560x1440p60, then it supports the
41         VFPDB incorrectly, ignoring DTDs in Block 0.
43 cta-eeodb.test: contains an HDMI Forum EDID Extension Override Data Block
46 Examples of old EDID versions:
48 edid-1.X.test: EDIDs with version 1.0, 1.1 and 1.2.
51 Test EDIDs from several standards:
53 cta-annex-a.test
54 cta-annex-d.test
55 vesa-edid-1.1.test
56 vesa-edid-1.3.test
57 vesa-edid-1.4-1.test
58 vesa-edid-1.4-2.test
59 vesa-edid-1.4-3.test