From: Nicolas B. <nbo...@us...> - 2007-06-21 09:51:00
|
Update of /cvsroot/ddccontrol/ddccontrol-db/db/monitor In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv11799 Added Files: ACR2416.xml Log Message: Add support for Acer AL2416Ws, thanks to Oleg Artamonov. --- NEW FILE: ACR2416.xml --- <?xml version="1.0"?> <!--- 1. There's no brightness control via DDC/CI. Control 0x10 is useless, it adjusts "something" that's not brightness. 2. Actual contrast control range is 56...200 instead of 0...255. You can set values lower than 56 or bigger than 200, it's ok, but OSD will show you something like "Contrast: -15" :-) 3. Some glitches with color temperature... --> <monitor name="Acer AL2416Ws" init="standard"> <caps add="(vcp(05 08 0E 10 12 20 23 30 3E 16 18 1A 1D 8C 8A 14 1E CC 68 E0 E4 B0 D6 E1))" /> <controls> <control id="colorpreset" address="0x14"> <value id="custom" value="0"/> <value id="warm" value="1"/> <value id="cool" value="3"/> </control> </controls> <include file="VESA"/> </monitor> |