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"?>
<!--- CC, E1 and F5 are not in caps (language, power and OSD enable) -->
<monitor name="Samsung SyncMaster 730BF (VGA)" init="standard">
<!--- (type(LCD)vcp(04 05 06 08 10 12 16 18 1A 60(1 3) 87 B0(1 2) B6 C6 C8 C9 D6(1 4)
DC(1 2 3 4 5 6) DF F0(0 1 2 3 4) F2 FA FB F9 FC FD FE E0(0 1 2 3))) -->
<caps add="(vcp(CC E2 F5))"/>
<!-- 0x62: +/25/50 [???] -->
<!-- 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 [???] -->
<!-- 0xca: +/2/2 [???] -->
<!-- 0xdf: +/512/0 [VCP Version] -->
<!-- 0xe2: +/0/1 [???] -->
<!-- 0xed: +/100/100 [SAM: Red Video Black Level] -->
<!-- 0xee: +/100/100 [SAM: Green Video Black Level] -->
<!-- 0xef: +/100/100 [SAM: Blue Video Black Level] -->
<include file="SAMmb6"/>
<include file="SAMlcd"/>
</monitor>
|