Bug#590137: x11: Keyboard disconnected from window.

2010-07-24 Thread Julien Cristau
On Sat, Jul 24, 2010 at 12:13:32 +0800, Jivan Amara wrote:

 Package: x11-common
 Version: 1:7.5+6
 Severity: important
 File: x11
 
 Keyboard focus is disconnected from the active window in a number of
 circumstances.  The easiest way to recreate the problem is by opening
 gnome-terminal, opening a second tab then typing exit.  You will not be able
 to type into the window in the remaining tab.  Right-clicking, then
 left-clicking returns the keyboard focus to the window.
 
I can't reproduce this (running gnome with metacity).

 It doesn't appear to be a desktop issue, as I can recreate it both
 in fluxbox
 and gnome.  The problem renders eclipse nearly unusable, as the keyboard
 focus is taken away from the editor every time an auto-completion or hover
 information window is shown (and the same trick needed to return it).
 
 I usually use click-to focus, but I've also tried different focus
 models with
 the same behavior.
 
(I'm using focus follows mouse)

 I'm sorry if this isn't the right package to file this against, but it's
 the only common factor that I can see in a problem which spans desktops and
 applications.
 
I'm afraid focus is entirely under the control of the window manager, so
I suggest you file bugs against the ones you use.

Cheers,
Julien


signature.asc
Description: Digital signature


libpciaccess: Changes to 'debian-unstable'

2010-07-24 Thread Julien Cristau
 COPYING |   31 -
 ChangeLog   |  136 +
 Makefile.am |2 
 configure.ac|8 
 debian/changelog|   12 
 debian/control  |3 
 debian/copyright|   31 -
 debian/patches/pciaccess-hurd-hack.diff |  743 
 debian/patches/series   |1 
 debian/rules|   11 
 src/Makefile.am |   10 
 src/common_capability.c |   12 
 src/common_init.c   |2 
 src/common_interface.c  |4 
 src/common_vgaarb.c |   10 
 src/pci_tools.h |   44 -
 src/pciaccess_private.h |1 
 src/solx_devfs.c|   29 -
 src/x86_pci.c   |  669 
 19 files changed, 878 insertions(+), 881 deletions(-)

New commits:
commit fa6948d7fdebea4b06c59b3fe5319a68fa31a60e
Author: Julien Cristau jcris...@debian.org
Date:   Sat Jul 24 11:20:32 2010 +0200

Upload to unstable

diff --git a/debian/changelog b/debian/changelog
index 61029b7..4000e37 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libpciaccess (0.12.0-1) UNRELEASED; urgency=low
+libpciaccess (0.12.0-1) unstable; urgency=low
 
   * New upstream release:
 - x86 backend for hurd
@@ -8,7 +8,7 @@ libpciaccess (0.12.0-1) UNRELEASED; urgency=low
   * Update debian/copyright from upstream COPYING.
   * Bump Standards-Version to 3.9.0.
 
- -- Julien Cristau jcris...@debian.org  Sat, 24 Jul 2010 10:46:59 +0200
+ -- Julien Cristau jcris...@debian.org  Sat, 24 Jul 2010 11:20:30 +0200
 
 libpciaccess (0.11.0-2) unstable; urgency=low
 

commit f40a52f724a3b079520eff7d2e8aab888ee6b2c6
Author: Julien Cristau jcris...@debian.org
Date:   Sat Jul 24 11:20:28 2010 +0200

Bump Standards-Version to 3.9.0.

diff --git a/debian/changelog b/debian/changelog
index d07c8b2..61029b7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ libpciaccess (0.12.0-1) UNRELEASED; urgency=low
 - fix long standing MTRR bug
   * Drop pciaccess-hurd-hack.diff and patch system.
   * Update debian/copyright from upstream COPYING.
+  * Bump Standards-Version to 3.9.0.
 
  -- Julien Cristau jcris...@debian.org  Sat, 24 Jul 2010 10:46:59 +0200
 
diff --git a/debian/control b/debian/control
index cb6746e..7ccacba 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends:
  zlib1g-dev,
  xutils-dev (= 1:7.5),
  pkg-config,
-Standards-Version: 3.8.4
+Standards-Version: 3.9.0
 Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libpciaccess
 Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libpciaccess.git
 

commit 5a01dc8a7cbbf9f79fd2504411d7659dd2be9844
Author: Julien Cristau jcris...@debian.org
Date:   Sat Jul 24 10:54:54 2010 +0200

Minor style fixes to debian/rules

diff --git a/debian/rules b/debian/rules
index 00a8585..9d64d5a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -41,8 +41,7 @@ build: build-stamp
 build-stamp: build/config.status
dh_testdir
cd build  $(MAKE)
-   
-   touch build-stamp
+   $@
 
 clean:
dh_testdir
@@ -54,7 +53,7 @@ clean:
rm -f conftest* */conftest*
rm -rf autom4te.cache */autom4te.cache
rm -rf build
-   rm -f $$(find -name Makefile.in)
+   find -name Makefile.in -delete
rm -f compile config.guess config.sub configure depcomp install-sh
rm -f ltmain.sh missing INSTALL aclocal.m4 mkinstalldirs config.h.in
rm -f m4/libtool.m4 m4/lt*.m4

commit efe1f47f88e5b6d3d38e5cf5c3260ede8bbcc7bb
Author: Julien Cristau jcris...@debian.org
Date:   Sat Jul 24 11:16:23 2010 +0200

Update debian/copyright from upstream COPYING.

diff --git a/debian/changelog b/debian/changelog
index 0d00e4e..d07c8b2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ libpciaccess (0.12.0-1) UNRELEASED; urgency=low
 - various fixes for vgaarb, leak, use after free
 - fix long standing MTRR bug
   * Drop pciaccess-hurd-hack.diff and patch system.
+  * Update debian/copyright from upstream COPYING.
 
  -- Julien Cristau jcris...@debian.org  Sat, 24 Jul 2010 10:46:59 +0200
 
diff --git a/debian/copyright b/debian/copyright
index c7950de..e2321bb 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -19,6 +19,7 @@ Copyright:
 
 (C) Copyright IBM Corporation 2006, 2007
 (C) Copyright Eric Anholt 2006
+Copyright 2007, 2008, 2009 Sun Microsystems, Inc.
 Copyright 2009 Red Hat, Inc.
 All Rights Reserved.
 
@@ -43,37 +44,9 @@ IN THE SOFTWARE.
 
 --
 
-Copyright 2007, 2008, 2009 Sun Microsystems, Inc.  All rights reserved.
-
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of 

libpciaccess: Changes to 'upstream-unstable'

2010-07-24 Thread Julien Cristau
 COPYING |   31 --
 Makefile.am |2 
 configure.ac|8 
 src/Makefile.am |   10 
 src/common_capability.c |   12 
 src/common_init.c   |2 
 src/common_interface.c  |4 
 src/common_vgaarb.c |   10 
 src/pci_tools.h |   44 +--
 src/pciaccess_private.h |1 
 src/solx_devfs.c|   29 --
 src/x86_pci.c   |  669 
 12 files changed, 723 insertions(+), 99 deletions(-)

New commits:
commit fa3f1c1ea8ce4b45976e11520856cfa164f8b92d
Author: Dave Airlie airl...@redhat.com
Date:   Wed Jul 21 09:39:26 2010 +1000

libpciaccess 0.12.0 - bump version for release

diff --git a/configure.ac b/configure.ac
index e5d962f..bba0cff 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,7 +24,7 @@ dnl Process this file with autoconf to create configure.
 
 AC_PREREQ([2.60])
 
-AC_INIT(libpciaccess, 0.11.0, 
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorgcomponent=libpciaccess],
 libpciaccess)
+AC_INIT(libpciaccess, 0.12.0, 
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorgcomponent=libpciaccess],
 libpciaccess)
 AM_INIT_AUTOMAKE([foreign dist-bzip2])
 AM_MAINTAINER_MODE
 

commit 2f98724d1e603268360d704b3c8823b93d5fecb4
Author: Thomas Hellstrom thellst...@vmware.com
Date:   Tue Jul 20 22:14:22 2010 +0200

Fix long standing MTRR bug.

Add an include that makes the file common_vgaarb.c see the same
struct pci_system as the file linux_sysfs.c.

Without this fix, on a MTRR system, the vgaarb_fd member
would overwrite the mtrr_fd member and cause the MTRR_IOC_ADD_ENTRY call
to be issued to the incorrect device causing the infamous
Inappropriate ioctl for device (25) error.

This error would cause MTRR setup to fail on all systems relying on it
and is severe enough to warrant a new release.

Signed-off-by: Thomas Hellstrom thellst...@vmware.com
Signed-off-by: Dave Airlie airl...@redhat.com

diff --git a/src/common_vgaarb.c b/src/common_vgaarb.c
index c94b362..86eceb5 100644
--- a/src/common_vgaarb.c
+++ b/src/common_vgaarb.c
@@ -33,6 +33,7 @@
 #include stdlib.h
 #include limits.h
 
+#include config.h
 #include pciaccess.h
 #include pciaccess_private.h
 

commit e5159771bd0a013201dcef760e9320071c6df59e
Author: Dave Airlie airl...@redhat.com
Date:   Mon Jul 12 13:09:33 2010 +1000

pciaccess: fix use after free.

Using the pointer passed to realloc earlier isn't a recipe for success.

Signed-off-by: Dave Airlie airl...@redhat.com

diff --git a/src/common_interface.c b/src/common_interface.c
index d46feab..4af772a 100644
--- a/src/common_interface.c
+++ b/src/common_interface.c
@@ -317,8 +317,8 @@ pci_device_map_range(struct pci_device *dev, pciaddr_t base,
 *addr =  mappings[devp-num_mappings].memory;
 devp-num_mappings++;
 } else {
-mappings = realloc(devp-mappings,
-   (sizeof(devp-mappings[0]) * devp-num_mappings));
+mappings = realloc(mappings,
+   (sizeof(mappings[0]) * devp-num_mappings));
 }
 
 devp-mappings = mappings;

commit 3f59728ddc6f7d2cb17d434e81ac76c9288d0aef
Author: Alan Coopersmith alan.coopersm...@oracle.com
Date:   Sat Jun 19 10:36:24 2010 -0700

Let libtool handle library flags for scanpci on Solaris

Stop hardcoding -ldevinfo since configure/libtool already know to add it
for static linking, and ELF dependencies handle it for dynamic linking

Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com

diff --git a/src/Makefile.am b/src/Makefile.am
index 8afd53b..0ee8449 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -69,7 +69,7 @@ libpciaccess_la_SOURCES = common_bridge.c \
 
 INCLUDES = -I$(top_srcdir)/include
 
-libpciaccess_la_LIBADD = @PCIACCESS_LIBS@
+libpciaccess_la_LIBADD = $(PCIACCESS_LIBS)
 
 libpciaccess_la_LDFLAGS = -version-number 0:10:8 -no-undefined
 
@@ -80,8 +80,4 @@ libpciaccessinclude_HEADERS = \
 noinst_PROGRAMS = scanpci
 
 scanpci_SOURCES = scanpci.c
-if SOLARIS
-scanpci_LDADD = libpciaccess.la -ldevinfo
-else
 scanpci_LDADD = libpciaccess.la
-endif

commit e0ae5251cd030b201c14f5888a539aa40f17abfb
Author: Tiago Vignatti tiago.vigna...@nokia.com
Date:   Sat May 22 18:23:33 2010 +0300

vgaarb: read back vga count when setting new decoding

Decode kernel operation can also change vga refcount, so we need to read 
back
the information when calling it.

Signed-off-by: Tiago Vignatti tiago.vigna...@nokia.com

diff --git a/src/common_vgaarb.c b/src/common_vgaarb.c
index f09d513..c94b362 100644
--- a/src/common_vgaarb.c
+++ b/src/common_vgaarb.c
@@ -263,6 +263,13 @@ pci_device_vgaarb_decodes(int new_vgaarb_rsrc)
 ret = vgaarb_write(pci_sys-vgaarb_fd, buf, len);
 if (ret == 0)
 dev-vgaarb_rsrc = new_vgaarb_rsrc;
+
+ret = read(pci_sys-vgaarb_fd, buf, BUFSIZE);
+if (ret = 0)
+return -1;
+
+

libpciaccess: Changes to 'refs/tags/libpciaccess-0.12.0-1'

2010-07-24 Thread Julien Cristau
Tag 'libpciaccess-0.12.0-1' created by Julien Cristau jcris...@debian.org at 
2010-07-24 09:21 +

Tagging upload of libpciaccess 0.12.0-1 to unstable.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iQIcBAABCAAGBQJMSrCgAAoJEDEBgAUJBeQMPQ4P/3sRj/0IxJh6qanb6+PL1wii
Ej5YsXF9vTknaO8jiZZ3mNBAHAYl61+li1KQgHrP0/NJA4jkp+RzMXwf9ipOGT9y
C9F+62bEyXSCrhds1nYs7KxFQASXynLDYi5ObnPgWt1jZYGhkfdiIUnWTPjj3zJY
2Z274WuIwgk/dq9MHBH5XpH09wTocVaiLmAGdIlDr2fou818NtY6MyTq9z1t+Jb5
5WOlZn7siL+DLMpwmOyTNLJ3kLscsLl/WpHwnwQjhCpHAvv2Snt3SGBdFaBI0S3k
FfdYTzhFZ1k9NzPBDbpm+wL3urXNi4Cd0D9QZ5WJ2fDEervr0l30g9OSALf6CQFP
NiNSBjn8rpo2hH8V0DmdyVUdRKcxyibGrORsuB4kolWNVDY5nJdqygAZq+ilm4Kg
Gy9U1LVR3GRh36Q7ir0swUdwB5ryTsNe613ErsAD8Sl0zPZUxohiCxc2o3U7QlH9
6loTtbw7yPYBYHvrLdRaIor0g6kZD8ob+mA94PLmUeG7KcFIsRON6WqIhC0pntJ7
8EvxN78ifRQEeaCXklsHzrINkDgZtOIFUnpIvQsH5cQFU7TFd4zdSpW8sb8HuEgJ
Zr45UP1mB+6AFGyEqhMIi00CrFao3hhcwizW82T3VIVxcBqLlrrH3xBYqM5keLfO
ybiQhpk0IJ+4IJg+ZHaV
=Lgkx
-END PGP SIGNATURE-

Changes since libpciaccess-0.11.0-2:
Alan Coopersmith (3):
  Update Sun license notices to current X.Org standard form
  Delay allocation of agp_info so we don't leak it on prior errors
  Let libtool handle library flags for scanpci on Solaris

Dave Airlie (2):
  pciaccess: fix use after free.
  libpciaccess 0.12.0 - bump version for release

Gaetan Nadon (2):
  config: remove the pkgconfig pc.in file from EXTRA_DIST
  config: update AC_PREREQ statement to 2.60

Julien Cristau (8):
  COPYING: add Red Hat's copyright notice
  Merge tag 'libpciaccess-0.12.0' into debian-unstable
  Bump changelogs
  Drop pciaccess-hurd-hack.diff and patch system.
  Update debian/copyright from upstream COPYING.
  Minor style fixes to debian/rules
  Bump Standards-Version to 3.9.0.
  Upload to unstable

Samuel Thibault (1):
  libpciaccess x86 backend

Thomas Hellstrom (1):
  Fix long standing MTRR bug.

Tiago Vignatti (2):
  vgaarb: decode should send new information to the kernel
  vgaarb: read back vga count when setting new decoding

---
 COPYING |   31 -
 ChangeLog   |  136 +
 Makefile.am |2 
 configure.ac|8 
 debian/changelog|   12 
 debian/control  |3 
 debian/copyright|   31 -
 debian/patches/pciaccess-hurd-hack.diff |  743 
 debian/patches/series   |1 
 debian/rules|   11 
 src/Makefile.am |   10 
 src/common_capability.c |   12 
 src/common_init.c   |2 
 src/common_interface.c  |4 
 src/common_vgaarb.c |   10 
 src/pci_tools.h |   44 -
 src/pciaccess_private.h |1 
 src/solx_devfs.c|   29 -
 src/x86_pci.c   |  669 
 19 files changed, 878 insertions(+), 881 deletions(-)
---


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1ocawg-0008vh...@alioth.debian.org



Processing of libpciaccess_0.12.0-1_amd64.changes

2010-07-24 Thread Archive Administrator
libpciaccess_0.12.0-1_amd64.changes uploaded successfully to localhost
along with the files:
  libpciaccess_0.12.0-1.dsc
  libpciaccess_0.12.0.orig.tar.gz
  libpciaccess_0.12.0-1.diff.gz
  libpciaccess0_0.12.0-1_amd64.deb
  libpciaccess0-udeb_0.12.0-1_amd64.udeb
  libpciaccess-dev_0.12.0-1_amd64.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1ocb0q-0002me...@franck.debian.org



libxau: Changes to 'debian-unstable'

2010-07-24 Thread Julien Cristau
 .gitignore   |   82 
 ChangeLog|  160 +++
 Makefile.am  |   17 +++--
 Xau.man  |   15 ++---
 configure.ac |   24 +++-
 debian/changelog |   10 +++
 debian/control   |   14 +++-
 7 files changed, 269 insertions(+), 53 deletions(-)

New commits:
commit 842048a9ce77750c5cf1428a9dc83d0ab391ff64
Author: Julien Cristau jcris...@debian.org
Date:   Sat Jul 24 11:43:22 2010 +0200

Upload to unstable

diff --git a/debian/changelog b/debian/changelog
index ca742e1..003a782 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libxau (1:1.0.6-1) UNRELEASED; urgency=low
+libxau (1:1.0.6-1) unstable; urgency=low
 
   * New upstream release
 - manpage fixes (closes: #583599).  Thanks, Tom Fogal!
@@ -6,7 +6,7 @@ libxau (1:1.0.6-1) UNRELEASED; urgency=low
   * Bump build-dependency on xutils-dev for util-macros 1.4.
   * Bump Standards-Version to 3.9.0.
 
- -- Julien Cristau jcris...@debian.org  Sat, 24 Jul 2010 11:36:39 +0200
+ -- Julien Cristau jcris...@debian.org  Sat, 24 Jul 2010 11:43:07 +0200
 
 libxau (1:1.0.5-2) unstable; urgency=low
 

commit 66194ebf83912e5bc9ca49e8d93cac63317c266e
Author: Julien Cristau jcris...@debian.org
Date:   Sat Jul 24 11:43:06 2010 +0200

Bump Standards-Version to 3.9.0.

diff --git a/debian/changelog b/debian/changelog
index e74dc65..ca742e1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ libxau (1:1.0.6-1) UNRELEASED; urgency=low
 - manpage fixes (closes: #583599).  Thanks, Tom Fogal!
   * Drop Pre-Depends on x11-common, only necessary for upgrades from sarge.
   * Bump build-dependency on xutils-dev for util-macros 1.4.
+  * Bump Standards-Version to 3.9.0.
 
  -- Julien Cristau jcris...@debian.org  Sat, 24 Jul 2010 11:36:39 +0200
 
diff --git a/debian/control b/debian/control
index f3263b0..7086d38 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Build-Depends:
  automake,
  libtool,
  xutils-dev (= 1:7.5+1),
-Standards-Version: 3.8.4
+Standards-Version: 3.9.0
 Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxau
 Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxau.git
 

commit 15f8f2332876a03473b83d4bb88627ee40443244
Author: Julien Cristau jcris...@debian.org
Date:   Sat Jul 24 11:42:39 2010 +0200

Bump build-dependency on xutils-dev for util-macros 1.4.

diff --git a/debian/changelog b/debian/changelog
index 9148149..e74dc65 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ libxau (1:1.0.6-1) UNRELEASED; urgency=low
   * New upstream release
 - manpage fixes (closes: #583599).  Thanks, Tom Fogal!
   * Drop Pre-Depends on x11-common, only necessary for upgrades from sarge.
+  * Bump build-dependency on xutils-dev for util-macros 1.4.
 
  -- Julien Cristau jcris...@debian.org  Sat, 24 Jul 2010 11:36:39 +0200
 
diff --git a/debian/control b/debian/control
index 010229d..f3263b0 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Build-Depends:
  autoconf,
  automake,
  libtool,
- xutils-dev,
+ xutils-dev (= 1:7.5+1),
 Standards-Version: 3.8.4
 Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxau
 Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxau.git

commit 833e93a918b069fb1ee0f24fa8b3a2fad8e64d1c
Author: Julien Cristau jcris...@debian.org
Date:   Sat Jul 24 11:41:34 2010 +0200

Wrap the build-depends control field

diff --git a/debian/control b/debian/control
index da49109..010229d 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,15 @@ Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
 Uploaders: David Nusinow dnusi...@debian.org, Cyril Brulebois 
k...@debian.org
-Build-Depends: debhelper (= 5.0.0), pkg-config, x11proto-core-dev, quilt,
- autoconf, automake, libtool, xutils-dev
+Build-Depends:
+ debhelper (= 5.0.0),
+ pkg-config,
+ x11proto-core-dev,
+ quilt,
+ autoconf,
+ automake,
+ libtool,
+ xutils-dev,
 Standards-Version: 3.8.4
 Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxau
 Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxau.git

commit 2981214b8f10041464fd36a5af5cdf3c8660be2f
Author: Julien Cristau jcris...@debian.org
Date:   Sat Jul 24 11:41:08 2010 +0200

Drop Pre-Depends on x11-common, only necessary for upgrades from sarge.

diff --git a/debian/changelog b/debian/changelog
index 9830f3e..9148149 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ libxau (1:1.0.6-1) UNRELEASED; urgency=low
 
   * New upstream release
 - manpage fixes (closes: #583599).  Thanks, Tom Fogal!
+  * Drop Pre-Depends on x11-common, only necessary for upgrades from sarge.
 
  -- Julien Cristau jcris...@debian.org  Sat, 24 Jul 2010 11:36:39 +0200
 
diff --git a/debian/control b/debian/control
index 6f076e5..da49109 100644
--- a/debian/control
+++ b/debian/control
@@ -65,7 +65,6 @@ Depends:
  ${misc:Depends},
  libxau6 (= ${binary:Version}),
  x11proto-core-dev,

libxau: Changes to 'upstream-unstable'

2010-07-24 Thread Julien Cristau
 .gitignore   |   82 +++-
 INSTALL  |  236 ---
 Makefile.am  |   17 ++--
 Xau.man  |   15 ++-
 configure.ac |   24 ++
 5 files changed, 89 insertions(+), 285 deletions(-)

New commits:
commit a01b74fad039e68cf296bd5e83c6f538181e529a
Author: Julien Cristau jcris...@debian.org
Date:   Mon Jul 19 17:17:54 2010 +0100

Bump to 1.0.6

diff --git a/configure.ac b/configure.ac
index 71f7a00..18771a6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@ dnl
 dnl Process this file with autoconf to create configure.
 
 AC_PREREQ([2.60])
-AC_INIT(libXau, 1.0.5, 
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],libXau)
+AC_INIT(libXau, 1.0.6, 
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],libXau)
 AM_INIT_AUTOMAKE([foreign dist-bzip2])
 AM_MAINTAINER_MODE
 

commit ad12e7a68f69fdc960170c0248f07df68f0fc476
Author: Julien Cristau jcris...@debian.org
Date:   Mon Jul 19 17:18:34 2010 +0100

Require xorg-macros 1.4 for XORG_INSTALL

diff --git a/configure.ac b/configure.ac
index 93b79ca..71f7a00 100644
--- a/configure.ac
+++ b/configure.ac
@@ -30,8 +30,8 @@ AM_CONFIG_HEADER(config.h)
 
 # Require xorg-macros: XORG_DEFAULT_OPTIONS
 m4_ifndef([XORG_MACROS_VERSION],
-  [m4_fatal([must install xorg-macros 1.3 or later before running 
autoconf/autogen])])
-XORG_MACROS_VERSION(1.3)
+  [m4_fatal([must install xorg-macros 1.4 or later before running 
autoconf/autogen])])
+XORG_MACROS_VERSION(1.4)
 XORG_DEFAULT_OPTIONS
 
 AC_PROG_CC

commit f8f0ec4955e51a2a420724f9bc2287d5a725cb39
Author: Julien Cristau jcris...@debian.org
Date:   Mon Jul 19 17:16:13 2010 +0100

Kill cvs keyword

diff --git a/configure.ac b/configure.ac
index 81263b3..93b79ca 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,4 @@
 dnl 
-dnl  $Id$
-dnl 
 dnl  Copyright © 2003 Keith Packard, Noah Levitt
 dnl 
 dnl  Permission to use, copy, modify, distribute, and sell this software and 
its

commit 7d42fad5cec59cb0696087bed9745ffd5a999f68
Author: Brice Goglin brice.gog...@ens-lyon.org
Date:   Sat May 29 21:11:14 2010 +0200

Xau.man: Add missing const attributes

Reported by Tom Fogal in
  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=583599

diff --git a/Xau.man b/Xau.man
index 6ef0b03..cc82bc7 100644
--- a/Xau.man
+++ b/Xau.man
@@ -58,19 +58,19 @@ Xauth *XauReadAuth (FILE *\fIauth_file\fP\^);
 int XauWriteAuth (FILE *\fIauth_file\fP, Xauth *\fIauth\fP\^); 
 .HP
 Xauth *XauGetAuthByAddr (unsigned short \fIfamily\fP\^, unsigned short
-\fIaddress_length\fP\^, char *\fIaddress\fP\^, unsigned short
-\fInumber_length\fP\^, char *\fInumber\fP\^, unsigned short
-\fIname_length\fP\^, char *\fIname\fP\^);
+\fIaddress_length\fP\^, const char *\fIaddress\fP\^, unsigned short
+\fInumber_length\fP\^, const char *\fInumber\fP\^, unsigned short
+\fIname_length\fP\^, const char *\fIname\fP\^);
 .HP
 Xauth *XauGetBestAuthByAddr (unsigned short \fIfamily\fP\^, unsigned short
-\fIaddress_length\fP\^, char *\fIaddress\fP\^, unsigned short
-\fInumber_length\fP\^, char *\fInumber\fP\^, int \fItypes_length\fP\^, char
-**\fItypes\fR\^, int *\fItype_lengths\fR\^); 
+\fIaddress_length\fP\^, const char *\fIaddress\fP\^, unsigned short
+\fInumber_length\fP\^, const char *\fInumber\fP\^, int \fItypes_length\fP\^,
+char **\fItypes\fR\^, const int *\fItype_lengths\fR\^); 
 .HP
-int XauLockAuth (char *\fIfile_name\fP\^, int \fIretries\fP\^, int
+int XauLockAuth (const char *\fIfile_name\fP\^, int \fIretries\fP\^, int
 \fItimeout\fP\^, long \fIdead\fP\^); 
 .HP
-int XauUnlockAuth (char *\fIfile_name\fP\^); 
+int XauUnlockAuth (const char *\fIfile_name\fP\^); 
 .HP
 int XauDisposeAuth (Xauth *\fIauth\fP\^); 
 .ft R

commit f93ffa718135d9d85f04935325016b8766f05ea3
Author: Brice Goglin brice.gog...@ens-lyon.org
Date:   Sat May 29 21:04:24 2010 +0200

Xau.man: Fix XauGetAuthByAddr() prototype

Add missing name_length and name parameters.

Reported by Tom Fogal in
  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=583599

diff --git a/Xau.man b/Xau.man
index a336523..6ef0b03 100644
--- a/Xau.man
+++ b/Xau.man
@@ -59,7 +59,8 @@ int XauWriteAuth (FILE *\fIauth_file\fP, Xauth *\fIauth\fP\^);
 .HP
 Xauth *XauGetAuthByAddr (unsigned short \fIfamily\fP\^, unsigned short
 \fIaddress_length\fP\^, char *\fIaddress\fP\^, unsigned short
-\fInumber_length\fP\^, char *\fInumber\fP\^);
+\fInumber_length\fP\^, char *\fInumber\fP\^, unsigned short
+\fIname_length\fP\^, char *\fIname\fP\^);
 .HP
 Xauth *XauGetBestAuthByAddr (unsigned short \fIfamily\fP\^, unsigned short
 \fIaddress_length\fP\^, char *\fIaddress\fP\^, unsigned short

commit c0bc3fb7ac4f719b96257e29eaa60c2d5ed11705
Author: Alan Coopersmith alan.coopersm...@oracle.com
Date:   Wed May 26 21:59:15 2010 -0700

Use AC_PROG_SED to find sed to use for man pages

Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com

diff --git a/Makefile.am b/Makefile.am

libxau: Changes to 'refs/tags/libxau-1_1.0.6-1'

2010-07-24 Thread Julien Cristau
Tag 'libxau-1_1.0.6-1' created by Julien Cristau jcris...@debian.org at 
2010-07-24 09:45 +

Tagging upload of libxau 1:1.0.6-1 to unstable.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iQIcBAABCAAGBQJMSrYyAAoJEDEBgAUJBeQMrxQQAMmWayT+Gt0YdC44Ystf1yfE
WDv1d7c4G/dWTjSO7eLlqj6+7GEyPQSckqIoWKacSZKlXU6MEVUZZ2caAGao/0k+
UB+QMZDO9d1ZIBLHKP8vEq1Ej+tJt1VCk56bXgsRIiHMndZdmSxSziwa9wBu4LzM
GuxDhZeiqpIpdIHiDcxyvO2IVY8I7Di0WFjf0pR6g43tTZF8J8uqEqcDrYk+XZ68
OY+I1pgjnKKv9y2DkE/3CJ2f/SiOj0dQC+//JrUd1/+GZI6h89Vgw4dja/KZhSWi
MZNa/0gvp6BlguL4OY4kNlRJGV9kgK0vGkTNH3UP4MwuFjDWYzp5F/2S8gYLR7Eh
N1hgfao/OyLBAN25V7+kk4gHjOXlLjeGWZQU1KrdKY+ozLRTsy/BmVnvkZhXdAZP
Xv+uXrF5EpgKvyl0Gd0cp3hMEGbDO2J0U3+iljrPXB0NIM8Xe/0x95ee8sK5CBiW
0RZlQiVt9VaK/+hRbJO2RRUW/3Eh/z+jzWKqRbs5SDNrpTlZ8J9Jl0dFf1CwcdCE
1yUCggdzF0OLLiLk6zV9TueJoJ7RdAEkTbK/YoFLn9GCPhtFl/we+dW/fE1oYkVV
1SgCVHpT536MBg5bzYbubRDDD0xWMKYuPpywvMXYIKXxS+UhsXCGcnQDPUGliZZf
CRNf2wJuAZ2RgDLjG73J
=6ahb
-END PGP SIGNATURE-

Changes since libxau-1_1.0.5-2:
Alan Coopersmith (2):
  Use $(AM_V_GEN) to silence man page generation
  Use AC_PROG_SED to find sed to use for man pages

Brice Goglin (2):
  Xau.man: Fix XauGetAuthByAddr() prototype
  Xau.man: Add missing const attributes

Gaetan Nadon (8):
  .gitignore: use common defaults with custom section # 24239
  Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
  Deploy the new XORG_DEFAULT_OPTIONS #24242
  INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
  Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
  config: move CWARNFLAGS from configure.ac to Makefile.am
  config: remove the pkgconfig pc.in file from EXTRA_DIST
  config: update AC_PREREQ statement to 2.60

Jeremy Huddleston (1):
  This is not a GNU project, so declare it foreign.

Julien Cristau (10):
  Kill cvs keyword
  Require xorg-macros 1.4 for XORG_INSTALL
  Bump to 1.0.6
  Merge tag 'libXau-1.0.6' into debian-unstable
  Bump changelogs
  Drop Pre-Depends on x11-common, only necessary for upgrades from sarge.
  Wrap the build-depends control field
  Bump build-dependency on xutils-dev for util-macros 1.4.
  Bump Standards-Version to 3.9.0.
  Upload to unstable

Mikhail Gusarov (1):
  Remove duplicate xorg.fd.o URL and confusing mailing list URL from 
debian/control

---
 .gitignore   |   82 
 ChangeLog|  160 +++
 Makefile.am  |   17 +++--
 Xau.man  |   15 ++---
 configure.ac |   24 +++-
 debian/changelog |   10 +++
 debian/control   |   20 +++---
 7 files changed, 269 insertions(+), 59 deletions(-)
---


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1ocbih-0002hy...@alioth.debian.org



Processing of libxau_1.0.6-1_amd64.changes

2010-07-24 Thread Archive Administrator
libxau_1.0.6-1_amd64.changes uploaded successfully to localhost
along with the files:
  libxau_1.0.6-1.dsc
  libxau_1.0.6.orig.tar.gz
  libxau_1.0.6-1.diff.gz
  libxau6_1.0.6-1_amd64.deb
  libxau6-udeb_1.0.6-1_amd64.udeb
  libxau6-dbg_1.0.6-1_amd64.deb
  libxau-dev_1.0.6-1_amd64.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1ocbp5-0003ff...@franck.debian.org



libpciaccess_0.12.0-1_amd64.changes ACCEPTED

2010-07-24 Thread Archive Administrator



Accepted:
libpciaccess-dev_0.12.0-1_amd64.deb
  to main/libp/libpciaccess/libpciaccess-dev_0.12.0-1_amd64.deb
libpciaccess0-udeb_0.12.0-1_amd64.udeb
  to main/libp/libpciaccess/libpciaccess0-udeb_0.12.0-1_amd64.udeb
libpciaccess0_0.12.0-1_amd64.deb
  to main/libp/libpciaccess/libpciaccess0_0.12.0-1_amd64.deb
libpciaccess_0.12.0-1.diff.gz
  to main/libp/libpciaccess/libpciaccess_0.12.0-1.diff.gz
libpciaccess_0.12.0-1.dsc
  to main/libp/libpciaccess/libpciaccess_0.12.0-1.dsc
libpciaccess_0.12.0.orig.tar.gz
  to main/libp/libpciaccess/libpciaccess_0.12.0.orig.tar.gz


Override entries for your package:
libpciaccess-dev_0.12.0-1_amd64.deb - optional libdevel
libpciaccess0-udeb_0.12.0-1_amd64.udeb - optional debian-installer
libpciaccess0_0.12.0-1_amd64.deb - optional libs
libpciaccess_0.12.0-1.dsc - source devel

Announcing to debian-devel-chan...@lists.debian.org


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1occ5q-0008cu...@franck.debian.org



libxau_1.0.6-1_amd64.changes ACCEPTED

2010-07-24 Thread Archive Administrator



Accepted:
libxau-dev_1.0.6-1_amd64.deb
  to main/libx/libxau/libxau-dev_1.0.6-1_amd64.deb
libxau6-dbg_1.0.6-1_amd64.deb
  to main/libx/libxau/libxau6-dbg_1.0.6-1_amd64.deb
libxau6-udeb_1.0.6-1_amd64.udeb
  to main/libx/libxau/libxau6-udeb_1.0.6-1_amd64.udeb
libxau6_1.0.6-1_amd64.deb
  to main/libx/libxau/libxau6_1.0.6-1_amd64.deb
libxau_1.0.6-1.diff.gz
  to main/libx/libxau/libxau_1.0.6-1.diff.gz
libxau_1.0.6-1.dsc
  to main/libx/libxau/libxau_1.0.6-1.dsc
libxau_1.0.6.orig.tar.gz
  to main/libx/libxau/libxau_1.0.6.orig.tar.gz


Override entries for your package:
libxau-dev_1.0.6-1_amd64.deb - optional libdevel
libxau6-dbg_1.0.6-1_amd64.deb - extra debug
libxau6-udeb_1.0.6-1_amd64.udeb - optional debian-installer
libxau6_1.0.6-1_amd64.deb - optional libs
libxau_1.0.6-1.dsc - source x11

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 583599 


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1occ66-0008iy...@franck.debian.org



Bug#583599: marked as done (libxau-dev: Xau manual page lists incorrect function signature.)

2010-07-24 Thread Debian Bug Tracking System
Your message dated Sat, 24 Jul 2010 10:36:50 +
with message-id e1occ66-0008j7...@franck.debian.org
and subject line Bug#583599: fixed in libxau 1:1.0.6-1
has caused the Debian Bug report #583599,
regarding libxau-dev: Xau manual page lists incorrect function signature.
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
583599: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=583599
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: libxau-dev
Version: 1:1.0.3-3
Severity: minor


The Xau(3) manual page lists the function:

   Xauth *XauGetAuthByAddr (unsigned short family, unsigned short
  address_length, char *address, unsigned short
  number_length, char *number);

This prototype is incorrect.  There are an additional two arguments:

  unsigned short name_length,
  const char* name

On that note, from /usr/include/X11/Xauth.h, it appears as if all of
the above character pointers point to constant strings.

-- System Information:
Debian Release: 5.0.4
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-2-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages libxau-dev depends on:
ii  libxau6   1:1.0.3-3  X11 authorisation library
ii  x11-common1:7.3+20   X Window System (X.Org) infrastruc
ii  x11proto-core-dev 7.0.12-1   X11 core wire protocol and auxilia

libxau-dev recommends no packages.

libxau-dev suggests no packages.

-- no debconf information


---End Message---
---BeginMessage---
Source: libxau
Source-Version: 1:1.0.6-1

We believe that the bug you reported is fixed in the latest version of
libxau, which is due to be installed in the Debian FTP archive:

libxau-dev_1.0.6-1_amd64.deb
  to main/libx/libxau/libxau-dev_1.0.6-1_amd64.deb
libxau6-dbg_1.0.6-1_amd64.deb
  to main/libx/libxau/libxau6-dbg_1.0.6-1_amd64.deb
libxau6-udeb_1.0.6-1_amd64.udeb
  to main/libx/libxau/libxau6-udeb_1.0.6-1_amd64.udeb
libxau6_1.0.6-1_amd64.deb
  to main/libx/libxau/libxau6_1.0.6-1_amd64.deb
libxau_1.0.6-1.diff.gz
  to main/libx/libxau/libxau_1.0.6-1.diff.gz
libxau_1.0.6-1.dsc
  to main/libx/libxau/libxau_1.0.6-1.dsc
libxau_1.0.6.orig.tar.gz
  to main/libx/libxau/libxau_1.0.6.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 583...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Julien Cristau jcris...@debian.org (supplier of updated libxau package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 24 Jul 2010 11:43:07 +0200
Source: libxau
Binary: libxau6 libxau6-udeb libxau6-dbg libxau-dev
Architecture: source amd64
Version: 1:1.0.6-1
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force debian-x@lists.debian.org
Changed-By: Julien Cristau jcris...@debian.org
Description: 
 libxau-dev - X11 authorisation library (development headers)
 libxau6- X11 authorisation library
 libxau6-dbg - X11 authorisation library (debug package)
 libxau6-udeb - X11 authorisation library (udeb)
Closes: 583599
Changes: 
 libxau (1:1.0.6-1) unstable; urgency=low
 .
   * New upstream release
 - manpage fixes (closes: #583599).  Thanks, Tom Fogal!
   * Drop Pre-Depends on x11-common, only necessary for upgrades from sarge.
   * Bump build-dependency on xutils-dev for util-macros 1.4.
   * Bump Standards-Version to 3.9.0.
Checksums-Sha1: 
 4819d6ed61f70d8c8e4db39901ec2a403c4aedbc 1929 libxau_1.0.6-1.dsc
 d606755532119f9d50dab77839fd0e099ac563ce 319325 libxau_1.0.6.orig.tar.gz
 0d8ed85a00b2687ed4c2e901b6a7bee38daa0947 14518 libxau_1.0.6-1.diff.gz
 f5d4db54d0db24ea2439aab6d39b5504ddfd4663 16774 libxau6_1.0.6-1_amd64.deb
 832362ccaf60c1b489e8ffd97eec2ccf9c334180 5336 libxau6-udeb_1.0.6-1_amd64.udeb
 6a02e5c16179feb4fd68a3cc1ca8100e7559a8ea 20618 libxau6-dbg_1.0.6-1_amd64.deb
 9667aa9e126583657f8f7b376d5a7375c5403cb2 20230 libxau-dev_1.0.6-1_amd64.deb
Checksums-Sha256: 
 cbfa2fe2feff31d925c7ef6a08d493f8d12c9c37246f904f7b8951b459c03f8c 1929 
libxau_1.0.6-1.dsc
 86710192daa7628a66946787f44e242b0d9aabe47f58fd6924d9c4b50c60e7be 319325 

xserver-xorg-video-sis: Changes to 'debian-unstable'

2010-07-24 Thread Julien Cristau
 COPYING  |  143 +++--
 ChangeLog|  177 +
 Makefile.am  |   15 ++-
 README   |  110 -
 README.sgml  |  235 ---
 configure.ac |   17 ++-
 debian/changelog |   12 ++
 debian/control   |4 
 debian/copyright |  132 ++
 man/Makefile.am  |   41 -
 man/sis.man  |8 -
 src/sis_driver.c |   12 +-
 src/sis_opt.c|2 
 src/sis_vga.c|8 +
 14 files changed, 548 insertions(+), 368 deletions(-)

New commits:
commit 8d8104be35e60e31d992c92caabc2a2444ef4362
Author: Julien Cristau jcris...@debian.org
Date:   Sat Jul 24 13:12:53 2010 +0200

Upload to unstable

diff --git a/debian/changelog b/debian/changelog
index 466d8e1..4dc68ec 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xserver-xorg-video-sis (1:0.10.3-1) UNRELEASED; urgency=low
+xserver-xorg-video-sis (1:0.10.3-1) unstable; urgency=low
 
   * New upstream release.
 + SISVGABlankScreen: only update the hardware if we're changing the state
@@ -8,7 +8,7 @@ xserver-xorg-video-sis (1:0.10.3-1) UNRELEASED; urgency=low
   * Bump xutils-dev build-dep for util-macros 1.4.
   * Update debian/copyright from upstream COPYING.
 
- -- Julien Cristau jcris...@debian.org  Sat, 24 Jul 2010 12:32:00 +0200
+ -- Julien Cristau jcris...@debian.org  Sat, 24 Jul 2010 13:12:50 +0200
 
 xserver-xorg-video-sis (1:0.10.2-3) unstable; urgency=low
 

commit 835e6ca109cd5ab2f2acfb8a24548e5458426bf7
Author: Julien Cristau jcris...@debian.org
Date:   Sat Jul 24 13:09:01 2010 +0200

Update debian/copyright from upstream COPYING.

diff --git a/debian/changelog b/debian/changelog
index 0e3f61e..466d8e1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ xserver-xorg-video-sis (1:0.10.3-1) UNRELEASED; urgency=low
 + Fix broken URLs in various places (closes: #517075)
   * Bump Standards-Version to 3.9.0.
   * Bump xutils-dev build-dep for util-macros 1.4.
+  * Update debian/copyright from upstream COPYING.
 
  -- Julien Cristau jcris...@debian.org  Sat, 24 Jul 2010 12:32:00 +0200
 
diff --git a/debian/copyright b/debian/copyright
index bdb96ed..b72246f 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,6 +1,30 @@
 This package was downloaded from
 http://xorg.freedesktop.org/releases/individual/driver/
 
+Copyright (C) 2001-2005 by Thomas Winischhofer, Vienna, Austria
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions
+are met:
+1) Redistributions of source code must retain the above copyright
+   notice, this list of conditions and the following disclaimer.
+2) Redistributions in binary form must reproduce the above copyright
+   notice, this list of conditions and the following disclaimer in the
+   documentation and/or other materials provided with the distribution.
+3) The name of the author may not be used to endorse or promote products
+   derived from this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
+INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
 Copyright (C) 1998, 1999 by Alan Hourihane, Wigan, England.
 Parts Copyright (C) 2001-2005 Thomas Winischhofer, Vienna, Austria.
 
@@ -24,27 +48,95 @@ DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, 
NEGLIGENCE OR OTHER
 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 PERFORMANCE OF THIS SOFTWARE.
 
+Copyright (C) 2003 Eric Anholt
 
+Permission to use, copy, modify, distribute, and sell this software and its
+documentation for any purpose is hereby granted without fee, provided that
+the above copyright notice appears in all copies and that both that copyright
+notice and this permission notice appear in supporting documentation, and
+and that the name of the copyright holder not be used in advertising
+or publicity pertaining to distribution of the software without specific,
+written prior permission. The copyright holder makes no representations
+about the suitability of this software for any purpose.  It is provided
+as is without expressed or implied warranty.
+
+THE COPYRIGHT HOLDER DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
+INCLUDING ALL IMPLIED WARRANTIES OF 

xserver-xorg-video-sis: Changes to 'upstream-unstable'

2010-07-24 Thread Julien Cristau
 .gitignore   |   70 ++--
 COPYING  |  143 +++--
 ChangeLog|   87 
 Makefile.am  |   15 ++-
 README   |  110 -
 README.sgml  |  235 ---
 configure.ac |   17 ++-
 man/.gitignore   |2 
 man/Makefile.am  |   41 -
 man/sis.man  |8 -
 src/.gitignore   |6 -
 src/sis_driver.c |   14 +--
 src/sis_opt.c|2 
 src/sis_vga.c|8 +
 14 files changed, 311 insertions(+), 447 deletions(-)

New commits:
commit 75a8a7c51547805358ced39e1a04820e17133264
Author: Dave Airlie airl...@redhat.com
Date:   Mon Jul 5 14:23:33 2010 +1000

sis 0.10.3

diff --git a/configure.ac b/configure.ac
index b6e5682..33c0d65 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@
 
 AC_PREREQ(2.57)
 AC_INIT([xf86-video-sis],
-0.10.2,
+0.10.3,
 [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
 xf86-video-sis)
 

commit ac05588db7da21d1ff2cb13bba11b66bb5d5c38b
Author: Julien Cristau jcris...@debian.org
Date:   Tue Jun 29 21:37:50 2010 +0100

Replace some broken URLs with winishhofer.eu

The old one seems to be a casino web site nowadays.

Debian bug#517075

Reported-by: Nigel Tamplin f...@f2s.com
Signed-off-by: Julien Cristau jcris...@debian.org

diff --git a/README b/README
index 12169c5..426bdcc 100644
--- a/README
+++ b/README
@@ -60,7 +60,7 @@
 
   This document provides a brief overview over the driver's features and
   configuration options. Please see
-  http://www.winischhofer.at/linuxsisvga.shtml for detailed
+  http://www.winischhofer.eu/linuxsisvga.shtml for detailed
   documentation and updates.
 
 
@@ -170,7 +170,7 @@
  Option
 This option enables/disables the driver's interface for the
 SiSCtrl utility. Please see
-http://www.winischhofer.at/linuxsisvga.shtml for more
+http://www.winischhofer.eu/linuxsisvga.shtml for more
 information.
 
  Option
diff --git a/man/sis.man b/man/sis.man
index c321808..9ae4a1b 100644
--- a/man/sis.man
+++ b/man/sis.man
@@ -65,7 +65,7 @@ details.  This section only covers configuration details 
specific to this
 driver.
 .PP
 Detailed information on all supported options can be obtained at
-http://www.winischhofer.at/linuxsisvga.shtml
+http://www.winischhofer.eu/linuxsisvga.shtml
 .PP
 This manpage only covers a subset of the supported options.
 .PP
@@ -251,7 +251,7 @@ About Merged Framebuffer support
 Merged framebuffer mode is similar to dual head/Xinerama mode (for using two
 output devices of one card at the same time), but has a few advantages which
 make me recommend it strongly over Xinerama. Please see
-http://www.winischhofer.at/linuxsisvga.shtml for detailed information.
+http://www.winischhofer.eu/linuxsisvga.shtml for detailed information.
 .PP
 About dual-head support
 .PP
@@ -368,7 +368,7 @@ the TV standard is PAL. Super overscan will produce an
 image on the TV which is larger than the viewable area.
 .PP
 The driver supports many more options. Please see
-http://www.winischhofer.at/linuxsisvga.shtml for
+http://www.winischhofer.eu/linuxsisvga.shtml for
 more information.
 .PP
 .I 3. 300 series specific information
@@ -434,7 +434,7 @@ __xservername__(__appmansuffix__), 
__xconfigfile__(__filemansuffix__), Xserver(_
 XFree86(1), XF86Config(__filemansuffix__), xf86config(1), Xserver(1), 
X(__miscmansuffix__)
 #endif
 .PP
-.B http://www.winischhofer.at/linuxsisvga.shtml;
+.B http://www.winischhofer.eu/linuxsisvga.shtml;
 for more information and updates
 .SH AUTHORS
 Author: Thomas Winischhofer. Formerly based on code by Alan Hourihane,
diff --git a/src/sis_driver.c b/src/sis_driver.c
index 22646d2..d95b5f1 100644
--- a/src/sis_driver.c
+++ b/src/sis_driver.c
@@ -3185,7 +3185,7 @@ SISPreInit(ScrnInfoPtr pScrn, int flags)
 xf86DrvMsg(pScrn-scrnIndex, X_INFO,
Copyright (C) 2001-2005 Thomas Winischhofer tho...@winischhofer.net 
and others\n);
 xf86DrvMsg(pScrn-scrnIndex, X_INFO,
-   *** See http://www.winischhofer.at/linuxsisvga.shtml\n;);
+   *** See http://www.winischhofer.eu/linuxsisvga.shtml\n;);
 xf86DrvMsg(pScrn-scrnIndex, X_INFO,
*** for documentation and updates.\n);
 
diff --git a/src/sis_opt.c b/src/sis_opt.c
index 69a4c6e..3517549 100644
--- a/src/sis_opt.c
+++ b/src/sis_opt.c
@@ -1392,7 +1392,7 @@ SiSOptions(ScrnInfoPtr pScrn)
 
  if((from == X_DEFAULT)  (!pSiS-enablesisctrl)) {
 xf86DrvMsg(pScrn-scrnIndex, X_INFO,
-   For information on SiSCtrl, 
see\n\t\thttp://www.winischhofer.at/linuxsispart1.shtml#sisctrl\n;);
+   For information on SiSCtrl, 
see\n\t\thttp://www.winischhofer.eu/linuxsispart1.shtml#sisctrl\n;);
  }
 
 

commit 116d40678dfbb851fd401103f9b7447f4d47eb7c
Author: Gaetan Nadon mems...@videotron.ca
Date:   Mon Jun 14 08:14:30 2010 -0400


xserver-xorg-video-sis: Changes to 'refs/tags/xserver-xorg-video-sis-1_0.10.3-1'

2010-07-24 Thread Julien Cristau
Tag 'xserver-xorg-video-sis-1_0.10.3-1' created by Julien Cristau 
jcris...@debian.org at 2010-07-24 11:17 +

Tagging upload of xserver-xorg-video-sis 1:0.10.3-1 to unstable.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iQIcBAABCAAGBQJMSsvRAAoJEDEBgAUJBeQM//sP/jHfGN9T474eVGvpedkysb4f
5OzuNvg4oyUy7Fy1L40Opsb+KUOOllLjyIzU2bGbdcj4TdnL2qS/G09wHcfjXuuI
twAsIh6JTzB9ISgH6AYJ73srQrhYF8mj5uDH56BUWjfAb+mcw6DJCGzAOVPcTlz/
LPN+aV9FamqZlHQphHkQXDY2IDXsWpiL0uE0vJXgK9NeM3H8dhclubYOM1/DdQ26
YDD5D4KuCyNAPY0gioxLPpjtvW+WyYfjOPOATFdCyB6tvVXym6mpi9FqZkBruMNl
XkGw9RXt3fANRQZcyXTz/fwdZxs2r1kuowfYeNETAK03k57BRwZ7zdMSpp3gPvem
3rLJ1+m9h4sAo4dGCeSJuhKF9fjhPx0tdYoYuGPQY23DKpYHPlJ2b/5mC4z+RWfa
E93AXM0z0YFFqu+Gc7+RNJwj4hKmq3p/J4fOdb9w9yzBc1fe5m28gWkMKNKtehLF
k8HHOhkNcVrna3QxbxwbxuX9zQ3B8ggmLyEUhvzIuXI1leHC9MdGZpYS5wwufzmR
vxoQP5Qvl5O9zk3xgzuNx/N5kwMvRgun58nQeLBNgfkgtLOglOXv50D+gzshWgZ/
kWTyfiCX7OE6Pv0ox/L86Yj2Ixz3pOe3voH2BcIY/ffrsCBPz9XZbwKCWJuXbux9
PWooxJFWHYFdRKOeFWjk
=bu3m
-END PGP SIGNATURE-

Changes since xserver-xorg-video-sis-1_0.10.2-3:
Adam Jackson (1):
  Remove mibank.h reference

Alan Coopersmith (1):
  Update Sun license notices to current X.Org standard form

Dave Airlie (1):
  sis 0.10.3

Gaetan Nadon (10):
  .gitignore: use common defaults with custom section # 24239
  .gitignore: use common defaults with custom section # 24239
  Several driver modules do not have a ChangeLog target in Makefile.am 
#23814
  INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
  INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
  Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
  configure.ac: use backticks rather than $() for cmd subs
  COPYING: replace stub file with actual Copyright notices.
  README: fix linuxdoc content
  README: keep the text version of README, discard the sgml version

Julien Cristau (8):
  Replace some broken URLs with winishhofer.eu
  Merge tag 'xf86-video-sis-0.10.3' into debian-unstable
  Bump changelogs
  Add bug closers
  Bump Standards-Version to 3.9.0.
  Bump xutils-dev build-dep for util-macros 1.4.
  Update debian/copyright from upstream COPYING.
  Upload to unstable

Matteo Delfino (1):
  Fix BIOS read on 650 and 760. (#19070)

Mikhail Gusarov (1):
  Remove duplicate xorg.fd.o URL and confusing mailing list URL from 
debian/control

Tiago Vignatti (1):
  Document better the resource access hack

da...@fries.net (1):
  SISVGABlankScreen: only update the hardware if we're changing the state

---
 COPYING  |  143 +++--
 ChangeLog|  177 +
 Makefile.am  |   15 ++-
 README   |  110 -
 README.sgml  |  235 ---
 configure.ac |   17 ++-
 debian/changelog |   12 ++
 debian/control   |6 -
 debian/copyright |  132 ++
 man/Makefile.am  |   41 -
 man/sis.man  |8 -
 src/sis_driver.c |   12 +-
 src/sis_opt.c|2 
 src/sis_vga.c|8 +
 14 files changed, 548 insertions(+), 370 deletions(-)
---


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1occjz-0003ac...@alioth.debian.org



Processing of xserver-xorg-video-sis_0.10.3-1_amd64.changes

2010-07-24 Thread Archive Administrator
xserver-xorg-video-sis_0.10.3-1_amd64.changes uploaded successfully to localhost
along with the files:
  xserver-xorg-video-sis_0.10.3-1.dsc
  xserver-xorg-video-sis_0.10.3.orig.tar.gz
  xserver-xorg-video-sis_0.10.3-1.diff.gz
  xserver-xorg-video-sis_0.10.3-1_amd64.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1occog-0006cr...@franck.debian.org



Bug#570988: xserver-xorg-video-intel: blackout

2010-07-24 Thread Juha Mäkinen
I installed the xserver-xorg-video-intel 2.12 from experimental (and 
some dependencies too) on my debian squeeze  and so far so good. No X 
crashes so far. But, of course, better knock on wood...


On 04.07.2010 13:13, Julien Cristau wrote:

On Sun, Jul  4, 2010 at 11:53:47 +0300, Juha Mäkinen wrote:

   

With the upgraded packages today ( 4 july 2010 ) and letting X do the default 
settings
things work most of the time. Except that once in a while (hours to days) I get
blackout and X shuts off.

Xorg.0.log tells me that failed to submit batchbuffer: Input/Output error

Whatever that may mean...

here also from /var/log/kern.log

Jul  4 11:00:19 galadriel kernel: [ 6600.428021] [drm:i915_hangcheck_elapsed] 
*ERROR* Hangcheck timer elapsed... GPU hung
Jul  4 11:00:19 galadriel kernel: [ 6600.428043] render error detected, EIR: 
0x
Jul  4 11:00:19 galadriel kernel: [ 6600.429899] [drm:i915_do_wait_request] 
*ERROR* i915_do_wait_request returns -5 (awaiting 22073 at 22068)

and /proc/version

Linux version 2.6.32-5-686 (Debian 2.6.32-15) (b...@decadent.org.uk) (gcc 
version 4.3.5 (Debian 4.3.5-1) ) #1 SMP Tue Jun 1 04:59:47 UTC 2010

 

is this reproducible with xserver-xorg-video-intel 2.12 from experimental?

Cheers,
Julien
   





--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4c4ac9f9.1010...@kolumbus.fi



xserver-xorg-video-sis_0.10.3-1_amd64.changes ACCEPTED

2010-07-24 Thread Archive Administrator



Accepted:
xserver-xorg-video-sis_0.10.3-1.diff.gz
  to main/x/xserver-xorg-video-sis/xserver-xorg-video-sis_0.10.3-1.diff.gz
xserver-xorg-video-sis_0.10.3-1.dsc
  to main/x/xserver-xorg-video-sis/xserver-xorg-video-sis_0.10.3-1.dsc
xserver-xorg-video-sis_0.10.3-1_amd64.deb
  to main/x/xserver-xorg-video-sis/xserver-xorg-video-sis_0.10.3-1_amd64.deb
xserver-xorg-video-sis_0.10.3.orig.tar.gz
  to main/x/xserver-xorg-video-sis/xserver-xorg-video-sis_0.10.3.orig.tar.gz


Override entries for your package:
xserver-xorg-video-sis_0.10.3-1.dsc - source x11
xserver-xorg-video-sis_0.10.3-1_amd64.deb - optional x11

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 517075 546838 


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1occxi-00079s...@franck.debian.org



Bug#546838: marked as done (xserver-xorg-video-sis: blank with, xset s reset)

2010-07-24 Thread Debian Bug Tracking System
Your message dated Sat, 24 Jul 2010 11:32:14 +
with message-id e1occxi-00079e...@franck.debian.org
and subject line Bug#546838: fixed in xserver-xorg-video-sis 1:0.10.3-1
has caused the Debian Bug report #546838,
regarding xserver-xorg-video-sis: blank with, xset s reset
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
546838: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=546838
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: xserver-xorg-video-sis
Version: 1:0.10.0-1
Severity: normal
Tags: patch


The command `xset s reset` will reset the X server screensaver to
reset the timer for the screensaver and dpms.  If the display is
already on, it should do nothing as far as the hardware goes.  In the
SISVGABlankScreen routine it requires as reset to update the register,
but that will disrupt the VGA signal and cause the monitor to resync
leaving the screen blank for a couple seconds.  I have a program that
wants to keep the screensaver from coming on, but allow normal
operation when it isn't running.

I included a patch to only reset and write the register if the value
changed.

diff --git a/xserver-xorg-video-sis-0.10.0/src/sis_vga.c 
b/xserver-xorg-video-sis-0.10.0/src/sis_vga.c
index b4cd69d..3f6219b 100644
--- a/xserver-xorg-video-sis-0.10.0/src/sis_vga.c
+++ b/xserver-xorg-video-sis-0.10.0/src/sis_vga.c
@@ -1922,11 +1922,17 @@ static void
 SISVGABlankScreen(ScrnInfoPtr pScrn, Bool on)
 {
 SISPtr pSiS = SISPTR(pScrn);
-UChar  tmp;
+UChar  tmp, orig;
 
 inSISIDXREG(SISSR, 0x01, tmp);
+orig = tmp;
 if(on) tmp = ~0x20;
 else   tmp |= 0x20;
+/* Only update the hardware if the state changes because the reset will
+ * disrupt the output requiring the screen to resync.
+ */
+if(orig == tmp)
+return;
 SiS_SeqReset(pSiS, TRUE);
 outSISIDXREG(SISSR, 0x01, tmp);
 SiS_SeqReset(pSiS, FALSE);


-- Package-specific info:

VGA-compatible devices on PCI bus:
01:00.0 VGA compatible controller: Silicon Integrated Systems [SiS] 315PRO 
PCI/AGP VGA Display Adapter

Section Monitor
Identifier  Samsung730B

-- System Information:
Debian Release: 5.0.2
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.29-rc4 (PREEMPT)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages xserver-xorg-video-sis depends on:
ii  libc6  2.7-18GNU C Library: Shared libraries
ii  xserver-xorg-core  2:1.4.2-10.lenny2 Xorg X server - core server

xserver-xorg-video-sis recommends no packages.

xserver-xorg-video-sis suggests no packages.

-- no debconf information


---End Message---
---BeginMessage---
Source: xserver-xorg-video-sis
Source-Version: 1:0.10.3-1

We believe that the bug you reported is fixed in the latest version of
xserver-xorg-video-sis, which is due to be installed in the Debian FTP archive:

xserver-xorg-video-sis_0.10.3-1.diff.gz
  to main/x/xserver-xorg-video-sis/xserver-xorg-video-sis_0.10.3-1.diff.gz
xserver-xorg-video-sis_0.10.3-1.dsc
  to main/x/xserver-xorg-video-sis/xserver-xorg-video-sis_0.10.3-1.dsc
xserver-xorg-video-sis_0.10.3-1_amd64.deb
  to main/x/xserver-xorg-video-sis/xserver-xorg-video-sis_0.10.3-1_amd64.deb
xserver-xorg-video-sis_0.10.3.orig.tar.gz
  to main/x/xserver-xorg-video-sis/xserver-xorg-video-sis_0.10.3.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 546...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Julien Cristau jcris...@debian.org (supplier of updated 
xserver-xorg-video-sis package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 24 Jul 2010 13:12:50 +0200
Source: xserver-xorg-video-sis
Binary: xserver-xorg-video-sis
Architecture: source amd64
Version: 1:0.10.3-1
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force debian-x@lists.debian.org
Changed-By: Julien Cristau jcris...@debian.org
Description: 
 xserver-xorg-video-sis - X.Org X server -- SiS display driver
Closes: 517075 546838
Changes: 
 xserver-xorg-video-sis (1:0.10.3-1) unstable; urgency=low
 .
   * New upstream release.
 + SISVGABlankScreen: only 

Bug#590174: xserver-xorg-input-synaptics: Xserver doesn't detect Synaptics touchpad

2010-07-24 Thread Francis Russell
Package: xserver-xorg-input-synaptics
Version: 1.2.2-2
Severity: normal


Hi,

I've got a Samsung R560 laptop with a Synaptics touchpad. For some reason, the
synaptics driver no-longer detects the touchpad as a synaptic one. I usually use
/dev/psaux as my device, but switching to /dev/input/mouse* and
/dev/input/event* devices have no effect either. Unfortunately, I'm not really
sure when this broke, so I can't confirm if this coincided with some version of
the xserver-xorg-input-synaptics package moving into testing.

Francis

-- Package-specific info:
/var/lib/x11/X.roster does not exist.

/var/lib/x11/X.md5sum does not exist.

X server symlink status:
lrwxrwxrwx 1 root root 13 May 10  2009 /etc/X11/X - /usr/bin/Xorg
-rwxr-xr-x 1 root root 1878240 Jun  3 16:09 /usr/bin/Xorg

/var/lib/x11/xorg.conf.roster does not exist.

VGA-compatible devices on PCI bus:
01:00.0 VGA compatible controller: nVidia Corporation G96 [GeForce 9600M GT] 
(rev a1)

/var/lib/x11/xorg.conf.md5sum does not exist.

Xorg X server configuration file status:
-rw-r--r-- 1 root root 3186 Jul 24 15:09 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type man /etc/X11/xorg.conf at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section Files
FontPath/usr/share/fonts/X11/misc
FontPath/usr/X11R6/lib/X11/fonts/misc
FontPath/usr/share/fonts/X11/cyrillic
FontPath/usr/X11R6/lib/X11/fonts/cyrillic
FontPath/usr/share/fonts/X11/100dpi/:unscaled
FontPath/usr/X11R6/lib/X11/fonts/100dpi/:unscaled
FontPath/usr/share/fonts/X11/75dpi/:unscaled
FontPath/usr/X11R6/lib/X11/fonts/75dpi/:unscaled
FontPath/usr/share/fonts/X11/Type1
FontPath/usr/X11R6/lib/X11/fonts/Type1
FontPath/usr/share/fonts/X11/100dpi
FontPath/usr/X11R6/lib/X11/fonts/100dpi
FontPath/usr/share/fonts/X11/75dpi
FontPath/usr/X11R6/lib/X11/fonts/75dpi
# path to defoma fonts
FontPath/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
EndSection

Section Module
Loadi2c
Loadbitmap
Loadddc
Loadextmod
Loadfreetype
Loadglx
Loadint10
Loadtype1
Loadvbe
Loaddbe
EndSection

Section InputDevice
Identifier  Generic Keyboard
Driver  kbd
Option  CoreKeyboard
Option  XkbRules  xorg
Option  XkbModel  pc105
Option  XkbLayout gb
EndSection

Section InputDevice
Identifier  Configured Mouse
Driver  mouse
Option  CorePointer
Option  Device/dev/input/event8
Option  Protocol  ExplorerPS/2
Option  Emulate3Buttons   true
EndSection

Section InputDevice
Identifier  Synaptics Touchpad
Driver  synaptics
Option  SendCoreEventstrue
Option  Device/dev/input/mouse1
Option  Protocol  auto-dev
Option  TapButton11
Option  TapAndDragGesture true
Option  VertEdgeScrolltrue
EndSection

Section Device
Identifier  nVidia Corporation GeForce 9600M GT
Driver  nvidia
Option  DPI 96x96
Option  NvAGP 1
Option  RenderAccel   true
Option  NoLogotrue
Option  EnableACPIHotKeys true
Option  AllowGLXWithComposite true
EndSection

Section Monitor
Identifier  Generic Monitor
Option  DPMS
EndSection

Section Screen
Identifier  Default Screen
Device  nVidia Corporation GeForce 9600M GT
Monitor Generic Monitor
DefaultDepth24
Option  AddARGBGLXVisuals true
EndSection

Section ServerLayout
Identifier  Default Layout
Screen  Default Screen
InputDevice Generic Keyboard
InputDevice Configured Mouse
InputDevice Synaptics Touchpad
EndSection

Section DRI
Mode0666
EndSection

Section Extensions
Option  Composite enable

x11-xserver-utils: Changes to 'refs/tags/x11-xserver-utils-7.5+2'

2010-07-24 Thread Cyril Brulebois
Tag 'x11-xserver-utils-7.5+2' created by Cyril Brulebois k...@debian.org at 
2010-07-24 14:32 +

Tagging upload of x11-xserver-utils 7.5+2 to unstable.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEABECAAYFAkxK+ZQACgkQeGfVPHR5Nd3L+gCeNiF4IdiWYIj1Kzsu2yfllIl6
43gAoJeXDUS5fJHRq8f6C94NEfXyMG0Z
=QQeS
-END PGP SIGNATURE-

Changes since x11-xserver-utils-7.5+1:
Cyril Brulebois (6):
  Fix typo.
  Add xorg-driver-{video,input} to Provides.
  xrandr 1.3.3
  sessreg 1.0.6
  Add myself to Uploaders.
  Upload to unstable.

Julien Cristau (18):
  xsfbs.sh: remove unused check_symlinks_and_{bomb,warn}
  xsfbs.sh: remove unused analyze_path
  xsfbs.sh: remove unused maplink function
  xsfbs.sh: remove unused find_culprits function
  xsfbs.sh: remove unused reject_whitespace function
  xsfbs.mk: no need for shlibs.local
  xsfbs.sh: fix typo and remove svn keyword
  xsfbs.mk: kill obsolete DEFAULT_DCRESOLUTIONS and SOURCE_DIR usage
  xsfbs.mk: remove more obsolete code
  Rename the build directory to not include DEB_BUILD_GNU_TYPE for no good 
reason.  Thanks, Colin Watson!
  Remove myself from Uploaders
  xsfbs.mk: don't use a directory as a make target
  Update serverabi rule for xserver 1.7.6.901
  Merge branch 'debian-unstable' of git://git.debian.org/git/pkg-xorg/xsfbs 
into debian-unstable
  debian/rules: add get-tarballs rule.
  xvidtune 1.0.2.
  Drop XS- prefix from Vcs-* control fields.
  Drop Pre-Depends on x11-common, only needed for upgrades from sarge.

---
 debian/README.source   |2 
 debian/changelog   |   19 
 debian/control |7 
 debian/rules   |   17 
 debian/watch.iceauth   |2 
 debian/watch.rgb   |2 
 debian/watch.sessreg   |2 
 debian/watch.xcmsdb|2 
 debian/watch.xgamma|2 
 debian/watch.xhost |2 
 debian/watch.xmodmap   |2 
 debian/watch.xrandr|2 
 debian/watch.xrdb  |2 
 debian/watch.xrefresh  |2 
 debian/watch.xset  |2 
 debian/watch.xsetmode  |2 
 debian/watch.xsetpointer   |2 
 debian/watch.xsetroot  |2 
 debian/watch.xstdcmap  |2 
 debian/watch.xvidtune  |2 
 debian/xsfbs/xsfbs.mk  |   54 
 debian/xsfbs/xsfbs.sh  |  233 -
 sessreg/COPYING|   21 
 sessreg/ChangeLog  |  102 
 sessreg/INSTALL|  291 +
 sessreg/Makefile.am|   11 
 sessreg/Makefile.in|   65 
 sessreg/aclocal.m4 |  669 +++-
 sessreg/config.guess   |  196 -
 sessreg/config.h.in|   44 
 sessreg/config.sub |   43 
 sessreg/configure  | 6391 -
 sessreg/configure.ac   |   37 
 sessreg/sessreg.c  |  100 
 sessreg/sessreg.h  |   52 
 xrandr/ChangeLog   |  288 +
 xrandr/INSTALL |  291 +
 xrandr/Makefile.am |   12 
 xrandr/Makefile.in |  347 +-
 xrandr/README  |   26 
 xrandr/aclocal.m4  | 1887 +++-
 xrandr/config.guess|  328 +-
 xrandr/config.h.in |3 
 xrandr/config.sub  |  156 -
 xrandr/configure   | 4727 +-
 xrandr/configure.ac|   17 
 xrandr/depcomp |  116 
 xrandr/install-sh  |  231 -
 xrandr/missing |   49 
 xrandr/xrandr.c|  241 +
 xrandr/xrandr.man  |   59 
 xvidtune/COPYING   |   29 
 xvidtune/ChangeLog |  429 ++
 xvidtune/INSTALL   |  143 
 xvidtune/Makefile.am   |   29 
 xvidtune/Makefile.in   |  456 +-
 xvidtune/README|   26 
 xvidtune/Xvidtune.cpp  |  182 -
 xvidtune/aclocal.m4| 1943 ++--
 xvidtune/app-defaults/Xvidtune |  183 +
 xvidtune/compile   |  142 
 xvidtune/config.guess  |  271 -
 xvidtune/config.h.in   |   33 
 xvidtune/config.sub|  139 
 xvidtune/configure | 6376 +++-
 xvidtune/configure.ac  |   40 
 xvidtune/depcomp   |  172 -
 xvidtune/install-sh|  517 ++-
 xvidtune/missing   |  104 
 xvidtune/mkinstalldirs |  158 -
 xvidtune/xvidtune.c|   42 
 xvidtune/xvidtune.man  |6 
 72 files changed, 16546 insertions(+), 12038 deletions(-)
---


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1ocfmd-0002ku...@alioth.debian.org



x11-xserver-utils: Changes to 'debian-unstable'

2010-07-24 Thread Cyril Brulebois
 debian/changelog |   11 
 debian/control   |2 
 sessreg/COPYING  |   21 
 sessreg/ChangeLog|  102 
 sessreg/INSTALL  |  291 ++
 sessreg/Makefile.am  |   11 
 sessreg/Makefile.in  |   65 
 sessreg/aclocal.m4   |  669 -
 sessreg/config.guess |  196 -
 sessreg/config.h.in  |   44 
 sessreg/config.sub   |   43 
 sessreg/configure| 6391 +--
 sessreg/configure.ac |   37 
 sessreg/sessreg.c|  100 
 sessreg/sessreg.h|   52 
 xrandr/ChangeLog |  288 ++
 xrandr/INSTALL   |  291 ++
 xrandr/Makefile.am   |   12 
 xrandr/Makefile.in   |  347 +-
 xrandr/README|   26 
 xrandr/aclocal.m4| 1887 ---
 xrandr/config.guess  |  328 +-
 xrandr/config.h.in   |3 
 xrandr/config.sub|  156 +
 xrandr/configure | 4727 +
 xrandr/configure.ac  |   17 
 xrandr/depcomp   |  116 
 xrandr/install-sh|  231 -
 xrandr/missing   |   49 
 xrandr/xrandr.c  |  241 +
 xrandr/xrandr.man|   59 
 31 files changed, 9907 insertions(+), 6906 deletions(-)

New commits:
commit be929fe82ef3d6059dbafc0da32176b6e23a5a1d
Author: Cyril Brulebois k...@debian.org
Date:   Sat Jul 24 16:27:36 2010 +0200

Upload to unstable.

diff --git a/debian/changelog b/debian/changelog
index ab65b5c..0791f05 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-x11-xserver-utils (7.5+2) UNRELEASED; urgency=low
+x11-xserver-utils (7.5+2) unstable; urgency=low
 
   [ Julien Cristau ]
   * Rename the build directory to not include DEB_BUILD_GNU_TYPE for no
@@ -15,7 +15,7 @@ x11-xserver-utils (7.5+2) UNRELEASED; urgency=low
   * sessreg 1.0.6.
   * Add myself to Uploaders.
 
- -- Julien Cristau jcris...@debian.org  Sat, 16 Jan 2010 16:47:13 +
+ -- Cyril Brulebois k...@debian.org  Sat, 24 Jul 2010 16:27:24 +0200
 
 x11-xserver-utils (7.5+1) unstable; urgency=low
 

commit 2764dff2f766a3cc98bd9681bb4c52eba1734c10
Author: Cyril Brulebois k...@debian.org
Date:   Sat Jul 24 16:27:22 2010 +0200

Add myself to Uploaders.

diff --git a/debian/changelog b/debian/changelog
index d64ba9d..ab65b5c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,7 @@ x11-xserver-utils (7.5+2) UNRELEASED; urgency=low
   * xrandr 1.3.3.
 + Fix segmentation fault on “xrandr --transform none” (closes: #579542).
   * sessreg 1.0.6.
+  * Add myself to Uploaders.
 
  -- Julien Cristau jcris...@debian.org  Sat, 16 Jan 2010 16:47:13 +
 
diff --git a/debian/control b/debian/control
index e6c0de0..f10e3b1 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: x11-xserver-utils
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
-Uploaders: David Nusinow dnusi...@debian.org, Brice Goglin 
bgog...@debian.org
+Uploaders: David Nusinow dnusi...@debian.org, Brice Goglin 
bgog...@debian.org, Cyril Brulebois k...@debian.org
 Build-Depends: debhelper (= 5.0.0), pkg-config, libx11-dev (= 2:1.0.0),
  libxaw7-dev (= 1:1.0.1), libxext-dev (= 1:1.0.0),
  libxi-dev (= 1:1.0.0-3), libxmuu-dev (= 1:1.0.1),

commit daa99a5e2069f2ec7a3a124aa9cd3298e0ab8af1
Author: Cyril Brulebois k...@debian.org
Date:   Sat Jul 24 16:23:17 2010 +0200

sessreg 1.0.6

diff --git a/debian/changelog b/debian/changelog
index 88a2da1..d64ba9d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,7 @@ x11-xserver-utils (7.5+2) UNRELEASED; urgency=low
   [ Cyril Brulebois ]
   * xrandr 1.3.3.
 + Fix segmentation fault on “xrandr --transform none” (closes: #579542).
+  * sessreg 1.0.6.
 
  -- Julien Cristau jcris...@debian.org  Sat, 16 Jan 2010 16:47:13 +
 
diff --git a/sessreg/COPYING b/sessreg/COPYING
index fd647dd..33b0d72 100644
--- a/sessreg/COPYING
+++ b/sessreg/COPYING
@@ -21,3 +21,24 @@ Except as contained in this notice, the name of The Open 
Group shall
 not be used in advertising or otherwise to promote the sale, use or
 other dealings in this Software without prior written authorization
 from The Open Group.
+
+Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
+
+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 (including the next
+paragraph) 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
+THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY 

Processing of x11-xserver-utils_7.5+2_amd64.changes

2010-07-24 Thread Archive Administrator
x11-xserver-utils_7.5+2_amd64.changes uploaded successfully to localhost
along with the files:
  x11-xserver-utils_7.5+2.dsc
  x11-xserver-utils_7.5+2.tar.gz
  x11-xserver-utils_7.5+2_amd64.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1ocfms-0002ol...@franck.debian.org



Bug#590174: marked as done (xserver-xorg-input-synaptics: Xserver doesn't detect Synaptics touchpad)

2010-07-24 Thread Debian Bug Tracking System
Your message dated Sat, 24 Jul 2010 15:37:00 +0100
with message-id 4c4afa8c.9040...@unchartedbackwaters.co.uk
and subject line Re: Bug#590174: xserver-xorg-input-synaptics: Xserver doesn't 
detect Synaptics touchpad
has caused the Debian Bug report #590174,
regarding xserver-xorg-input-synaptics: Xserver doesn't detect Synaptics 
touchpad
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
590174: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=590174
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: xserver-xorg-input-synaptics
Version: 1.2.2-2
Severity: normal


Hi,

I've got a Samsung R560 laptop with a Synaptics touchpad. For some reason, the
synaptics driver no-longer detects the touchpad as a synaptic one. I usually use
/dev/psaux as my device, but switching to /dev/input/mouse* and
/dev/input/event* devices have no effect either. Unfortunately, I'm not really
sure when this broke, so I can't confirm if this coincided with some version of
the xserver-xorg-input-synaptics package moving into testing.

Francis

-- Package-specific info:
/var/lib/x11/X.roster does not exist.

/var/lib/x11/X.md5sum does not exist.

X server symlink status:
lrwxrwxrwx 1 root root 13 May 10  2009 /etc/X11/X - /usr/bin/Xorg
-rwxr-xr-x 1 root root 1878240 Jun  3 16:09 /usr/bin/Xorg

/var/lib/x11/xorg.conf.roster does not exist.

VGA-compatible devices on PCI bus:
01:00.0 VGA compatible controller: nVidia Corporation G96 [GeForce 9600M GT] 
(rev a1)

/var/lib/x11/xorg.conf.md5sum does not exist.

Xorg X server configuration file status:
-rw-r--r-- 1 root root 3186 Jul 24 15:09 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type man /etc/X11/xorg.conf at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section Files
FontPath/usr/share/fonts/X11/misc
FontPath/usr/X11R6/lib/X11/fonts/misc
FontPath/usr/share/fonts/X11/cyrillic
FontPath/usr/X11R6/lib/X11/fonts/cyrillic
FontPath/usr/share/fonts/X11/100dpi/:unscaled
FontPath/usr/X11R6/lib/X11/fonts/100dpi/:unscaled
FontPath/usr/share/fonts/X11/75dpi/:unscaled
FontPath/usr/X11R6/lib/X11/fonts/75dpi/:unscaled
FontPath/usr/share/fonts/X11/Type1
FontPath/usr/X11R6/lib/X11/fonts/Type1
FontPath/usr/share/fonts/X11/100dpi
FontPath/usr/X11R6/lib/X11/fonts/100dpi
FontPath/usr/share/fonts/X11/75dpi
FontPath/usr/X11R6/lib/X11/fonts/75dpi
# path to defoma fonts
FontPath/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
EndSection

Section Module
Loadi2c
Loadbitmap
Loadddc
Loadextmod
Loadfreetype
Loadglx
Loadint10
Loadtype1
Loadvbe
Loaddbe
EndSection

Section InputDevice
Identifier  Generic Keyboard
Driver  kbd
Option  CoreKeyboard
Option  XkbRules  xorg
Option  XkbModel  pc105
Option  XkbLayout gb
EndSection

Section InputDevice
Identifier  Configured Mouse
Driver  mouse
Option  CorePointer
Option  Device/dev/input/event8
Option  Protocol  ExplorerPS/2
Option  Emulate3Buttons   true
EndSection

Section InputDevice
Identifier  Synaptics Touchpad
Driver  synaptics
Option  SendCoreEventstrue
Option  Device/dev/input/mouse1
Option  Protocol  auto-dev
Option  TapButton11
Option  TapAndDragGesture true
Option  VertEdgeScrolltrue
EndSection

Section Device
Identifier  nVidia Corporation GeForce 9600M GT
Driver  nvidia
Option   

x11-xserver-utils_7.5+2_amd64.changes ACCEPTED

2010-07-24 Thread Archive Administrator



Accepted:
x11-xserver-utils_7.5+2.dsc
  to main/x/x11-xserver-utils/x11-xserver-utils_7.5+2.dsc
x11-xserver-utils_7.5+2.tar.gz
  to main/x/x11-xserver-utils/x11-xserver-utils_7.5+2.tar.gz
x11-xserver-utils_7.5+2_amd64.deb
  to main/x/x11-xserver-utils/x11-xserver-utils_7.5+2_amd64.deb


Override entries for your package:
x11-xserver-utils_7.5+2.dsc - source x11
x11-xserver-utils_7.5+2_amd64.deb - optional x11

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 579542 


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1ocg5s-0006zx...@franck.debian.org



Bug#579542: marked as done (x11-xserver-utils: xrandr --transform none crashes)

2010-07-24 Thread Debian Bug Tracking System
Your message dated Sat, 24 Jul 2010 14:52:26 +
with message-id e1ocg5s-0006zd...@franck.debian.org
and subject line Bug#579542: fixed in x11-xserver-utils 7.5+2
has caused the Debian Bug report #579542,
regarding x11-xserver-utils: xrandr --transform none crashes
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
579542: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=579542
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: x11-xserver-utils
Version: 7.5+1
Severity: normal

Steps to reproduce:

   With DISPLAY correctly set, run 'xrandr --transform none'

Expected results:

   The display's transformation matrix is reset

Actual results:

   xrandr segfaults immediately

Notes:

  'xrandr --output LVDS1 --transform none' works correctly


(gdb) r
Starting program: /usr/bin/xrandr --transform none

Program received signal SIGSEGV, Segmentation fault.
memset () at ../sysdeps/x86_64/memset.S:412
412 ../sysdeps/x86_64/memset.S: No such file or directory.
in ../sysdeps/x86_64/memset.S
(gdb) bt
#0  memset () at ../sysdeps/x86_64/memset.S:412
#1  0x00402f00 in init_transform (transform=0x120) at 
../xrandr/xrandr.c:586
#2  0x004080d3 in main (argc=3, argv=0x7fffe5e8) at 
../xrandr/xrandr.c:2383
(gdb) up
#1  0x00402f00 in init_transform (transform=0x120) at 
../xrandr/xrandr.c:586
586 memset (transform-transform, '\0', sizeof (transform-transform));
(gdb) up
#2  0x004080d3 in main (argc=3, argv=0x7fffe5e8) at 
../xrandr/xrandr.c:2383
2383init_transform (output-transform);
(gdb) print output
$1 = (output_t *) 0x0



-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.33.2 (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages x11-xserver-utils depends on:
ii  cpp   4:4.4.3-1  The GNU C preprocessor (cpp)
ii  libc6 2.10.2-7   Embedded GNU C Library: Shared lib
ii  libice6   2:1.0.6-1  X11 Inter-Client Exchange library
ii  libx11-6  2:1.3.3-3  X11 client-side library
ii  libxau6   1:1.0.5-2  X11 authorisation library
ii  libxaw7   2:1.0.7-1  X11 Athena Widget library
ii  libxext6  2:1.1.1-3  X11 miscellaneous extension librar
ii  libxi62:1.3-4X11 Input extension library
ii  libxmu6   2:1.0.5-1  X11 miscellaneous utility library
ii  libxmuu1  2:1.0.5-1  X11 miscellaneous micro-utility li
ii  libxrandr22:1.3.0-3  X11 RandR extension library
ii  libxrender1   1:0.9.5-2  X Rendering Extension client libra
ii  libxt61:1.0.7-1  X11 toolkit intrinsics library
ii  libxxf86vm1   1:1.1.0-2  X11 XFree86 video mode extension l
ii  x11-common1:7.5+5X Window System (X.Org) infrastruc

x11-xserver-utils recommends no packages.

Versions of packages x11-xserver-utils suggests:
pn  cairo-5c  none (no description available)
pn  nicklenone (no description available)
ii  xorg-docs-core1:1.5-1Core documentation for the X.org X

-- no debconf information


signature.asc
Description: Digital signature
---End Message---
---BeginMessage---
Source: x11-xserver-utils
Source-Version: 7.5+2

We believe that the bug you reported is fixed in the latest version of
x11-xserver-utils, which is due to be installed in the Debian FTP archive:

x11-xserver-utils_7.5+2.dsc
  to main/x/x11-xserver-utils/x11-xserver-utils_7.5+2.dsc
x11-xserver-utils_7.5+2.tar.gz
  to main/x/x11-xserver-utils/x11-xserver-utils_7.5+2.tar.gz
x11-xserver-utils_7.5+2_amd64.deb
  to main/x/x11-xserver-utils/x11-xserver-utils_7.5+2_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 579...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Cyril Brulebois k...@debian.org (supplier of updated x11-xserver-utils 
package)

(This message was generated 

Bug#590173: xserver-xorg-video-intel: XServer crashes causing gdm to restart when system left idle.

2010-07-24 Thread Julien Cristau
On Sat, Jul 24, 2010 at 14:55:26 +0100, Alan Chandler wrote:

 [ 8593.284009] [drm:i915_hangcheck_elapsed] *ERROR* Hangcheck timer 
 elapsed... GPU hung
 [ 8593.284031] [drm:i915_do_wait_request] *ERROR* i915_do_wait_request 
 returns -5 (awaiting 876203 at 876199)
 [19550.644012] [drm:i915_hangcheck_elapsed] *ERROR* Hangcheck timer 
 elapsed... GPU hung
 [19550.644030] [drm:i915_do_wait_request] *ERROR* i915_do_wait_request 
 returns -5 (awaiting 951269 at 951265)
 [19550.948506] [drm:i915_hangcheck_elapsed] *ERROR* Hangcheck timer 
 elapsed... GPU hung
 [19550.948525] [drm:i915_do_wait_request] *ERROR* i915_do_wait_request 
 returns -5 (awaiting 951271 at 951265)
 [21837.712005] [drm:i915_hangcheck_elapsed] *ERROR* Hangcheck timer 
 elapsed... GPU hung
 [21837.712021] [drm:i915_do_wait_request] *ERROR* i915_do_wait_request 
 returns -5 (awaiting 962917 at 962913)
 
Can you upgrade xserver-xorg-video-intel to 2.12.0 (from experimental)
and see if that still happens?  If it does, try upgrading the kernel to
2.6.34 or newer.  Let us know how that works out.

Thanks,
Julien



signature.asc
Description: Digital signature


Bug#590174: xserver-xorg-input-synaptics: Xserver doesn't detect Synaptics touchpad

2010-07-24 Thread Julien Cristau
On Sat, Jul 24, 2010 at 15:19:19 +0100, Francis Russell wrote:

 I've got a Samsung R560 laptop with a Synaptics touchpad. For some reason, the
 synaptics driver no-longer detects the touchpad as a synaptic one. I usually 
 use
 /dev/psaux as my device, but switching to /dev/input/mouse* and
 /dev/input/event* devices have no effect either. Unfortunately, I'm not really
 sure when this broke, so I can't confirm if this coincided with some version 
 of
 the xserver-xorg-input-synaptics package moving into testing.
 
Ignoring the fact that your xorg.conf is broken, the log looks like the
synaptics device is detected correctly.  What makes you think it isn't?

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#590174: xserver-xorg-input-synaptics: Xserver doesn't detect Synaptics touchpad

2010-07-24 Thread Francis Russell
Julien Cristau wrote:

 Ignoring the fact that your xorg.conf is broken, the log looks like the
 synaptics device is detected correctly.  What makes you think it isn't?

Sorry, I did close this bug shortly afterwards when things started
working. The xorg log showed that the synaptics drived failed to detect
the touchpad:

(II) Synaptics touchpad driver version 1.2.2
Synaptics Touchpad no synaptics event device found
(**) Option Device /dev/input/mouse1
(**) Option VertEdgeScroll true
(**) Option TapButton1 1
(**) Option TapAndDragGesture true
Query no Synaptics: 6003C8
(--) Synaptics Touchpad: no supported touchpad found
(EE) Synaptics Touchpad Unable to query/initialize Synaptics hardware.
(EE) PreInit failed for input device Synaptics Touchpad
(II) UnloadModule: synaptics

and then it was detected by some sort of generic support instead. It
looks like this was due to forcing the value of the Device option
whereas removing it let auto-dev chose the appropriate device.

Francis




-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4c4b1348.2090...@unchartedbackwaters.co.uk



Bug#590199: Compose manpage mentions ~/.Xcompose instead of ~/.XCompose

2010-07-24 Thread Enrico Zini
Package: libx11-data
Version: 2:1.3.3-3
Severity: normal

Hello,

in the Compose(5) manpage it says:

FILES
   $HOME/.Xcompose
  User default compose file if XCOMPOSEFILE is not set.

However I just found out why it didn't work for me: it's ~/.XCompose
instead:

21:58 #debian-devel  jcristau modules/im/ximcp/imLcIm.c:  
strcpy(name + hl, /.XCompose);


Ciao,

Enrico

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-trunk-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100724200557.6508.17861.report...@localhost



Bug#590199: Compose manpage mentions ~/.Xcompose instead of ~/.XCompose

2010-07-24 Thread Julien Cristau
severity 590199 minor
tag 590199 fixed-upstream upstream
kthxbye

commit 8e603413586ff42b1351688f6f99318cbe243bca
Author: Julien Cristau jcris...@debian.org
Date:   Sat Jul 24 22:13:07 2010 +0200

Compose.man: default user compose file is .XCompose, not .Xcompose

The path was correct in the DESCRIPTION section, but not in FILES.

Signed-off-by: Julien Cristau jcris...@debian.org



signature.asc
Description: Digital signature


Processed: Re: Bug#590199: Compose manpage mentions ~/.Xcompose instead of ~/.XCompose

2010-07-24 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 severity 590199 minor
Bug #590199 [libx11-data] Compose manpage mentions ~/.Xcompose instead of 
~/.XCompose
Severity set to 'minor' from 'normal'

 tag 590199 fixed-upstream upstream
Bug #590199 [libx11-data] Compose manpage mentions ~/.Xcompose instead of 
~/.XCompose
Added tag(s) upstream and fixed-upstream.
 kthxbye
Stopping processing here.

Please contact me if you need assistance.
-- 
590199: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=590199
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.128000277429959.transcr...@bugs.debian.org