You can subscribe to this list here.
2006 |
Jan
|
Feb
(47) |
Mar
(43) |
Apr
(26) |
May
(1) |
Jun
(12) |
Jul
(29) |
Aug
(12) |
Sep
|
Oct
(27) |
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
|
Feb
|
Mar
(3) |
Apr
|
May
|
Jun
(31) |
Jul
|
Aug
|
Sep
|
Oct
(55) |
Nov
(4) |
Dec
|
2008 |
Jan
(7) |
Feb
(29) |
Mar
|
Apr
(3) |
May
(3) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2009 |
Jan
|
Feb
|
Mar
(3) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(4) |
Oct
|
Nov
(1) |
Dec
|
From: Nicolas B. <nbo...@us...> - 2006-07-30 16:57:11
|
Update of /cvsroot/ddccontrol/ddccontrol-db/db/monitor In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv14494/monitor Modified Files: SNYlcd.xml Log Message: Fix Sony. Index: SNYlcd.xml =================================================================== RCS file: /cvsroot/ddccontrol/ddccontrol-db/db/monitor/SNYlcd.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- SNYlcd.xml 27 Jul 2006 21:49:57 -0000 1.1 +++ SNYlcd.xml 30 Jul 2006 16:57:01 -0000 1.2 @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<!--- Created with the help of very good document by lardhan. --> +<!--- Created with the help of a very good document by lardhan. --> <monitor name="Sony Standard LCD" init="standard"> <controls> <!--- Control 0x02: +/255/65535 [Didn't see changes.] --> @@ -11,12 +11,19 @@ <control id="colorpreset" address="0x14"> <value id="srgb" value="0x1"/> <value id="6500k" value="0x5"/> + <value id="9300k" value="0x8"/> <value id="user1" value="0xB"/> </control> <!--- Control 0x1e: +/0/65535 [Didn't see changes.] --> - <control id="gammacont" address="0x72"/> + <control id="gamma" address="0x72"> + <value id="1.8" value="80"/> + <value id="2.0" value="100"/> + <value id="2.2" value="120"/> + <value id="2.4" value="140"/> + <value id="2.6" value="160"/> + </control> <!--- Control 0xb6: +/3/8 [Didn't see changes, monitor type.] --> <!--- Control 0xc0: +/2951/65535 [Seems to be "Display usage time".] --> |
From: el_cubano <el_...@us...> - 2006-07-28 20:59:57
|
Update of /cvsroot/ddccontrol/ddccontrol/man In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv25765/man Added Files: ddccontrol.1 gddccontrol.1 Log Message: Added manual pages and fixed type in ddccontrol usage summary. --- NEW FILE: ddccontrol.1 --- .\" Hey, EMACS: -*- nroff -*- .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) .TH DDCCONTROL 1 "July 26, 2006" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: .\" .nh disable hyphenation .\" .hy enable hyphenation .\" .ad l left justify .\" .ad b justify to both left and right margins .\" .nf disable filling .\" .fi enable filling .\" .br insert line break .\" .sp <n> insert n+1 empty lines .\" for manpage-specific macros, see man(7) .SH NAME ddccontrol \- A utility to control monitor parameters via software .SH SYNOPSIS .B ddccontrol .RI [\-b\ datadir]\ [\-v]\ [\-c]\ [\-d]\ [\-f]\ [\-s]\ [\-r\ ctrl\ [\-w\ value]]\ [\-p\ |\ dev] .SH DESCRIPTION This manual page documents briefly the .B ddccontrol command. .PP .\" TeX users may be more comfortable with the \fB<whatever>\fP and .\" \fI<whatever>\fP escape sequences to invode bold face and italics, .\" respectively. \fBddccontrol\fP is an open source utility which allows controlling monitor parameters via software. .SH OPTIONS A summary of options is included below. .TP .B dev device, e.g. dev:/dev/i2c-0 .TP .B \-p probe I2C devices to find monitor buses .TP .B \-c query capability .TP .B \-d query ctrls 0 - 255 .TP .B \-r query ctrl .TP .B \-w value to write to ctrl .TP .B \-f force (avoid validity checks) .TP .B \-s save settings .TP .B \-v verbosity (specify more to increase) .TP .B \-b ddccontrol-db directory (if other than /usr/share/ddccontrol-db) .SH SEE ALSO The program is documented fully in .br /usr/share/doc/ddccontrol/html/index.html .PP The project homepage: http://ddccontrol.sourceforge.net .SH AUTHOR ddccontrol was written by Oleg I. Vdovikin and Nicolas Boichat. .br Copyright 2004\-2005 Oleg I. Vdovikin (ol...@cs...) .br Copyright 2004\-2006 Nicolas Boichat (ni...@bo...) .PP This manual page was written by Roberto C. Sanchez <ro...@fa...>. --- NEW FILE: gddccontrol.1 --- .\" Hey, EMACS: -*- nroff -*- .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) .TH GDDCCONTROL 1 "July 26, 2006" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: .\" .nh disable hyphenation .\" .hy enable hyphenation .\" .ad l left justify .\" .ad b justify to both left and right margins .\" .nf disable filling .\" .fi enable filling .\" .br insert line break .\" .sp <n> insert n+1 empty lines .\" for manpage-specific macros, see man(7) .SH NAME gddccontrol \- A graphical utility to control monitor parameters via software .SH SYNOPSIS .B gddccontrol .RI [options] .SH DESCRIPTION This manual page documents briefly the .B gddccontrol command. .PP .\" TeX users may be more comfortable with the \fB<whatever>\fP and .\" \fI<whatever>\fP escape sequences to invode bold face and italics, .\" respectively. \fBgddccontrol\fP is an open source utility which allows controlling monitor parameters via software. .SH OPTIONS As a GTK2 application, \fBgddccontrol\fP accepts the standard GTK2 options. .SH SEE ALSO The program is documented fully in .br /usr/share/doc/ddccontrol/html/index.html .PP The project homepage: http://ddccontrol.sourceforge.net .SH AUTHOR ddccontrol was written by Oleg I. Vdovikin and Nicolas Boichat. .br Copyright 2004\-2005 Oleg I. Vdovikin (ol...@cs...) .br Copyright 2004\-2006 Nicolas Boichat (ni...@bo...) .PP This manual page was written by Roberto C. Sanchez <ro...@fa...>. |
From: Nicolas B. <nbo...@us...> - 2006-07-27 21:50:12
|
Update of /cvsroot/ddccontrol/ddccontrol-db/db In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv20839 Modified Files: options.xml options.xml.h options.xml.in Log Message: Add support for Sony SDM-S205K, and generic profile for Sony LCD monitors (thanks to lardhan) Index: options.xml.h =================================================================== RCS file: /cvsroot/ddccontrol/ddccontrol-db/db/options.xml.h,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- options.xml.h 26 Feb 2006 14:40:37 -0000 1.12 +++ options.xml.h 27 Jul 2006 21:49:57 -0000 1.13 @@ -16,6 +16,12 @@ printf(_("Two")); printf(_("Three")); printf(_("Auto Level (Needs a blank line to work)")); +printf(_("Backlight")); +printf(_("ECO Mode")); +printf(_("High")); +printf(_("Middle")); +printf(_("Low")); +printf(_("Auto")); printf(_("Gamma")); printf(_("Gamma")); printf(_("-0.5")); @@ -27,6 +33,7 @@ printf(_("+0.5")); printf(_("+0.7")); printf(_("+0.9")); +printf(_("Gamma")); printf(_("Color maximum level")); printf(_("Red maximum level")); printf(_("Green maximum level")); Index: options.xml =================================================================== RCS file: /cvsroot/ddccontrol/ddccontrol-db/db/options.xml,v retrieving revision 1.31 retrieving revision 1.32 diff -u -d -r1.31 -r1.32 --- options.xml 8 Mar 2006 20:52:15 -0000 1.31 +++ options.xml 27 Jul 2006 21:49:57 -0000 1.32 @@ -20,6 +20,13 @@ <value id="three" name="Three" value="2"/> </control> <control id="autolevel" type="command" name="Auto Level (Needs a blank line to work)"/> + <control id="backlight" type="value" name="Backlight" address="0x13"/> + <control id="ecomode" type="list" name="ECO Mode" address="0xDC"> + <value id="high" name="High"/> + <value id="middle" name="Middle"/> + <value id="low" name="Low"/> + <value id="auto" name="Auto"/> + </control> </subgroup> <subgroup name="Gamma" > <control id="gamma" type="list" name="Gamma" address="0xF2" > @@ -33,6 +40,7 @@ <value id="+0.7" name="+0.7"/> <value id="+0.9" name="+0.9"/> </control> + <control id="gammacont" type="value" name="Gamma" address="0x72"/> </subgroup> <subgroup name="Color maximum level"> <control id="red" type="value" name="Red maximum level" address="0x16"/> Index: options.xml.in =================================================================== RCS file: /cvsroot/ddccontrol/ddccontrol-db/db/options.xml.in,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- options.xml.in 26 Feb 2006 14:40:37 -0000 1.15 +++ options.xml.in 27 Jul 2006 21:49:57 -0000 1.16 @@ -19,6 +19,13 @@ <value id="three" name="Three" value="2"/> </control> <control id="autolevel" type="command" name="Auto Level (Needs a blank line to work)"/> + <control id="backlight" type="value" name="Backlight" address="0x13"/> + <control id="ecomode" type="list" name="ECO Mode" address="0xDC"> + <value id="high" name="High"/> + <value id="middle" name="Middle"/> + <value id="low" name="Low"/> + <value id="auto" name="Auto"/> + </control> </subgroup> <subgroup name="Gamma" > <control id="gamma" type="list" name="Gamma" address="0xF2" > @@ -32,6 +39,7 @@ <value id="+0.7" name="+0.7"/> <value id="+0.9" name="+0.9"/> </control> + <control id="gammacont" type="value" name="Gamma" address="0x72"/> </subgroup> <subgroup name="Color maximum level"> <control id="red" type="value" name="Red maximum level" address="0x16"/> |
From: Nicolas B. <nbo...@us...> - 2006-07-27 21:50:12
|
Update of /cvsroot/ddccontrol/ddccontrol-db/db/monitor In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv20839/monitor Added Files: SNY4C00.xml SNY4D00.xml SNYlcd.xml Log Message: Add support for Sony SDM-S205K, and generic profile for Sony LCD monitors (thanks to lardhan) --- NEW FILE: SNY4C00.xml --- <?xml version="1.0"?> <!--- Invalid CAPS (no surrounding parenthesis): prot(monitor)type(lcd)model(SDM-S205)cmds(0102030CE3F3)vcp(0410121314(0508010B) 16181A6C6E7072(0A78FA5064788CA0)B6C0C9DC(00080904)DF)mccs_ver(0201) --> <monitor name="Sony SDM-S205K (DVI)"> <caps add="(prot(monitor)type(lcd)model(SDM-S205)cmds(0102030CE3F3)vcp(04 10 12 13 14(05 08 01 0B) 16 18 1A 6C 6E 70 72(0A 78 FA 50 64 78 8C A0) B6 C0 C9 DC(00 08 09 04) DF)mccs_ver(0201))"/> <include file="SNYlcd"/> </monitor> --- NEW FILE: SNYlcd.xml --- <?xml version="1.0"?> <!--- Created with the help of very good document by lardhan. --> <monitor name="Sony Standard LCD" init="standard"> <controls> <!--- Control 0x02: +/255/65535 [Didn't see changes.] --> <!--- Control 0x03: +/255/65535 [Didn't see changes.] --> <!--- Control 0x04: +/0/65535 [Didn't see changes.] --> <!--- Control 0x05: +/0/65535 [Didn't see changes.] --> <!--- Control 0x08: +/0/65535 [Didn't see changes.] --> <control id="backlight" address="0x13"/> <control id="colorpreset" address="0x14"> <value id="srgb" value="0x1"/> <value id="6500k" value="0x5"/> <value id="user1" value="0xB"/> </control> <!--- Control 0x1e: +/0/65535 [Didn't see changes.] --> <control id="gammacont" address="0x72"/> <!--- Control 0xb6: +/3/8 [Didn't see changes, monitor type.] --> <!--- Control 0xc0: +/2951/65535 [Seems to be "Display usage time".] --> <!--- Control 0xc8: +/5/65535 [Didn't see changes, display controller type] --> <!--- Control 0xc9: +/259/4095 [Didn't see changes, display firmware level] --> <control id="ecomode" address="0xDC"> <value id="high" value="0x0"/> <value id="middle" value="0x8"/> <value id="low" value="0x9"/> <value id="auto" value="0x4"/> </control> <!--- Control 0xdc: +/0/9 [MODE] PICTURE ADJUST Values: HIGH=0, MIDDLE=8, LOW=9, AUTO =4 --> <!--- Control 0xdf: +/512/65535 [Didn't see changes, VCP version] --> </controls> <include file="VESA"/> </monitor> --- NEW FILE: SNY4D00.xml --- <?xml version="1.0"?> <!--- Invalid CAPS (no surrounding parenthesis): prot(monitor)type(lcd)model(SDM-S205)cmds(0102030CE3F3)vcp(040E10121314(0508010B) 16181A1E20303E6C6E7072(0A78FA5064788CA0)B6C0C9DC(00080904)DF)mccs_ver(0201) --> <monitor name="Sony SDM-S205K (VGA)"> <caps add="(prot(monitor)type(lcd)model(SDM-S205)cmds(0102030CE3F3)vcp(04 0E 10 12 13 14(05 08 01 0B) 16 18 1A 1E 20 30 3E 6C 6E 70 72(0A 78 FA 50 64 78 8C A0) B6 C0 C9 DC(00 08 09 04) DF)mccs_ver(0201))"/> <include file="SNYlcd"/> </monitor> |
From: Nicolas B. <nbo...@us...> - 2006-07-27 21:09:22
|
Update of /cvsroot/ddccontrol/ddccontrol-db/db/monitor In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv8425 Added Files: SAM0213.xml Log Message: Add Samsung SyncMaster 215TW (thanks to David R Mulligan). --- NEW FILE: SAM0213.xml --- <?xml version="1.0"?> <!--- (type(LCD)vcp(04 05 06 08 0E 10 12 16 18 1A 1E 20 30 3E 60(13) B0(1 2) B6 C6 C8 C9 D6(1 5) DC(1 2 3 4 5 6) DF F8 87 E0(0 1 2 3) )) --> <monitor name="Samsung SyncMaster 215TW"> <caps add="(vcp(E2 F5))"/> <include file="SAMmb6"/> <include file="SAMlcd"/> </monitor> |
From: el_cubano <el_...@us...> - 2006-07-27 10:05:45
|
Update of /cvsroot/ddccontrol/ddccontrol/man In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv25414/man Log Message: Directory /cvsroot/ddccontrol/ddccontrol/man added to the repository |
From: el_cubano <el_...@us...> - 2006-07-26 22:02:29
|
Update of /cvsroot/ddccontrol/ddccontrol/man In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv20309/man Modified Files: ddccontrol.1 Added Files: Makefile.am Log Message: Fixed man page, added Makefile.am for man directory and fixed configure.ac to allow an option to circumvent checking for whether or not xsltproc works (default is still to perform check). Index: ddccontrol.1 =================================================================== RCS file: /cvsroot/ddccontrol/ddccontrol/man/ddccontrol.1,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- ddccontrol.1 26 Jul 2006 17:33:20 -0000 1.1 +++ ddccontrol.1 26 Jul 2006 22:02:16 -0000 1.2 @@ -19,7 +19,18 @@ ddccontrol \- A utility to control monitor parameters via software .SH SYNOPSIS .B ddccontrol -.RI [\-b\ datadir]\ [\-v]\ [\-c]\ [\-d]\ [\-f]\ [\-s]\ [\-r\ ctrl\ [\-w\ value]]\ [\-p\ |\ dev] +.RB [ -b +.IR datadir ] +.RB [ -v ] +.RB [ -c ] +.RB [ -d ] +.RB [ -f ] +.RB [ -s ] +.RB [ -r +.IR ctrl +.RB [ -w +.IR value ]] +.RB [ -p | dev ] .SH DESCRIPTION This manual page documents briefly the .B ddccontrol --- NEW FILE: Makefile.am --- man_MANS = ddccontrol.1 gddccontrol.1 EXTRA_DIST = $(man_MANS) |
From: el_cubano <el_...@us...> - 2006-07-26 22:02:23
|
Update of /cvsroot/ddccontrol/ddccontrol In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv20309 Modified Files: Makefile.am configure.ac Log Message: Fixed man page, added Makefile.am for man directory and fixed configure.ac to allow an option to circumvent checking for whether or not xsltproc works (default is still to perform check). Index: configure.ac =================================================================== RCS file: /cvsroot/ddccontrol/ddccontrol/configure.ac,v retrieving revision 1.39 retrieving revision 1.40 diff -u -d -r1.39 -r1.40 --- configure.ac 26 Apr 2006 19:54:50 -0000 1.39 +++ configure.ac 26 Jul 2006 22:02:15 -0000 1.40 @@ -22,6 +22,13 @@ AC_STDC_HEADERS AC_CHECK_HEADERS([stdio.h unistd.h sys/time.h stdlib.h errno.h unistd.h string.h sys/types.h sys/stat.h fcntl.h sys/ioctl.h dirent.h], [], [AC_MSG_ERROR([Important header not found, please install it.], [1])], []) +check_xsltproc=yes +AC_ARG_ENABLE(xsltproc-check, + [ --disable-xsltproc-check omit check to see if xsltproc works (enabled)], + [if test x$enableval = xno; then + check_xsltproc=no + fi]) + # /dev/i2c-* check support_i2c_dev=yes AC_ARG_ENABLE(i2cdev, @@ -192,22 +199,24 @@ AC_MSG_ERROR([tidy does not exists, install it or disable doc building]) fi - AC_MSG_CHECKING([whether xsltproc works]) - - DOCBOOK_ROOT="http://docbook.sourceforge.net/release/xsl/current/xhtml" - DB_FILE="$DOCBOOK_ROOT/docbook.xsl" - - $XSLTPROC $XSLTPROC_FLAGS $DB_FILE >/dev/null 2>&1 << END + if test x$check_xsltproc = xyes ; then + AC_MSG_CHECKING([whether xsltproc works]) + + DOCBOOK_ROOT="http://docbook.sourceforge.net/release/xsl/current/xhtml" + DB_FILE="$DOCBOOK_ROOT/docbook.xsl" + + $XSLTPROC $XSLTPROC_FLAGS $DB_FILE >/dev/null 2>&1 << END <?xml version="1.0" encoding='ISO-8859-1'?> <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"> <book id="test"> </book> END - if test "$?" = 0; then - AC_MSG_RESULT(yes) - DOC=doc - else - AC_MSG_ERROR([xsltproc does not work, fix this problem or disable doc building]) + if test "$?" = 0; then + AC_MSG_RESULT(yes) + DOC=doc + else + AC_MSG_ERROR([xsltproc does not work, fix this problem or disable doc building]) + fi fi fi fi @@ -226,5 +235,6 @@ src/gddccontrol/Makefile src/ddcpci/Makefile src/gnome-ddcc-applet/Makefile - doc/Makefile]) + doc/Makefile + man/Makefile]) AC_OUTPUT Index: Makefile.am =================================================================== RCS file: /cvsroot/ddccontrol/ddccontrol/Makefile.am,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- Makefile.am 4 Apr 2006 22:00:29 -0000 1.12 +++ Makefile.am 26 Jul 2006 22:02:14 -0000 1.13 @@ -1,4 +1,4 @@ -SUBDIRS = src po $(DOC) +SUBDIRS = src po man $(DOC) EXTRA_DIST = config.rpath mkinstalldirs config.rpath mkinstalldirs intltool-extract.in intltool-merge.in intltool-update.in DISTCLEANFILES = intltool-extract intltool-merge intltool-update |
From: el_cubano <el_...@us...> - 2006-07-26 17:49:45
|
Update of /cvsroot/ddccontrol/ddccontrol/src/ddccontrol In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv25765/src/ddccontrol Modified Files: main.c Log Message: Added manual pages and fixed type in ddccontrol usage summary. Index: main.c =================================================================== RCS file: /cvsroot/ddccontrol/ddccontrol/src/ddccontrol/main.c,v retrieving revision 1.34 retrieving revision 1.35 diff -u -d -r1.34 -r1.35 --- main.c 26 Apr 2006 19:01:01 -0000 1.34 +++ main.c 26 Jul 2006 17:33:20 -0000 1.35 @@ -132,7 +132,7 @@ "Usage:\n" "%s [-b datadir] [-v] [-c] [-d] [-f] [-s] [-r ctrl [-w value]] [-p | dev]\n" "\tdev: device, e.g. dev:/dev/i2c-0\n" - "\t-p : probe I2C devices to find monitor busses.\n" + "\t-p : probe I2C devices to find monitor buses\n" "\t-c : query capability\n" "\t-d : query ctrls 0 - 255\n" "\t-r : query ctrl\n" |
From: Nicolas B. <nbo...@us...> - 2006-07-23 09:00:30
|
Update of /cvsroot/ddccontrol/ddccontrol/doc In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv4970/doc Modified Files: supportedgc.xml Log Message: Update documentation (nVidia /dev/i2c-* devices support through proprietary drivers) Index: supportedgc.xml =================================================================== RCS file: /cvsroot/ddccontrol/ddccontrol/doc/supportedgc.xml,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- supportedgc.xml 3 Mar 2006 21:08:56 -0000 1.12 +++ supportedgc.xml 23 Jul 2006 09:00:24 -0000 1.13 @@ -126,20 +126,25 @@ <sect1> <title>nVidia</title> <sect2> -<title>Direct PCI memory access support</title> -<para>Almost every nVidia cards work with direct PCI memory access, and this -method is compatible with the nVidia proprietary drivers.</para> -<para>To use it, you have nothing special to do, everything is done by -DDCcontrol.</para> -</sect2> -<sect2> <title><filename>/dev/i2c-*</filename> devices support</title> -<note>To use <filename>/dev/i2c-*</filename> devices with nVidia cards, you must -have a rather recent kernel (at least version 2.6.9).</note> -<para>Most nVidia cards, starting with TNT, but excluding the most recent -GeForce FX series, work with <filename>/dev/i2c-*</filename> devices. To use -them, you must load the <filename>rivafb</filename> module by typing, as -root:</para> +<sect3> +<title>Using proprietary drivers</title> +<para>Starting with the proprietary drivers version 8762, nVidia provides access +to the i2c bus through standard <filename>/dev/i2c-*</filename> interface.</para> +<para>To use it, nothing special has to be done, just install and run the +proprietary drivers. Then, when <filename>nvidia</filename> driver is loaded, +the correct devices are accessible as with standard framebuffer drivers.</para> +</sect3> +<sect3> +<title>Using <filename>rivafb</filename> or <filename>nvidiafb</filename></title> +<para>Most nVidia cards, starting with TNT, work with +<filename>/dev/i2c-*</filename> devices. To use them, you must load the +<filename>nvidiafb</filename> (or <filename>rivafb</filename> for old cards) +module by typing, as root:</para> +<screen format="linespecific"> +# modprobe nvidiafb +</screen> +or <screen format="linespecific"> # modprobe rivafb </screen> @@ -150,27 +155,35 @@ <menuchoice> <guimenu>Devices drivers</guimenu> <guimenuitem>Graphics support</guimenuitem> - <guimenuitem>Framebuffer support</guimenuitem> - <guimenuitem>nVidia Riva support</guimenuitem> + <guimenuitem>Support for frame buffer devices</guimenuitem> + <guimenuitem>nVidia Framebuffer support (or nVidia Riva support)</guimenuitem> </menuchoice>. </listitem> <listitem> <menuchoice> <guimenu>Devices drivers</guimenu> <guimenuitem>Graphics support</guimenuitem> - <guimenuitem>Framebuffer support</guimenuitem> - <guimenuitem>nVidia Riva support</guimenuitem> + <guimenuitem>Support for frame buffer devices</guimenuitem> + <guimenuitem>nVidia Framebuffer support (or nVidia Riva support)</guimenuitem> <guimenuitem>Enable DDC Support</guimenuitem> </menuchoice>. </listitem> </itemizedlist> <warning> -<para>The <filename>rivafb</filename> kernel module is <emphasis>not</emphasis> -compatible with the binary nVidia X drivers, which are the only drivers for -nVidia cards to provide 3D acceleration.</para> -<para>This is why we recommend that you use direct PCI memory access with -nVidia cards.</para> +<para>These kernel modules is <emphasis>not</emphasis> compatible with binary +nVidia X drivers, which are the only drivers for nVidia cards to provide 3D +acceleration.</para> +<para>This is why we recommend that you either use direct PCI memory access with +nVidia cards, or i2c-dev access through the proprietary drivers.</para> </warning> +</sect3> +</sect2> +<sect2> +<title>Direct PCI memory access support</title> +<para>Almost every nVidia cards work with direct PCI memory access, and this +method is compatible with the nVidia proprietary drivers.</para> +<para>To use it, you have nothing special to do, everything is done by +DDCcontrol.</para> </sect2> <sect3> <title>nVidia cards support table</title> @@ -182,14 +195,16 @@ <colspec colname='name' align="left"/> <colspec colname='i2c' align="center" class="yesno"/> <colspec colname='pci' align="center" class="yesno"/> +<colspec colname='i2c2' align="center" class="yesno"/> <thead> <row> <entry morerows='1' valign='middle'>Name</entry> - <entry namest="i2c" nameend="pci" align="center">Works</entry> + <entry namest="i2c" nameend="i2c2" align="center">Works</entry> </row> <row> - <entry>dev</entry> + <entry>dev/framebuffer</entry> <entry>PCI</entry> + <entry>dev/proprietary</entry> </row> </thead> <tbody> @@ -197,46 +212,55 @@ <entry>GeForce Ti 200</entry> <entry class="yes">Yes</entry> <entry class="yes">Yes</entry> + <entry class="yes">Yes</entry> </row> <row> <entry>GeForce FX 5600</entry> <entry class="no">No</entry> <entry class="yes">Yes</entry> + <entry class="unknown">???</entry> </row> <row> <entry>GeForce FX 5700</entry> <entry class="no">No</entry> <entry class="yes">Yes</entry> + <entry class="unknown">???</entry> </row> <row> <entry>GeForce FX 5700 LE</entry> <entry class="unknown">???</entry> <entry class="yes">Yes</entry> + <entry class="unknown">???</entry> </row> <row> <entry>GeForce FX 5950 Ultra</entry> <entry class="unknown">???</entry> <entry class="yes">Yes</entry> + <entry class="unknown">???</entry> </row> <row> <entry>GeForce 6200 TC</entry> <entry class="unknown">???</entry> <entry class="yes">Yes</entry> + <entry class="unknown">???</entry> </row> <row> <entry>GeForce 6600</entry> <entry class="unknown">???</entry> <entry class="yes">Yes</entry> + <entry class="unknown">???</entry> </row> <row> <entry>GeForce 6800 GT</entry> <entry class="unknown">???</entry> <entry class="yes">Yes</entry> + <entry class="unknown">???</entry> </row> <row> <entry>nForce 2 IGP</entry> <entry class="no">No</entry> <entry class="no">No</entry> + <entry class="unknown">???</entry> </row> </tbody> </tgroup> |
From: Nicolas B. <nbo...@us...> - 2006-06-25 19:56:25
|
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> |
From: Nicolas B. <nbo...@us...> - 2006-06-19 18:49:36
|
Update of /cvsroot/ddccontrol/ddccontrol In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv22124 Modified Files: ChangeLog Log Message: Update ChangeLog Index: ChangeLog =================================================================== RCS file: /cvsroot/ddccontrol/ddccontrol/ChangeLog,v retrieving revision 1.112 retrieving revision 1.113 diff -u -d -r1.112 -r1.113 --- ChangeLog 26 Apr 2006 19:01:19 -0000 1.112 +++ ChangeLog 19 Jun 2006 18:49:19 -0000 1.113 @@ -1,3 +1,23 @@ +2006-06-19 18:48 nboichat + + * doc/supportedmonitors.xml: Update doc + +2006-06-19 18:44 nboichat + + * src/gddccontrol/notebook.c: Fix gcc 4.1.1 compilation warning. + +2006-04-26 19:54 nboichat + + * configure.ac, po/Makefile.in.in, + src/gnome-ddcc-applet/Makefile.am: Fix small problems added by + the last commit. + +2006-04-26 19:11 nboichat + + * configure.ac, po/Makefile.in.in, src/config.h.in, + src/lib/ddcci.c: Allow disabling /dev/i2c-* devices (useful for + OSes other than Linux) + 2006-04-26 19:01 nboichat * src/: ddccontrol/main.c, gddccontrol/main.c, @@ -38,8 +58,6 @@ * src/lib/ddcci.c: Allow binary data in CAPS. -2006-03-10 19:24 tag Release-0_4_1 - 2006-03-10 19:24 nboichat * CheckList, NEWS: Prepare release 0.4.1 @@ -54,8 +72,6 @@ * configure.ac, doc/main.xml: Prepare next version. -2006-03-08 21:36 tag Release-0_4 - 2006-03-08 21:36 nboichat * NEWS, TODO, doc/Makefile.am, doc/main.xml, po/ddccontrol.pot: @@ -108,8 +124,6 @@ src/lib/monitor_db.c, src/lib/monitor_db.h: Database version 3 (support of generic profiles). -2006-02-22 13:27 tag Before_db_version_3 - 2006-02-22 13:27 nboichat * po/ddccontrol.pot, po/de.po, po/fr.po, po/pl.po, po/ru.po, @@ -170,8 +184,6 @@ * CheckList: Update CheckList -2005-11-14 18:48 tag Release-0_3 - 2005-11-14 18:48 nboichat * CheckList, Makefile.am, NEWS, configure.ac, doc/main.xml, @@ -284,8 +296,6 @@ src/gnome-ddcc-applet/ddcc-applet.h, src/lib/Makefile.in: intltool integration, menu entry -2005-09-13 22:03 tag before_intltool - 2005-09-13 22:03 cs123 * src/: gnome-ddcc-applet/ddcc-applet.c, lib/Makefile.am: applet: @@ -371,8 +381,6 @@ src/gddccontrol/Makefile.in, src/lib/Makefile.am, src/lib/Makefile.in: made libddccontrol a shared library -2005-08-18 15:14 tag before_shared_lib - 2005-08-18 15:14 nboichat * src/: gddccontrol/main.c, gddccontrol/notebook.c, @@ -387,8 +395,6 @@ src/gddccontrol/fspatterns.c: Add moire, clock and misconvergence patterns. -2005-08-13 12:37 tag Release-0_2 - 2005-08-13 12:37 nboichat * NEWS, po/ddccontrol.pot, po/fr.gmo, po/fr.po, po/ru.gmo, @@ -498,8 +504,6 @@ * src/lib/: ddcci.c, ddcci.h: Implement delay parameter. -2005-07-28 18:20 tag Before_dbversion_2 - 2005-07-28 18:20 nboichat * doc/supportedgc.xml, src/gddccontrol/notebook.c: Restore buttons @@ -541,8 +545,6 @@ doc/supportedmonitors.xml, po/ru.gmo, po/ru.po: Update Russian translation. -2005-07-15 15:47 tag Release-0_1_3 - 2005-07-15 15:47 nboichat * NEWS: Prepare release 0.1.3 @@ -623,8 +625,6 @@ * CheckList: [no log message] -2005-06-08 18:44 tag Release-0_1_2 - 2005-06-08 18:44 nboichat * CheckList, NEWS, configure, configure.ac, doc/main.xml: Prepare @@ -647,8 +647,6 @@ src/gddccontrol/.deps/.cvsignore, src/lib/Makefile.in: Fix typo in config.h. -2005-06-07 08:39 tag Release-0_1_1 - 2005-06-07 08:39 nboichat * doc/main.xml: Fix version in doc. @@ -744,8 +742,6 @@ * doc/: Makefile.am, Makefile.in: Add style-fo.xsl to dist. -2005-03-28 23:02 tag Release-0_1 - 2005-03-28 23:02 nboichat * doc/: .cvsignore, Makefile.am, Makefile.in, main.xml, @@ -830,8 +826,6 @@ controls are updated when list or command controls are toggeled - Restore buttons are temporaly removed -2005-01-10 00:16 tag Before_new_gddccontrol_tag - 2005-01-10 00:16 nboichat * configure, configure.ac, src/config.h.in, @@ -916,8 +910,6 @@ src/gddccontrol/Makefile.in, src/lib/Makefile.am, src/lib/Makefile.in, src/lib/ddcci.c, src/lib/ddcci.h: -m -2004-10-09 15:36 tag BEFORE_DDCPCI - 2004-10-09 15:36 nboichat * Makefile.in, aclocal.m4, configure, doc/xml-design.txt, @@ -1095,8 +1087,6 @@ * .cvsignore, src/.cvsignore, src/ddccontrol/.cvsignore, src/lib/.cvsignore: Add .cvsignore files. -2004-08-30 21:19 tag start - 2004-08-30 21:19 nboichat * Makefile.am, NEWS, README, configure.ac, Makefile.in, THANKS, |
From: Nicolas B. <nbo...@us...> - 2006-06-19 18:49:03
|
Update of /cvsroot/ddccontrol/ddccontrol/doc In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv21756/doc Modified Files: supportedmonitors.xml Log Message: Update doc Index: supportedmonitors.xml =================================================================== RCS file: /cvsroot/ddccontrol/ddccontrol/doc/supportedmonitors.xml,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- supportedmonitors.xml 4 Apr 2006 22:00:29 -0000 1.17 +++ supportedmonitors.xml 19 Jun 2006 18:48:55 -0000 1.18 @@ -56,6 +56,17 @@ </itemizedlist> </sect3> <sect3> +<title>Philips</title> +<itemizedlist mark='bullet'> +<listitem> +170C6 +</listitem> +<listitem> +200P6 +</listitem> +</itemizedlist> +</sect3> +<sect3> <title>Samsung</title> <itemizedlist mark='bullet'> <listitem> @@ -68,6 +79,9 @@ SyncMaster 173P Plus (VGA and DVI inputs) </listitem> <listitem> +SyncMaster 173s +</listitem> +<listitem> SyncMaster 173T (VGA input only) </listitem> <listitem> @@ -113,6 +127,9 @@ SyncMaster 930BF (at least VGA input) </listitem> <listitem> +SyncMaster 940B +</listitem> +<listitem> SyncMaster 960BF (VGA and DVI inputs) </listitem> <listitem> |
From: Nicolas B. <nbo...@us...> - 2006-06-19 18:44:15
|
Update of /cvsroot/ddccontrol/ddccontrol/src/gddccontrol In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv20190/gddccontrol Modified Files: notebook.c Log Message: Fix gcc 4.1.1 compilation warning. Index: notebook.c =================================================================== RCS file: /cvsroot/ddccontrol/ddccontrol/src/gddccontrol/notebook.c,v retrieving revision 1.30 retrieving revision 1.31 diff -u -d -r1.30 -r1.31 --- notebook.c 26 Apr 2006 16:14:55 -0000 1.30 +++ notebook.c 19 Jun 2006 18:44:10 -0000 1.31 @@ -678,13 +678,13 @@ "using a generic profile for your monitor's manufacturer. Some controls " "may not be supported, or may not work as expected.\n")); } - else if (mon->fallback == 2) { + else { /*if (mon->fallback == 2) {*/ message = g_strdup(_( "There is no support for your monitor in the database, but ddccontrol is " "using a basic generic profile. Many controls will not be supported, and " "some controls may not work as expected.\n")); } - + gchar* tmp = g_strconcat("<span size='large' weight='ultrabold'>", _("Warning!"), "</span>\n\n", message, _( "Please update ddccontrol-db, or, if you are already using the latest " |
From: Nicolas B. <nbo...@us...> - 2006-06-19 18:29:08
|
Update of /cvsroot/ddccontrol/ddccontrol-db In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv14518 Modified Files: ChangeLog Log Message: Update ChangeLog Index: ChangeLog =================================================================== RCS file: /cvsroot/ddccontrol/ddccontrol-db/ChangeLog,v retrieving revision 1.75 retrieving revision 1.76 diff -u -d -r1.75 -r1.76 --- ChangeLog 19 Jun 2006 18:26:31 -0000 1.75 +++ ChangeLog 19 Jun 2006 18:29:04 -0000 1.76 @@ -1,3 +1,7 @@ +2006-06-19 18:28 nboichat + + * db/monitor/: PHL0833.xml, SAM00A3.xml: Fix DB integrity. + 2006-06-19 18:25 nboichat * po/Makefile.in.in: [no log message] |
From: Nicolas B. <nbo...@us...> - 2006-06-19 18:28:52
|
Update of /cvsroot/ddccontrol/ddccontrol-db/db/monitor In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv14362/db/monitor Modified Files: PHL0833.xml SAM00A3.xml Log Message: Fix DB integrity. Index: PHL0833.xml =================================================================== RCS file: /cvsroot/ddccontrol/ddccontrol-db/db/monitor/PHL0833.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- PHL0833.xml 19 Jun 2006 18:17:46 -0000 1.1 +++ PHL0833.xml 19 Jun 2006 18:28:43 -0000 1.2 @@ -1,4 +1,4 @@ -?xml version="1.0"?> +<?xml version="1.0"?> <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))"/> Index: SAM00A3.xml =================================================================== RCS file: /cvsroot/ddccontrol/ddccontrol-db/db/monitor/SAM00A3.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- SAM00A3.xml 19 Jun 2006 17:56:05 -0000 1.1 +++ SAM00A3.xml 19 Jun 2006 18:28:45 -0000 1.2 @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!--- Samsung SyncMaster 173s has some partial DDC/CI support (no caps) --> <monitor name="Samsung Syncmaster 173s" init="standard"> - <caps add="(vcp(10 12 16 18 1a 20 30 62 d0 d2))"> + <caps add="(vcp(10 12 16 18 1a 20 30 62 d0 d2))"/> <control id="fine" address="0xd0"/> <control id="coarse" address="0xd2"/> <!--- Control 0xdc: +/116/255 [???] --> |
From: Nicolas B. <nbo...@us...> - 2006-06-19 18:26:35
|
Update of /cvsroot/ddccontrol/ddccontrol-db In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv13616 Modified Files: ChangeLog Log Message: Update ChangeLog Index: ChangeLog =================================================================== RCS file: /cvsroot/ddccontrol/ddccontrol-db/ChangeLog,v retrieving revision 1.74 retrieving revision 1.75 diff -u -d -r1.74 -r1.75 --- ChangeLog 12 Mar 2006 14:55:26 -0000 1.74 +++ ChangeLog 19 Jun 2006 18:26:31 -0000 1.75 @@ -1,3 +1,52 @@ +2006-06-19 18:25 nboichat + + * po/Makefile.in.in: [no log message] + +2006-06-19 18:17 nboichat + + * db/monitor/PHL0833.xml: Add support for Philips 200P6 (Thanks to + podolany). + +2006-06-19 18:03 nboichat + + * db/monitor/SAM01BB.xml: Add support for Samsung SyncMaster 940B + (Thanks to Jörg Evers) + +2006-06-19 17:56 nboichat + + * db/monitor/: PHLC011.xml, SAM00A3.xml: Add support for Samsung + Syncmaster 173s (Thanks to Artur Flinta) + +2006-06-19 17:43 nboichat + + * db/monitor/PHLC011.xml: Add support for Philips 170C6 (Thanks to + Dmitry Artamonow) + +2006-05-08 08:16 nboichat + + * db/monitor/DELE008.xml: Add support for Dell 2005FPW (Thanks to + Christian Abegg) + +2006-04-04 22:06 nboichat + + * db/monitor/SAM0109.xml: Fix Samsung 997mb comments. + +2006-04-04 22:06 nboichat + + * db/monitor/SAM0149.xml: Add Samsung 720T (Thanks to Piotr) + +2006-04-04 22:05 nboichat + + * db/monitor/SAM0119.xml: Add Samsung 797mb (Thanks to Evgeniy) + +2006-04-04 22:04 nboichat + + * db/monitor/: SUN0577.xml, SUNcrt.xml: Fix Sun files. + +2006-03-22 19:44 nboichat + + * db/monitor/SAM0197.xml: Add support for Samsung 173P+ (DVI). + 2006-03-12 14:54 nboichat * db/: .cvsignore, monitor/SGX0200.xml, monitor/SGXcrt.xml, |
From: Nicolas B. <nbo...@us...> - 2006-06-19 18:25:43
|
Update of /cvsroot/ddccontrol/ddccontrol-db/po In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv13230/po Modified Files: Makefile.in.in Log Message: Index: Makefile.in.in =================================================================== RCS file: /cvsroot/ddccontrol/ddccontrol-db/po/Makefile.in.in,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- Makefile.in.in 22 Feb 2006 22:16:40 -0000 1.5 +++ Makefile.in.in 19 Jun 2006 18:25:29 -0000 1.6 @@ -39,13 +39,14 @@ gettextsrcdir = $(datadir)/glib-2.0/gettext/po subdir = po install_sh = @install_sh@ -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs +# Automake >= 1.8 provides @mkdir_p@. +# Until it can be supposed, use the safe fallback: +mkdir_p = $(install_sh) -d INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ CC = @CC@ -GENCAT = gencat GMSGFMT = @GMSGFMT@ MSGFMT = @MSGFMT@ XGETTEXT = @XGETTEXT@ @@ -73,7 +74,6 @@ CATALOGS = @CATALOGS@ CATOBJEXT = .gmo -INSTOBJEXT = .mo .SUFFIXES: .SUFFIXES: .c .o .po .pox .gmo .mo .msg .cat @@ -94,7 +94,7 @@ .po.cat: sed -f ../intl/po2msg.sed < $< > $*.msg \ - && rm -f $@ && $(GENCAT) $@ $*.msg + && rm -f $@ && gencat $@ $*.msg all: all-@USE_NLS@ @@ -110,11 +110,7 @@ install-data: install-data-@USE_NLS@ install-data-no: all install-data-yes: all - if test -n "$(MKINSTALLDIRS)"; then \ - $(MKINSTALLDIRS) $(DESTDIR)$(datadir); \ - else \ - $(SHELL) $(top_srcdir)/mkinstalldirs $(DESTDIR)$(datadir); \ - fi + $(mkdir_p) $(DESTDIR)$(datadir) @catalogs='$(CATALOGS)'; \ for cat in $$catalogs; do \ cat=`basename $$cat`; \ @@ -124,39 +120,31 @@ esac; \ lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \ dir=$(DESTDIR)$$destdir/$$lang/LC_MESSAGES; \ - if test -n "$(MKINSTALLDIRS)"; then \ - $(MKINSTALLDIRS) $$dir; \ - else \ - $(SHELL) $(top_srcdir)/mkinstalldirs $$dir; \ - fi; \ + $(mkdir_p) $$dir; \ if test -r $$cat; then \ - $(INSTALL_DATA) $$cat $$dir/$(GETTEXT_PACKAGE)$(INSTOBJEXT); \ - echo "installing $$cat as $$dir/$(GETTEXT_PACKAGE)$(INSTOBJEXT)"; \ + $(INSTALL_DATA) $$cat $$dir/$(GETTEXT_PACKAGE).mo; \ + echo "installing $$cat as $$dir/$(GETTEXT_PACKAGE).mo"; \ else \ - $(INSTALL_DATA) $(srcdir)/$$cat $$dir/$(GETTEXT_PACKAGE)$(INSTOBJEXT); \ + $(INSTALL_DATA) $(srcdir)/$$cat $$dir/$(GETTEXT_PACKAGE).mo; \ echo "installing $(srcdir)/$$cat as" \ - "$$dir/$(GETTEXT_PACKAGE)$(INSTOBJEXT)"; \ + "$$dir/$(GETTEXT_PACKAGE).mo"; \ fi; \ if test -r $$cat.m; then \ - $(INSTALL_DATA) $$cat.m $$dir/$(GETTEXT_PACKAGE)$(INSTOBJEXT).m; \ - echo "installing $$cat.m as $$dir/$(GETTEXT_PACKAGE)$(INSTOBJEXT).m"; \ + $(INSTALL_DATA) $$cat.m $$dir/$(GETTEXT_PACKAGE).mo.m; \ + echo "installing $$cat.m as $$dir/$(GETTEXT_PACKAGE).mo.m"; \ else \ if test -r $(srcdir)/$$cat.m ; then \ $(INSTALL_DATA) $(srcdir)/$$cat.m \ - $$dir/$(GETTEXT_PACKAGE)$(INSTOBJEXT).m; \ + $$dir/$(GETTEXT_PACKAGE).mo.m; \ echo "installing $(srcdir)/$$cat as" \ - "$$dir/$(GETTEXT_PACKAGE)$(INSTOBJEXT).m"; \ + "$$dir/$(GETTEXT_PACKAGE).mo.m"; \ else \ true; \ fi; \ fi; \ done if test "$(PACKAGE)" = "glib"; then \ - if test -n "$(MKINSTALLDIRS)"; then \ - $(MKINSTALLDIRS) $(DESTDIR)$(gettextsrcdir); \ - else \ - $(SHELL) $(top_srcdir)/mkinstalldirs $(DESTDIR)$(gettextsrcdir); \ - fi; \ + $(mkdir_p) $(DESTDIR)$(gettextsrcdir); \ $(INSTALL_DATA) $(srcdir)/Makefile.in.in \ $(DESTDIR)$(gettextsrcdir)/Makefile.in.in; \ else \ @@ -171,10 +159,10 @@ for cat in $$catalogs; do \ cat=`basename $$cat`; \ lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \ - rm -f $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE)$(INSTOBJEXT); \ - rm -f $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE)$(INSTOBJEXT).m; \ - rm -f $(DESTDIR)$(gnulocaledir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE)$(INSTOBJEXT); \ - rm -f $(DESTDIR)$(gnulocaledir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE)$(INSTOBJEXT).m; \ + rm -f $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE).mo; \ + rm -f $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE).mo.m; \ + rm -f $(DESTDIR)$(gnulocaledir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE).mo; \ + rm -f $(DESTDIR)$(gnulocaledir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE).mo.m; \ done if test "$(PACKAGE)" = "glib"; then \ rm -f $(DESTDIR)$(gettextsrcdir)/Makefile.in.in; \ @@ -192,8 +180,8 @@ clean: mostlyclean distclean: clean - rm -f Makefile Makefile.in POTFILES - rm -f *.mo *.msg *.cat *.cat.m $(GMOFILES) + rm -f Makefile Makefile.in POTFILES stamp-it + rm -f *.mo *.msg *.cat *.cat.m *.gmo maintainer-clean: distclean @echo "This command is intended for maintainers to use;" @@ -205,11 +193,12 @@ dists="$(DISTFILES)"; \ extra_dists="$(EXTRA_DISTFILES)"; \ for file in $$extra_dists; do \ - test -f $$file && dists="$$dists $$file"; \ + test -f $(srcdir)/$$file && dists="$$dists $(srcdir)/$$file"; \ done; \ for file in $$dists; do \ - ln $(srcdir)/$$file $(distdir) 2> /dev/null \ - || cp -p $(srcdir)/$$file $(distdir); \ + test -f $$file || file="$(srcdir)/$$file"; \ + ln $$file $(distdir) 2> /dev/null \ + || cp -p $$file $(distdir); \ done update-po: Makefile @@ -239,23 +228,15 @@ fi; \ done -# POTFILES is created from POTFILES.in by stripping comments, empty lines -# and Intltool tags (enclosed in square brackets), and appending a full -# relative path to them -POTFILES: POTFILES.in - ( posrcprefix='$(top_srcdir)/'; \ - rm -f $@-t $@ \ - && (sed -e '/^#/d' \ - -e 's/^[[].*] *//' \ - -e '/^[ ]*$$/d' \ - -e "s@^@ $$posrcprefix@" $(srcdir)/$@.in \ - | sed -e '$$!s/$$/ \\/') > $@-t \ - && chmod a-w $@-t \ - && mv $@-t $@ ) +Makefile POTFILES: stamp-it + @if test ! -f $@; then \ + rm -f stamp-it; \ + $(MAKE) stamp-it; \ + fi -Makefile: Makefile.in.in ../config.status POTFILES +stamp-it: Makefile.in.in ../config.status POTFILES.in cd .. \ - && CONFIG_FILES=$(subdir)/$@.in CONFIG_HEADERS= \ + && CONFIG_FILES=$(subdir)/Makefile.in CONFIG_HEADERS= CONFIG_LINKS= \ $(SHELL) ./config.status # Tell versions [3.59,3.63) of GNU make not to export all variables. |
From: Nicolas B. <nbo...@us...> - 2006-06-19 18:17:54
|
Update of /cvsroot/ddccontrol/ddccontrol-db/db/monitor In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv10141 Added Files: PHL0833.xml Log Message: Add support for Philips 200P6 (Thanks to podolany). --- NEW FILE: PHL0833.xml --- ?xml version="1.0"?> <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"/> </monitor> |
From: Nicolas B. <nbo...@us...> - 2006-06-19 18:03:11
|
Update of /cvsroot/ddccontrol/ddccontrol-db/db/monitor In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv3754 Added Files: SAM01BB.xml Log Message: Add support for Samsung SyncMaster 940B (Thanks to Jörg Evers) --- NEW FILE: SAM01BB.xml --- <?xml version="1.0"?> <!--- (type(LCD)vcp(04 05 06 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) DF F0(0 1 2 3 4) F2 FA FB F9 FC FD FE E0(0 1 2 3)))--> <monitor name="Samsung SyncMaster 940B"> <caps add="(vcp(CA CC E2))"/> <include file="SAMmb6"/> <include file="SAMlcd"/> </monitor> |
From: Nicolas B. <nbo...@us...> - 2006-06-19 17:56:12
|
Update of /cvsroot/ddccontrol/ddccontrol-db/db/monitor In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv32517 Modified Files: PHLC011.xml Added Files: SAM00A3.xml Log Message: Add support for Samsung Syncmaster 173s (Thanks to Artur Flinta) Index: PHLC011.xml =================================================================== RCS file: /cvsroot/ddccontrol/ddccontrol-db/db/monitor/PHLC011.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- PHLC011.xml 19 Jun 2006 17:43:15 -0000 1.1 +++ PHLC011.xml 19 Jun 2006 17:56:05 -0000 1.2 @@ -1,6 +1,7 @@ <?xml version="1.0"?> <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) --> + <!--- 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"/> </monitor> --- NEW FILE: SAM00A3.xml --- <?xml version="1.0"?> <!--- Samsung SyncMaster 173s has some partial DDC/CI support (no caps) --> <monitor name="Samsung Syncmaster 173s" init="standard"> <caps add="(vcp(10 12 16 18 1a 20 30 62 d0 d2))"> <control id="fine" address="0xd0"/> <control id="coarse" address="0xd2"/> <!--- Control 0xdc: +/116/255 [???] --> <!--- Control 0xdd: +/116/255 [???] --> <!--- Control 0xde: +/115/255 [???] --> <!--- Control 0xe4: +/145/255 [???] --> <!--- Control 0xe6: +/140/255 [???] --> <!--- Control 0xe8: +/131/255 [???] --> <!--- Control 0xea: +/0/0 [???] --> <include file="VESA"/> </monitor> |
From: Nicolas B. <nbo...@us...> - 2006-06-19 17:43:28
|
Update of /cvsroot/ddccontrol/ddccontrol-db/db/monitor In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv26162 Added Files: PHLC011.xml Log Message: Add support for Philips 170C6 (Thanks to Dmitry Artamonow) --- NEW FILE: PHLC011.xml --- <?xml version="1.0"?> <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) --> <!--- Control 0x14: +/5/11 [???] Color Preset : unknown values --> <include file="VESA"/> </monitor> |
From: Nicolas B. <nbo...@us...> - 2006-05-08 08:16:54
|
Update of /cvsroot/ddccontrol/ddccontrol-db/db/monitor In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19945/monitor Added Files: DELE008.xml Log Message: Add support for Dell 2005FPW (Thanks to Christian Abegg) --- NEW FILE: DELE008.xml --- <?xml version="1.0"?> <monitor name="Dell 2005FPW (Analog)" init="standard"> <!--- vcp(page0(04 05 06 08 0E 10 12 14(01 04 05 08 0B) 16 18 1A 1E 20 30 3E B0 CC(2 3 4 6 0A) E3)asset_eep(40)mccs_ver(1.0)type(LCD): INVALID --> <caps add="(vcp(04 05 06 08 0E 10 12 14(01 04 05 08 0B) 16 18 1A 1E 20 30 3E 60 B0 CC(2 3 4 6 A) E1)"/> <include file="DELE009"/> </monitor> |
From: Nicolas B. <nbo...@us...> - 2006-04-26 19:54:57
|
Update of /cvsroot/ddccontrol/ddccontrol In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1967 Modified Files: configure.ac Log Message: Fix small problems added by the last commit. Index: configure.ac =================================================================== RCS file: /cvsroot/ddccontrol/ddccontrol/configure.ac,v retrieving revision 1.38 retrieving revision 1.39 diff -u -d -r1.38 -r1.39 --- configure.ac 26 Apr 2006 19:11:01 -0000 1.38 +++ configure.ac 26 Apr 2006 19:54:50 -0000 1.39 @@ -23,14 +23,14 @@ AC_CHECK_HEADERS([stdio.h unistd.h sys/time.h stdlib.h errno.h unistd.h string.h sys/types.h sys/stat.h fcntl.h sys/ioctl.h dirent.h], [], [AC_MSG_ERROR([Important header not found, please install it.], [1])], []) # /dev/i2c-* check -i2c_dev_val=1 +support_i2c_dev=yes AC_ARG_ENABLE(i2cdev, [ --disable-i2c enable /dev/i2c-* busses (enabled) ], [if test x$enableval = xno; then - i2c_dev_val=0 + support_i2c_dev=no fi]) -if test "x$i2c_dev_val" = "x1" ; then +if test "x$support_i2c_dev" = "xyes" ; then AC_DEFINE_UNQUOTED(HAVE_I2C_DEV, 1, [Define if ddccontrol is built with /dev/i2c-* support.]) AC_CHECK_HEADERS([linux/types.h], [], [AC_MSG_ERROR([Linux kernel header files not found, please install them.], [1])], []) @@ -47,7 +47,7 @@ AC_MSG_RESULT(no) ) - if test "x$support_i2c_dev_noworkaround" = "xno" ; then + if test "x$support_i2c_dev_works" = "xno" ; then AC_MSG_CHECKING([if src/lib/i2c-dev.h works instead]) AC_COMPILE_IFELSE([ [#define HAVE_BUGGY_I2C_DEV 1] @@ -143,11 +143,9 @@ if test x$support_gnome_applet = xyes; then if pkg-config --atleast-version=2.10 libpanelapplet-2.0 ; then GNOME_APPLET="gnome-ddcc-applet" - else - GNOME_APPLET="" - endif - GNOME_LDFLAGS="$LIBXML2_LDFLAGS `pkg-config --libs gtk+-2.0 gthread-2.0 libpanelapplet-2.0`" - GNOME_CFLAGS="$LIBXML2_CFLAGS `pkg-config --cflags gtk+-2.0 gthread-2.0 libpanelapplet-2.0`" + GNOME_LDFLAGS="$LIBXML2_LDFLAGS `pkg-config --libs gtk+-2.0 gthread-2.0 libpanelapplet-2.0`" + GNOME_CFLAGS="$LIBXML2_CFLAGS `pkg-config --cflags gtk+-2.0 gthread-2.0 libpanelapplet-2.0`" + fi fi @@ -219,7 +217,7 @@ AC_SUBST(DOCBOOK_ROOT) AC_SUBST(DOC) -AC_CONFIG_FILES([ m4/Makefile +AC_CONFIG_FILES([ po/Makefile.in Makefile src/Makefile |
From: Nicolas B. <nbo...@us...> - 2006-04-26 19:54:55
|
Update of /cvsroot/ddccontrol/ddccontrol/src/gnome-ddcc-applet In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1967/src/gnome-ddcc-applet Modified Files: Makefile.am Log Message: Fix small problems added by the last commit. Index: Makefile.am =================================================================== RCS file: /cvsroot/ddccontrol/ddccontrol/src/gnome-ddcc-applet/Makefile.am,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- Makefile.am 14 Nov 2005 18:48:21 -0000 1.5 +++ Makefile.am 26 Apr 2006 19:54:50 -0000 1.6 @@ -9,7 +9,7 @@ pkglib_PROGRAMS = ddcc-applet ddcc_applet_SOURCES = ddcc-applet.c ddcc-applet.h -ddcc_applet_LDADD = $(GNOME_LIBS) $(DDCC_LDADD) +ddcc_applet_LDADD = $(GNOME_LDFLAGS) $(DDCC_LDADD) AM_CFLAGS = $(GNOME_CFLAGS) '-DPKGDATADIR="$(pkgdatadir)"' pkgdata_DATA = GNOME_ddcc-applet.xml |