Name Date Size #Lines LOC

..--

256-blocks.testH A D25-Apr-202596.3 KiB2,3062,049

READMEH A D25-Apr-20251.1 KiB4426

blockmap-128.testH A D25-Apr-202548.1 KiB1,1541,025

blockmap-255.testH A D25-Apr-202595.9 KiB2,2972,041

cta-annex-a.testH A D25-Apr-2025769 1816

cta-annex-d.testH A D25-Apr-2025769 1816

cta-vesa.testH A D25-Apr-2025769 1816

edid-1.0.testH A D25-Apr-2025384 98

edid-1.1.testH A D25-Apr-2025384 98

edid-1.2.testH A D25-Apr-2025384 98

ls-ext.testH A D25-Apr-20251.1 KiB2724

quantumdata.testH A D25-Apr-2025710 98

vesa-edid-1.1.testH A D25-Apr-2025384 98

vesa-edid-1.3.testH A D25-Apr-2025385 108

vesa-edid-1.4-1.testH A D25-Apr-2025384 98

vesa-edid-1.4-2.testH A D25-Apr-2025769 1816

vesa-edid-1.4-3.testH A D25-Apr-2025769 1816

xorg.testH A D25-Apr-2025118.2 KiB1,5751,573

xrandr.testH A D25-Apr-202512.4 KiB280279

README

1This test directory contains some special test EDIDs:
2
3Three test files to check the edid-decode file parser:
4
5quantumdata.test: an EDID as generated by the QuantumData (nowadays
6	Teledyne LeCroy) software.
7
8xorg.test: an EDID as logged by xorg in /var/log/Xorg.0.log.
9
10xrandr.test: an EDID as reported by 'xrandr --props'.
11
12
13Five hand-crafted EDIDs to test rarely seen EDID extensions or data blocks:
14
15cta-vesa.test: has VESA Display Transfer Characteristics Data Block and
16	VESA Video Display Device Data Block in the CTA-861 block.
17
18ls-ext.test: has a Localized String Extension Block.
19
20blockmap-128.test: has a single Block Map extension and a total of
21	128 blocks.
22
23blockmap-255.test: has two Block Map extensions and a total of
24	255 blocks (the maximum possible EDID size when the second
25	Block Map is used).
26
27256-blocks.test: has the maximum number of 256 blocks.
28
29
30Examples of old EDID versions:
31
32edid-1.X.test: EDIDs with version 1.0, 1.1 and 1.2.
33
34
35Test EDIDs from several standards:
36
37cta-annex-a.test
38cta-annex-d.test
39vesa-edid-1.1.test
40vesa-edid-1.3.test
41vesa-edid-1.4-1.test
42vesa-edid-1.4-2.test
43vesa-edid-1.4-3.test
44