From: Nicolas B. <nbo...@us...> - 2006-10-14 05:32:51
|
Update of /cvsroot/ddccontrol/ddccontrol-db/db/monitor In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv17847 Added Files: DEL400C.xml DEL400D.xml Log Message: Add support for DELL 1905FP (Thanks to David R. Piegdon) --- NEW FILE: DEL400D.xml --- <?xml version="1.0"?> <!--- File provided by David R. Piegdon --> <monitor name="Dell 1905FP (digital)" init="standard"> <caps add="(vcp(04 06 08 10 14 16 18 1A 68))"/> <!-- DVI: the following do not work or do not make sence 0x0e coarse 0x12 contrast 0x1e auto 0x20 hpos 0x30 vpos 0x3e fine --> <controls> <control id="colorpreset" address="0x14"> <value id="normal" value="0x05"/> <value id="warm" value="0x06"/> <value id="cool" value="0x08"/> <value id="user1" value="0x0b"/> </control> <control id="language" address="0x68"> <!--- verified against my model (bought in germany) --> <value id="english" value="1"/> <value id="spanish" value="2"/> <value id="french" value="3"/> <value id="german" value="4"/> <value id="chinese" value="5"/> </control> <!-- Control 0xa8: +/1/3 [Sync type, RO] --> <!-- Control 0xb4: +/1/2 [RGB Ordering, RO] --> <!-- Control 0xb6: +/3/5 [Monitor Type, RO] --> <!-- Control 0xd6: +/1/4 [???, RO?] --> <!-- Control 0xd7: +/0/1 [???, RW - maybe some kind of sync] --> <!-- Control 0xd8: +/0/1 [???, RO?] --> </controls> <include file="VESA"/> </monitor> --- NEW FILE: DEL400C.xml --- <?xml version="1.0"?> <!--- File provided by David R. Piegdon --> <monitor name="Dell 1905FP (analog)" init="standard"> <caps add="(vcp(04 06 08 0e 10 12 14 16 18 1A 1E 20 30 3E 68))"/> <controls> <control id="colorpreset" address="0x14"> <value id="normal" value="0x05"/> <value id="warm" value="0x06"/> <value id="cool" value="0x08"/> <value id="user1" value="0x0b"/> </control> <control id="language" address="0x68"> <!--- verified against my model (bought in germany) --> <value id="english" value="1"/> <value id="spanish" value="2"/> <value id="french" value="3"/> <value id="german" value="4"/> <value id="chinese" value="5"/> </control> <!-- Control 0xa8: +/1/3 [Sync type, RO] --> <!-- Control 0xb4: +/1/2 [RGB Ordering, RO] --> <!-- Control 0xb6: +/3/5 [Monitor Type, RO] --> <!-- Control 0xd6: +/1/4 [???, RO?] --> <!-- Control 0xd7: +/0/1 [???, RW - maybe some kind of sync] --> <!-- Control 0xd8: +/0/1 [???, RO?] --> </controls> <include file="VESA"/> </monitor> |