From: Nicolas B. <nbo...@us...> - 2007-06-21 10:16:57
|
Update of /cvsroot/ddccontrol/ddccontrol-db/db/monitor In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv14663 Added Files: GSM4E3A.xml SAM026F.xml SAM027D.xml Log Message: Add support for: - Samsung SyncMaster 932B (Digital) - Samsung SyncMaster 226BW (Digital) - LG Flatron L2000C (Digital) Thanks to Oleg Artamonov. --- NEW FILE: SAM027D.xml --- <?xml version="1.0"?> <!-- (type(LCD)vcp(04 05 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 F0) DF F0(0 1 2 3 9) F2 E0(0 1 2 3))) --> <monitor name="Samsung SyncMaster 226BW (Digital)"> <controls> <control id="magicbright" type="list" address="0xdc"> <value id="text" value="1"/> <value id="internet" value="2"/> <value id="game" value="3"/> <value id="sport" value="4"/> <value id="entertain" value="5"/> <value id="custom" value="6"/> <value id="dynamic" value="240"/> </control> </controls> <include file="SAMlcd"/> </monitor> --- NEW FILE: GSM4E3A.xml --- <?xml version="1.0"?> <!--- There are more than 5 languages (control 0xCC) but I can't set them with ddccontrol, may be it's a bug in my monitor's firmware. --> <monitor name="LG Flatron L2000C (Digital)"> <caps add="(vcp(02 04 05 08 0B 0C 10 12 14(04 05 06 07 08 0B) 16 18 1A 60 FC FD FE)"/> <controls> <control id="language" type="list" address="0xcc"> <value id="english" value="2"/> <value id="french" value="3"/> <value id="german" value="4"/> <value id="italian" value="5"/> <value id="russian" value="9"/> </control> <control id="fengine" type="list" address="0xfc"> <value id="normal" value="0"/> <value id="user" value="3"/> <value id="text" value="2"/> <value id="movie" value="1"/> </control> <control id="colorpreset" type="list" address="0x14"> <value id="srgb" value="4"/> <value id="6500k" value="5"/> <value id="7500k" value="6"/> <value id="8200k" value="7"/> <value id="9300k" value="8" /> </control> <control id="gamma" type="list" address="0xfe"> <value id="0" value="1"/> <value id="+0.5" value="2"/> <value id="-0.5" value="0"/> </control> <control id="powerled" type="list" address="0xfd"> <value id="off" value="0"/> <value id="on" value="1"/> </control> </controls> <include file="VESA"/> </monitor> --- NEW FILE: SAM026F.xml --- <?xml version="1.0"?> <monitor name="Samsung SyncMaster 932B (Digital)"> <include file="SAMmb6"/> <include file="SAMlcd"/> </monitor> |