/usr/share/ddccontrol-db/monitor/SAM001D.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 | <?xml version="1.0"?>
<!--- Samsung SyncMaster 171P has some primitive DDC/CI support (no caps, only a few controls) -->
<monitor name="Samsung SyncMaster 171P (VGA)" init="standard">
<caps add="(vcp(10 12 16 18 1a 20 30 d0 d2))"/>
<controls>
<!-- <control id="hpos" address="0x20"/> max should be 100 instead of 255 (as recognised by ddccontrol -p -c -d) -->
<!-- <control id="vpos" address="0x30"/> max should be 100 instead of 255 (as recognised by ddccontrol -p -c -d) -->
<!-- The following two controls corresponds to menu -->
<!-- "Image Lock: Fine/Coarse", they change left-right position and size -->
<!-- of the screen with some narrow distorteded areas from top to bottom -->
<control id="fine" address="0xd0"/>
<control id="coarse" address="0xd2"/>
<!-- Still unknown -->
<!--- Control 0xdc: +/15/150 [???] -->
<!--- Control 0xdd: +/31/150 [???] -->
<!--- Control 0xde: +/16/150 [???] -->
<!--- Control 0xe4: +/163/63 [???] -->
<!--- Control 0xe6: +/163/63 [???] -->
<!--- Control 0xe8: +/165/63 [???] -->
</controls>
<include file="VESA"/>
</monitor>
|