From: Nicolas B. <nbo...@us...> - 2006-07-27 21:50:12
|
Update of /cvsroot/ddccontrol/ddccontrol-db/db/monitor In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv20839/monitor Added Files: SNY4C00.xml SNY4D00.xml SNYlcd.xml Log Message: Add support for Sony SDM-S205K, and generic profile for Sony LCD monitors (thanks to lardhan) --- NEW FILE: SNY4C00.xml --- <?xml version="1.0"?> <!--- Invalid CAPS (no surrounding parenthesis): prot(monitor)type(lcd)model(SDM-S205)cmds(0102030CE3F3)vcp(0410121314(0508010B) 16181A6C6E7072(0A78FA5064788CA0)B6C0C9DC(00080904)DF)mccs_ver(0201) --> <monitor name="Sony SDM-S205K (DVI)"> <caps add="(prot(monitor)type(lcd)model(SDM-S205)cmds(0102030CE3F3)vcp(04 10 12 13 14(05 08 01 0B) 16 18 1A 6C 6E 70 72(0A 78 FA 50 64 78 8C A0) B6 C0 C9 DC(00 08 09 04) DF)mccs_ver(0201))"/> <include file="SNYlcd"/> </monitor> --- NEW FILE: SNYlcd.xml --- <?xml version="1.0"?> <!--- Created with the help of very good document by lardhan. --> <monitor name="Sony Standard LCD" init="standard"> <controls> <!--- Control 0x02: +/255/65535 [Didn't see changes.] --> <!--- Control 0x03: +/255/65535 [Didn't see changes.] --> <!--- Control 0x04: +/0/65535 [Didn't see changes.] --> <!--- Control 0x05: +/0/65535 [Didn't see changes.] --> <!--- Control 0x08: +/0/65535 [Didn't see changes.] --> <control id="backlight" address="0x13"/> <control id="colorpreset" address="0x14"> <value id="srgb" value="0x1"/> <value id="6500k" value="0x5"/> <value id="user1" value="0xB"/> </control> <!--- Control 0x1e: +/0/65535 [Didn't see changes.] --> <control id="gammacont" address="0x72"/> <!--- Control 0xb6: +/3/8 [Didn't see changes, monitor type.] --> <!--- Control 0xc0: +/2951/65535 [Seems to be "Display usage time".] --> <!--- Control 0xc8: +/5/65535 [Didn't see changes, display controller type] --> <!--- Control 0xc9: +/259/4095 [Didn't see changes, display firmware level] --> <control id="ecomode" address="0xDC"> <value id="high" value="0x0"/> <value id="middle" value="0x8"/> <value id="low" value="0x9"/> <value id="auto" value="0x4"/> </control> <!--- Control 0xdc: +/0/9 [MODE] PICTURE ADJUST Values: HIGH=0, MIDDLE=8, LOW=9, AUTO =4 --> <!--- Control 0xdf: +/512/65535 [Didn't see changes, VCP version] --> </controls> <include file="VESA"/> </monitor> --- NEW FILE: SNY4D00.xml --- <?xml version="1.0"?> <!--- Invalid CAPS (no surrounding parenthesis): prot(monitor)type(lcd)model(SDM-S205)cmds(0102030CE3F3)vcp(040E10121314(0508010B) 16181A1E20303E6C6E7072(0A78FA5064788CA0)B6C0C9DC(00080904)DF)mccs_ver(0201) --> <monitor name="Sony SDM-S205K (VGA)"> <caps add="(prot(monitor)type(lcd)model(SDM-S205)cmds(0102030CE3F3)vcp(04 0E 10 12 13 14(05 08 01 0B) 16 18 1A 1E 20 30 3E 6C 6E 70 72(0A 78 FA 50 64 78 8C A0) B6 C0 C9 DC(00 08 09 04) DF)mccs_ver(0201))"/> <include file="SNYlcd"/> </monitor> |