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