1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
<?xml version="1.0"?>
<!--- CA and E1 are supported but not reported by CAPS -->
<monitor name="Samsung SyncMaster 173P (VGA)" init="standard">
<!--- (type(LCD)vcp(04 05 06 08 0E 10 12 16 18 1A 1E 20 30 3E
60(1 3) B0(1 2) B6 C6 C8 C9 D6(1 4) DC(1 2 3 4) DF E0(0 1 2))) -->
<caps add="(vcp(CA E2))"/>
<!-- 0x62 has no meaning for SM173P -->
<!-- 0x6c Service: Red Video Black Level -->
<!-- 0x6e Service: Green Video Black Level -->
<!-- 0x70 Service: Blue Video Black Level -->
<!-- 0xb6: +/3/8 [???] -->
<!-- 0xc6: +/1/1 [???] -->
<!-- 0xc8: +/5/16 [???] -->
<!-- 0xc9: +/1/0 [???] -->
<!--- 0xcc: language, always 2, english -->
<!-- 0xdf: +/512/0 [VCP Version] -->
<!-- 0xe2: +/0/1 [???] -->
<!-- 0xed: +/108/255 [SAM: Red Video Black Level] -->
<!-- 0xee: +/101/255 [SAM: Green Video Black Level] -->
<!-- 0xef: +/103/255 [SAM: Blue Video Black Level] -->
<include file="SAMlcd"/>
</monitor>
|