Update of /cvsroot/ddccontrol/ddccontrol-db/db/monitor
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv17859/monitor
Modified Files:
PHL0833.xml PHLC011.xml
Added Files:
PHLlcd.xml
Log Message:
Add support for Philips color presets.
Index: PHLC011.xml
===================================================================
RCS file: /cvsroot/ddccontrol/ddccontrol-db/db/monitor/PHLC011.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- PHLC011.xml 19 Jun 2006 17:56:05 -0000 1.2
+++ PHLC011.xml 25 Jun 2006 19:56:20 -0000 1.3
@@ -2,6 +2,5 @@
<monitor name="Philips 170C6" init="standard">
<!--- CAPS: prot(monitor)type(lcd)model(PHILIPS 170S6)cmds(01 02 03 07 0C 4E F3 E3)vcp(04 05 0E 10 12 14(01 02 05 08 0B) 16 18 1A 1E 20 30 3E)SmartManage(1.0) (INVALID, no surrounding parenthesis) -->
<caps add="(type(lcd)vcp(04 05 0E 10 12 14(01 02 05 08 0B) 16 18 1A 1E 20 30 3E))"/>
- <!--- Control 0x14: +/5/11 [???] Color Preset : unknown values -->
- <include file="VESA"/>
+ <include file="PHLlcd"/>
</monitor>
--- NEW FILE: PHLlcd.xml ---
<?xml version="1.0"?>
<monitor name="Philips standard LCD" init="standard">
<controls>
<control id="colorpreset" address="0x14">
<value id="srgb" value="0x1"/>
<value id="native" value="0x2"/>
<value id="6500k" value="0x5"/>
<value id="9300k" value="0x8"/>
<value id="user1" value="0xB"/>
</control>
</controls>
<include file="VESA"/>
</monitor>
Index: PHL0833.xml
===================================================================
RCS file: /cvsroot/ddccontrol/ddccontrol-db/db/monitor/PHL0833.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- PHL0833.xml 19 Jun 2006 18:28:43 -0000 1.2
+++ PHL0833.xml 25 Jun 2006 19:56:20 -0000 1.3
@@ -2,6 +2,5 @@
<monitor name="Philips 200P6" init="standard">
<!--- CAPS: prot(monitor)type(lcd)model(PHILIPS 200P6)cmds(01 02 03 07 0C 4E E3 F3)vcp(04 05 0E 10 12 14(01 02 05 08 0B) 16 18 1A 1E 20 30 3E 62 68(1) B6 C0)SmartManage(1.0) (INVALID, no surrounding parenthesis) -->
<caps add="(type(lcd)vcp(01 02 03 07 0C 4E E3 F3)vcp(04 05 0E 10 12 14(01 02 05 08 0B) 16 18 1A 1E 20 30 3E 62 68(1) B6 C0))"/>
- <!--- Control 0x14: +/5/11 [???] Color Preset : unknown values -->
- <include file="VESA"/>
+ <include file="PHLlcd"/>
</monitor>
|