/usr/share/ddccontrol-db/monitor/DEL4005.xml is in ddccontrol-db 20061014-4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | <?xml version="1.0"?>
<!--- vcp(04 08 10 12 14(05 08 0B) 16 18 1A B6) type(LCD)
mccs_ver(1.1) asset_eep(32) mpu(1.02) -->
<monitor name="Dell 1704FPT (Digital)" init="standard">
<caps add="(vcp(68))"/>
<controls>
<control id="colorpreset" address="0x14">
<value id="srgb" value="0x05"/>
<value id="cool" value="0x08"/>
<value id="user1" value="0x0b"/>
</control>
<control id="language" type="list" address="0x68">
<!--- Copied from NEC662B, needs to be checked -->
<value id="english" value="1"/>
<value id="german" value="2"/>
<value id="french" value="3"/>
<value id="spanish" value="4"/>
<value id="chinese" value="5"/>
<value id="italian" value="6"/>
<value id="swedish" value="7"/>
<value id="dutch" value="8"/>
<value id="russian" value="9"/>
</control>
<!-- Control 0xa8: +/1/3 [Sync type, RO] -->
<!-- Control 0xb4: +/1/2 [RGB Ordering, RO] -->
<!-- Control 0xb6: +/3/5 [Monitor Type, RO] -->
<!--- Control 0xd7: +/0/1 [???] -->
<!--- Control 0xd8: +/0/1 [???] -->
</controls>
<include file="VESA"/>
</monitor>
|