Bug#470113: xfs: Problem with LSB header in init.d script

2008-03-09 Thread Petter Reinholdtsen
Package:  xfs
Version:  1:1.0.4-1
Severity: important
Tags: patch
User: [EMAIL PROTECTED]
Usertags: incorrect-dependency

I just checked the shutdown order in unstable on a machine with
dependency based boot sequencing enabled, and discovered a problem
with the init.d scripts provided in the xfs package.  The init.d
script list S in its stop runlevel list.  This make a useless stop
symlink in rcS.d/, and S should not be included there.

Here is a patch to solve these issues.

diff -ur xfs-1.0.5.orig/debian/xfs.init xfs-1.0.5/debian/xfs.init
--- xfs-1.0.5.orig/debian/xfs.init  2008-03-09 09:05:03.0 +0100
+++ xfs-1.0.5/debian/xfs.init   2008-03-09 09:08:37.0 +0100
@@ -26,7 +26,7 @@
 # Should-Start:  $network
 # Should-Stop:   $network
 # Default-Start: 2 3 4 5
-# Default-Stop:  S 0 1 6
+# Default-Stop:  0 1 6
 ### END INIT INFO

 set -e

Happy hacking,
--
Petter Reinholdtsen



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#470084: mesa: Graphics corruption in 3d games on Intel 965

2008-03-09 Thread Julien Cristau
On Sat, Mar  8, 2008 at 17:43:24 -0800, Kyle Kearney wrote:

 I am experiencing graphics corruption in several 3D games since
 installing the mesa 7.0.3-rc2 updates. A screenshot is attached
 illustrating the effect as it is rather difficult to describe. I have
 observed this in supertuxkart, planet penguin racer, armagetron, and
 open arena, both with and without compiz running.Glxgears
 does not report any anomolies. My graphics processor is an Intel GMA  
 x3100 (965
 chipset).

Hi Kyle,

can you confirm there was no corruption with libgl1-mesa-dri version
7.0.2-4?  This will help us when reporting the regression upstream.

Cheers,
Julien



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#470084: Oops, wrong glxinfo

2008-03-09 Thread Jordi Gutiérrez Hermoso
Oops, I made a mistake previously when sending my glxinfo.

I can confirm that there were no problems with earlier version
7.0.2-4. I just reinstalled the old version, and the problem went
away.


glxinfo
Description: Binary data


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

2008-03-09 Thread Ian Campbell
 .gitignore|1 
 ChangeLog |2 
 Makefile.in   |4 
 README|   27 
 config.h.in   |   12 
 configure | 1509 --
 configure.ac  |   20 
 debian/changelog  |6 
 debian/control|   13 
 debian/rules  |2 
 debian/xsfbs/xsfbs.mk |   53 -
 src/ivtv.c|7 
 src/ivtv_hw.c |   14 
 src/ivtv_hw.h |   16 
 src/ivtv_xv.c |   11 
 15 files changed, 1097 insertions(+), 600 deletions(-)

New commits:
commit 8a90e17f8961bb87cc11d438deb217a489e1831d
Author: Ian Campbell [EMAIL PROTECTED]
Date:   Sun Mar 9 15:22:51 2008 +

Build a xserver-xorg-video-ivtv-dbg package with debugging symbols.

diff --git a/.gitignore b/.gitignore
index f59f3e9..15bf46b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,6 +5,7 @@ debian/tmp
 debian/files
 debian/*.substvars
 debian/xserver-xorg-video-ivtv
+debian/xserver-xorg-video-ivtv-dbg
 obj-*
 *~
 build-stamp
diff --git a/debian/changelog b/debian/changelog
index a43679d..dbb0e7d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,9 @@ xserver-xorg-video-ivtvdev (1.0.1-1) unstable; urgency=low
 
   * New upstream release.
   * Vcs-Browser and Vcs-Git are now supported so drop the XS- prefix.
+  * Build a xserver-xorg-video-ivtv-dbg package with debugging symbols.
 
- -- Ian Campbell [EMAIL PROTECTED]  Wed, 05 Mar 2008 21:49:04 +
+ -- Ian Campbell [EMAIL PROTECTED]  Sun, 09 Mar 2008 15:19:29 +
 
 xserver-xorg-video-ivtvdev (1.0.0-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 47e3cb9..7b16228 100644
--- a/debian/control
+++ b/debian/control
@@ -20,3 +20,16 @@ Description: X.Org X server -- IVTV display driver
  .
  This driver requires the IVTV kernel module provided by the
  ivtv-source package.
+
+Package: xserver-xorg-video-ivtv-dbg
+Architecture: alpha amd64 arm hppa hurd-i386 i386 ia64 kfreebsd-i386 m68k mips 
 mipsel netbsd-i386 powerpc
+Depends: xserver-xorg-video-ivtv (= ${binary:Version}), ${shlibs:Depends}
+Priority: extra
+Provides: ${xviddriver:Provides}
+Description: X.Org X server -- IVTV display driver (debug symbols)
+ This package provides the driver for the overlay framebuffer provided
+ by the iTVC15 family of MPEG codecs. The iTVC15 family includes the
+ iTVC15 (CX24315) and iTVC16 (CX24316). These chips are commonly found
+ on Hauppauge's WinTV PVR-250 and PVR-350 TV capture cards.
+ .
+ This package provides debugging symbols for this Xorg X driver.
diff --git a/debian/rules b/debian/rules
index d96501a..c44315e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -77,7 +77,7 @@ binary-arch: build install serverabi
dh_installchangelogs ChangeLog
dh_install --sourcedir=debian/tmp --list-missing
dh_link
-   dh_strip
+   dh_strip --dbg-package=xserver-xorg-video-ivtv-dbg
dh_compress
dh_fixperms
dh_makeshlibs

commit 59c53c68d6bb78273ac3d1c905c2a97b6e59fda5
Author: Ian Campbell [EMAIL PROTECTED]
Date:   Wed Mar 5 21:49:38 2008 +

Update to 1.0.1-1

diff --git a/debian/changelog b/debian/changelog
index eb2c175..a43679d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
-xserver-xorg-video-ivtvdev (1.0.0-2) unstable; urgency=low
+xserver-xorg-video-ivtvdev (1.0.1-1) unstable; urgency=low
 
+  * New upstream release.
   * Vcs-Browser and Vcs-Git are now supported so drop the XS- prefix.
 
- -- Ian Campbell [EMAIL PROTECTED]  Fri, 19 Oct 2007 23:12:00 +0100
+ -- Ian Campbell [EMAIL PROTECTED]  Wed, 05 Mar 2008 21:49:04 +
 
 xserver-xorg-video-ivtvdev (1.0.0-1) unstable; urgency=low
 

commit be94e511f17db8b5a8ac4b1497c755245802493d
Author: hverkuil [EMAIL PROTECTED]
Date:   Wed Mar 5 17:41:46 2008 +

Update


git-svn-id: http://ivtvdriver.org/svn/xf86-video-ivtv/[EMAIL PROTECTED] 
f93e8361-94ff-0310-af1b-c9b61a63ab7d

diff --git a/ChangeLog b/ChangeLog
index c708f98..475551b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,5 @@
 #1.0.1  - Add support for newer X org versions with libpciaccess
+   - xf86-video-ivtv Xv scaling fix
 #1.0.0 - Renamed to ivtv_drv and xf86-video-ivtv for consistency with 
X11R7
  naming convention.
- When the ivtv X driver is loaded, it ensures the osd/framebuffer is 
switched

commit 564e95c109b3a3b9a4f8d4c8c314e0c4e523701b
Author: hverkuil [EMAIL PROTECTED]
Date:   Thu Feb 28 07:08:23 2008 +

Update ChangeLog


git-svn-id: http://ivtvdriver.org/svn/xf86-video-ivtv/[EMAIL PROTECTED] 
f93e8361-94ff-0310-af1b-c9b61a63ab7d

diff --git a/ChangeLog b/ChangeLog
index d5da1f9..c708f98 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+#1.0.1  - Add support for newer X org versions with libpciaccess
 #1.0.0 - Renamed to ivtv_drv and xf86-video-ivtv for consistency with 
X11R7
  naming convention.
- When the ivtv X driver is loaded, 

xserver-xorg-video-ivtvdev: Changes to 'upstream/trunk'

2008-03-09 Thread Ian Campbell
 ChangeLog |2 
 README|   26 -
 configure | 1462 ++
 configure.ac  |   13 
 src/ivtv.c|3 
 src/ivtv_hw.c |   17 
 src/ivtv_hw.h |9 
 src/ivtv_xv.c |7 
 8 files changed, 1025 insertions(+), 514 deletions(-)

New commits:
commit 8655362bef37b713277bc8c1638b3b33d0babcc1
Author: hverkuil [EMAIL PROTECTED]
Date:   Sat Mar 8 15:56:15 2008 +

Userland shouldn't use asm/page.h, so replace it with getpagesize() to
determine the page size when mapping memory.


git-svn-id: http://ivtvdriver.org/svn/xf86-video-ivtv/[EMAIL PROTECTED] 
f93e8361-94ff-0310-af1b-c9b61a63ab7d

diff --git a/src/ivtv_hw.c b/src/ivtv_hw.c
index 0493b72..2becdc7 100644
--- a/src/ivtv_hw.c
+++ b/src/ivtv_hw.c
@@ -54,7 +54,6 @@ in this Software without prior written authorization from the 
XFree86 Project.
 
 #include xf86cmap.h
 
-#include asm/page.h /* #define for PAGE_* */
 #include globals.h
 #define DPMS_SERVER
 #include X11/extensions/dpms.h
@@ -570,7 +569,7 @@ void *
 ivtvHWMapVidmem(ScrnInfoPtr pScrn)
 {
 ivtvHWPtr hwPtr = IVTVDEVHWPTR(pScrn);
-long page_mask = ~(sysconf(_SC_PAGESIZE) - 1);
+long page_mask = ~(getpagesize() - 1);
 
 TRACE_ENTER(MapVidmem);
 if (NULL == hwPtr-fbmem) {

commit be94e511f17db8b5a8ac4b1497c755245802493d
Author: hverkuil [EMAIL PROTECTED]
Date:   Wed Mar 5 17:41:46 2008 +

Update


git-svn-id: http://ivtvdriver.org/svn/xf86-video-ivtv/[EMAIL PROTECTED] 
f93e8361-94ff-0310-af1b-c9b61a63ab7d

diff --git a/ChangeLog b/ChangeLog
index c708f98..475551b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,5 @@
 #1.0.1  - Add support for newer X org versions with libpciaccess
+   - xf86-video-ivtv Xv scaling fix
 #1.0.0 - Renamed to ivtv_drv and xf86-video-ivtv for consistency with 
X11R7
  naming convention.
- When the ivtv X driver is loaded, it ensures the osd/framebuffer is 
switched

commit 564e95c109b3a3b9a4f8d4c8c314e0c4e523701b
Author: hverkuil [EMAIL PROTECTED]
Date:   Thu Feb 28 07:08:23 2008 +

Update ChangeLog


git-svn-id: http://ivtvdriver.org/svn/xf86-video-ivtv/[EMAIL PROTECTED] 
f93e8361-94ff-0310-af1b-c9b61a63ab7d

diff --git a/ChangeLog b/ChangeLog
index d5da1f9..c708f98 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+#1.0.1  - Add support for newer X org versions with libpciaccess
 #1.0.0 - Renamed to ivtv_drv and xf86-video-ivtv for consistency with 
X11R7
  naming convention.
- When the ivtv X driver is loaded, it ensures the osd/framebuffer is 
switched

commit 2a0c018fe01a5513f6c0e9731af6508df6038594
Author: hverkuil [EMAIL PROTECTED]
Date:   Thu Feb 28 07:07:29 2008 +

Revert version bump (was not needed)


git-svn-id: http://ivtvdriver.org/svn/xf86-video-ivtv/[EMAIL PROTECTED] 
f93e8361-94ff-0310-af1b-c9b61a63ab7d

diff --git a/configure.ac b/configure.ac
index af5097f..cd4200c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@
 
 AC_PREREQ(2.57)
 AC_INIT([xf86-video-ivtv],
-1.0.2,
+1.0.1,
 [http://ivtvdriver.org/trac],
 xf86-video-ivtv)
 
diff --git a/src/ivtv.c b/src/ivtv.c
index 4461d2d..840ed7e 100644
--- a/src/ivtv.c
+++ b/src/ivtv.c
@@ -114,7 +114,7 @@ static int pix24bpp = 0;
 #define IVTVDEV_DRIVER_NAMEivtv
 #define IVTVDEV_VERSION_MAJOR  1
 #define IVTVDEV_VERSION_MINOR  0
-#define IVTVDEV_VERSION_PATCH  2
+#define IVTVDEV_VERSION_PATCH  1
 #define IVTVDEV_VERSION((IVTVDEV_VERSION_MAJOR  16) | \
(IVTVDEV_VERSION_MINOR  8) | \
(IVTVDEV_VERSION_PATCH))

commit a49a89fc3d29e2ef646fc7254f2b882e7c9b3f6d
Author: hverkuil [EMAIL PROTECTED]
Date:   Thu Feb 28 07:06:34 2008 +

xf86-video-ivtv - Add support for newer X org versions with libpciaccess

Changes to Xorg resulted in the driver no longer compiling. This patch makes
the necessary changes to correct that. One additional change is that the
driver will now log an error if the yuv device exists but cannot be opened
due to permission problems, since this disables Xv support.

This patch is based on the original xf86-video-ivtv libpciaccess patch
supplied by Nicolas Chauvet.

It should be noted that this patch does not convert the driver to use
libpciacess.


git-svn-id: http://ivtvdriver.org/svn/xf86-video-ivtv/[EMAIL PROTECTED] 
f93e8361-94ff-0310-af1b-c9b61a63ab7d

diff --git a/configure b/configure
index 8735e5e..0b04515 100755
--- a/configure
+++ b/configure
@@ -855,6 +855,7 @@ AMDEPBACKSLASH
 CCDEPMODE
 am__fastdepCC_TRUE
 am__fastdepCC_FALSE
+SED
 GREP
 EGREP
 LN_S
@@ -876,6 +877,10 @@ LIBTOOL
 PKG_CONFIG
 XORG_CFLAGS
 XORG_LIBS
+PCIACCESS_CFLAGS
+PCIACCESS_LIBS
+XSERVER_LIBPCIACCESS_TRUE
+XSERVER_LIBPCIACCESS_FALSE
 moduledir
 DRIVER_NAME
 APP_MAN_SUFFIX
@@ -910,7 +915,9 @@ F77
 FFLAGS
 PKG_CONFIG
 

xserver-xorg-video-ivtvdev: Changes to 'debian-experimental'

2008-03-09 Thread Ian Campbell
 ChangeLog  |   47 ++
 Changelog  |   47 --
 Makefile.in|6 
 README |  272 -
 config.h.in|   12 +
 configure  |   53 ---
 configure.ac   |7 
 debian/changelog   |   32 
 debian/control |6 
 debian/patches/remove-xf86_ansic.h |   41 -
 debian/patches/series  |1 
 debian/rules   |2 
 debian/xsfbs/xsfbs.mk  |   50 ++
 debian/xsfbs/xsfbs.sh  |7 
 src/ivtv.c |5 
 src/ivtv_hw.c  |   20 +-
 src/ivtv_hw.h  |7 
 src/ivtv_xv.c  |4 
 18 files changed, 439 insertions(+), 180 deletions(-)

New commits:
commit 57e41e85696a6cdfa0e3ce6cd51fa6ae491ba8d0
Author: Ian Campbell [EMAIL PROTECTED]
Date:   Thu Nov 1 08:47:34 2007 +

Vcs-Browser and Vcs-Git are now supported so drop the XS- prefix.

diff --git a/debian/changelog b/debian/changelog
index 64fd726..eb2c175 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,6 @@
 xserver-xorg-video-ivtvdev (1.0.0-2) unstable; urgency=low
 
-  * UNRELEASED
+  * Vcs-Browser and Vcs-Git are now supported so drop the XS- prefix.
 
  -- Ian Campbell [EMAIL PROTECTED]  Fri, 19 Oct 2007 23:12:00 +0100
 
diff --git a/debian/control b/debian/control
index b071224..47e3cb9 100644
--- a/debian/control
+++ b/debian/control
@@ -5,8 +5,8 @@ Maintainer: Debian X Strike Force debian-x@lists.debian.org
 Uploaders: David Nusinow [EMAIL PROTECTED], Ian Campbell [EMAIL PROTECTED]
 Build-Depends: debhelper (= 5), quilt, pkg-config, xserver-xorg-dev (= 
2:1.4), x11proto-video-dev, libxvmc-dev, x11proto-fonts-dev, 
x11proto-randr-dev, x11proto-render-dev, x11proto-xext-dev
 Standards-Version: 3.7.2.2
-XS-Vcs-Git: git://git.debian.org/git/pkg-xorg/driver/xserver-xorg-video-ivtvdev
-XS-Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-video-ivtvdev.git
+Vcs-Git: git://git.debian.org/git/pkg-xorg/driver/xserver-xorg-video-ivtvdev
+Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-video-ivtvdev.git
 
 Package: xserver-xorg-video-ivtv
 Architecture: alpha amd64 arm hppa hurd-i386 i386 ia64 kfreebsd-i386 m68k mips 
 mipsel netbsd-i386 powerpc

commit f7ef338b3472aa3d14dba3a715c7363241c6cb5e
Author: Ian Campbell [EMAIL PROTECTED]
Date:   Fri Oct 19 23:12:21 2007 +0100

Continue with 1.0.0-2

diff --git a/debian/changelog b/debian/changelog
index 2fe40b3..64fd726 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xserver-xorg-video-ivtvdev (1.0.0-2) unstable; urgency=low
+
+  * UNRELEASED
+
+ -- Ian Campbell [EMAIL PROTECTED]  Fri, 19 Oct 2007 23:12:00 +0100
+
 xserver-xorg-video-ivtvdev (1.0.0-1) unstable; urgency=low
 
   * New upstream release.

commit 48fbd819f3ba302215d69b61870de974c57fd7c2
Author: hverkuil [EMAIL PROTECTED]
Date:   Fri Oct 19 19:17:52 2007 +

Allows building with some older Xorg 7.x releases.


git-svn-id: http://ivtvdriver.org/svn/xf86-video-ivtv/[EMAIL PROTECTED] 
f93e8361-94ff-0310-af1b-c9b61a63ab7d

diff --git a/Makefile.in b/Makefile.in
index ee651a5..18a8352 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -52,10 +52,10 @@ POST_UNINSTALL = :
 build_triplet = @build@
 host_triplet = @host@
 subdir = .
-DIST_COMMON = README ChangeLog $(am__configure_deps) $(srcdir)/Makefile.am \
+DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
$(srcdir)/Makefile.in $(srcdir)/config.h.in \
-   $(top_srcdir)/configure config.guess config.sub depcomp \
-   install-sh ltmain.sh missing
+   $(top_srcdir)/configure ChangeLog config.guess config.sub \
+   depcomp install-sh ltmain.sh missing
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
diff --git a/README b/README
index 4d52737..be744b4 100644
--- a/README
+++ b/README
@@ -40,12 +40,13 @@ So don't use that.
 Xorg 7.x Servers
 
 
-For new 7.x servers run the configure script followed by make and then make 
install.
-The installation path may well need to be altered using the --prefix option.
+For new 7.x servers run the autogen.sh script followed by make and then
+make install. The installation path may well need to be altered using the
+--prefix option.
 
-If you get this error when running the configure script:
+If you get this error when running autogen.sh or the configure script:
 
-checking for XORG... configure: error: Package requirements (xorg-server = 
1.0.99.901 xproto fontsproto ) were not met.
+checking for XORG... configure: error: Package requirements (xorg-server 
xproto fontsproto ) were not met.
 
 then it is likely that you are missing the 

xserver-xorg-video-ivtvdev: Changes to 'upstream/tags/1.0.1'

2008-03-09 Thread Ian Campbell
New branch 'upstream/tags/1.0.1' available with the following commits:


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



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

2008-03-09 Thread Ian Campbell
 debian/changelog |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

New commits:
commit 32c6abedd6f76b683caec245e6a570f3f4ada1f6
Author: Ian Campbell [EMAIL PROTECTED]
Date:   Sun Mar 9 15:34:06 2008 +

1.0.1-1 isn't ready for release yet, mark it as such in debian/changelog

diff --git a/debian/changelog b/debian/changelog
index dbb0e7d..0652bc6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,11 @@
-xserver-xorg-video-ivtvdev (1.0.1-1) unstable; urgency=low
+xserver-xorg-video-ivtvdev (1.0.1-1) UNRELEASED; urgency=low
 
+  * NOT RELEASED YET
   * New upstream release.
   * Vcs-Browser and Vcs-Git are now supported so drop the XS- prefix.
   * Build a xserver-xorg-video-ivtv-dbg package with debugging symbols.
 
- -- Ian Campbell [EMAIL PROTECTED]  Sun, 09 Mar 2008 15:19:29 +
+ -- Ian Campbell [EMAIL PROTECTED]  Sun, 09 Mar 2008 15:33:24 +
 
 xserver-xorg-video-ivtvdev (1.0.0-1) unstable; urgency=low
 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#465939: [radeon] Crashes often when changing virtual desktop in KDE with translucencies [9200 SE]

2008-03-09 Thread Philippe Gramoullé

Hello,

I'm seeing the same bug i think, for a few days/weeks now,
as backtraces are identical.

I'm using a x86 P4 3.2 Ghz with Debian Sid.

The main difference is that i'm using an NVidia graphic card:
NV40 [GeForce 6800] (rev a1) with proprietary nvidia drivers
(NVIDIA-Linux-x86-100.14.19-pkg1)

I can reproduce the bug very easily, that's why i'll try the
suggested debug method and catch a usable backtrace.

Thanks,

Philippe



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#470084: mesa: Graphics corruption in 3d games on Intel 965

2008-03-09 Thread Kyle Kearney
I had not experienced any corruption with the previous version of 
libgl1-mesa-dri. If you can point me to a download of  version 7.0.2-4 
(it seems to be gone from my apt cache), I will reinstall it to confirm.




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#470084: mesa: Graphics corruption in 3d games on Intel 965

2008-03-09 Thread Julien Cristau
On Sun, Mar  9, 2008 at 10:35:15 -0700, Kyle Kearney wrote:

 I had not experienced any corruption with the previous version of  
 libgl1-mesa-dri. If you can point me to a download of  version 7.0.2-4  
 (it seems to be gone from my apt cache), I will reinstall it to confirm.

http://snapshot.debian.net/archive/2008/01/18/debian/pool/main/m/mesa/libgl1-mesa-dri_7.0.2-4_i386.deb

Cheers,
Julien



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#470177: xserver-xorg-core: browswe display does not update cleanly

2008-03-09 Thread Michael Dressel
Package: xserver-xorg-core
Version: 2:1.3.0.0.dfsg-12
Severity: important

The display of the web browsers Epiphany and iceweasel seam not to  be
updated properly. When I scroll down with the arrows horizontal stripes
appear. When I move another window across the browser it leaves
vertical and horizontal stripes. Clicking on the top bar of the browsers
window causes a clean redisplay. But there are still corrupted regions
around the slider bar.


-- Package-specific info:
Contents of /var/lib/x11/X.roster:
xserver-xorg

/etc/X11/X target does not match checksum in /var/lib/x11/X.md5sum.

X server symlink status:
lrwxrwxrwx 1 root root 13 2007-12-23 18:47 /etc/X11/X - /usr/bin/Xorg
-rwxr-xr-x 1 root root 1736632 2007-08-09 19:39 /usr/bin/Xorg

Contents of /var/lib/x11/xorg.conf.roster:
xserver-xorg

VGA-compatible devices on PCI bus:
00:09.0 VGA compatible controller: ATI Technologies Inc 3D Rage II+ 215GTB 
[Mach64 GTB] (rev 9a)
01:00.0 VGA compatible controller: S3 Inc. VT8375 [ProSavage8 KM266/KL266]

/etc/X11/xorg.conf unchanged from checksum in /var/lib/x11/xorg.conf.md5sum.

Xorg X server configuration file status:
-rw-r--r-- 1 root root 1676 2008-03-09 17:29 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
# 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 xorg.conf manual page.
# (Type man 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
EndSection

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

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

Section Device
Identifier  ATI Technologies Inc 3D Rage II+ 215GTB [Mach64 GTB]
Driver  ati
BusID   PCI:0:9:0
EndSection

Section Monitor
Identifier  HM204D DT
Option  DPMS
HorizSync   30-100
VertRefresh 50-160
EndSection

Section Screen
Identifier  Default Screen
Device  ATI Technologies Inc 3D Rage II+ 215GTB [Mach64 GTB]
Monitor HM204D DT
DefaultDepth24
SubSection Display
Modes   1280x1024 1024x768 800x600 640x480
EndSubSection
EndSection

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


Xorg X server log files on system:
-rw-r--r-- 1 root root 51216 2008-03-09 17:31 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file
/var/log/Xorg.0.log:

X Window System Version 1.3.0
Release Date: 19 April 2007
X Protocol Version 11, Revision 0, Release 1.3
Build Operating System: Linux Debian (xorg-server 2:1.3.0.0.dfsg-12)
Current Operating System: Linux pollux 2.6.22-3-486 #1 Mon Nov 12 07:53:08 UTC 
2007 i686
Build Date: 09 August 2007
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/Xorg.0.log, Time: Sun Mar  9 17:31:44 2008
(==) Using config file: /etc/X11/xorg.conf
(==) ServerLayout Default Layout
(**) |--Screen Default Screen (0)
(**) |   |--Monitor HM204D DT
(**) |   |--Device ATI Technologies Inc 3D Rage II+ 215GTB [Mach64 GTB]
(**) |--Input Device Generic Keyboard
(**) |--Input Device Configured Mouse
(WW) The directory /usr/share/fonts/X11/cyrillic does not exist.
Entry deleted from font path.
(==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
(==) RgbPath set to /etc/X11/rgb
(==) ModulePath set to /usr/lib/xorg/modules
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Loader magic: 

Bug#470028: Acknowledgement (xserver-xorg-core: I830WaitLpRing error makes gdm reboot Xorg, which hangs during restart)

2008-03-09 Thread Tore Ferner

Tore Ferner wrote:

 I've tried to connect gdb to the x process:

 $ sudo gdb program $(pidof X)

Sorry, that was another attempt. The command was:

 sudo gdb -p $(pidof X)

The result was the same: not able to get dump.

I've now upgraded libstdc++6 to 4.3.0~rc2-1 and will post debug info if
this upgrade enables me to attach gdb to X at the next crash.
Please let me know if gdb needs to be in sync with some particular
package's version.

Best regards
Tore






-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



xserver-xorg-video-openchrome: Changes to 'debian-experimental'

2008-03-09 Thread Raphael Geissert
New branch 'debian-experimental' available with the following commits:
commit f3e8a5c408d88095467b9af5fb5144e60d18f98c
Author: Raphael Geissert [EMAIL PROTECTED]
Date:   Sun Feb 24 18:56:24 2008 -0600

Updated copyright information
Conflicts: libchromexvmc1, libchromexvmcpro1 so Replaces takes effect

commit d0fa4e0ce810f9893cfad667ed61ea1d39c750d2
Author: Raphael Geissert [EMAIL PROTECTED]
Date:   Sun Feb 24 18:49:09 2008 -0600

Initial Debian packaging commit

commit ec63fe2b6211dac5a585c3221fb39f2d8ba2b47d
Author: schlobinux [EMAIL PROTECTED]
Date:   Wed Feb 20 13:26:29 2008 +

Apollo BMOVE SR (probably a rebadged Clevo laptop)

git-svn-id: http://svn.openchrome.org/svn/[EMAIL PROTECTED] 
e8d65cb0-85f4-0310-8831-c60e2a5ce829

commit 5bde862692ffd8791555f90fe18c2c9a370047ba
Author: ben [EMAIL PROTECTED]
Date:   Tue Feb 19 23:30:53 2008 +

 Whitespace normalization.


git-svn-id: http://svn.openchrome.org/svn/[EMAIL PROTECTED] 
e8d65cb0-85f4-0310-8831-c60e2a5ce829

commit b9e159382ddf04e66d36eaf402fbdc338c515cde
Author: ben [EMAIL PROTECTED]
Date:   Tue Feb 19 21:25:42 2008 +

 Dealing with NoAccel before Rotate, since the latter overrides the first.


git-svn-id: http://svn.openchrome.org/svn/[EMAIL PROTECTED] 
e8d65cb0-85f4-0310-8831-c60e2a5ce829

commit 48a3e11a58843feab88026403e7dd7fb9a918f50
Author: ben [EMAIL PROTECTED]
Date:   Fri Feb 15 20:41:45 2008 +

 Replacing module name and vendor string, tweaking the support message.


git-svn-id: http://svn.openchrome.org/svn/[EMAIL PROTECTED] 
e8d65cb0-85f4-0310-8831-c60e2a5ce829

commit 36e08d1f19e09563bacbdd96a3dca14cac4347fd
Author: ben [EMAIL PROTECTED]
Date:   Wed Feb 6 20:54:37 2008 +

 Excluding the correct bunch of chipsets from XvMC initialisation.


git-svn-id: http://svn.openchrome.org/svn/[EMAIL PROTECTED] 
e8d65cb0-85f4-0310-8831-c60e2a5ce829

commit 2caa8aa5b3107a4c26c2f840f974ba1060d2c566
Author: ben [EMAIL PROTECTED]
Date:   Wed Feb 6 20:50:00 2008 +

 Set K8M800 by default to AGP disabled.
 Fix a comment.


git-svn-id: http://svn.openchrome.org/svn/[EMAIL PROTECTED] 
e8d65cb0-85f4-0310-8831-c60e2a5ce829

commit 07b7fa81a72b478a78c316fc818ae0571d9cd3c1
Author: ben [EMAIL PROTECTED]
Date:   Tue Jan 29 23:25:28 2008 +

 Whitespace and comment tweaks.


git-svn-id: http://svn.openchrome.org/svn/[EMAIL PROTECTED] 
e8d65cb0-85f4-0310-8831-c60e2a5ce829

commit 3113e64c95c72fae5f7e0fc718aef92d3f4ac4bb
Author: ben [EMAIL PROTECTED]
Date:   Tue Jan 29 14:14:07 2008 +

 Whitespace and comment tweaks.


git-svn-id: http://svn.openchrome.org/svn/[EMAIL PROTECTED] 
e8d65cb0-85f4-0310-8831-c60e2a5ce829

commit 874f02d2736eac584779be171179adf60123f26f
Author: ben [EMAIL PROTECTED]
Date:   Tue Jan 29 13:48:12 2008 +

 Whitespace adjustments.


git-svn-id: http://svn.openchrome.org/svn/[EMAIL PROTECTED] 
e8d65cb0-85f4-0310-8831-c60e2a5ce829

commit 6411053ebd5478180569c0bc2813b4b22735d792
Author: ben [EMAIL PROTECTED]
Date:   Tue Jan 29 13:22:28 2008 +

 Untabbing and a little resort.


git-svn-id: http://svn.openchrome.org/svn/[EMAIL PROTECTED] 
e8d65cb0-85f4-0310-8831-c60e2a5ce829

commit 584fc51032152e5a7be1a0c698034cdb22c18e4c
Author: ben [EMAIL PROTECTED]
Date:   Sun Jan 27 23:16:57 2008 +

 Recreating svnversion.h only when a source file has changed,
 instead of always.


git-svn-id: http://svn.openchrome.org/svn/[EMAIL PROTECTED] 
e8d65cb0-85f4-0310-8831-c60e2a5ce829

commit 1a560b3a15ae43a0a91176baa3ab8614b74b56c4
Author: schlobinux [EMAIL PROTECTED]
Date:   Thu Jan 24 23:07:47 2008 +

VIA Epia SN (reported by Stefan Bellon)

git-svn-id: http://svn.openchrome.org/svn/[EMAIL PROTECTED] 
e8d65cb0-85f4-0310-8831-c60e2a5ce829

commit 656734d881acdfb6a09af11003115fc8e8aeae9e
Author: ben [EMAIL PROTECTED]
Date:   Mon Jan 21 23:20:53 2008 +

 Whitespace adjustments and comment tweaks.


git-svn-id: http://svn.openchrome.org/svn/[EMAIL PROTECTED] 
e8d65cb0-85f4-0310-8831-c60e2a5ce829

commit 03b5eb2764e6da2e5df472045c6cb243be3a0bbc
Author: ben [EMAIL PROTECTED]
Date:   Sun Jan 20 14:30:05 2008 +

 Whitespace and comment tweaks.


git-svn-id: http://svn.openchrome.org/svn/[EMAIL PROTECTED] 
e8d65cb0-85f4-0310-8831-c60e2a5ce829

commit 94e3ac0534e140a667c31e873315f516cd4d3d3b
Author: ben [EMAIL PROTECTED]
Date:   Sun Jan 20 13:56:43 2008 +

 Whitespace and comment tweaks.


git-svn-id: http://svn.openchrome.org/svn/[EMAIL PROTECTED] 
e8d65cb0-85f4-0310-8831-c60e2a5ce829

commit 09f611ba26c93c2d7d9721a93760b1457fbc037f
Author: ben [EMAIL PROTECTED]
Date:   Fri Jan 18 21:46:17 2008 +

 Whitespace adjustments and comment tweaks.


git-svn-id: http://svn.openchrome.org/svn/[EMAIL PROTECTED] 
e8d65cb0-85f4-0310-8831-c60e2a5ce829

commit 

xserver-xorg-video-openchrome: Changes to 'upstream-experimental'

2008-03-09 Thread Raphael Geissert
New branch 'upstream-experimental' available with the following commits:


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Processed: bug 453754 is not forwarded

2008-03-09 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.10.16
 notforwarded 453754
Bug#453754: xserver-xorg-video-intel - xvideo double buffering unsynchronized
Removed annotation that Bug had been forwarded to 
https://bugs.freedesktop.org/show_bug.cgi?id=13782.


End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



xserver-xorg-video-openchrome: Changes to 'debian-experimental'

2008-03-09 Thread Raphael Geissert
 debian/changelog |3 ++-
 debian/control   |2 +-
 debian/rules |   17 -
 3 files changed, 3 insertions(+), 19 deletions(-)

New commits:
commit a3d648a01adbc4060cdbd073c404fd4913750d79
Author: Raphael Geissert [EMAIL PROTECTED]
Date:   Sun Mar 9 17:12:55 2008 -0600

Removed get-orig-source target and related stuff

diff --git a/debian/rules b/debian/rules
index 24c1028..a52a1b5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,15 +2,6 @@
 
 PACKAGE=xserver-xorg-video-openchrome
 
-DEB_VERSION := $(shell dpkg-parsechangelog | egrep '^Version:' | cut -f 2 -d ' 
')
-DEB_NOEPOCH_VERSION := $(shell echo $(DEB_VERSION) | cut -d: -f2-)
-DEB_UPSTREAM_VERSION := $(shell echo $(DEB_NOEPOCH_VERSION) | sed 
's/-[^-]*$$//')
-DEB_REAL_UPSTREAM_VERSION := $(shell echo $(DEB_UPSTREAM_VERSION) | cut 
'-d+' -f1)
-SVN_REVISION := $(shell echo $(DEB_UPSTREAM_VERSION) | cut '-d+' -f2 | sed 
's/svn//')
-SVN_BRANCH += http://svn.openchrome.org/svn/trunk
-DIR_NAME = $(PACKAGE)-$(DEB_REAL_UPSTREAM_VERSION)+svn$(SVN_REVISION)
-TARFILE += 
$(PACKAGE)_$(DEB_REAL_UPSTREAM_VERSION)+svn$(SVN_REVISION).orig.tar.gz
-
 # taken from xserver-xorg-video-via-0.2.2's debian/xsfbs/xsfbs.mk
 SERVERMINVERS = $(shell cat /usr/share/xserver-xorg/serverminver 2/dev/null)
 SERVER_DEPENDS = xserver-xorg-core (= $(SERVERMINVERS))
@@ -44,14 +35,6 @@ serverabi:
echo xserver:Depends=$(SERVER_DEPENDS)  debian/$(PACKAGE).substvars
echo xviddriver:Provides=$(VIDDRIVER_PROVIDES)  
debian/$(PACKAGE).substvars
 
-.PHONY: get-orig-source
-get-orig-source:
-   svn export -r $(SVN_REVISION) $(SVN_BRANCH) $(DIR_NAME)
-   tar czf $(CURDIR)/../$(TARFILE) $(DIR_NAME)
-   rm -rf $(CURDIR)/$(DIR_NAME)
-
-../$(TARFILE): get-orig-source
-
 debian/configured-stamp:
./autogen.sh $(DEB_CONFIGURE_EXTRA_FLAGS)
touch $@

commit 15612d41cc93cc4574e3829a2609ae1ef8f5b5f4
Author: Raphael Geissert [EMAIL PROTECTED]
Date:   Sun Mar 9 16:59:40 2008 -0600

Close the ITP bug and s/software/drivers/ the long description

diff --git a/debian/changelog b/debian/changelog
index b62dfee..7928636 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,12 @@
 xserver-xorg-video-openchrome (1:0.2.901+svn532-1) experimental; urgency=low
 
+  * First upload to Debian (Closes: #464848)
   * New upstream snapshot
   * Updated copyright information
   * Conflicts: libchromexvmc1, libchromexvmcpro1 so Replaces takes
  effect
 
- -- Raphael Geissert [EMAIL PROTECTED]  Sun, 24 Feb 2008 18:55:27 -0600
+ -- Raphael Geissert [EMAIL PROTECTED]  Sun, 09 Mar 2008 16:57:23 -0600
 
 xserver-xorg-video-openchrome (1:0.2.901+svn502-1) experimental; urgency=low
 
diff --git a/debian/control b/debian/control
index a8b7f79..1de5283 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,7 @@ Provides: ${xviddriver:Provides}
 Conflicts: libchromexvmc1, libchromexvmcpro1
 Replaces: xserver-xorg-video-via, xserver-xorg-video-unichrome, 
libchromexvmc1, libchromexvmcpro1
 Description: X.Org X server -- VIA display driver
- OpenChrome is a project for the development of free and open-source software
+ OpenChrome is a project for the development of free and open-source drivers
  for the VIA UniChrome video chipsets.
  .
  Originally called the 'snapshot' release, since it was a snapshot of an


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



xorg-server: Changes to 'debian-experimental'

2008-03-09 Thread Julien Cristau
 hw/xfree86/dri2/Makefile.in |  708 
 1 file changed, 708 insertions(+)

New commits:
commit df447df38dec59a76af619ea9eacc1d21e07f915
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Mon Mar 10 02:52:08 2008 +0100

Adding missing file.  Thanks, Drew Parsons.

diff --git a/hw/xfree86/dri2/Makefile.in b/hw/xfree86/dri2/Makefile.in
new file mode 100644
index 000..042ddb9
--- /dev/null
+++ b/hw/xfree86/dri2/Makefile.in
@@ -0,0 +1,708 @@
+# Makefile.in generated by automake 1.10.1 from Makefile.am.
+# @configure_input@
+
+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
+# This Makefile.in is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+# PARTICULAR PURPOSE.
+
[EMAIL PROTECTED]@
+
+
+VPATH = @srcdir@
+pkgdatadir = $(datadir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkgincludedir = $(includedir)/@PACKAGE@
+am__cd = CDPATH=$${ZSH_VERSION+.}$(PATH_SEPARATOR)  cd
+install_sh_DATA = $(install_sh) -c -m 644
+install_sh_PROGRAM = $(install_sh) -c
+install_sh_SCRIPT = $(install_sh) -c
+INSTALL_HEADER = $(INSTALL_DATA)
+transform = $(program_transform_name)
+NORMAL_INSTALL = :
+PRE_INSTALL = :
+POST_INSTALL = :
+NORMAL_UNINSTALL = :
+PRE_UNINSTALL = :
+POST_UNINSTALL = :
+build_triplet = @build@
+host_triplet = @host@
+subdir = hw/xfree86/dri2
+DIST_COMMON = $(sdk_HEADERS) $(srcdir)/Makefile.am \
+   $(srcdir)/Makefile.in
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
+   $(top_srcdir)/configure.ac
+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
+   $(ACLOCAL_M4)
+mkinstalldirs = $(install_sh) -d
+CONFIG_HEADER = $(top_builddir)/include/do-not-use-config.h \
+   $(top_builddir)/include/xorg-server.h \
+   $(top_builddir)/include/dix-config.h \
+   $(top_builddir)/include/xgl-config.h \
+   $(top_builddir)/include/xorg-config.h \
+   $(top_builddir)/include/xkb-config.h \
+   $(top_builddir)/include/xwin-config.h \
+   $(top_builddir)/include/kdrive-config.h
+CONFIG_CLEAN_FILES =
+am__vpath_adj_setup = srcdirstrip=`echo $(srcdir) | sed 's|.|.|g'`;
+am__vpath_adj = case $$p in \
+$(srcdir)/*) f=`echo $$p | sed s|^$$srcdirstrip/||`;; \
+*) f=$$p;; \
+  esac;
+am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
+am__installdirs = $(DESTDIR)$(libdri2_ladir) $(DESTDIR)$(sdkdir)
+libdri2_laLTLIBRARIES_INSTALL = $(INSTALL)
+LTLIBRARIES = $(libdri2_la_LTLIBRARIES)
+libdri2_la_LIBADD =
+am_libdri2_la_OBJECTS = libdri2_la-dri2.lo
+libdri2_la_OBJECTS = $(am_libdri2_la_OBJECTS)
+libdri2_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
+   $(LIBTOOLFLAGS) --mode=link $(CCLD) $(libdri2_la_CFLAGS) \
+   $(CFLAGS) $(libdri2_la_LDFLAGS) $(LDFLAGS) -o $@
+DEFAULT_INCLUDES = [EMAIL PROTECTED]@ -I$(top_builddir)/include
+depcomp = $(SHELL) $(top_srcdir)/depcomp
+am__depfiles_maybe = depfiles
+COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
+   $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
+   --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+   $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+CCLD = $(CC)
+LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
+   --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
+   $(LDFLAGS) -o $@
+SOURCES = $(libdri2_la_SOURCES)
+DIST_SOURCES = $(libdri2_la_SOURCES)
+sdkHEADERS_INSTALL = $(INSTALL_HEADER)
+HEADERS = $(sdk_HEADERS)
+ETAGS = etags
+CTAGS = ctags
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+ACLOCAL = @ACLOCAL@
+ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
+ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
+ALLOCA = @ALLOCA@
+AMTAR = @AMTAR@
+APPDEFAULTDIR = @APPDEFAULTDIR@
+APPLE_APPLICATIONS_DIR = @APPLE_APPLICATIONS_DIR@
+APP_MAN_DIR = @APP_MAN_DIR@
+APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
+AR = @AR@
+AS = @AS@
+AUTOCONF = @AUTOCONF@
+AUTOHEADER = @AUTOHEADER@
+AUTOMAKE = @AUTOMAKE@
+AWK = @AWK@
+BASE_FONT_PATH = @BASE_FONT_PATH@
+BUILD_DATE = @BUILD_DATE@
+BUILD_TIME = @BUILD_TIME@
+CC = @CC@
+CCAS = @CCAS@
+CCASDEPMODE = @CCASDEPMODE@
+CCASFLAGS = @CCASFLAGS@
+CCDEPMODE = @CCDEPMODE@
+CFLAGS = @CFLAGS@
+COMPILEDDEFAULTFONTPATH = @COMPILEDDEFAULTFONTPATH@
+CPP = @CPP@
+CPPFLAGS = @CPPFLAGS@
+CXX = @CXX@
+CXXCPP = @CXXCPP@
+CXXDEPMODE = @CXXDEPMODE@
+CXXFLAGS = @CXXFLAGS@
+CYGPATH_W = @CYGPATH_W@
+DARWIN_LIBS = @DARWIN_LIBS@
+DBUS_CFLAGS = @DBUS_CFLAGS@
+DBUS_LIBS = @DBUS_LIBS@
+DEFAULT_LIBRARY_PATH = @DEFAULT_LIBRARY_PATH@
+DEFAULT_LOGPREFIX = @DEFAULT_LOGPREFIX@

xorg-server: Changes to 'debian-experimental'

2008-03-09 Thread Julien Cristau
 hw/xquartz/Makefile.in|  869 ++
 hw/xquartz/bundle/Makefile.in |  655 +++
 hw/xquartz/xpr/Makefile.in|  839 
 3 files changed, 2363 insertions(+)

New commits:
commit 2c3f344316b009e393d310dcc01e7af986a1d102
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Mon Mar 10 02:59:04 2008 +0100

These should be the last missing Makefile.ins...

diff --git a/hw/xquartz/Makefile.in b/hw/xquartz/Makefile.in
new file mode 100644
index 000..4ee848d
--- /dev/null
+++ b/hw/xquartz/Makefile.in
@@ -0,0 +1,869 @@
+# Makefile.in generated by automake 1.10.1 from Makefile.am.
+# @configure_input@
+
+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
+# This Makefile.in is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+# PARTICULAR PURPOSE.
+
[EMAIL PROTECTED]@
+
+VPATH = @srcdir@
+pkgdatadir = $(datadir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkgincludedir = $(includedir)/@PACKAGE@
+am__cd = CDPATH=$${ZSH_VERSION+.}$(PATH_SEPARATOR)  cd
+install_sh_DATA = $(install_sh) -c -m 644
+install_sh_PROGRAM = $(install_sh) -c
+install_sh_SCRIPT = $(install_sh) -c
+INSTALL_HEADER = $(INSTALL_DATA)
+transform = $(program_transform_name)
+NORMAL_INSTALL = :
+PRE_INSTALL = :
+POST_INSTALL = :
+NORMAL_UNINSTALL = :
+PRE_UNINSTALL = :
+POST_UNINSTALL = :
+build_triplet = @build@
+host_triplet = @host@
+subdir = hw/xquartz
+DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
+   $(top_srcdir)/configure.ac
+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
+   $(ACLOCAL_M4)
+mkinstalldirs = $(install_sh) -d
+CONFIG_HEADER = $(top_builddir)/include/do-not-use-config.h \
+   $(top_builddir)/include/xorg-server.h \
+   $(top_builddir)/include/dix-config.h \
+   $(top_builddir)/include/xgl-config.h \
+   $(top_builddir)/include/xorg-config.h \
+   $(top_builddir)/include/xkb-config.h \
+   $(top_builddir)/include/xwin-config.h \
+   $(top_builddir)/include/kdrive-config.h
+CONFIG_CLEAN_FILES =
+LTLIBRARIES = $(noinst_LTLIBRARIES)
+libXquartz_la_LIBADD =
+am_libXquartz_la_OBJECTS = fbcmap_mi.lo miinitext.lo dpmsstubs.lo \
+   X11Application.lo X11Controller.lo applewm.lo darwin.lo \
+   darwinEvents.lo darwinKeyboard.lo darwinXinput.lo \
+   keysym2ucs.lo pseudoramiX.lo quartz.lo quartzAudio.lo \
+   quartzCocoa.lo quartzForeground.lo quartzKeyboard.lo \
+   quartzPasteboard.lo quartzStartup.lo
+libXquartz_la_OBJECTS = $(am_libXquartz_la_OBJECTS)
+DEFAULT_INCLUDES = [EMAIL PROTECTED]@ -I$(top_builddir)/include
+depcomp = $(SHELL) $(top_srcdir)/depcomp
+am__depfiles_maybe = depfiles
+COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
+   $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
+   --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+   $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+CCLD = $(CC)
+LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
+   --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
+   $(LDFLAGS) -o $@
+OBJCCOMPILE = $(OBJC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+   $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_OBJCFLAGS) $(OBJCFLAGS)
+LTOBJCCOMPILE = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
+   --mode=compile $(OBJC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+   $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_OBJCFLAGS) $(OBJCFLAGS)
+OBJCLD = $(OBJC)
+SOURCES = $(libXquartz_la_SOURCES)
+DIST_SOURCES = $(libXquartz_la_SOURCES)
+RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
+   html-recursive info-recursive install-data-recursive \
+   install-dvi-recursive install-exec-recursive \
+   install-html-recursive install-info-recursive \
+   install-pdf-recursive install-ps-recursive install-recursive \
+   installcheck-recursive installdirs-recursive pdf-recursive \
+   ps-recursive uninstall-recursive
+RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive\
+  distclean-recursive maintainer-clean-recursive
+ETAGS = etags
+CTAGS = ctags
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+ACLOCAL = @ACLOCAL@
+ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
+ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
+ALLOCA = @ALLOCA@
+AMTAR = @AMTAR@
+APPDEFAULTDIR = @APPDEFAULTDIR@
+APPLE_APPLICATIONS_DIR = @APPLE_APPLICATIONS_DIR@

Bug#468913: xserver-xorg-input-evdev: xserver crashes when I try to scroll horizontal with Microsoft Laser Mouse

2008-03-09 Thread Chris
I had the same problem with a Microsoft Notebook Wireless Mouse 7000 and I
got it to work.   It seems like they didn't update the docs, I looked in the
source code and the options have changed for mapping.

This is what mine looks like (you may have to remap to whatever buttons you
want).  Please check the Xorg error log to make sure everything worked.
Section InputDevice
IdentifierMouse1
Driverevdev
#Driver  Mouse
OptionSendCoreEventstrue
OptionDevice/dev/input/event2
#Option  DialRelativeAxisButtons 11 12
Option  RelDialMapTo  Buttons 11 12
EndSection

I have a ~/.Xmodmap to map the 11 and 12 buttons to 6 7 (horiz scroll)
[EMAIL PROTECTED]:/home/indy$ cat .Xmodmap
pointer = 1 2 3 4 5 11 12 8 9 10 6 7


[EMAIL PROTECTED]:/home/indy$ xmodmap -pp
There are 32 pointer buttons defined.

PhysicalButton
 Button  Code
1  1
2  2
3  3
4  4
5  5
6 11
7 12
8  8
9  9
   10 10
   11  6
   12  7
   13 13
   14 14
   15 15
   16 16
   17 17
   18 18
   19 19
   20 20
   21 21
   22 22
   23 23
   24 24
   25 25
   26 26
   27 27
   28 28
   29 29
   30 30
   31 31
   32 32