Hello community,

here is the log from the commit of package xvidtune for openSUSE:Factory 
checked in at 2013-01-22 18:16:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xvidtune (Old)
 and      /work/SRC/openSUSE:Factory/.xvidtune.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xvidtune", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/xvidtune/xvidtune.changes        2012-05-08 
12:08:31.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.xvidtune.new/xvidtune.changes   2013-01-22 
18:16:31.000000000 +0100
@@ -1,0 +2,19 @@
+Sat Jan 19 11:09:06 UTC 2013 - zai...@opensuse.org
+
+- Update to version 1.0.3:
+  + Remove unneeded second declaration of buf that shadows the
+    first.
+  + man: remove trailing spaces and tabs.
+  + config:
+    - Add missing AC_CONFIG_SRCDIR
+    - Move man pages into their own directory.
+    - Replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS.
+    - Replace deprecated AC_HELP_STRING with AS_HELP_STRING.
+    - Remove unrequired AC_SUBST([*_LIBS]).
+    - Remove unrequired AC_SUBST([*_CFLAGS]).
+    - Remove AC_PROG_CC as it overrides AC_PROG_C_C99.
+    - Use AC_PROG_INSTALL now supplied by XORG_DEFAULT_OPTIONS.
+    - Upgrade to util-macros 1.8 for additional man page support.
+    - Update AC_PREREQ statement to 2.60.
+
+-------------------------------------------------------------------

Old:
----
  xvidtune-1.0.2.tar.bz2

New:
----
  xvidtune-1.0.3.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ xvidtune.spec ++++++
--- /var/tmp/diff_new_pack.oD0TmN/_old  2013-01-22 18:16:40.000000000 +0100
+++ /var/tmp/diff_new_pack.oD0TmN/_new  2013-01-22 18:16:40.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xvidtune
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,13 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           xvidtune
-Version:        1.0.2
+Version:        1.0.3
 Release:        0
-License:        MIT
 Summary:        Video mode tuner for the X server
-Url:            http://xorg.freedesktop.org/
+License:        MIT
 Group:          System/X11/Utilities
+Url:            http://xorg.freedesktop.org/
 Source0:        
http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(x11)

++++++ xvidtune-1.0.2.tar.bz2 -> xvidtune-1.0.3.tar.bz2 ++++++
++++ 13932 lines of diff (skipped)
++++    retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/xvidtune-1.0.2/ChangeLog new/xvidtune-1.0.3/ChangeLog
--- old/xvidtune-1.0.2/ChangeLog        2010-01-16 08:10:16.000000000 +0100
+++ new/xvidtune-1.0.3/ChangeLog        2013-01-14 22:51:11.000000000 +0100
@@ -1,3 +1,148 @@
+commit 2726b9d640d07d771742879f08523f02ee82246b
+Author: Alan Coopersmith <alan.coopersm...@oracle.com>
+Date:   Mon Jan 14 13:50:05 2013 -0800
+
+    xvidtune 1.0.3
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersm...@oracle.com>
+
+commit b0c28d499be063330121d14f4e76337bd806c713
+Author: Alan Coopersmith <alan.coopersm...@oracle.com>
+Date:   Sun Jan 13 14:05:42 2013 -0800
+
+    Remove unneeded second declaration of buf that shadows the first
+    
+    Fixes gcc warnings:
+    xvidtune.c:1281:7: warning: declaration of ‘buf’ shadows a previous local 
[-Wshadow]
+    xvidtune.c:1129:10: warning: shadowed declaration is here [-Wshadow]
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersm...@oracle.com>
+
+commit 971cd6f5721eccb166772a700e4561f2fc74eb09
+Author: Alan Coopersmith <alan.coopersm...@oracle.com>
+Date:   Sun Jan 13 13:00:10 2013 -0800
+
+    config: Add missing AC_CONFIG_SRCDIR
+    
+    Regroup AC statements under the Autoconf initialization section.
+    Regroup AM statements under the Automake initialization section.
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersm...@oracle.com>
+
+commit f1797764df83b3677aacc4819f30a467c1d7487a
+Author: Gaetan Nadon <mems...@videotron.ca>
+Date:   Wed Jan 19 10:06:57 2011 -0500
+
+    config: move man pages into their own directory
+    
+    Use services provided by XORG_MANPAGE_SECTIONS.
+    Use standard Makefile for man pages.
+    
+    Signed-off-by: Gaetan Nadon <mems...@videotron.ca>
+
+commit 8e13f80621f91a714c821f7a680c47366ddae8ee
+Author: Gaetan Nadon <mems...@videotron.ca>
+Date:   Thu Jan 13 11:15:48 2011 -0500
+
+    man: remove trailing spaces and tabs
+    
+    Using s/[ \t]*$//
+    
+    Signed-off-by: Gaetan Nadon <mems...@videotron.ca>
+
+commit 01d8f4d4f91544863f4a082e5a9b8fb6f64ac91a
+Author: Gaetan Nadon <mems...@videotron.ca>
+Date:   Wed Jan 12 16:28:02 2011 -0500
+
+    config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
+    
+    This silences an Autoconf warning
+
+commit f0a097fdd60a43255097102bf4ee678286e38f3a
+Author: Gaetan Nadon <mems...@videotron.ca>
+Date:   Wed Jan 12 15:29:50 2011 -0500
+
+    config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
+    
+    This silences an Automake warning.
+    
+    Signed-off-by: Gaetan Nadon <mems...@videotron.ca>
+
+commit 0d17870b3ab9cb5b74de55183190589adfea873f
+Author: Gaetan Nadon <mems...@videotron.ca>
+Date:   Wed Jan 12 15:12:08 2011 -0500
+
+    config: remove unrequired AC_SUBST([*_LIBS])
+    
+    This macro is called by PKG_CHECK_MODULES
+    
+    Signed-off-by: Gaetan Nadon <mems...@videotron.ca>
+
+commit 28f3856d1f8b91e23303a8b4831d6cad29b217f5
+Author: Gaetan Nadon <mems...@videotron.ca>
+Date:   Wed Jan 12 13:33:48 2011 -0500
+
+    config: remove unrequired AC_SUBST([*_CFLAGS])
+    
+    This macro is called by PKG_CHECK_MODULES
+    
+    Signed-off-by: Gaetan Nadon <mems...@videotron.ca>
+
+commit a5b6ed6713eddf320b79ce1ec0119168d8406928
+Author: Gaetan Nadon <mems...@videotron.ca>
+Date:   Wed Jan 12 13:10:21 2011 -0500
+
+    config: remove AC_PROG_CC as it overrides AC_PROG_C_C99
+    
+    XORG_STRICT_OPTION from XORG_DEFAULT_OPTIONS calls
+    AC_PROG_C_C99. This sets gcc with -std=gnu99.
+    If AC_PROG_CC macro is called afterwards, it resets CC to gcc.
+    
+    Signed-off-by: Gaetan Nadon <mems...@videotron.ca>
+
+commit 476ab4ea979c7116b12fd003d84501853aa7f19b
+Author: Gaetan Nadon <mems...@videotron.ca>
+Date:   Wed Jan 12 11:54:40 2011 -0500
+
+    config: use AC_PROG_INSTALL now supplied by XORG_DEFAULT_OPTIONS
+    
+    It depends on util-macros 1.8 or later
+    The existing statement can now be removed from the configuration file.
+    
+    Signed-off-by: Gaetan Nadon <mems...@videotron.ca>
+
+commit d14af2c2c1dc8115e717284c185c5bbe1e6486f6
+Author: Gaetan Nadon <mems...@videotron.ca>
+Date:   Wed Jan 12 11:23:52 2011 -0500
+
+    config: upgrade to util-macros 1.8 for additional man page support
+    
+    Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
+    The value of MAN_SUBST is the same for all X.Org packages.
+    
+    Signed-off-by: Gaetan Nadon <mems...@videotron.ca>
+
+commit 6afe2d3b14a97d619fb28719d6a87ed0a14f6fe2
+Author: Gaetan Nadon <mems...@videotron.ca>
+Date:   Wed Jan 12 10:21:25 2011 -0500
+
+    config: update AC_PREREQ statement to 2.60
+    
+    Unrelated to the previous patches, the new value simply reflects
+    the reality that the minimum level for autoconf to configure
+    all x.org modules in one pass is 2.60 dated June 2006.
+    
+    A version later than 2.60 can be used, but no new features from such
+    a later version can be used in configure.ac.
+    
+    Although the code in this module can be configured with a version earlier
+    than 2.60, most of code is now contained in macros from util-macros
+    which use features of version 2.60, at the present or in the future.
+    
+    ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
+    
+    Signed-off-by: Gaetan Nadon <mems...@videotron.ca>
+
 commit b1fac8775467a1d43a4a5881f2366ec4f86e799b
 Author: Alan Coopersmith <alan.coopersm...@sun.com>
 Date:   Fri Jan 15 23:09:42 2010 -0800
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/xvidtune-1.0.2/Makefile.am new/xvidtune-1.0.3/Makefile.am
--- old/xvidtune-1.0.2/Makefile.am      2010-01-16 07:44:17.000000000 +0100
+++ new/xvidtune-1.0.3/Makefile.am      2013-01-14 22:50:09.000000000 +0100
@@ -20,6 +20,7 @@
 #  TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 #  PERFORMANCE OF THIS SOFTWARE.
 
+SUBDIRS = man
 bin_PROGRAMS = xvidtune
 
 AM_CFLAGS = $(CWARNFLAGS) $(XVIDTUNE_CFLAGS)
@@ -28,36 +29,6 @@
 xvidtune_SOURCES =     \
         xvidtune.c
 
-# Man page
-
-appmandir = $(APP_MAN_DIR)
-appman_PRE = xvidtune.man
-appman_DATA = $(appman_PRE:man=@APP_MAN_SUFFIX@)
-
-SED = sed
-
-# Strings to replace in man pages
-XORGRELSTRING = @PACKAGE_STRING@
-  XORGMANNAME = X Version 11
-
-MAN_SUBSTS = \
-       -e 's|__vendorversion__|"$(XORGRELSTRING)" "$(XORGMANNAME)"|' \
-       -e 's|__xorgversion__|"$(XORGRELSTRING)" "$(XORGMANNAME)"|' \
-       -e 's|__xservername__|Xorg|g' \
-       -e 's|__xconfigfile__|xorg.conf|g' \
-       -e 's|__projectroot__|$(prefix)|g' \
-       -e 's|__apploaddir__|$(appdefaultdir)|' \
-       -e 's|__appmansuffix__|$(APP_MAN_SUFFIX)|g' \
-       -e 's|__libmansuffix__|$(LIB_MAN_SUFFIX)|g' \
-       -e 's|__adminmansuffix__|$(ADMIN_MAN_SUFFIX)|g' \
-       -e 's|__miscmansuffix__|$(MISC_MAN_SUFFIX)|g' \
-       -e 's|__filemansuffix__|$(FILE_MAN_SUFFIX)|g'
-
-SUFFIXES = .$(APP_MAN_SUFFIX) .man
-
-.man.$(APP_MAN_SUFFIX):
-       $(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@
-
 # App default files
 DISTCHECK_CONFIGURE_FLAGS = --with-appdefaultdir=\$${datadir}/X11/app-defaults
 
@@ -65,12 +36,7 @@
 
 dist_appdefault_DATA = app-defaults/Xvidtune
 
-EXTRA_DIST = $(appman_PRE)
-
 MAINTAINERCLEANFILES = ChangeLog INSTALL
-CLEANFILES = Xvidtune $(appman_DATA)
-
-
 
 .PHONY: ChangeLog INSTALL
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/xvidtune-1.0.2/configure.ac new/xvidtune-1.0.3/configure.ac
--- old/xvidtune-1.0.2/configure.ac     2010-01-16 08:09:15.000000000 +0100
+++ new/xvidtune-1.0.3/configure.ac     2013-01-14 22:50:09.000000000 +0100
@@ -21,31 +21,33 @@
 dnl
 dnl Process this file with autoconf to create configure.
 
-AC_PREREQ([2.57])
-AC_INIT(xvidtune, [1.0.2], 
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xvidtune)
+# Initialize Autoconf
+AC_PREREQ([2.60])
+AC_INIT(xvidtune, [1.0.3], 
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xvidtune)
+AC_CONFIG_SRCDIR([Makefile.am])
+AC_CONFIG_HEADERS([config.h])
+
+# Initialize Automake
 AM_INIT_AUTOMAKE([foreign dist-bzip2])
 AM_MAINTAINER_MODE
 
-# Require xorg-macros: XORG_DEFAULT_OPTIONS
+# Require X.Org macros 1.8 or later for MAN_SUBSTS set by XORG_MANPAGE_SECTIONS
 m4_ifndef([XORG_MACROS_VERSION],
-          [m4_fatal([must install xorg-macros 1.4 or later before running 
autoconf/autogen])])
-XORG_MACROS_VERSION(1.4)
+          [m4_fatal([must install xorg-macros 1.8 or later before running 
autoconf/autogen])])
+XORG_MACROS_VERSION(1.8)
 XORG_DEFAULT_OPTIONS
-AM_CONFIG_HEADER(config.h)
-
-AC_PROG_CC
-AC_PROG_INSTALL
 
 # Checks for pkg-config packages
 PKG_CHECK_MODULES(XVIDTUNE, xxf86vm xt xaw7 xmu x11)
 xt_appdefaultdir=`$PKG_CONFIG --variable=appdefaultdir xt`
 AC_ARG_WITH(appdefaultdir,
-       AC_HELP_STRING([--with-appdefaultdir=<pathname>],
+       AS_HELP_STRING([--with-appdefaultdir=<pathname>],
          [specify directory for app-defaults files (default is autodetected)]),
        [appdefaultdir="$withval"], [appdefaultdir="${xt_appdefaultdir}"])
-AC_SUBST(XVIDTUNE_CFLAGS)
-AC_SUBST(XVIDTUNE_LIBS)
 AC_SUBST(appdefaultdir)
 
 
-AC_OUTPUT([Makefile])
+AC_CONFIG_FILES([
+       Makefile
+       man/Makefile])
+AC_OUTPUT
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/xvidtune-1.0.2/man/Makefile.am new/xvidtune-1.0.3/man/Makefile.am
--- old/xvidtune-1.0.2/man/Makefile.am  1970-01-01 01:00:00.000000000 +0100
+++ new/xvidtune-1.0.3/man/Makefile.am  2013-01-14 22:50:09.000000000 +0100
@@ -0,0 +1,12 @@
+
+appmandir = $(APP_MAN_DIR)
+appman_PRE = xvidtune.man
+appman_DATA = $(appman_PRE:man=$(APP_MAN_SUFFIX))
+
+EXTRA_DIST = $(appman_PRE)
+CLEANFILES = $(appman_DATA)
+SUFFIXES = .$(APP_MAN_SUFFIX) .man
+
+# String replacements in MAN_SUBSTS now come from xorg-macros.m4 via configure
+.man.$(APP_MAN_SUFFIX):
+       $(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/xvidtune-1.0.2/man/xvidtune.man new/xvidtune-1.0.3/man/xvidtune.man
--- old/xvidtune-1.0.2/man/xvidtune.man 1970-01-01 01:00:00.000000000 +0100
+++ new/xvidtune-1.0.3/man/xvidtune.man 2013-01-14 22:50:09.000000000 +0100
@@ -0,0 +1,178 @@
+.\" $XFree86: xc/programs/xvidtune/xvidtune.man,v $
+.\"
+.\" Copyright (c) 1995  Kaleb S. KEITHLEY
+.\"
+.\" Permission is hereby granted, free of charge, to any person obtaining
+.\" a copy of this software and associated documentation files (the
+.\" "Software"), to deal in the Software without restriction, including
+.\" without limitation the rights to use, copy, modify, merge, publish,
+.\" distribute, sublicense, and/or sell copies of the Software, and to
+.\" permit persons to whom the Software is furnished to do so, subject to
+.\" the following conditions:
+.\"
+.\" The above copyright notice and this permission notice shall be included
+.\" in all copies or substantial portions of the Software.
+.\"
+.\" THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+.\" OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+.\" MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+.\" IN NO EVENT SHALL Kaleb S. KEITHLEY BE LIABLE FOR ANY CLAIM, DAMAGES OR
+.\" OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
+.\" ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+.\" OTHER DEALINGS IN THE SOFTWARE.
+.\"
+.\" Except as contained in this notice, the name of Kaleb S. KEITHLEY shall
+.\" not be used in advertising or otherwise to promote the sale, use or
+.\" other dealings in this Software without prior written authorization
+.\" from Kaleb S. KEITHLEY.
+.\"
+.TH xvidtune __appmansuffix__ __vendorversion__
+.SH NAME
+xvidtune \- video mode tuner for __xservername__
+.SH SYNOPSIS
+.B xvidtune
+[
+.B -show
+|
+.B -prev
+|
+.B -next
+|
+.B -unlock
+] [
+.I \-toolkitoption
+\&.\|.\|. ]
+.SH DESCRIPTION
+Xvidtune is a client interface to the X server video mode
+extension (XFree86-VidModeExtension).
+.PP
+When given one of the non-toolkit options, xvidtune provides
+a command line interface to either print or switch the video mode.
+.PP
+Without any options (or with only toolkit options) it
+presents the user with various buttons and sliders that can be
+used to interactively adjust existing video modes.
+It will also print the settings in a format suitable for inclusion
+in an __xconfigfile__ file.
+.PP
+Normally the __xservername__ X servers only allow changes to be made with
+the XFree86-VidModeExtension from clients connected via a local
+connection type.
+.PP
+Note:  The original mode settings can be restored by pressing the `R' key,
+and this can be used to restore a stable screen in situations where the
+screen becomes unreadable.
+.PP
+The available buttons are:
+.PP
+.nf
+.B Left
+.B Right
+.B Up
+.B Down
+.fi
+.RS 10
+Adjust the video mode so that the display will be moved in the
+appropriate direction.
+.RE
+.PP
+.nf
+.B Wider
+.B Narrower
+.B Shorter
+.B Taller
+.fi
+.RS 10
+Adjust the video mode so that the display size is altered
+appropriately.
+.RE
+.TP 10
+.B Quit
+Exit the program.
+.TP 10
+.B Apply
+Adjust the current video mode to match the selected settings.
+.TP 10
+.B Auto
+Cause the Up/Down/Right/Left, Wider/Narrower/Shorter/Taller, Restore,
+and the special S3 buttons to be applied immediately.
+This button can be toggled.
+.TP 10
+.B Test
+Temporarily switch to the selected settings.
+.TP 10
+.B Restore
+Return the settings to their original values.
+.TP 10
+.B Fetch
+Query the server for its current settings.
+.TP 10
+.B Show
+Print the currently selected settings to stdout in __xconfigfile__
+"Modeline" format.  The primary selection is similarly set.
+.TP 10
+.B Next
+Switch the Xserver to the next video mode.
+.TP 10
+.B Prev
+Switch the Xserver to the previous video mode.
+.PP
+For some S3-based cards (964 and 968) the following are also available:
+.TP 10
+.B InvertVCLK
+Change the VCLK invert/non-invert state.
+.TP 10
+.B EarlySC
+Change the Early SC state.  This affects screen wrapping.
+.PP
+.nf
+.B BlankDelay1
+.B BlankDelay2
+.fi
+.RS 10
+Set the blank delay values.  This affects screen wrapping.  Acceptable
+values are in the range 0\-7.  The values may be incremented or decremented
+with the `+' and `-' buttons, or by pressing the `+' or `-' keys in the
+text field.
+.RE
+.PP
+For S3-864/868 based cards \fIInvertVCLK\fP and \fIBlankDelay1\fP may
+be useful.  For S3 Trio32/Trio64 cards only \fIInvertVCLK\fP is available.
+At the moment there are no default settings available for these chips
+in the video mode extension and thus this feature is disabled in xvidtune.
+It can be enabled by setting any of the optional S3 commands in the
+screen section of __xconfigfile__, e.g. using
+.RS 10
+.B blank_delay \fI"\(**"\fP 0
+.RE
+.SH OPTIONS
+\fIxvidtune\fP accepts the standard X Toolkit command line options as well
+as the following:
+.TP 10
+.B \-show
+Print the current settings to stdout in __xconfigfile__
+"Modeline" format and exit.
+.TP 10
+.B \-prev
+Switch the Xserver to the previous video mode.
+.TP 10
+.B \-next
+Switch the Xserver to the next video mode.
+.TP 10
+.B \-unlock
+Normally, \fIxvidtune\fP will disable the switching of video modes
+via hot-keys while it is running.  If for some reason the program
+did not exit cleanly and they are still disabled, the program can
+be re-run with this option to re-enable the mode switching key
+combinations.
+.SH SEE ALSO
+.BR xrandr (__appmansuffix__),
+.BR __xservername__ (__appmansuffix__),
+.BR __xconfigfile__ (__filemansuffix__).
+.SH AUTHORS
+Kaleb S. Keithley, X Consortium.
+.br
+Additions and modifications by Jon Tombs, David Dawes, and Joe Moss.
+.SH BUGS
+X Error handling, i.e. when the server does not allow xvidtune
+clients to write new modes, could be better.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/xvidtune-1.0.2/xvidtune.c new/xvidtune-1.0.3/xvidtune.c
--- old/xvidtune-1.0.2/xvidtune.c       2010-01-16 08:00:54.000000000 +0100
+++ new/xvidtune-1.0.3/xvidtune.c       2013-01-14 22:50:09.000000000 +0100
@@ -1278,7 +1278,6 @@
     XtManageChildren (forms, 14);
 
     if (S3Specials) {
-       char buf[2] = "0";
        s3form = XtCreateWidget ("S3-form", formWidgetClass, 
                form, NULL, 0);
        wids[0] = XtVaCreateWidget("InvertVclk-toggle", toggleWidgetClass,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/xvidtune-1.0.2/xvidtune.man new/xvidtune-1.0.3/xvidtune.man
--- old/xvidtune-1.0.2/xvidtune.man     2010-01-16 08:05:48.000000000 +0100
+++ new/xvidtune-1.0.3/xvidtune.man     1970-01-01 01:00:00.000000000 +0100
@@ -1,178 +0,0 @@
-.\" $XFree86: xc/programs/xvidtune/xvidtune.man,v $
-.\"
-.\" Copyright (c) 1995  Kaleb S. KEITHLEY
-.\"
-.\" Permission is hereby granted, free of charge, to any person obtaining
-.\" a copy of this software and associated documentation files (the
-.\" "Software"), to deal in the Software without restriction, including
-.\" without limitation the rights to use, copy, modify, merge, publish,
-.\" distribute, sublicense, and/or sell copies of the Software, and to
-.\" permit persons to whom the Software is furnished to do so, subject to
-.\" the following conditions:
-.\" 
-.\" The above copyright notice and this permission notice shall be included
-.\" in all copies or substantial portions of the Software.
-.\" 
-.\" THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
-.\" OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-.\" MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
-.\" IN NO EVENT SHALL Kaleb S. KEITHLEY BE LIABLE FOR ANY CLAIM, DAMAGES OR
-.\" OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
-.\" ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
-.\" OTHER DEALINGS IN THE SOFTWARE.
-.\" 
-.\" Except as contained in this notice, the name of Kaleb S. KEITHLEY shall
-.\" not be used in advertising or otherwise to promote the sale, use or
-.\" other dealings in this Software without prior written authorization
-.\" from Kaleb S. KEITHLEY.
-.\"
-.TH xvidtune __appmansuffix__ __vendorversion__
-.SH NAME
-xvidtune \- video mode tuner for __xservername__
-.SH SYNOPSIS
-.B xvidtune
-[
-.B -show
-|
-.B -prev
-|
-.B -next
-|
-.B -unlock
-] [
-.I \-toolkitoption
-\&.\|.\|. ]
-.SH DESCRIPTION
-Xvidtune is a client interface to the X server video mode
-extension (XFree86-VidModeExtension).
-.PP
-When given one of the non-toolkit options, xvidtune provides
-a command line interface to either print or switch the video mode.
-.PP
-Without any options (or with only toolkit options) it
-presents the user with various buttons and sliders that can be
-used to interactively adjust existing video modes.
-It will also print the settings in a format suitable for inclusion
-in an __xconfigfile__ file.
-.PP
-Normally the __xservername__ X servers only allow changes to be made with
-the XFree86-VidModeExtension from clients connected via a local
-connection type.
-.PP
-Note:  The original mode settings can be restored by pressing the `R' key,
-and this can be used to restore a stable screen in situations where the
-screen becomes unreadable.
-.PP
-The available buttons are:
-.PP
-.nf
-.B Left
-.B Right
-.B Up
-.B Down
-.fi
-.RS 10
-Adjust the video mode so that the display will be moved in the
-appropriate direction.
-.RE
-.PP
-.nf
-.B Wider
-.B Narrower
-.B Shorter
-.B Taller
-.fi
-.RS 10
-Adjust the video mode so that the display size is altered
-appropriately.
-.RE
-.TP 10
-.B Quit
-Exit the program.
-.TP 10
-.B Apply
-Adjust the current video mode to match the selected settings.
-.TP 10
-.B Auto
-Cause the Up/Down/Right/Left, Wider/Narrower/Shorter/Taller, Restore,
-and the special S3 buttons to be applied immediately.
-This button can be toggled.
-.TP 10
-.B Test
-Temporarily switch to the selected settings.
-.TP 10
-.B Restore
-Return the settings to their original values.
-.TP 10
-.B Fetch
-Query the server for its current settings.
-.TP 10
-.B Show
-Print the currently selected settings to stdout in __xconfigfile__
-"Modeline" format.  The primary selection is similarly set.
-.TP 10
-.B Next
-Switch the Xserver to the next video mode.
-.TP 10
-.B Prev
-Switch the Xserver to the previous video mode.
-.PP
-For some S3-based cards (964 and 968) the following are also available:
-.TP 10
-.B InvertVCLK
-Change the VCLK invert/non-invert state.
-.TP 10
-.B EarlySC
-Change the Early SC state.  This affects screen wrapping.
-.PP
-.nf
-.B BlankDelay1
-.B BlankDelay2
-.fi
-.RS 10
-Set the blank delay values.  This affects screen wrapping.  Acceptable
-values are in the range 0\-7.  The values may be incremented or decremented
-with the `+' and `-' buttons, or by pressing the `+' or `-' keys in the
-text field.
-.RE
-.PP
-For S3-864/868 based cards \fIInvertVCLK\fP and \fIBlankDelay1\fP may
-be useful.  For S3 Trio32/Trio64 cards only \fIInvertVCLK\fP is available.
-At the moment there are no default settings available for these chips 
-in the video mode extension and thus this feature is disabled in xvidtune.
-It can be enabled by setting any of the optional S3 commands in the
-screen section of __xconfigfile__, e.g. using
-.RS 10
-.B blank_delay \fI"\(**"\fP 0
-.RE
-.SH OPTIONS
-\fIxvidtune\fP accepts the standard X Toolkit command line options as well
-as the following:
-.TP 10
-.B \-show
-Print the current settings to stdout in __xconfigfile__
-"Modeline" format and exit.
-.TP 10
-.B \-prev
-Switch the Xserver to the previous video mode.
-.TP 10
-.B \-next
-Switch the Xserver to the next video mode.
-.TP 10
-.B \-unlock
-Normally, \fIxvidtune\fP will disable the switching of video modes
-via hot-keys while it is running.  If for some reason the program
-did not exit cleanly and they are still disabled, the program can
-be re-run with this option to re-enable the mode switching key
-combinations.
-.SH SEE ALSO
-.BR xrandr (__appmansuffix__),
-.BR __xservername__ (__appmansuffix__),
-.BR __xconfigfile__ (__filemansuffix__).
-.SH AUTHORS
-Kaleb S. Keithley, X Consortium.
-.br
-Additions and modifications by Jon Tombs, David Dawes, and Joe Moss.
-.SH BUGS
-X Error handling, i.e. when the server does not allow xvidtune
-clients to write new modes, could be better.

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to