Update of /cvsroot/ddccontrol/ddccontrol-db/db/monitor
In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv27166
Modified Files:
SAM01E6.xml SAMlcd.xml
Added Files:
SAM01E7.xml
Log Message:
Improve support for Samsung SyncMaster 244T (Thanks to Oleg Artamonov)
Index: SAMlcd.xml
===================================================================
RCS file: /cvsroot/ddccontrol/ddccontrol-db/db/monitor/SAMlcd.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- SAMlcd.xml 26 Feb 2006 14:40:37 -0000 1.4
+++ SAMlcd.xml 14 Oct 2006 05:59:12 -0000 1.5
@@ -56,7 +56,8 @@
</control>
<!--- Some monitors use a 9-value gamma, in this case include
- SAMg9.xml before including this file. -->
+ SAMg9.xml before including this file. Some monitors
+ may also have a different 9-value gamma, see SAM01E6.xml -->
<control id="gamma" type="list" address="0xf2">
<value id="0" value="0"/>
<value id="+0.5" value="1"/>
--- NEW FILE: SAM01E7.xml ---
<?xml version="1.0"?>
<!--- (type(LCD)vcp(04 05 08 10 12 59 5A 5B 5C 5D 5E 60(1 3) 9B 9C 9D 9E 9F
A0 B0(1 2) B6 C6 C8 C9 D6(1 5) DC(1 2 3 4) DF F2 F0(0 1 2 3) F8 E0 )) -->
<monitor name="Samsung SyncMaster 244T (DVI)">
<include file="SAM01E6"/>
</monitor>
Index: SAM01E6.xml
===================================================================
RCS file: /cvsroot/ddccontrol/ddccontrol-db/db/monitor/SAM01E6.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- SAM01E6.xml 11 Oct 2006 05:59:12 -0000 1.1
+++ SAM01E6.xml 14 Oct 2006 05:59:12 -0000 1.2
@@ -1,7 +1,28 @@
<?xml version="1.0"?>
<!--- (type(LCD)vcp(04 05 06 08 0E 10 12 1E 20 30 3E 59 5A 5B 5C 5D 5E 60(1 3) 9B 9C 9D 9E 9F A0 B0(1 2) B6 C6 C8 C9 D6(1 5) DC(1 2 3 4) DF F2 F0(0 1 2 3) F8 87 E0 )) -->
+<!--- File provided by Oleg Artamonov -->
<monitor name="Samsung SyncMaster 244T (VGA)">
- <!--- Control 0xe0: +/2/6 C : Strange colorpreset (not 10 or 4 possible values) -->
- <include file="SAMg9"/>
+ <controls>
+ <control id="colorpreset" type="list" address="0xe0">
+ <value id="warm2" value="0" />
+ <value id="warm1" value="1" />
+ <value id="normal" value="2" />
+ <value id="cool1" value="3" />
+ <value id="cool2" value="4" />
+ <value id="cool3" value="5" />
+ <value id="cool4" value="6" />
+ </control>
+ <control id="gamma" type="list" address="0xf2">
+ <value id="-0.2" value="0" />
+ <value id="-0.1" value="1" />
+ <value id="0" value="2" />
+ <value id="+0.1" value="3" />
+ <value id="+0.2" value="4" />
+ <value id="+0.3" value="5" />
+ <value id="+0.4" value="6" />
+ <value id="+0.5" value="7" />
+ <value id="+0.6" value="8" />
+ </control>
+ </controls>
<include file="SAMlcd"/>
</monitor>
|