Processed: Re: Bug#390551: compiz: Flickery after resume

2007-06-07 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> reassign 390901 xserver-xorg-video-ati 1:6.6.3-2
Bug#390901: Drawing artefacts after suspend to ram
Bug#390551: compiz: Flickery after resume
Bug reassigned from package `compiz' to `xserver-xorg-video-ati'.

> reassign 390551 xserver-xorg-video-ati 1:6.6.3-2
Bug#390551: compiz: Flickery after resume
Bug#390901: Drawing artefacts after suspend to ram
Bug reassigned from package `xserver-xorg-video-ati' to 
`xserver-xorg-video-ati'.

> kthxbye
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]



Bug#390551: compiz: Flickery after resume

2007-06-07 Thread Michel Dänzer
reassign 390901 xserver-xorg-video-ati 1:6.6.3-2
reassign 390551 xserver-xorg-video-ati 1:6.6.3-2
kthxbye

On Thu, 2007-06-07 at 02:43 +0200, Michael Biebl wrote:
> 
> Brice Goglin wrote:
> > Hi,
> > 
> > Do you still reproduce these rendering problems in compiz after
> > suspend/resume? Even with latest xserver-xorg-core 1.3, compiz 0.5 and
> > drivers?
> 
> I'm running an up2date sid system and I unfortunately still experience
> the problem.

#390901 should be fixed in xserver-xorg-video-ati in experimental.

For #390551, the attached patch might help.


-- 
Earthling Michel Dänzer   |  http://tungstengraphics.com
Libre software enthusiast |  Debian, X and DRI developer
radeon: Prepare CRTC offset control registers for page flipping when enabled.

From:  <[EMAIL PROTECTED]>


---

 src/radeon_driver.c |7 ++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/src/radeon_driver.c b/src/radeon_driver.c
index d3fd634..d474fc8 100644
--- a/src/radeon_driver.c
+++ b/src/radeon_driver.c
@@ -6081,6 +6081,9 @@ static Bool RADEONInitCrtcRegisters(ScrnInfoPtr pScrn, RADEONSavePtr save,
  : 0));
 
 save->crtc_offset  = pScrn->fbOffset;
+if (info->allowPageFlip)
+	save->crtc_offset_cntl = RADEON_CRTC_OFFSET_FLIP_CNTL;
+
 if (info->tilingEnabled) {
if (IS_R300_VARIANT)
   save->crtc_offset_cntl |= (R300_CRTC_X_Y_MODE_EN |
@@ -6211,7 +6214,9 @@ static Bool RADEONInitCrtc2Registers(ScrnInfoPtr pScrn, RADEONSavePtr save,
 /* It seems all fancy options apart from pflip can be safely disabled
  */
 save->crtc2_offset  = pScrn->fbOffset;
-save->crtc2_offset_cntl &= RADEON_CRTC_OFFSET_FLIP_CNTL;
+if (info->allowPageFlip)
+	save->crtc2_offset_cntl = RADEON_CRTC_OFFSET_FLIP_CNTL;
+
 if (info->tilingEnabled) {
if (IS_R300_VARIANT)
   save->crtc2_offset_cntl |= (R300_CRTC_X_Y_MODE_EN |


Re: Bug#324560: libdrm2: Query on this DRM bug

2007-06-07 Thread Michel Dänzer
On Wed, 2007-06-06 at 20:01 +0100, Jason Cormie wrote:
> Brice Goglin wrote:
> > Jason Cormie wrote:
> >> Package: libdrm2
> >> Version: 2.3.0-4
> >> Followup-For: Bug #324560
> >>
> >>
> >> Could this be the reason that with an amd64 kernel I get this:
> >>
> >> [drm:radeon_do_init_cp] *ERROR* Cannot initialise DRM on this card
> >> This card requires a new X.org DDX for 3D
> >>   
> > 
> > I don't think so. I'd say it is related to an outdated kernel and/or
> > Xorg for a recent board. Which kernel, xserver-xorg-core and
> > xserver-xorg-video-ati are you running? Which ATI board do you have?
> 
> 
> The card identifies itself as
> "ATI Technologies Inc RV370 5B60 [Radeon X300 (PCIE)]"
> 
> xserver-xorg-video-ati   1:6.6.3-2
> xserver-xorg-core2:1.3.0.0.dfsg-6
> linux-image-2.6.21-1-amd64   2.6.21-4
> 
> I have also tried this with the same result:
> linux-image-2.6.18-4-amd64   2.6.18.dfsg.1-12
> 
> If I use either of these dri/drm works OK:
> linux-image-2.6.21-1-6862.6.21-4
> linux-image-2.6.18-4-686  2.6.18.dfsg.1-12
> 
> I have also tried the xserver-xorg-viedo-ati from experimental, without any 
> luck.

So the X server is 32 bit? If so, there's probably indeed some kind of
32/64 bit breakage somewhere, though unlikely related to the warnings in
the bug report you referenced. It looks like although the X driver
thinks setting the new memory map parameter succeeded, the DRM thinks it
never happened. For the record, can you provide the rest of the DRM
related kernel output as well?


-- 
Earthling Michel Dänzer   |  http://tungstengraphics.com
Libre software enthusiast |  Debian, X and DRI developer



Bug#392108: Bug#390503: compiz: Missing window borders

2007-06-07 Thread Jonathan ROTH

Brice Goglin a écrit :

Hi,

Did any of you guys reproduce this problem regarding missing window
borders in compiz recently? With latest compiz 0.5 and xserver-xorg-core
1.3 currently in unstable?

Thanks,
Brice


Hello,

since Etch became stable and compiz takes place in it, I no longer use 
unstable nor experimental.

Anyway, I don't experience this issue currently ;)

Best regards,
Jonathan



Re: Bug#324560: libdrm2: Query on this DRM bug

2007-06-07 Thread Jason Cormie
Michel Dänzer wrote:
> So the X server is 32 bit? If so, there's probably indeed some kind of
> 32/64 bit breakage somewhere, though unlikely related to the warnings in
> the bug report you referenced. It looks like although the X driver
> thinks setting the new memory map parameter succeeded, the DRM thinks it
> never happened. For the record, can you provide the rest of the DRM
> related kernel output as well?

kernel: [drm] Initialized drm 1.1.0 20060810
kernel: [drm] Initialized radeon 1.25.0 20060524 on minor 0
kernel: [drm:radeon_do_init_cp] *ERROR* Cannot initialise DRM on this card

Anything else?



Re: Bug#324560: libdrm2: Query on this DRM bug

2007-06-07 Thread Michel Dänzer
On Thu, 2007-06-07 at 08:58 +0100, Jason Cormie wrote:
> Michel Dänzer wrote:
> > So the X server is 32 bit? If so, there's probably indeed some kind of
> > 32/64 bit breakage somewhere, though unlikely related to the warnings in
> > the bug report you referenced. It looks like although the X driver
> > thinks setting the new memory map parameter succeeded, the DRM thinks it
> > never happened. For the record, can you provide the rest of the DRM
> > related kernel output as well?
> 
> kernel: [drm] Initialized drm 1.1.0 20060810
> kernel: [drm] Initialized radeon 1.25.0 20060524 on minor 0
> kernel: [drm:radeon_do_init_cp] *ERROR* Cannot initialise DRM on this card

Dave Airlie just pushed a possible fix for this to the main drm tree at 

git://git.freedesktop.org/git/mesa/drm

Would be great if you could try that. Please follow up to the dri-devel
list only.


-- 
Earthling Michel Dänzer   |  http://tungstengraphics.com
Libre software enthusiast |  Debian, X and DRI developer



Bug#301531: marked as done ([radeon] Lockup when using Hyperball screensaver)

2007-06-07 Thread Debian Bug Tracking System
Your message dated Thu, 07 Jun 2007 11:35:28 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Fixed in experimental
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--- Begin Message ---
Package: xscreensaver
Version: 4.16-1
Severity: critical
Justification: breaks the whole system

Until now, I could reproduce this bug on kernel 2.6.8 and 2.6.11. It
seems independant from the desktop/window manager (tried under Gnome,
XFce)
Step 1: Start xscreensaver-demo
Step 2: choose Hyperball, click on preview

After a while, the system crashes (not only X). It always happens, in
demo mode or real mode. I can provide more information if necessary. 

Thanks for your help,

Dimitri

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (990, 'testing'), (50, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.11
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages xscreensaver depends on:
ii  libatk1.0-0  1.8.0-4 The ATK accessibility toolkit
ii  libc62.3.2.ds1-20GNU C Library: Shared libraries an
ii  libglade2-0  1:2.4.2-2   library to load .glade files at ru
ii  libglib2.0-0 2.6.3-1 The GLib library of C routines
ii  libgtk2.0-0  2.6.2-4 The GTK+ graphical user interface 
ii  libice6  4.3.0.dfsg.1-10 Inter-Client Exchange library
ii  libjpeg626b-9The Independent JPEG Group's JPEG 
ii  libpam0g 0.76-22 Pluggable Authentication Modules l
ii  libpango1.0-01.8.1-1 Layout and rendering of internatio
ii  libsm6   4.3.0.dfsg.1-10 X Window System Session Management
ii  libx11-6 4.3.0.dfsg.1-10 X Window System protocol client li
ii  libxext6 4.3.0.dfsg.1-10 X Window System miscellaneous exte
ii  libxml2  2.6.16-3GNOME XML library
ii  libxmu6  4.3.0.dfsg.1-10 X Window System miscellaneous util
ii  libxrandr2   4.3.0.dfsg.1-10 X Window System Resize, Rotate and
ii  libxrender1  0.8.3-7 X Rendering Extension client libra
ii  libxt6   4.3.0.dfsg.1-10 X Toolkit Intrinsics
ii  xlibs4.3.0.dfsg.1-10 X Keyboard Extension (XKB) configu
ii  zlib1g   1:1.2.2-3   compression library - runtime

-- no debconf information

--- End Message ---
--- Begin Message ---
Version: 1:6.6.191-1


Fixed upstream in 6.6.191.


-- 
Earthling Michel Dänzer   |  http://tungstengraphics.com
Libre software enthusiast |  Debian, X and DRI developer
--- End Message ---


Bug#390901: Bug#390551: compiz: Flickery after resume

2007-06-07 Thread Michael Biebl
Michel Dänzer wrote:
> reassign 390901 xserver-xorg-video-ati 1:6.6.3-2
> reassign 390551 xserver-xorg-video-ati 1:6.6.3-2
> kthxbye
> 
> On Thu, 2007-06-07 at 02:43 +0200, Michael Biebl wrote:
>> Brice Goglin wrote:
>>> Hi,
>>>
>>> Do you still reproduce these rendering problems in compiz after
>>> suspend/resume? Even with latest xserver-xorg-core 1.3, compiz 0.5 and
>>> drivers?
>> I'm running an up2date sid system and I unfortunately still experience
>> the problem.
> 
> #390901 should be fixed in xserver-xorg-video-ati in experimental.

I can confirm, that with xserver-xorg-video-ati from experimental I have
no more problems after suspend-to-(disk,ram).

Great,
Michael

-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Bug#427921: xorg-server: FTBFS with mesa 6.5.3-1

2007-06-07 Thread Laurent Bonnaud
Package: xorg-server
Version: 2:1.3.0.0.dfsg-6
Severity: important


Hi,

I am trying to get a machine with an Intel 965G chipset to work with
Debian.  The xorg and mesa packages in etch do not work well enough.
With xorg 7.2 and mesa 6.5.3 (from experimental) the situtation is
much better.  Therefore I am trying to make an etch backport.  First I
backported the xorg-server build dependencies without any problem.

Unfortunately when I try to build binary packages from the xorg-server
it fails.  I duplicated the problem on a sid+experimental system: the
error message is the same:


$ fakeroot apt-get -b source xorg-server
[...]
checking for GL... yes
Creating destination directories for mesa module ...
   error:   Source directory /usr/share/mesa-source/src/mesa/array_cache does 
not exist
configure: error: Failed to link Mesa source tree.  Please specify a proper 
path to Mesa sources, or disable GLX.
make: *** [build-stamp] Error 1
Build command 'cd xorg-server-1.3.0.0.dfsg && dpkg-buildpackage -b -uc' failed.
E: Child process failed


If I copy the "array_cache" directory from a previous mesa version the
configure script fails a bit later with another missing include file.

Could you please do something about this problem ?


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (100, 'unstable'), (99, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.21-1-686 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash


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



Bug#390551: marked as done (compiz: Flickery after resume)

2007-06-07 Thread Debian Bug Tracking System
Your message dated Thu, 07 Jun 2007 15:27:13 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Bug#390551: compiz: Flickery after resume
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--- Begin Message ---
Package: compiz
Version: 0.0.13+git20060928-2
Severity: normal


I'm using compiz with a r300 card (thinkpad t42p). It works rather well
in general, but I've noticed that after coming back from a
suspend-to-ram, the screen is 'flickery'. Changing desktops, for
example, makes the screen flicker with black bands on the bottom of the
screen.

Doing compiz --replace solves the problem, not surprisingly.

Anyways, thanks for the good work! It's nice to have compiz in Debian.

Cheers,
Carlos


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17.092306
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages compiz depends on:
ii  compiz-core 0.0.13+git20060928-2 OpenGL window and compositing mana
ii  compiz-gnome0.0.13+git20060928-2 OpenGL window and compositing mana
ii  compiz-gtk  0.0.13+git20060928-2 OpenGL window and compositing mana
ii  compiz-plugins  0.0.13+git20060928-2 OpenGL window and compositing mana

compiz recommends no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
Version: 1:6.6.191-1

On Thu, 2007-06-07 at 15:03 +0200, Michael Biebl wrote:
> Michel Dänzer wrote:
> > reassign 390901 xserver-xorg-video-ati 1:6.6.3-2
> > reassign 390551 xserver-xorg-video-ati 1:6.6.3-2
> > kthxbye
> > 
> > On Thu, 2007-06-07 at 02:43 +0200, Michael Biebl wrote:
> >> Brice Goglin wrote:
> >>> Hi,
> >>>
> >>> Do you still reproduce these rendering problems in compiz after
> >>> suspend/resume? Even with latest xserver-xorg-core 1.3, compiz 0.5 and
> >>> drivers?
> >> I'm running an up2date sid system and I unfortunately still experience
> >> the problem.
> > 
> > #390901 should be fixed in xserver-xorg-video-ati in experimental.
> 
> I can confirm, that with xserver-xorg-video-ati from experimental I have
> no more problems after suspend-to-(disk,ram).

Marking as fixed in 1:6.6.191-1 (was fixed upstream in 6.6.191), thanks
for confirming.


-- 
Earthling Michel Dänzer   |  http://tungstengraphics.com
Libre software enthusiast |  Debian, X and DRI developer
--- End Message ---


libxtst: Changes to 'upstream-unstable'

2007-06-07 Thread Julien Cristau
 .gitignore  |1 
 COPYING |   70 -
 ChangeLog   |   49 --
 Makefile.am |   14 +
 configure.ac|   17 ++
 man/.gitignore  |7 
 man/Makefile.am |   86 +++
 man/XTest.xml   |  414 
 src/Makefile.am |8 +
 src/XRecord.c   |   70 +
 src/XTest.c |   21 +-
 11 files changed, 652 insertions(+), 105 deletions(-)

New commits:
commit a8738715dd5b74f0dec904c83b732ef6471be0db
Author: Alan Coopersmith <[EMAIL PROTECTED]>
Date:   Wed Jun 6 18:57:12 2007 -0700

Version bump: 1.0.2

diff --git a/configure.ac b/configure.ac
index 41a6d6e..a2e1c65 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@ dnl Process this file with autoconf to create configure.
 
 AC_PREREQ([2.57])
 
-AC_INIT(libXtst, 1.0.1, 
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], libXtst)
+AC_INIT(libXtst, 1.0.2, 
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], libXtst)
 AM_INIT_AUTOMAKE([dist-bzip2])
 AM_MAINTAINER_MODE
 

commit 8bbc3b75318c67f6089d50f68d53d092390c8233
Author: Alan Coopersmith <[EMAIL PROTECTED]>
Date:   Wed Jun 6 18:41:36 2007 -0700

Replace static ChangeLog with dist-hook to generate from git

diff --git a/ChangeLog b/ChangeLog
deleted file mode 100644
index 9eff79a..000
--- a/ChangeLog
+++ /dev/null
@@ -1,49 +0,0 @@
-2005-12-20  Kevin E. Martin  
-
-   * configure.ac:
-   Update package version for X11R7 release.
-
-2005-12-14  Kevin E. Martin  
-
-   * configure.ac:
-   Update package version number for final X11R7 release candidate.
-
-2005-12-03  Kevin E. Martin  
-
-   * configure.ac:
-   Update package version number for X11R7 RC3 release.
-
-2005-11-19  Kevin E. Martin  
-
-   * xtst.pc.in:
-   Update pkgconfig files to separate library build-time dependencies
-   from application build-time dependencies.
-
-2005-11-09  Kevin E. Martin  
-
-   * configure.ac:
-   Update package version number for X11R7 RC2 release.
-
-2005-11-01  Kevin E. Martin  
-
-   * configure.ac:
-   Update pkgcheck dependencies to work with separate build roots.
-
-2005-10-18  Kevin E. Martin  
-
-   * configure.ac:
-   Update package version number for RC1 release.
-
-2005-07-08  Keith Packard  <[EMAIL PROTECTED]>
-
-   * .cvsignore:
-   * src/.cvsignore:
-   * src/Makefile.am:
-   Add .cvsignore files
-   Switch _la_CFLAGS for AM_CFLAGS to clean up directory
-
-2005-06-21  Alexander Gottwald  
-
-   * configure.ac
-   Add missing xext.pc and xextproto.pc
-
diff --git a/Makefile.am b/Makefile.am
index ec888f5..0a994aa 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -24,7 +24,13 @@ SUBDIRS = src man
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = xtst.pc
 
-EXTRA_DIST = xtst.pc.in autogen.sh
+EXTRA_DIST = xtst.pc.in autogen.sh ChangeLog
+MAINTAINERCLEANFILES = ChangeLog
+
+ChangeLog:
+   (GIT_DIR=$(top_srcdir)/.git git-log > .changelog.tmp && mv 
.changelog.tmp ChangeLog; rm -f .changelog.tmp) || (touch ChangeLog; echo 'git 
directory not found: installing possibly empty changelog.' >&2)
+
+dist-hook: ChangeLog
 
 if LINT
 lint:

commit 6aaa875dffbcc5dd2206644cfa73fdfd8ffe280f
Author: Alan Coopersmith <[EMAIL PROTECTED]>
Date:   Wed Jun 6 18:13:32 2007 -0700

Convert man page to docbook/xml (thanks to doclifter)

diff --git a/configure.ac b/configure.ac
index e7877bc..41a6d6e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -33,6 +33,12 @@ AM_CONFIG_HEADER(config.h)
 AC_PROG_CC
 AC_PROG_LIBTOOL
 
+# Check for xmlto for man page conversion 
+# (only needed by people building tarballs)
+AC_ARG_VAR([XMLTO], [Path to xmlto command])
+AC_PATH_PROG([XMLTO], [xmlto])
+AM_CONDITIONAL([HAVE_XMLTO], [test "x$XMLTO" != "x"])
+
 # Check for dependencies
 PKG_CHECK_MODULES(XTST, x11 xext recordproto xextproto inputproto)
 
diff --git a/man/.gitignore b/man/.gitignore
new file mode 100644
index 000..74c6b15
--- /dev/null
+++ b/man/.gitignore
@@ -0,0 +1,7 @@
+shadows.DONE
+*.3
+*~
+*.man
+*.__libmansuffix__
+Makefile
+Makefile.in
diff --git a/man/Makefile.am b/man/Makefile.am
index 274d706..318e137 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -28,16 +28,30 @@ libmandir = $(LIB_MAN_DIR)
 
 LIB_MAN_DIR_SUFFIX = $(LIB_MAN_DIR:@mandir@/man%=%)
 
-libman_PRE = XTest.man
+libman_xml = XTest.xml
 
-BUILT_SOURCES = shadows.DONE
+XTest_manpages =   \
+   XTestQueryExtension \
+   XTestCompareCursorWithWindow\
+   XTestCompareCurrentCursorWithWindow \
+   XTestFakeKeyEvent   \
+   XTestFakeButtonEvent\
+   XTestFakeMotionEvent\
+   XTestFakeRelativeMotionEvent\
+   XTestGrabControl\
+   XTestSetGContextOfGC\
+   XTestSetVisualIDOfVisual\
+   XTestDiscard
+
+libman_PRE = $(XTest_manpages:%=%.man)
 
-EXTRA_DIST = $(libman_PRE)
+EXTRA

libxtst: Changes to 'debian-unstable'

2007-06-07 Thread Julien Cristau
 .gitignore|   22 
 COPYING   |   70 +
 ChangeLog |   49 -
 INSTALL   |  236 ++
 Makefile.am   |   14 
 Makefile.in   |   41 +
 aclocal.m4|  442 +++
 config.guess  |  685 ++
 config.h.in   |9 
 config.sub|  240 --
 configure |  368 -
 configure.ac  |   17 
 debian/changelog  |9 
 debian/control|6 
 debian/copyright  |   21 
 debian/libxtst-dev.install|1 
 debian/patches/01_build_manpages.diff |   24 
 debian/patches/series |1 
 debian/rules  |5 
 debian/xsfbs/xsfbs-autoreconf.mk  |  150 +++
 debian/xsfbs/xsfbs.mk |  379 ++
 debian/xsfbs/xsfbs.sh |  907 
 depcomp   |  103 ++
 install-sh|  477 ++--
 ltmain.sh | 1278 ++
 man/.gitignore|7 
 man/Makefile.am   |   86 ++
 man/Makefile.in   |  453 
 man/XTest.xml |  414 +++
 missing   |  142 ++-
 mkinstalldirs |   89 +-
 src/.gitignore|6 
 src/Makefile.am   |8 
 src/Makefile.in   |   28 
 src/XRecord.c |   70 -
 src/XTest.c   |   21 
 36 files changed, 5632 insertions(+), 1246 deletions(-)

New commits:
commit 8fa82482b7ac4457e290b98a786d7033307415e4
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Thu Jun 7 17:55:00 2007 +0200

Update debian/copyright from COPYING.

diff --git a/debian/changelog b/debian/changelog
index b01ed63..636044e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libxtst (1:1.0.2-1) UNRELEASED; urgency=low
+libxtst (1:1.0.2-1) unstable; urgency=low
 
   [ Drew Parsons ]
   * dbg package has priority extra.
@@ -9,8 +9,9 @@ libxtst (1:1.0.2-1) UNRELEASED; urgency=low
   * Build and install the new manpage, and add a new patch to make that work.
 Accordingly, add build-deps on quilt and xmlto.
   * Use ${binary:Version} instead of ${Source-Version} in debian/control.
+  * Update debian/copyright from COPYING.
 
- -- Julien Cristau <[EMAIL PROTECTED]>  Thu, 07 Jun 2007 17:45:13 +0200
+ -- Julien Cristau <[EMAIL PROTECTED]>  Thu, 07 Jun 2007 17:54:08 +0200
 
 libxtst (1:1.0.1-5) unstable; urgency=low
 
diff --git a/debian/copyright b/debian/copyright
index df8ea21..4169e17 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,6 +4,7 @@ Copyright:
  XRecord.c - Copyright 1995, 1998  The Open Group
  Copyright 1995 Network Computing Devices
  By Stephen Gildea, X Consortium, and Martha Zimet, NCD.
+ Build system: Copyright 2005 Red Hat, Inc.
 
 License:
 
@@ -47,3 +48,23 @@ XRecord also contains the following license:
  AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
  OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 
+License for the build system:
+
+ 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 appear in all copies and that both that
+ copyright notice and this permission notice appear in supporting
+ documentation, and that the name of Red Hat not be used in
+ advertising or publicity pertaining to distribution of the software without
+ specific, written prior permission.  Red Hat makes no
+ representations about the suitability of this software for any purpose.  It
+ is provided "as is" without express or implied warranty.
+
+ RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
+ INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
+ EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR
+ CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
+ 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.
+

commit 00683dd495220630c7dd19d3ec861d4bb5def241
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Thu Jun 7 17:46:00 2007 +0200

Use ${binary:Version} instead of ${Source-Version} in debian/control.

diff --git a/debian/changelog b/debian/changelog
index 95dc3bf..b01ed63 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,8 +8,9 @@ libxtst (1:1.0.2-1) UNRELEASED; urgency=low
   * N

libxtst: Changes to 'refs/tags/libxtst-1_1.0.2-1'

2007-06-07 Thread Julien Cristau
Tag 'libxtst-1_1.0.2-1' created by Julien Cristau <[EMAIL PROTECTED]> at 
2007-06-07 16:07 +

Tagging upload of libxtst 1:1.0.2-1 to unstable.

Changes since libxtst-1_1.0.1-5:
Adam Jackson (3):
  more trailing whitespace
  Do PKG_CHECK_MODULES on a unique token instead of on "DEP", so builds with
  Stub COPYING files

Alan Coopersmith (10):
  renamed: .cvsignore -> .gitignore
  Add *~ to .gitignore to skip emacs/patch droppings
  Add hooks to check code with sparse/lint
  ANSIfy static function declarations (clears some lint warnings)
  Coverity #578/579: Don't leak memory if one malloc fails but other 
succeeds
  Fill in COPYING file with real copyright/licenses
  Add man pages for XTest*() functions
  Convert man page to docbook/xml (thanks to doclifter)
  Replace static ChangeLog with dist-hook to generate from git
  Version bump: 1.0.2

Alexander Gottwald (1):
  lib/XScrnSaver/configure.ac

Branden Robinson (5):
  Set svn:keywords property to "Id" (keyword already present).
  Note probable out-of-dateness of maplink() function body.
  Add high-level documentation to XSFBS shell library, intended to reduce
  Use only the major version, minor version, and major patch number
  Test for existence of debian/patches directory before creating a symlink 
to it.

Daniel Stone (1):
  Set soversion to 6.1.0 with -version-number.

David Nusinow (16):
  Vendor drop of proto and lib for 7.0
  Update libs to 7.0 release with packaging
  Set libs to be uploaded to experimental. Also pull in some libxft fixes 
from what's in unstable
  Set all libs to upload to unstable. Also update xft for modular.
  Move xsfbs back to its rightful place
  Make us error out if we call patch and don't have quilt installed
  Fix the last commit and fix spelling error. Thanks Brice Goglin for the 
spelling catch.
  * Reorder makeshlib command in rules file so that ldconfig is run
  Fix for bug #371152. Thanks Joey Hess.
  Pull patches from ubuntu for ARCHITECTURE, LAPTOP, RECONFIGURE, 
FIRSTINST, and UPGRADE variables
  Move the files so they'll be put in debian/xsfbs automatically when pulled
  Update serverabi generation to also account for driver Provides
  Fix name of serverminver
  Add support for X server input ABI versioning
  Fix typo that prevented the input abi versioning from working.
  Fix one missed bit from the serverabiver -> serverminver rename

Drew Parsons (1):
  All dbg packages in lib should have priority extra,

Egbert Eich (6):
  Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
  readding XFree86's cvs IDs
  Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
  Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
  Merging XORG-CURRENT into trunk
  Fix build glitches when building modules independently using Imake.

Julien Cristau (12):
  Add new "serverabi" rule to generate drivers dependency on the server.
  Fix copy/paste typo in the input driver provides.
  Merge branch 'svn-7.1' into debian-unstable
  Add XS-Vcs-* headers, and remove outdated CVS info.
  Fix the name of the XS-Vcs-Browser field.
  Merge tag 'XORG-7_1' into debian-unstable
  Merge tag 'libXtst-1.0.2' into debian-unstable
  Merge branch 'debian-unstable' of ssh://git.debian.org/git/pkg-xorg/xsfbs 
into debian-unstable
  New upstream release.
  Build and install manpages.
  Use ${binary:Version} instead of ${Source-Version} in debian/control.
  Update debian/copyright from COPYING.

Kaleb Keithley (3):
  R6.6 is the Xorg base-line
  XFree86 4.3.0.1
  XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks

Keith Packard (1):
  Add .cvsignore files Switch _la_CFLAGS for AM_CFLAGS to clean up directory

Kevin E Martin (9):
  Add appropriate lib*_CFLAGS to Makefile.am's -- fixes build problems
  Various changes preparing packages for RC0:
  Update package version number for RC1 release.
  Update pkgcheck dependencies to work with separate build roots.
  Update package version number for X11R7 RC2 release.
  Update pkgconfig files to separate library build-time dependencies from
  Update package version number for X11R7 RC3 release.
  Update package version number for final X11R7 release candidate.
  Update package version for X11R7 release.

Steve Langasek (1):
  change names of all lib package directories to $sourcepackage, for a

Søren Sandmann Pedersen (1):
  - Add Xtst to symlink.sh

Thierry Reding (1):
  Add watch files.

---
 .gitignore|   22 
 COPYING   |   66 
 INSTALL   |  236 +
 Makefile.am   |   38 
 Makefile.in   |   41 
 aclocal.m4

Processing of libxtst_1.0.2-1_i386.changes

2007-06-07 Thread Archive Administrator
libxtst_1.0.2-1_i386.changes uploaded successfully to localhost
along with the files:
  libxtst_1.0.2-1.dsc
  libxtst_1.0.2.orig.tar.gz
  libxtst_1.0.2-1.diff.gz
  libxtst6_1.0.2-1_i386.deb
  libxtst6-dbg_1.0.2-1_i386.deb
  libxtst-dev_1.0.2-1_i386.deb

Greetings,

Your Debian queue daemon


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



Bug#412598: compiz: unusable

2007-06-07 Thread Benoît Dejean
Le mercredi 06 juin 2007 à 23:01 +0200, Brice Goglin a écrit :
> Hi Benoit,
> 
> Do you still reproduce your problems with compiz 0.5.0 currently in
> unstable? With xserver-xorg-core 1.3 and latest ATI drivers (6.6.192 is
> currenlty in experimental)? 

Only compiz 0.2.2-1 is available on ppc right now.
I have xserver-xorg-core 2:1.3.0.0.dfsg-5.
What is the package name for the ati drivers ?


> To reduce speed issues, you might want to
> try adding
>  Option "XAANoOffscreenPixmaps"
> to the device section of your xorg.conf.

I will try that.

Currently, the situation is mostly the same :
- no window borders
- 100% CPU Usage even when idle
- blurry drawings
- it screws up the gnome desktop selector applet.

Thanks.
-- 
Benoît Dejean
GNOME http://www.gnomefr.org/
LibGTop http://directory.fsf.org/libgtop.html


signature.asc
Description: Ceci est une partie de message	numériquement signée


libxtst_1.0.2-1_i386.changes ACCEPTED

2007-06-07 Thread Debian Installer

Accepted:
libxtst-dev_1.0.2-1_i386.deb
  to pool/main/libx/libxtst/libxtst-dev_1.0.2-1_i386.deb
libxtst6-dbg_1.0.2-1_i386.deb
  to pool/main/libx/libxtst/libxtst6-dbg_1.0.2-1_i386.deb
libxtst6_1.0.2-1_i386.deb
  to pool/main/libx/libxtst/libxtst6_1.0.2-1_i386.deb
libxtst_1.0.2-1.diff.gz
  to pool/main/libx/libxtst/libxtst_1.0.2-1.diff.gz
libxtst_1.0.2-1.dsc
  to pool/main/libx/libxtst/libxtst_1.0.2-1.dsc
libxtst_1.0.2.orig.tar.gz
  to pool/main/libx/libxtst/libxtst_1.0.2.orig.tar.gz


Override entries for your package:
libxtst-dev_1.0.2-1_i386.deb - optional libdevel
libxtst6-dbg_1.0.2-1_i386.deb - extra libdevel
libxtst6_1.0.2-1_i386.deb - optional libs
libxtst_1.0.2-1.dsc - source x11

Announcing to [EMAIL PROTECTED]


Thank you for your contribution to Debian.


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



libxtst override disparity

2007-06-07 Thread Debian Installer
There are disparities between your recently accepted upload and the
override file for the following file(s):

libxtst-dev_1.0.2-1_i386.deb: package says section is x11, override says 
libdevel.
libxtst6-dbg_1.0.2-1_i386.deb: package says section is x11, override says 
libdevel.
libxtst6_1.0.2-1_i386.deb: package says section is x11, override says libs.

Either the package or the override file is incorrect.  If you think
the override is correct and the package wrong please fix the package
so that this disparity is fixed in the next upload.  If you feel the
override is incorrect then please reply to this mail and explain why.

[NB: this is an automatically generated mail; if you replied to one
like it before and have not received a response yet, please ignore
this mail.  Your reply needs to be processed by a human and will be in
due course, but until then the installer will send these automated
mails; sorry.]

--
Debian distribution maintenance software

(This message was generated automatically; if you believe that there
is a problem with it please contact the archive administrators by
mailing [EMAIL PROTECTED])


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



libxtst: Changes to 'debian-unstable'

2007-06-07 Thread Julien Cristau
 debian/changelog |6 ++
 debian/control   |3 +++
 2 files changed, 9 insertions(+)

New commits:
commit 674143ae770819caa23b536d113eb92879cece60
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Thu Jun 7 18:39:06 2007 +0200

Sync package sections with the override.

diff --git a/debian/changelog b/debian/changelog
index 636044e..865292d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libxtst (1:1.0.2-2) UNRELEASED; urgency=low
+
+  * Sync package sections with the override.
+
+ -- Julien Cristau <[EMAIL PROTECTED]>  Thu, 07 Jun 2007 18:38:36 +0200
+
 libxtst (1:1.0.2-1) unstable; urgency=low
 
   [ Drew Parsons ]
diff --git a/debian/control b/debian/control
index 2b80d1e..fd8c250 100644
--- a/debian/control
+++ b/debian/control
@@ -9,6 +9,7 @@ XS-Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxtst
 XS-Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxtst.git
 
 Package: libxtst6
+Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, x11-common
 Description: X11 Testing -- Resource extension library
@@ -24,6 +25,7 @@ Description: X11 Testing -- Resource extension library
 
 Package: libxtst6-dbg
 Architecture: any
+Section: libdevel
 Priority: extra
 Depends: ${shlibs:Depends}, ${misc:Depends}, x11-common, libxtst6 (= 
${binary:Version})
 Description: X11 Record extension library (debug package)
@@ -41,6 +43,7 @@ Description: X11 Record extension library (debug package)
  http://lists.freedesktop.org/mailman/listinfo/xorg>
 
 Package: libxtst-dev
+Section: libdevel
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, libxtst6 (= ${binary:Version}), 
libx11-dev, libxext-dev, x11proto-record-dev
 Pre-Depends: x11-common (>= 1:7.0.0)


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



Bug#412598: compiz: unusable

2007-06-07 Thread Brice Goglin
Benoît Dejean wrote:
> Only compiz 0.2.2-1 is available on ppc right now.
> I have xserver-xorg-core 2:1.3.0.0.dfsg-5.
> What is the package name for the ati drivers ?
>   

It's "xserver-xorg-video-ati".
Latest 1:6.6.192-1 did not build on ppc yet, but the previous one
(1:6.6.191-1) is available in experimental and might help too.

Brice




Processed: unmerging 390901

2007-06-07 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.10.2
> unmerge 390901
Bug#390901: Drawing artefacts after suspend to ram
Bug#390551: compiz: Flickery after resume
Disconnected #390901 from all other report(s).

>
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]



Bug#427921: marked as done (xorg-server: FTBFS with mesa 6.5.3-1)

2007-06-07 Thread Debian Bug Tracking System
Your message dated Thu, 07 Jun 2007 19:21:46 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Bug#427921: xorg-server: FTBFS with mesa 6.5.3-1
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--- Begin Message ---
Package: xorg-server
Version: 2:1.3.0.0.dfsg-6
Severity: important


Hi,

I am trying to get a machine with an Intel 965G chipset to work with
Debian.  The xorg and mesa packages in etch do not work well enough.
With xorg 7.2 and mesa 6.5.3 (from experimental) the situtation is
much better.  Therefore I am trying to make an etch backport.  First I
backported the xorg-server build dependencies without any problem.

Unfortunately when I try to build binary packages from the xorg-server
it fails.  I duplicated the problem on a sid+experimental system: the
error message is the same:


$ fakeroot apt-get -b source xorg-server
[...]
checking for GL... yes
Creating destination directories for mesa module ...
   error:   Source directory /usr/share/mesa-source/src/mesa/array_cache does 
not exist
configure: error: Failed to link Mesa source tree.  Please specify a proper 
path to Mesa sources, or disable GLX.
make: *** [build-stamp] Error 1
Build command 'cd xorg-server-1.3.0.0.dfsg && dpkg-buildpackage -b -uc' failed.
E: Child process failed


If I copy the "array_cache" directory from a previous mesa version the
configure script fails a bit later with another missing include file.

Could you please do something about this problem ?


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (100, 'unstable'), (99, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.21-1-686 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

--- End Message ---
--- Begin Message ---
Laurent Bonnaud wrote:
> I am trying to get a machine with an Intel 965G chipset to work with
> Debian.  The xorg and mesa packages in etch do not work well enough.
> With xorg 7.2 and mesa 6.5.3 (from experimental) the situtation is
> much better.  Therefore I am trying to make an etch backport.  First I
> backported the xorg-server build dependencies without any problem.
>
> Unfortunately when I try to build binary packages from the xorg-server
> it fails.  I duplicated the problem on a sid+experimental system: the
> error message is the same:
>   

xserver 1.3 is only supposed to build with mesa 6.5.2. There are patches
floating around to fix the problem [1], but there is no real need for us
to include them.

Brice

[1] for instance
http://lists.freedesktop.org/archives/xorg/2007-April/024290.html and
the following posts

--- End Message ---


Processed: tagging 390551

2007-06-07 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.10.2
> tags 390551 + patch
Bug#390551: compiz: Flickery after resume
There were no tags set.
Tags added: patch

>
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]



Processed: notfixed 390551 in 1:6.6.191-1

2007-06-07 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.10.2
> notfixed 390551 1:6.6.191-1
Bug#390551: compiz: Flickery after resume
Bug marked as not fixed in version 1:6.6.191-1.

>
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]



Processed: reopening 390551

2007-06-07 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.10.2
> reopen 390551
Bug#390551: compiz: Flickery after resume
Bug reopened, originator not changed.

>
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]



Bug#121164: marked as done (xserver-xfree86: [mga] SEGV on MGA G400 AGP rev 130)

2007-06-07 Thread Debian Bug Tracking System
Your message dated Thu, 07 Jun 2007 20:49:52 +0200
with message-id <[EMAIL PROTECTED]>
and subject line ping timeout, closing
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--- Begin Message ---
Package: xserver-xfree86
Version: 4.1.0-9
Severity: important



-- System Information
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux orca 2.4.14 #1 Wed Nov 21 22:12:50 EST 2001 i686
Locale: LANG=C, LC_CTYPE=C

Versions of packages xserver-xfree86 depends on:
ii  debconf   1.0.17 Debian configuration management sy
ii  libc6 2.2.4-5GNU C Library: Shared libraries an
ii  xserver-common4.1.0-9files and utilities common to all 
ii  zlib1g1:1.1.3-16 compression library - runtime

The X server crashes with a SEGV at random intervals, and occasionally it 
crashes so hard it locks the system up requiring a hardware reset. I've tried 
with the DRI enabled and disabled, and the results are the same.



--- End Message ---
--- Begin Message ---
Closing this bug since I didn't get any reply from the submitter (or
repliers) after my ping about a month ago. If anybody ever reproduces
this problem, feel free to reopen.

Brice

--- End Message ---


Bug#389877: marked as done (not optimum mode display)

2007-06-07 Thread Debian Bug Tracking System
Your message dated Thu, 07 Jun 2007 20:49:52 +0200
with message-id <[EMAIL PROTECTED]>
and subject line ping timeout, closing
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--- Begin Message ---

Package: xserver-xorg-video-mga
Version: 1:1.4.1.dfsg.1-4
Severity: important

Linux 2.6.18
Matrox Graphics, MGA 1064SG [Mystique]

after starting x the screen comes black
and a small message flickers on the screen
not optimum mode display on 1280x1024

no problem at all with
Version: 1:1.2.1.3.dfsg.1-2

X Window System Version 7.1.1
Release Date: 12 May 2006
X Protocol Version 11, Revision 0, Release 7.1.1
Build Operating System: UNKNOWN 
Current Operating System: Linux merlin 2.6.17.13-slh-up-1 #1 PREEMPT Sat Sep 9 
16:15:40 CEST 2006 i686
Build Date: 07 July 2006
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: Mon Sep 25 07:34:04 2006
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "XFree86 Configured"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Card0"
(**) |-->Input Device "Keyboard0"
(**) |-->Input Device "PS/2 Mouse"
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
Entry deleted from font path.
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/X11/Type1".
Entry deleted from font path.
(Run 'mkfontdir' on "/usr/share/fonts/X11/Type1").
(**) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
/usr/share/fonts/X11/misc/,
/usr/share/fonts/X11/TTF/,
/usr/share/fonts/X11/OTF,
/usr/share/fonts/X11/Type1/,
/usr/share/fonts/X11/CID/,
/usr/share/fonts/X11/100dpi/,
/usr/share/fonts/X11/75dpi/
(==) RgbPath set to "${prefix}/share/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(**) Option "AllowMouseOpenFail" "true"
(**) Ignoring ABI Version
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.3
X.Org Video Driver: 1.0
X.Org XInput driver : 0.6
X.Org Server Extension : 0.3
X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/lib/xorg/modules/fonts/libbitmap.so
(II) Module bitmap: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules/libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.0
(++) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,7190 card , rev 03 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,7191 card , rev 03 class 06,04,00 hdr 01
(II) PCI: 00:04:0: chip 8086,7110 card , rev 02 class 06,01,00 hdr 80
(II) PCI: 00:04:1: chip 8086,7111 card , rev 01 class 01,01,80 hdr 00
(II) PCI: 00:04:2: chip 8086,7112 card , rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:04:3: chip 8086,7113 card , rev 02 class 06,80,00 hdr 00
(II) PCI: 00:09:0: chip 10ec,8139 card 10ec,8139 rev 10 class 02,00,00 hdr 00
(II) PCI: 00:0a:0: chip 10ec,8139 card 10ec,8139 rev 10 class 02,00,00 hdr 00
(II) PCI: 00:0b:0: chip 102b,051a card , rev 02 class 03,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
[0] -1  0   0x - 0x (0x1) IX[B]
(II) Bus 0 non-prefetchable memory range:
[0] -1  0   0x - 0x (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
[0] -1  0   0x - 0x (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x0080 (VGA_EN is cleared)
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:4:0), (0,-1,-1), B

Bug#394159: marked as done (xserver-xorg-video-mga: locks up on powerpc)

2007-06-07 Thread Debian Bug Tracking System
Your message dated Thu, 07 Jun 2007 20:49:52 +0200
with message-id <[EMAIL PROTECTED]>
and subject line ping timeout, closing
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--- Begin Message ---
Package: xserver-xorg-video-mga
Version: 1:1.4.2.dfsg.1-1
Severity: important

Server doesn't start on powerpc and locks up.  xorg.0.log attached.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: powerpc (ppc64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-powerpc64
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)

Versions of packages xserver-xorg-video-mga depends on:
ii  libc62.3.6.ds1-6 GNU C Library: Shared libraries
ii  xserver-xorg-core2:1.1.1-10  X.Org X server -- core server

xserver-xorg-video-mga recommends no packages.

-- no debconf information

X Window System Version 7.1.1
Release Date: 12 May 2006
X Protocol Version 11, Revision 0, Release 7.1.1
Build Operating System: UNKNOWN 
Current Operating System: Linux mango 2.6.17-2-powerpc64 #1 SMP Wed Sep 13 
17:06:43 CEST 2006 ppc64
Build Date: 07 July 2006
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: Fri Oct 20 14:19:14 2006
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Generic Monitor"
(**) |   |-->Device "Generic Video Card"
(**) |-->Input Device "Generic Keyboard"
(**) |-->Input Device "Configured Mouse"
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/X11/misc".
Entry deleted from font path.
(Run 'mkfontdir' on "/usr/share/fonts/X11/misc").
(WW) The directory "/usr/X11R6/lib/X11/fonts/misc" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/cyrillic" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/100dpi/" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/75dpi/" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/Type1" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/Type1" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/100dpi" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/75dpi" does not exist.
Entry deleted from font path.
(WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not 
exist.
Entry deleted from font path.
(WW) FontPath is completely invalid.  Using compiled-in default.
(==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/X11R6/lib/X11/fonts/misc,
/usr/share/fonts/X11/cyrillic,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/X11R6/lib/  X11/fonts/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"
(**) Ignoring ABI Version
(II) No APM support in BIOS or kernel
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.3
X.Org Video Driver: 1.0
X.Org XInput driver : 0.6
X.Org Server Extension : 0.3
X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/lib/xorg/modules/fonts/libbitmap.so
(II) Module bitmap: vendor="X.Org Foundation"
compiled for 7.

Bug#399509: marked as done (xserver-xorg-video-mga: hangs after switch to console and back)

2007-06-07 Thread Debian Bug Tracking System
Your message dated Thu, 07 Jun 2007 20:49:52 +0200
with message-id <[EMAIL PROTECTED]>
and subject line ping timeout, closing
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--- Begin Message ---
Package: xserver-xorg-video-mga
Version: 1:1.4.4.dfsg.1-1
Severity: grave

Hello,

switching to a normal (well, matroxfb) text console and back to X hangs
X completely and blocks subsequent console switching, I have to kill -9
the X server in a remote shell to get my local consoles back.

After switching back to X the X server spits out a lot of idle timeout
messages:

(II) AIGLX: Suspending AIGLX clients for VT switch
(II) Open ACPI successful (/var/run/acpid.socket)
(II) AIGLX: Resuming AIGLX clients after VT switch
(EE) MGA(0): [dri] Idle timed out, resetting engine...
(EE) MGA(0): [dri] Idle timed out, resetting engine...
(EE) MGA(0): [dri] Idle timed out, resetting engine...
...

while the kernel generates a lot of messages like:

[drm:mga_dma_flush] *ERROR* mga_dma_flush called without lock held
[drm:mga_dma_reset] *ERROR* mga_dma_reset called without lock held
[drm:mga_dma_flush] *ERROR* mga_dma_flush called without lock held
[drm:mga_dma_reset] *ERROR* mga_dma_reset called without lock held
...

This seems to have started with 1:1.4.2.dfsg.1-1, downgrading back to
1:1.4.1.dfsg.1-4 fixes it, there the X server just logs:

(II) AIGLX: Suspending AIGLX clients for VT switch
(II) Open ACPI successful (/var/run/acpid.socket)
(II) AIGLX: Resuming AIGLX clients after VT switch
DRIUnlock called when not locked

My system is i386, 2.4.27. Probably relevant parts of my xorg.conf:

Section "Module"
Load"bitmap"
Load"dbe"
Load"ddc"
Load"dri"
Load"extmod"
Load"freetype"
Load"glx"
Load"int10"
Load"record"
Load"type1"
Load"v4l"
Load"vbe"
EndSection

Section "Device"
Identifier  "Matrox Graphics, Inc. MGA G400/G450"
Driver  "mga"
Option  "UseFBDev"  "true"
Option  "AGPMode"   "4"

#
# Configuration without framebuffer
#

# Misdetects 20480 or 18432 sometimes (especially on subsequent starts)
#VideoRAM   16384
# VideoRAM available with 2MB matroxfb_crtc2
#VideoRAM   14332

#
# Configuration with framebuffer
#

# Hardware-Cursor gets destroyed when switching to console and back
Option  "HWCursor"  "false"
EndSection

Section "Screen"
Identifier  "Default Screen"
Device  "Matrox Graphics, Inc. MGA G400/G450"
Monitor "Sony CPD-G400P"
DefaultDepth16
SubSection "Display"
Depth   16
Modes   "1600x1200" "1280x1024" "1280x960" "1152x864" 
"1024x768" "800x600" "640x480"
EndSubSection

Section "DRI"
Group   "video"
Mode0660
EndSection


Thanks for your work & regards
   Mario
-- 
There are 10 types of people in the world:
Those who understand binary, and those who don't...


signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Closing this bug since I didn't get any reply from the submitter (or
repliers) after my ping about a month ago. If anybody ever reproduces
this problem, feel free to reopen.

Brice

--- End Message ---


Bug#258309: marked as done (didn't detect Matrox MGA 2164W)

2007-06-07 Thread Debian Bug Tracking System
Your message dated Thu, 07 Jun 2007 20:49:52 +0200
with message-id <[EMAIL PROTECTED]>
and subject line ping timeout, closing
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--- Begin Message ---
Package: installation-reports

INSTALL REPORT

Debian-installer-version: http://cdimage.debian.org/pub/cdimage-testing/sarge_d-i/i386/20040629/sarge-i386-businesscard.iso>
uname -a: 
Date: <2004/06/30 02:00 UTC>
Method: CD

Machine: 
Processor: Intel(R) Celeron(R) CPU 1.70GHz
Memory: 640MB
Root Device: 
Root Size/partition table:
FilesystemSize  Used Avail Use% Mounted on
/dev/hda119.2G  2.4G  6.4G  27% /
tmpfs 316M  8.0K  316M   1% /dev/shm
/dev/hda7  96M  9.8M   81M  11% /boot

Device Boot  Start End  Blocks   Id  System
/dev/hda1   *   11275102414067  HPFS/NTFS   -
(Windows)
/dev/hda212761884 4891792+  83  Linux   - empty
/dev/hda318851897  104422+  83  Linux   - empty
/dev/hda41898717442387502+   5  Extended
/dev/hda518981910  104391   83  Linux   - /boot
(Fedora Core2)
/dev/hda619111923  104391   83  Linux   - /boot
(Suse 9.1)
/dev/hda719241936  104391   83  Linux   - /boot
(Debian)
/dev/hda819372065 1036161   82  Linux swap
/dev/hda92066413316611178+  83  Linux   - / 
(Fedora
Core2)
/dev/hda10   4134595814659281   83  Linux   - / 
(Suse 9.1)
/dev/hda11   59597174 9767488+  83  Linux   - / 
(Debian)

Output of lspci and lspci -n:
:00:00.0 Host bridge: Silicon Integrated Systems [SiS] 650/M650 Host
(rev 01)
:00:01.0 PCI bridge: Silicon Integrated Systems [SiS] Virtual
PCI-to-PCI bridge (AGP)
:00:02.0 ISA bridge: Silicon Integrated Systems [SiS] SiS85C503/5513
(LPC Bridge)
:00:02.2 USB Controller: Silicon Integrated Systems [SiS] USB 1.0
Controller (rev 07)
:00:02.3 USB Controller: Silicon Integrated Systems [SiS] USB 1.0
Controller (rev 07)
:00:02.5 IDE interface: Silicon Integrated Systems [SiS] 5513 [IDE]
(rev d0)
:00:02.7 Multimedia audio controller: Silicon Integrated Systems [SiS]
Sound Controller (rev a0)
:00:03.0 Ethernet controller: Silicon Integrated Systems [SiS] SiS900
PCI Fast Ethernet (rev 90)
:00:0e.0 VGA compatible controller: Matrox Graphics, Inc. MGA 2164W
[Millennium II]
:00:10.0 Ethernet controller: Intel Corp. 82557/8/9 [Ethernet Pro 100]
(rev 05)

:00:00.0 Class 0600: 1039:0650 (rev 01)
:00:01.0 Class 0604: 1039:0001
:00:02.0 Class 0601: 1039:0008
:00:02.2 Class 0c03: 1039:7001 (rev 07)
:00:02.3 Class 0c03: 1039:7001 (rev 07)
:00:02.5 Class 0101: 1039:5513 (rev d0)
:00:02.7 Class 0401: 1039:7012 (rev a0)
:00:03.0 Class 0200: 1039:0900 (rev 90)
:00:0e.0 Class 0300: 102b:051b
:00:10.0 Class 0200: 8086:1229 (rev 05)


Base System Installation Checklist:
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it

Initial boot worked:[O]
Configure network HW:   [O]
Config network: [O]
Detect CD:  [O]
Load installer modules: [O]
Detect hard drives: [O]
Partition hard drives:  [ ]
Create file systems:[O]
Mount partitions:   [O]
Install base system:[E]
Install boot loader:[E]
Reboot: [O]

Comments/Problems:

PROBLEMS
1. Problems with the OSs found by GRUB.
** GRUB menu items **
Debian GNU/Linux, kernel
Debian GNU/Linux, kernel  (recovery mode)
Debian GNU/Linux, kernel 2.4.26-1-686
Debian GNU/Linux, kernel 2.4.26-1-686 (recovery mode)
Other operating systems:
Windows NT/2000/XP
SuSE Linux 9.1 (i586) (on /dev/hda10)
SuSE Linux 9.1 (i586) (on /dev/hda10)

Problems:
- Debian is listed twice: with/without kernel version
- Suse is listed twice
- Fedora not found

2. I am not sure if the installer tries to detect the video card and
suggests the correct driver. I assumed that was the case and I chose the
highlited driver (vesa). That was not the right one so I had to
reconfigure the X server and change the driver to 'mga' (I have Matrox MGA
2164W). To me it was not a problem but for an inexperienced user figuring
out which driver to use could be quite an issue.

3. The installer returned an error while files retrieving:
"Retrieving adduser 8%...
Debootstrap Error: Couldn't download adduser",
but recovered nicely - it went 

Bug#112008: marked as done (xserver-xfree86: [mga] corrupted screen at 1280x1024 on MGA G200 AGP rev 3)

2007-06-07 Thread Debian Bug Tracking System
Your message dated Thu, 07 Jun 2007 20:49:52 +0200
with message-id <[EMAIL PROTECTED]>
and subject line ping timeout, closing
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--- Begin Message ---
Package: xserver-xfree86
Version: 4.1.0-5
Severity: important
Tags: woody

Problems occur running XFree86 4.1.0 on an HP Vectra PC which has an MGA
chipset as an integrated graphics card.

In XFree86 any attempt to run at above 1280x1024 resolution caused the
video output to appear twice on the screen (as would be caused, perhaps,
if the timing from Hsync to the start of the image data was alternately
long and short) and there are also some black, horizontal lines on the
screen.

Running at 1280x1024 resolution stopped this problem, but even at
1280x1024 the black horizontal line sometimes appear when scrolling
windows.

The situation with XFree 4.0 was much the same as with version 3, but
starting with Xfree 4.1 the resolution at which the problem appears
has dropped so that even 1280x1024 now shows the problem and 1152x864
is OK.

I suspect the screen resoultion is less the issue rather the clock rate
required to support it.  I attach a log file of the server starting
at the 1280x1024 resolution.

The problem occurs on the HP Vectra which appears to have the MGA200
chip and not on the MGA400 I have at home (in a non-HP machine)

-- System Information
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux tuborg 2.4.9 #2 Mon Sep 3 11:08:09 BST 2001 i686
Locale: LANG=C, LC_CTYPE=C

Versions of packages xserver-xfree86 depends on:
ii  debconf   0.9.95 Debian configuration management sy
ii  libc6 2.2.4-1GNU C Library: Shared libraries an
ii  xserver-common4.1.0-5files and utilities common to all 
ii  zlib1g1:1.1.3-15 compression library - runtime


This is a pre-release version of XFree86, and is not supported in any
way.  Bugs may be reported to [EMAIL PROTECTED] and patches submitted
to [EMAIL PROTECTED]  Before reporting bugs in pre-release versions,
please check the latest version in the XFree86 CVS repository
(http://www.XFree86.Org/cvs)

XFree86 Version 4.1.0.1 / X Window System
(protocol Version 11, revision 0, vendor release 6510)
Release Date: xx August 2001
If the server is older than 6-12 months, or if your card is
newer than the above date, look for a newer version before
reporting problems.  (See http://www.XFree86.Org/FAQ)
Build Operating System: Linux 2.4.7 i686 [ELF] 
Module Loader present
(==) Log file: "/var/log/XFree86.0.log", Time: Tue Sep 11 16:43:53 2001
(==) Using config file: "/etc/X11/XF86Config-4"
Markers: (--) probed, (**) from config file, (==) default setting,
 (++) from command line, (!!) notice, (II) informational,
 (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Taxan 2100LR"
(**) |   |-->Device "HP Integrated"
(**) |-->Input Device "Generic Keyboard"
(**) XKB: rules: "xfree86"
(**) XKB: model: "pc105"
(**) XKB: layout: "gb"
(**) |-->Input Device "Configured Mouse"
(**) |-->Input Device "Generic Mouse"
(WW) The directory "/usr/lib/X11/fonts/cyrillic" does not exist.
Entry deleted from font path.
(**) FontPath set to 
"unix/:7100,/usr/lib/X11/fonts/misc,/usr/lib/X11/fonts/75dpi/:unscaled,/usr/lib/X11/fonts/100dpi/:unscaled,/usr/lib/X11/fonts/Type1,/usr/lib/X11/fonts/Speedo"
(==) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(++) using VT number 7

(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
compiled for 4.1.0.1, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="The XFree86 Project"
compiled for 4.1.0.1, module version = 0.1.0
(II) Loading /usr/X11R6/lib/modules/libscanpci.a
(II) Module scanpci: vendor="The XFree86 Project"
compiled for 4.1.0.1, module version = 0.1.0
(II) Unloading /usr/X11R6/lib/modules/libscanpci.a
(--) PCI:*(1:0:0) Matrox MGA G200 AGP rev 3, Mem @ 0xe600/24, 
0xe400/14, 0xe500/23
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="The XFree86 Project"
compiled for 4.1.0.1, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a
(II) Module GLcore: vendor="The XFree86 Project"
compiled for 4.1.0.1, module version 

Bug#107337: marked as done (xserver-xfree86: [mga] depth 24 exhibits non-XAA display artifacts on MGA 2164W rev 0)

2007-06-07 Thread Debian Bug Tracking System
Your message dated Thu, 07 Jun 2007 20:49:52 +0200
with message-id <[EMAIL PROTECTED]>
and subject line ping timeout, closing
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--- Begin Message ---
Package: xserver-xfree86
Version: 4.1.0-1
Severity: normal
Tags: sid

When using XF4.1.0 with 24bpp color depth, the graphics have junk that should 
not be there, and picture flickers. 16bpp is fine. Especially higher 
resolutions, 1440x1080 and 1600x1200, are bad with 24bpp, but also the lower 
resolutions have extra junk in the picture. Everything was fine with XF4.0.3. 
The graphics card is Matrox Millennium 2 PCI with 16mb memory.

My XF86Config-4:

Section "Files"
FontPath"/usr/lib/X11/fonts/misc"
FontPath"/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath"/usr/lib/X11/fonts/100dpi"
FontPath"/usr/lib/X11/fonts/Type1"
EndSection

Section "Module"
Load"pex5"
Load"record"
Load"extmod"
Load"dbe"
Load"glx"
Load"xie"
Load"GLcore"
Load"type1"
Load"freetype"
EndSection

Section "ServerFlags"
EndSection

Section "InputDevice"
Identifier  "Keyboard"
Driver  "keyboard"
Option  "XkbModel"  "pc104"
Option  "XkbSymbols""en_US(pc101)+fi"
EndSection

Section "InputDevice"
Identifier  "MouseMan+"
Driver  "mouse"
Option  "Protocol"  "ImPS/2"
Option  "Device""/dev/input/mice"
Option  "Buttons"   "6"
Option  "ZAxisMapping"  "5 6"
EndSection

Section "Monitor"
Identifier  "nokia"
VendorName  "Nokia"
ModelName   "446Pro"
HorizSync   30-107
VertRefresh 50-150
Option  "DPMS"

ModeLine "352x280" 23.04 352 368 448 480 280 282 294 320 #150Hz
ModeLine "352x240" 20.16 352 368 448 480 240 242 254 280 #150Hz
ModeLine "400x300" 26.92 400 416 496 528 300 302 314 340 #150Hz
ModeLine "480x480" 52.41 480 504 624 672 480 482 494 520 #150Hz
ModeLine "480x576" 62.09 480 504 624 672 576 578 590 616 #150Hz
ModeLine "512x384" 44.77 512 536 656 704 384 386 398 424 #150Hz
ModeLine "640x400" 59.13 640 672 832 896 400 402 414 440 #150Hz
ModeLine "640x480" 69.88 640 672 832 896 480 482 494 520 #150Hz
ModeLine "704x480" 74.88 704 736 896 960 480 482 494 520 #150Hz
ModeLine "704x560" 86.4 704 736 896 960 560 562 574 600 #150Hz
ModeLine "800x600" 107.52 800 840 1040 1120 600 602 614 640 #150Hz
ModeLine "1024x768" 150.17 1024 1072 1312 1408 768 770 782 808 #132Hz
ModeLine "1440x1080" 207.69 1440 1504 1824 1952 1080 1082 1094 1120 #95Hz
ModeLine "1600x1200" 229.35 1600 1672 2032 2176 1200 1202 1214 1240 #85Hz

EndSection

Section "Device"
Identifier  "matrox"
VendorName  "Matrox"
BoardName   "Millennium 2"
Driver  "mga"
VideoRam16384
BusID   "PCI:0:8:0"
EndSection

Section "Device"
Identifier  "Voodoo"
Driver  "glide"
Option  "dpms" "on"
Option  "GlideDevice" "0"
BusID   "PCI:0:11:0"
EndSection

Section "Screen"
Identifier  "normal"
Device  "matrox"
Monitor "nokia"
DefaultColorDepth   16
SubSection "Display"
Depth   16
Modes   "1440x1080" "1024x768" "800x600" "704x480" 
"704x560" "640x400" "640x480" "512x384" "480x576" "480x480" "400x300" "352x280" 
"352x240"
EndSubSection
SubSection "Display"
Depth   24
Modes   "1440x1080" "1024x768" "800x600" "704x480" 
"704x560" "640x400" "640x480" "512x384" "480x576" "480x480" "400x300" "352x280" 
"352x240"
EndSubSection



-- System Information
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux sigourney 2.2.19 #1 Tue Jul 10 10:53:53 EEST 2001 i586
Locale: LANG=C, LC_CTYPE=C

Versions of packages xserver-xfree86 depends on:
ii  debconf   0.9.91 Debian configuration management sy
ii  libc6 2.2.3-9GNU C Library: Shared libraries an
ii  xserver-common4.1.0-1files and utilities common to all 
ii  zlib1g1:1.1.3-15 compression library - runtime



--- End Message ---
--- Begin Message ---
Closin

Bug#117913: marked as done (xserver-xfree86: [mga] SEGV when gdm-managed session exits on MGA G400 AGP rev 3)

2007-06-07 Thread Debian Bug Tracking System
Your message dated Thu, 07 Jun 2007 20:49:52 +0200
with message-id <[EMAIL PROTECTED]>
and subject line ping timeout, closing
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--- Begin Message ---
Package: xserver-xfree86
Version: 4.1.0-9
Severity: important

For the past week or so, the X server has crashed every time I logged
out of a gdm-managed X session.  This behavior is rather annoying,
particularly given that gdm doesn't notice that the server has died
until I log in as root from a VC and kick it.  I am enclosing my
latest X server log; let me know if you need any other information.
Given that the last message before the crash concerns APM, it may be
relevant that I am running a 2.4.9 kernel with ACPI enabled.


-- System Information
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux tux 2.4.9 #1 SMP Sat Aug 25 11:32:42 EDT 2001 i686
Locale: LANG=C, LC_CTYPE=C

Versions of packages xserver-xfree86 depends on:
ii  debconf   1.0.17 Debian configuration management sy
ii  libc6 2.2.4-4GNU C Library: Shared libraries an
ii  xserver-common4.1.0-9files and utilities common to all 
ii  zlib1g1:1.1.3-16 compression library - runtime


-- Server Log
This is a pre-release version of XFree86, and is not supported in any
way.  Bugs may be reported to [EMAIL PROTECTED] and patches submitted
to [EMAIL PROTECTED]  Before reporting bugs in pre-release versions,
please check the latest version in the XFree86 CVS repository
(http://www.XFree86.Org/cvs)

XFree86 Version 4.1.0.1 / X Window System
(protocol Version 11, revision 0, vendor release 6510)
Release Date: xx August 2001
If the server is older than 6-12 months, or if your card is
newer than the above date, look for a newer version before
reporting problems.  (See http://www.XFree86.Org/FAQ)
Build Operating System: Linux 2.4.13 i686 [ELF] 
Module Loader present
(==) Log file: "/var/log/XFree86.0.log", Time: Wed Oct 31 20:41:24 2001
(==) Using config file: "/etc/X11/XF86Config-4"
Markers: (--) probed, (**) from config file, (==) default setting,
 (++) from command line, (!!) notice, (II) informational,
 (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Generic Monitor"
(**) |   |-->Device "Generic Video Card"
(**) |-->Input Device "Generic Keyboard"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc101"
(**) XKB: model: "pc101"
(**) Option "XkbLayout" "us"
(**) XKB: layout: "us"
(==) Keyboard: CustomKeycode disabled
(**) |-->Input Device "Generic Mouse"
(**) FontPath set to 
"/usr/X11R6/lib/X11/fonts/misc:unscaled,/usr/X11R6/lib/X11/fonts/75dpi:unscaled,/usr/X11R6/lib/X11/fonts/100dpi:unscaled,/usr/X11R6/lib/X11/fonts/cyrillic:unscaled,/usr/X11R6/lib/X11/fonts/TrueType,/usr/X11R6/lib/X11/fonts/Type1,/usr/X11R6/lib/X11/fonts/Speedo,/usr/X11R6/lib/X11/fonts/100dpi,/usr/X11R6/lib/X11/fonts/75dpi,/usr/X11R6/lib/X11/fonts/cyrillic"
(==) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(++) using VT number 7

(II) Open APM successful
(II) Module ABI versions:
XFree86 ANSI C Emulation: 0.1
XFree86 Video Driver: 0.4
XFree86 XInput driver : 0.2
XFree86 Server Extension : 0.1
XFree86 Font Renderer : 0.2
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
compiled for 4.1.0.1, module version = 1.0.0
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.2
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="The XFree86 Project"
compiled for 4.1.0.1, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.4
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x8058, mode1Res1 = 0x8000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,7190 card , rev 03 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,7191 card , rev 03 class 06,04,00 hdr 01
(II) PCI: 00:07:0: chip 8086,7110 card , rev 02 class 06,01,00 hdr 80
(II) PCI: 00:07:1: chip 8086,7111 card , rev 01 class 01,01,80 hdr 00
(II) PCI: 0

Bug#110680: marked as done (xserver-xfree86: [mga] SEGV on MGA G400 AGP rev 130)

2007-06-07 Thread Debian Bug Tracking System
Your message dated Thu, 07 Jun 2007 20:49:52 +0200
with message-id <[EMAIL PROTECTED]>
and subject line ping timeout, closing
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--- Begin Message ---
Package: xserver-xfree86
Version: 4.1.0-3
Severity: critical


-- System Information
Debian Release: testing/unstable
Kernel Version: Linux asterix 2.4.9-ac3 #1 Wed Aug 29 12:51:26 CEST 2001 i686 
unknown

Versions of the packages xserver-xfree86 depends on:
ii  debconf0.9.96 Debian configuration management system
ii  libc6  2.2.4-1GNU C Library: Shared libraries and Timezone
ii  xserver-common 4.1.0-3files and utilities common to all X servers
ii  zlib1g 1.1.3-16   compression library - runtime


The crashes occurred with and without (current) mga_hal.o from matrox support 
site.

Starting xterm and XEmacs seems not to be a problem.
The crashes occurred on starting applications like aethera, galeon, evolution 
... The X11 system on this computer is unusable.

Problem also occurred with  4.1.0-2.

General hardware info:
AMD Athlon 1200C (not overclocked)
Hyundai DDR-266
GA-7VTX with bios f4
Matrox G450 (AGP)
 
The problem occurred only on this platform. My other X11 terminal with 
different (older) hardware (i486, Matrox MileniumII) is working correctly.


appended informations :
* Xserver log file
* dmesg
* kernel config

cu,
H.-Dirk Schmitt

PS: Is it possible to add the mga_hal.o to the xserver-xfree86 package ?



** Xserver log file :

This is a pre-release version of XFree86, and is not supported in any
way.  Bugs may be reported to [EMAIL PROTECTED] and patches submitted
to [EMAIL PROTECTED]  Before reporting bugs in pre-release versions,
please check the latest version in the XFree86 CVS repository
(http://www.XFree86.Org/cvs)

XFree86 Version 4.1.0.1 / X Window System
(protocol Version 11, revision 0, vendor release 6510)
Release Date: xx August 2001
If the server is older than 6-12 months, or if your card is
newer than the above date, look for a newer version before
reporting problems.  (See http://www.XFree86.Org/FAQ)
Build Operating System: Linux 2.4.7 i686 [ELF] 
Module Loader present
(==) Log file: "/var/log/XFree86.0.log", Time: Thu Aug 30 15:53:24 2001
(==) Using config file: "/etc/X11/XF86Config-4"
Markers: (--) probed, (**) from config file, (==) default setting,
 (++) from command line, (!!) notice, (II) informational,
 (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) ServerLayout "XFree86 Configured"
(**) |-->Screen "asterix - Vision Master 500" (0)
(**) |   |-->Monitor "Idek Vision Master 500"
(**) |   |-->Device "Matrox G450"
(**) |-->Input Device "Typhon Optical Mouse"
(**) |-->Input Device "Microsoft Natural Keyboard"
(**) Option "XkbModel" "microsoft"
(**) XKB: model: "microsoft"
(**) Option "XkbLayout" "de"
(**) XKB: layout: "de"
(==) Keyboard: CustomKeycode disabled
(**) FontPath set to 
"tcp/xfs.computer42.org:7100,tcp/xfs.computer42.org:7101,/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/100dpi/"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(**) ModulePath set to "/usr/X11R6/lib/modules"
(--) using VT number 3

(WW) Cannot open APM
(II) Module ABI versions:
XFree86 ANSI C Emulation: 0.1
XFree86 Video Driver: 0.4
XFree86 XInput driver : 0.2
XFree86 Server Extension : 0.1
XFree86 Font Renderer : 0.2
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
compiled for 4.1.0.1, module version = 1.0.0
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.2
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="The XFree86 Project"
compiled for 4.1.0.1, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.4
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x, mode1Res1 = 0x8000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1106,3099 card , rev 00 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1106,b099 card , rev 00 class 06,04,00 hdr 01
(II) PCI: 00:0d:0: chip 10b7,9200 card 10b7,1000 rev 74 class 02,00,00 hdr 00
(II) PCI: 00:0e:0: chip 1274,5880 card 1458,a000 rev 02 class 04,01,00 hdr 00
(II) PCI: 00:11:0: chip 1106,3

Bug#130190: marked as done (xserver-xfree86: [mga,tdfx] killing/destroying glxgears client corrupts display on Matrox MGA G200 and 3Dfx Voodoo Banshee rev 3)

2007-06-07 Thread Debian Bug Tracking System
Your message dated Thu, 07 Jun 2007 20:49:52 +0200
with message-id <[EMAIL PROTECTED]>
and subject line ping timeout, closing
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--- Begin Message ---
Package: xserver-xfree86
Version: 4.1.0-13
Severity: minor

Killing glxgears by hitting the window close gadget results in the gears window
contents being left on the screen. Killing by any other method e.g. ^C or
Esc does not cause this. The message output is:

X connection to :0.0 broken (explicit kill or server shutdown).

00:0c.0 VGA compatible controller: 3Dfx Interactive, Inc. Voodoo Banshee (rev 
03)
00:0c.0 Class 0300: 121a:0003 (rev 03)

### BEGIN DEBCONF SECTION
# XF86Config-4 (XFree86 server configuration file) generated by dexconf, the
# Debian X Configuration tool, using values from the debconf database.
#
# Edit this file with caution, and see the XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# If you want your changes to this file preserved by dexconf, only make changes
# before the "### BEGIN DEBCONF SECTION" line above, and/or after the
# "### END DEBCONF SECTION" line below.

Section "Files"
FontPath"unix/:7100"# local font server
# if the local font server has problems, we can fall back on these
FontPath"/usr/lib/X11/fonts/misc"
FontPath"/usr/lib/X11/fonts/cyrillic"
FontPath"/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath"/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath"/usr/lib/X11/fonts/Type1"
FontPath"/usr/lib/X11/fonts/Speedo"
FontPath"/usr/lib/X11/fonts/100dpi"
FontPath"/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"
Load"GLcore"
Load"bitmap"
Load"dbe"
Load"ddc"
Load"dri"
Load"extmod"
Load"freetype"
Load"glx"
Load"int10"
Load"pex5"
Load"record"
Load"speedo"
Load"type1"
Load"vbe"
Load"xie"
EndSection

Section "InputDevice"
Identifier  "Generic Keyboard"
Driver  "keyboard"
Option  "CoreKeyboard"
Option  "XkbRules"  "xfree86"
Option  "XkbModel"  "pc105"
Option  "XkbLayout" "gb"
EndSection

Section "InputDevice"
Identifier  "Configured Mouse"
Driver  "mouse"
Option  "CorePointer"
Option  "Device""/dev/psaux"
Option  "Protocol"  "ImPS/2"
Option  "ZAxisMapping"  "4 5"
EndSection

Section "InputDevice"
Identifier  "Generic Mouse"
Driver  "mouse"
Option  "SendCoreEvents""true"
Option  "Device""/dev/input/mice"
Option  "Protocol"  "ImPS/2"
Option  "ZAxisMapping"  "4 5"
EndSection

Section "Device"
Identifier  "Creative Blaster Banshee"
Driver  "tdfx"
EndSection

Section "Monitor"
Identifier  "AOC Spectrum 7VIr"
HorizSync   31.5-70
VertRefresh 50-130
Option  "DPMS"
EndSection

Section "Screen"
Identifier  "Default Screen"
Device  "Creative Blaster Banshee"
Monitor "AOC Spectrum 7VIr"
DefaultDepth16
SubSection "Display"
Depth   1
Modes   "1280x1024" "1280x960" "1152x864" "1024x768" 
"800x600" "640x480"
EndSubSection
SubSection "Display"
Depth   4
Modes   "1280x1024" "1280x960" "1152x864" "1024x768" 
"800x600" "640x480"
EndSubSection
SubSection "Display"
Depth   8
Modes   "1280x1024" "1280x960" "1152x864" "1024x768" 
"800x600" "640x480"
EndSubSection
SubSection "Display"
Depth   15
Modes   "1280x1024" "1280x960" "1152x864" "1024x768" 
"800x600" "640x480"
EndSubSection
SubSection "Display"
Depth   16
Modes   "1280x1024" "1280x960" "1152x864" "1024x768" 
"800x600" "640x480"
EndSubSection
SubSection "Display"
Depth   24
M

Bug#148132: marked as done (xserver-xfree86: [mga] SEGV when Tools->Options->Internet->Proxy is selected in OpenOffice on MGA G400 AGP rev 4)

2007-06-07 Thread Debian Bug Tracking System
Your message dated Thu, 07 Jun 2007 20:51:43 +0200
with message-id <[EMAIL PROTECTED]>
and subject line closing
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--- Begin Message ---
Package: xserver-xfree86
Version: 4.1.0-16
Severity: normal

I've installed openoffice from www.linux-debian.de/openoffice.
(openoffice.org_1.0.0-3)

When I select Tools->Options, then in the dialog box which appears
'Internet' then 'Proxy', the Xserver crashes immediately. This is
repeatable.

If I track down anything else I'll add it to this bug; I appreciate
that openoffice isn't a part of Debian core yet, but an Xserver crash
merits a bug report I think!

cheers,

Phil

01:00.0 VGA compatible controller: Matrox Graphics, Inc. MGA G400 AGP (rev 04)
01:00.0 Class 0300: 102b:0525 (rev 04)

# XF86Config-4 (XFree86 server configuration file) generated by Dexter, the
# Debian X Configuration tool.
#
# Edit this file with caution, and see the XF86Config manual page.
# (Type "man XF86Config" at the shell prompt.)

Section "Files"
#   FontPath"unix/:7100"# local font server
# if the local font server has problems, we can fall back on these
FontPath"/usr/lib/X11/fonts/misc"
FontPath"/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath"/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath"/usr/lib/X11/fonts/Type1"
FontPath"/usr/lib/X11/fonts/Speedo"
FontPath"/usr/lib/X11/fonts/100dpi"
FontPath"/usr/lib/X11/fonts/75dpi"
FontPath"/usr/lib/X11/fonts/URW"
FontPath"/usr/lib/X11/fonts/TrueType"
FontPath"/usr/share/AbiSuite/fonts"
ModulePath  "/usr/X11R6/lib/modules-dri"
ModulePath  "/usr/X11R6/lib/modules"
EndSection

Section "ServerFlags"
Option  "DontZap" "on"
EndSection

Section "Module"
Load"ddc"
Load"GLcore"
Load"dbe"
Load"glx"
Load"dri"
Load"extmod"
Load"pex5"
Load"record"
Load"xie"
Load"bitmap"
Load"freetype"
Load"speedo"
Load"type1"
Load"freetype"
Load"vbe"
Load"int10"
Load"extmod"
EndSection

Section "InputDevice"
Identifier  "Keyboard"
Driver  "keyboard"
Option  "CoreKeyboard"
Option  "XkbRules"  "xfree86"
Option  "XkbModel"  "microsoft"
Option  "XkbLayout" "gb"
Option  "XbbOptions"""
EndSection

Section "InputDevice"
Identifier  "Mouse"
Driver  "mouse"
Option  "CorePointer"
Option  "Protocol"  "PS/2"
Option  "Device""/dev/psaux"
Option  "Emulate3Buttons"   "false"
EndSection

Section "InputDevice"
Identifier  "UsbMouse"
Driver  "mouse"
Option  "CorePointer"
Option  "Protocol"  "ImPS/2"
Option  "Device""/dev/input/mice"
Option  "Emulate3Buttons"   "false"
Option  "ZAxisMapping"  "4 5"
EndSection


Section "InputDevice"
Identifier  "stylus"
Driver  "wacom"
Option  "Mode"  "Absolute"
Option  "Threshold" "5"
Option  "MaxZ"  "256"
Option  "Type"  "stylus"
Option  "Device""/dev/ttyS0"
EndSection

Section "InputDevice"
Identifier  "cursor"
Driver  "wacom"
Option  "Mode"  "Absolute"
Option  "Threshold" "5"
Option  "MaxZ"  "256"
#   Option  "DebugLevel" "6"
Option  "Type"  "cursor"
Option  "Device""/dev/ttyS0"
EndSection

Section "Device"
Identifier  "MGA"
#   Option  "OverclockMem"  "on"
Option  "NoHal" "off"
Option  "PciRetry"  "on"
Option  "AGPMode"   "4"
VideoRam32768
Driver "mga"
EndSection


Section "Monitor"
Identifier  "Iiyama Vision Master Pro 400"
HorizSync   27-96
VertRefresh 50-160
Option  "DPMS" "on"
Modeline "320x240"

Bug#319689: xserver-xorg: locks up system using ATI 9200c

2007-06-07 Thread Kaare Hviid
On Mon, May 28, 2007 at 09:41:40AM +0200, Brice Goglin wrote:
> About 2 years ago, you reported (or replied to) a bug in the Debian BTS
> regarding a lock up of the server when running Xorg 6.9 on an Radeon
> 9200 board. Did any of you guys reproduce this exact same problem
> recently? With Xorg/Etch? With latest xserver-xorg-core and
> xserver-xorg-video-ati? If not, I will close this bug in the next weeks.

I've since then moved to Ubuntu on that particular box so I'm afraid I
can't verify it.  For what it's worth, my particular problem - hang or
crash when using a 9200 (RV280) card on amd64 unless the AGPMode was
tweaked - does not appear in Ubuntu edgy 7.2-0ubuntu11 (amd64).

-ukh


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



Processed: [bts-link] source package xorg-server

2007-06-07 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> #
> # bts-link upstream status pull for source package xorg-server
> # see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
> #
> user [EMAIL PROTECTED]
Setting user to [EMAIL PROTECTED] (was [EMAIL PROTECTED]).
> # remote status report for #415025
> #  * https://bugs.freedesktop.org/show_bug.cgi?id=10313
> #  * remote status changed: NEW -> RESOLVED
> #  * remote resolution changed: (?) -> FIXED
> #  * closed upstream
> tags 415025 + fixed-upstream
Bug#415025: xserver-xephyr: caps lock does not work correctly in Xephyr
Tags were: confirmed
Tags added: fixed-upstream

> usertags 415025 - status-NEW
Bug#415025: xserver-xephyr: caps lock does not work correctly in Xephyr
Usertags were: status-NEW.
Usertags are now: .
> usertags 415025 + status-RESOLVED resolution-FIXED
Bug#415025: xserver-xephyr: caps lock does not work correctly in Xephyr
There were no usertags set.
Usertags are now: resolution-FIXED status-RESOLVED.
> thanks
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]



[bts-link] source package xorg-server

2007-06-07 Thread bts-link-upstream
#
# bts-link upstream status pull for source package xorg-server
# see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
#

user [EMAIL PROTECTED]

# remote status report for #415025
#  * https://bugs.freedesktop.org/show_bug.cgi?id=10313
#  * remote status changed: NEW -> RESOLVED
#  * remote resolution changed: (?) -> FIXED
#  * closed upstream
tags 415025 + fixed-upstream
usertags 415025 - status-NEW
usertags 415025 + status-RESOLVED resolution-FIXED

thanks




[bts-link] source package xserver-xorg-video-intel

2007-06-07 Thread bts-link-upstream
#
# bts-link upstream status pull for source package xserver-xorg-video-intel
# see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
#

user [EMAIL PROTECTED]

# remote status report for #427721
#  * https://bugs.freedesktop.org/show_bug.cgi?id=10664
#  * remote status changed: (?) -> ASSIGNED
usertags 427721 + status-ASSIGNED

thanks



Bug#428000: xdm: put logs in /var/log/xdm/*

2007-06-07 Thread Dan Jacobson
Package: xdm
Version: 1:1.1.4-3
Severity: wishlist

Regarding 328317, 359987: actually please put the xdm logs in their
own subdirectory. Imagine if every package kept 52 logs in the root
/var/log directory, it would quickly become unusable.
That's what subdirectories are for.  Also imagine if each user had to
configure each logrotation by hand. 

In contrast, only two of Xorg.0.log are kept.


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



twm: Changes to 'refs/tags/twm-1_1.0.3-1'

2007-06-07 Thread Julien Cristau
Tag 'twm-1_1.0.3-1' created by Julien Cristau <[EMAIL PROTECTED]> at 2007-06-07 
22:47 +

Tagging upload of twm 1:1.0.3-1 to unstable.

Changes since twm-1.0.3:
Branden Robinson (4):
  Set svn:keywords property to "Id" (keyword already present).
  Note probable out-of-dateness of maplink() function body.
  Add high-level documentation to XSFBS shell library, intended to reduce
  Test for existence of debian/patches directory before creating a symlink 
to it.

Brice Goglin (2):
  * Drop useless -DLIBXCURSOR from debian/rules (closes: #384073).
  Also update update-alternatives parameters since the manpage

David Nusinow (32):
  Move apps to proper location
  Add preliminary packaging for twm
  Pull in xsfbs
  Fix goof in the control file
  All sorts of fixes to properly build the package.
  Add a few missing build-deps
  Use the real copyright for twm
  * Add versioned build-depends on the modular X libs. Thanks Frank
  * Port patches from trunk
  Prepare changelogs for upload to unstable
  Move xsfbs back to its rightful place
  Make us error out if we call patch and don't have quilt installed
  Fix the last commit and fix spelling error. Thanks Brice Goglin for the 
spelling catch.
  * Run dh_install menu so that we actually install the menu method. Thanks
  * Add a pre-depends on x11-common so the upgrade from X11R6 goes smoothly.
  * Add outputencoding="ASCII"; to the menu-method the facilitate 
translations
  * Add quilt to build-depends
  * Bump standards version to 3.7.2.0
  * Bump debhelper compat to version 5
  * Point the menu method at /usr/bin/install-menu rather than /usr/sbin
  * Point the menu method at /usr/bin/install-menu rather than /usr/sbin. 
Also
  Prepare changelog for upload to unstable
  Fix for bug #371152. Thanks Joey Hess.
  Pull patches from ubuntu for ARCHITECTURE, LAPTOP, RECONFIGURE, 
FIRSTINST, and UPGRADE variables
  Add twm 1.0.1 source, which was lost in the conversion
  autoreconf
  Move the files so they'll be put in debian/xsfbs automatically when pulled
  Update serverabi generation to also account for driver Provides
  Fix name of serverminver
  Add support for X server input ABI versioning
  Fix typo that prevented the input abi versioning from working.
  Fix one missed bit from the serverabiver -> serverminver rename

Julien Cristau (9):
  Add new "serverabi" rule to generate drivers dependency on the server.
  Fix copy/paste typo in the input driver provides.
  Merge tag 'XORG-7_1' into debian-experimental
  Merge tag 'twm-1.0.3' into debian-experimental
  autoreconf
  Merge branch 'xsfbs-unstable' of ../../xsfbs/ into debian-experimental
  New upstream release (twm 1.0.3).
  Merge branch 'debian-unstable' of ssh://git.debian.org/git/pkg-xorg/xsfbs 
into debian-experimental
  Prepare changelog for upload.

Steve Langasek (1):
  change names of all remaining app package directories to , for a more 
persistent naming scheme

Thierry Reding (1):
  Add watch files.

---
 Makefile.in|  631 +++
 aclocal.m4 | 1515 +++
 compile|  142 
 config.guess   | 1500 +++
 config.h.in|   29 
 config.sub | 1608 
 configure  | 5541 +
 debian/changelog   |   52 
 debian/compat  |1 
 debian/control |   18 
 debian/copyright   |   47 
 debian/patches/01_debian_system_twmrc.diff |   78 
 debian/patches/series  |1 
 debian/rules   |   98 
 debian/twm.README.Debian   |   22 
 debian/twm.examples|3 
 debian/twm.install |3 
 debian/twm.links   |1 
 debian/twm.menu|8 
 debian/twm.menu-method |   39 
 debian/twm.postinst.in |   36 
 debian/twm.postrm.in   |   35 
 debian/twm.preinst.in  |   30 
 debian/twm.prerm.in|   25 
 debian/watch   |2 
 debian/xsfbs/xsfbs-autoreconf.mk   |  150 
 debian/xsfbs/xsfbs.mk  |  379 +
 debian/xsfbs/xsfbs.sh  |  907 
 depcomp|  530 ++
 install-sh |  323 +
 man/Makefile.in|  389 ++
 missing|  360 +
 mkinstalldirs  |  158 
 src/Makefile.in|  827 

twm: Changes to 'debian-unstable'

2007-06-07 Thread Julien Cristau
 .cvsignore   |   17 
 ChangeLog|   11 
 autogen.sh   |   13 
 compile  |  147 --
 config.guess |  667 
 config.sub   |  222 +++--
 configure|   20 
 configure.ac |2 
 debian/changelog |   13 
 debian/rules |5 
 debian/twm.install   |2 
 debian/twm.postinst.in   |2 
 debian/xsfbs/xsfbs-autoreconf.mk |  150 ++
 debian/xsfbs/xsfbs.mk|  379 
 debian/xsfbs/xsfbs.sh|  907 +++
 depcomp  |  103 +++-
 install-sh   |  477 ++--
 man/.cvsignore   |3 
 man/Makefile.am  |2 
 man/Makefile.in  |2 
 missing  |  142 +++---
 mkinstalldirs|   89 ++-
 src/.cvsignore   |8 
 src/Makefile.am  |5 
 src/Makefile.in  |   60 +-
 src/menus.c  |9 
 src/session.c|4 
 27 files changed, 2694 insertions(+), 767 deletions(-)

New commits:
commit a2651daab31a2421d93e39e15fd180ac0dc5db76
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Fri Jun 8 00:45:00 2007 +0200

Prepare changelog for upload.

diff --git a/debian/changelog b/debian/changelog
index bcac6a4..6387b2b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-twm (1:1.0.3-1) UNRELEASED; urgency=low
+twm (1:1.0.3-1) unstable; urgency=low
 
   [ Julien Cristau ]
   * New upstream release.
@@ -9,7 +9,7 @@ twm (1:1.0.3-1) UNRELEASED; urgency=low
   [ Brice Goglin ]
   * Drop useless -DLIBXCURSOR from debian/rules (closes: #384073).
 
- -- Brice Goglin <[EMAIL PROTECTED]>  Thu,  8 Mar 2007 21:14:07 +0100
+ -- Julien Cristau <[EMAIL PROTECTED]>  Thu, 07 Jun 2007 23:30:43 +0200
 
 twm (1:1.0.1-4) unstable; urgency=low
 

commit 271778bd6338575afa3e4ae7f614f38cdff8e2fb
Author: Branden Robinson <[EMAIL PROTECTED](none)>
Date:   Thu Apr 12 23:18:32 2007 -0400

Test for existence of debian/patches directory before creating a symlink to 
it.

This prevents packages that apply no patches from ending up with a broken
symlink in them.

Remove SVN keyword.

Update copyright notice.

diff --git a/debian/xsfbs/xsfbs.mk b/debian/xsfbs/xsfbs.mk
index d88c6db..63dde45 100755
--- a/debian/xsfbs/xsfbs.mk
+++ b/debian/xsfbs/xsfbs.mk
@@ -1,11 +1,10 @@
 #!/usr/bin/make -f
-# $Id$
 
-# Debian rules file for xorg-x11 source package
+# Debian X Strike Force Build System (XSFBS): Make portion
 
 # Copyright 1996 Stephen Early
 # Copyright 1997 Mark Eichin
-# Copyright 1998-2005 Branden Robinson
+# Copyright 1998-2005, 2007 Branden Robinson
 # Copyright 2005 David Nusinow
 #
 # Licensed under the GNU General Public License, version 2.  See the file
@@ -127,7 +126,7 @@ $(STAMP_DIR)/prepare: $(STAMP_DIR)/stampdir
if [ ! -e $(STAMP_DIR)/log ]; then \
mkdir $(STAMP_DIR)/log; \
fi; \
-   if [ ! -e patches ]; then \
+   if [ -e debian/patches ] && [ ! -e patches ]; then \
ln -s debian/patches patches; \
fi; \
>$@

commit 64d0d8c3fa54de41a90a6c74c9fd59e934eed708
Author: Brice Goglin <[EMAIL PROTECTED]>
Date:   Thu Mar 8 23:13:12 2007 +0100

Also update update-alternatives parameters since the manpage
suffix has been changed, and add closer.

diff --git a/debian/changelog b/debian/changelog
index 693d9f7..bcac6a4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,7 +2,8 @@ twm (1:1.0.3-1) UNRELEASED; urgency=low
 
   [ Julien Cristau ]
   * New upstream release.
-  * Install the manpage as twm.1 instead of twm.1x.
+  * Install the manpage as twm.1 instead of twm.1x and update
+update-alternatives parameters (closes: #396940).
   * Use dh_install --list-missing.
 
   [ Brice Goglin ]
diff --git a/debian/twm.postinst.in b/debian/twm.postinst.in
index 4967710..e143aff 100644
--- a/debian/twm.postinst.in
+++ b/debian/twm.postinst.in
@@ -29,7 +29,7 @@ update-alternatives --remove x-window-manager /usr/bin/X11/twm
 
 update-alternatives --install /usr/bin/x-window-manager x-window-manager \
   /usr/bin/twm 40 --slave /usr/share/man/man1/x-window-manager.1.gz \
-  x-window-manager.1.gz /usr/share/man/man1/twm.1x.gz
+  x-window-manager.1.gz /usr/share/man/man1/twm.1.gz
 
 exit 0
 

commit 526315b0b3e465d9154d7dbd571df29eea0afef0
Author: Brice Goglin <[EMAIL PROTECTED]>
Date:   Thu Mar 8 21:28:26 2007 +0100

* Drop useless -DLIBXCURSOR from debian/rules (closes: #384073).

diff --git a/debian/changelog b/debian/changelog
index e6fe720..693d9f7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,14 @@
 twm (1:1.0.3-1) UNRELEASED; urgency=low
 
+  [ Juli

twm: Changes to 'refs/tags/twm-1_1.0.3-1'

2007-06-07 Thread Julien Cristau
Rebased ref, commits from common ancestor:
commit 849257f0765fd101e71ae7eb53d4d5a33e9ae31f
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Fri Jun 8 01:06:33 2007 +0200

Make twm look for system.twmrc in /etc/X11/twm, where it has a chance to 
find it

diff --git a/aclocal.m4 b/aclocal.m4
index 398f56a..f17e720 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -216,7 +216,7 @@ AC_DEFUN([XORG_MACROS_VERSION],[
XORG_MACROS_needed_major=`echo $XORG_MACROS_needed_version | sed 
's/\..*$//'`
XORG_MACROS_needed_minor=`echo $XORG_MACROS_needed_version | sed -e 
's/^[0-9]*\.//' -e 's/\..*$//'`]
AC_MSG_CHECKING([if xorg-macros used to generate configure is at least 
${XORG_MACROS_needed_major}.${XORG_MACROS_needed_minor}])
-   [XORG_MACROS_version=1.1.2
+   [XORG_MACROS_version=1.1.5
XORG_MACROS_major=`echo $XORG_MACROS_version | sed 's/\..*$//'`
XORG_MACROS_minor=`echo $XORG_MACROS_version | sed -e 's/^[0-9]*\.//' 
-e 's/\..*$//'`]
if test $XORG_MACROS_major -ne $XORG_MACROS_needed_major ; then
@@ -620,7 +620,8 @@ dnl
 # 
 # Adds --with/without-release-string and changes the PACKAGE and
 # PACKAGE_TARNAME to use "$PACKAGE{_TARNAME}-$RELEASE_VERSION".  If
-# no option is given, PACKAGE and PACKAGE_TARNAME are unchanged.
+# no option is given, PACKAGE and PACKAGE_TARNAME are unchanged.  Also
+# defines PACKAGE_VERSION_{MAJOR,MINOR,PATCHLEVEL} for modules to use.
  
 AC_DEFUN([XORG_RELEASE_VERSION],[
AC_ARG_WITH(release-version,
@@ -633,6 +634,23 @@ AC_DEFUN([XORG_RELEASE_VERSION],[
PACKAGE_TARNAME="$PACKAGE_TARNAME-$RELEASE_VERSION"
AC_MSG_NOTICE([Building with package name set to $PACKAGE])
fi
+   AC_DEFINE_UNQUOTED([PACKAGE_VERSION_MAJOR],
+   [`echo $PACKAGE_VERSION | cut -d . -f 1`],
+   [Major version of this package])
+   PVM=`echo $PACKAGE_VERSION | cut -d . -f 2`
+   if test "x$PVM" = "x"; then
+   PVM="0"
+   fi
+   AC_DEFINE_UNQUOTED([PACKAGE_VERSION_MINOR],
+   [$PVM],
+   [Minor version of this package])
+   PVP=`echo $PACKAGE_VERSION | cut -d . -f 3`
+   if test "x$PVP" = "x"; then
+   PVP="0"
+   fi
+   AC_DEFINE_UNQUOTED([PACKAGE_VERSION_PATCHLEVEL],
+   [$PVP],
+   [Patch version of this package])
 ])
 
 # Copyright (C) 2002, 2003, 2005  Free Software Foundation, Inc.
diff --git a/config.guess b/config.guess
index 396482d..0f0fe71 100755
--- a/config.guess
+++ b/config.guess
@@ -4,7 +4,7 @@
 #   2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
 #   Inc.
 
-timestamp='2006-07-02'
+timestamp='2007-03-06'
 
 # This file is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -161,6 +161,7 @@ case 
"${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
arm*) machine=arm-unknown ;;
sh3el) machine=shl-unknown ;;
sh3eb) machine=sh-unknown ;;
+   sh5el) machine=sh5le-unknown ;;
*) machine=${UNAME_MACHINE_ARCH}-unknown ;;
esac
# The Operating System including object format, if it has switched
@@ -780,7 +781,7 @@ EOF
 i*:CYGWIN*:*)
echo ${UNAME_MACHINE}-pc-cygwin
exit ;;
-i*:MINGW*:*)
+*:MINGW*:*)
echo ${UNAME_MACHINE}-pc-mingw32
exit ;;
 i*:windows32*:*)
@@ -790,12 +791,15 @@ EOF
 i*:PW*:*)
echo ${UNAME_MACHINE}-pc-pw32
exit ;;
-x86:Interix*:[3456]*)
-   echo i586-pc-interix${UNAME_RELEASE}
-   exit ;;
-EM64T:Interix*:[3456]*)
-   echo x86_64-unknown-interix${UNAME_RELEASE}
-   exit ;;
+*:Interix*:[3456]*)
+   case ${UNAME_MACHINE} in
+   x86) 
+   echo i586-pc-interix${UNAME_RELEASE}
+   exit ;;
+   EM64T | authenticamd)
+   echo x86_64-unknown-interix${UNAME_RELEASE}
+   exit ;;
+   esac ;;
 [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*)
echo i${UNAME_MACHINE}-pc-mks
exit ;;
@@ -950,6 +954,9 @@ EOF
 x86_64:Linux:*:*)
echo x86_64-unknown-linux-gnu
exit ;;
+xtensa:Linux:*:*)
+   echo xtensa-unknown-linux-gnu
+   exit ;;
 i*86:Linux:*:*)
# The BFD linker knows what the default object file format is, so
# first see if it will tell us. cd to the root directory to prevent
@@ -1208,6 +1215,15 @@ EOF
 SX-6:SUPER-UX:*:*)
echo sx6-nec-superux${UNAME_RELEASE}
exit ;;
+SX-7:SUPER-UX:*:*)
+   echo sx7-nec-superux${UNAME_RELEASE}
+   exit ;;
+SX-8:SUPER-UX:*:*)
+   echo sx8-nec-superux${UNAME_RELEASE}
+   exit ;;
+SX-8R:SUPER-UX:*:*)
+   echo sx8r-nec-superux${UNAME_RELEASE}
+   exit ;;
 Power*:Rhapsody:*:*)
echo powerpc-apple-rhapsody${UNAME_RELEASE}
exit ;;

twm: Changes to 'debian-unstable'

2007-06-07 Thread Julien Cristau
 aclocal.m4 |   22 ++-
 config.guess   |   32 +
 config.h.in|9 
 config.sub |   28 +++--
 configure  |   23 
 debian/changelog   |4 ++-
 debian/patches/01_debian_system_twmrc.diff |   25 +++---
 debian/rules   |4 +--
 src/Makefile.in|4 +--
 9 files changed, 126 insertions(+), 25 deletions(-)

New commits:
commit 849257f0765fd101e71ae7eb53d4d5a33e9ae31f
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Fri Jun 8 01:06:33 2007 +0200

Make twm look for system.twmrc in /etc/X11/twm, where it has a chance to 
find it

diff --git a/aclocal.m4 b/aclocal.m4
index 398f56a..f17e720 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -216,7 +216,7 @@ AC_DEFUN([XORG_MACROS_VERSION],[
XORG_MACROS_needed_major=`echo $XORG_MACROS_needed_version | sed 
's/\..*$//'`
XORG_MACROS_needed_minor=`echo $XORG_MACROS_needed_version | sed -e 
's/^[0-9]*\.//' -e 's/\..*$//'`]
AC_MSG_CHECKING([if xorg-macros used to generate configure is at least 
${XORG_MACROS_needed_major}.${XORG_MACROS_needed_minor}])
-   [XORG_MACROS_version=1.1.2
+   [XORG_MACROS_version=1.1.5
XORG_MACROS_major=`echo $XORG_MACROS_version | sed 's/\..*$//'`
XORG_MACROS_minor=`echo $XORG_MACROS_version | sed -e 's/^[0-9]*\.//' 
-e 's/\..*$//'`]
if test $XORG_MACROS_major -ne $XORG_MACROS_needed_major ; then
@@ -620,7 +620,8 @@ dnl
 # 
 # Adds --with/without-release-string and changes the PACKAGE and
 # PACKAGE_TARNAME to use "$PACKAGE{_TARNAME}-$RELEASE_VERSION".  If
-# no option is given, PACKAGE and PACKAGE_TARNAME are unchanged.
+# no option is given, PACKAGE and PACKAGE_TARNAME are unchanged.  Also
+# defines PACKAGE_VERSION_{MAJOR,MINOR,PATCHLEVEL} for modules to use.
  
 AC_DEFUN([XORG_RELEASE_VERSION],[
AC_ARG_WITH(release-version,
@@ -633,6 +634,23 @@ AC_DEFUN([XORG_RELEASE_VERSION],[
PACKAGE_TARNAME="$PACKAGE_TARNAME-$RELEASE_VERSION"
AC_MSG_NOTICE([Building with package name set to $PACKAGE])
fi
+   AC_DEFINE_UNQUOTED([PACKAGE_VERSION_MAJOR],
+   [`echo $PACKAGE_VERSION | cut -d . -f 1`],
+   [Major version of this package])
+   PVM=`echo $PACKAGE_VERSION | cut -d . -f 2`
+   if test "x$PVM" = "x"; then
+   PVM="0"
+   fi
+   AC_DEFINE_UNQUOTED([PACKAGE_VERSION_MINOR],
+   [$PVM],
+   [Minor version of this package])
+   PVP=`echo $PACKAGE_VERSION | cut -d . -f 3`
+   if test "x$PVP" = "x"; then
+   PVP="0"
+   fi
+   AC_DEFINE_UNQUOTED([PACKAGE_VERSION_PATCHLEVEL],
+   [$PVP],
+   [Patch version of this package])
 ])
 
 # Copyright (C) 2002, 2003, 2005  Free Software Foundation, Inc.
diff --git a/config.guess b/config.guess
index 396482d..0f0fe71 100755
--- a/config.guess
+++ b/config.guess
@@ -4,7 +4,7 @@
 #   2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
 #   Inc.
 
-timestamp='2006-07-02'
+timestamp='2007-03-06'
 
 # This file is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -161,6 +161,7 @@ case 
"${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
arm*) machine=arm-unknown ;;
sh3el) machine=shl-unknown ;;
sh3eb) machine=sh-unknown ;;
+   sh5el) machine=sh5le-unknown ;;
*) machine=${UNAME_MACHINE_ARCH}-unknown ;;
esac
# The Operating System including object format, if it has switched
@@ -780,7 +781,7 @@ EOF
 i*:CYGWIN*:*)
echo ${UNAME_MACHINE}-pc-cygwin
exit ;;
-i*:MINGW*:*)
+*:MINGW*:*)
echo ${UNAME_MACHINE}-pc-mingw32
exit ;;
 i*:windows32*:*)
@@ -790,12 +791,15 @@ EOF
 i*:PW*:*)
echo ${UNAME_MACHINE}-pc-pw32
exit ;;
-x86:Interix*:[3456]*)
-   echo i586-pc-interix${UNAME_RELEASE}
-   exit ;;
-EM64T:Interix*:[3456]*)
-   echo x86_64-unknown-interix${UNAME_RELEASE}
-   exit ;;
+*:Interix*:[3456]*)
+   case ${UNAME_MACHINE} in
+   x86) 
+   echo i586-pc-interix${UNAME_RELEASE}
+   exit ;;
+   EM64T | authenticamd)
+   echo x86_64-unknown-interix${UNAME_RELEASE}
+   exit ;;
+   esac ;;
 [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*)
echo i${UNAME_MACHINE}-pc-mks
exit ;;
@@ -950,6 +954,9 @@ EOF
 x86_64:Linux:*:*)
echo x86_64-unknown-linux-gnu
exit ;;
+xtensa:Linux:*:*)
+   echo xtensa-unknown-linux-gnu
+   exit ;;
 i*86:

Processing of twm_1.0.3-1_i386.changes

2007-06-07 Thread Archive Administrator
twm_1.0.3-1_i386.changes uploaded successfully to localhost
along with the files:
  twm_1.0.3-1.dsc
  twm_1.0.3.orig.tar.gz
  twm_1.0.3-1.diff.gz
  twm_1.0.3-1_i386.deb

Greetings,

Your Debian queue daemon


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



twm_1.0.3-1_i386.changes is NEW

2007-06-07 Thread Debian Installer
twm_1.0.3-1.diff.gz
  to pool/main/t/twm/twm_1.0.3-1.diff.gz
twm_1.0.3-1.dsc
  to pool/main/t/twm/twm_1.0.3-1.dsc
(new) twm_1.0.3-1_i386.deb optional x11
WARNING: Already present in main distribution.
Tab window manager
 twm is a window manager for the X Window System.  It provides title bars,
 shaped windows, several forms of icon management, user-defined macro
 functions, click-to-type and pointer-driven keyboard focus, and
 user-specified key and pointer button bindings.
twm_1.0.3.orig.tar.gz
  to pool/main/t/twm/twm_1.0.3.orig.tar.gz
Changes: twm (1:1.0.3-1) unstable; urgency=low
 .
  [ Julien Cristau ]
  * New upstream release.
  * Install the manpage as twm.1 instead of twm.1x and update
update-alternatives parameters (closes: #396940).
  * Use dh_install --list-missing.
  * Make sure twm looks for system.twmrc in /etc/X11/twm, not
/usr/share/X11/twm.
 .
  [ Brice Goglin ]
  * Drop useless -DLIBXCURSOR from debian/rules (closes: #384073).


Override entries for your package:
twm_1.0.3-1.dsc - source x11

Announcing to [EMAIL PROTECTED]
Closing bugs: 384073 396940 


Your package contains new components which requires manual editing of
the override file.  It is ok otherwise, so please be patient.  New
packages are usually added to the override file about once a week.

You may have gotten the distribution wrong.  You'll get warnings above
if files already exist in other distributions.


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



twm: Changes to 'debian-unstable'

2007-06-07 Thread Julien Cristau
 debian/changelog   |8 
 debian/rules   |2 +-
 debian/twm.postinst.in |   10 --
 debian/twm.postrm.in   |   10 --
 debian/twm.preinst.in  |   30 --
 debian/twm.prerm.in|2 --
 6 files changed, 9 insertions(+), 53 deletions(-)

New commits:
commit 40c4c0aeeb53232643afa4fc5c5f918514d956ae
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Fri Jun 8 01:40:36 2007 +0200

Generate the maintainer scripts properly.

Make debian/rules build depend on genscripts so the x-window-manager
alternative is properly installed.
Also remove old transition code from the maintainer scripts, which as far
as I can see was used for the xfree86 3.x -> 4.x transition.

diff --git a/debian/changelog b/debian/changelog
index 3c87128..44a03e2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+twm (1:1.0.3-2) UNRELEASED; urgency=low
+
+  * Generate the maintainer scripts properly (so the x-window-manager
+alternative is installed), and remove old transition code from
+the XFree86 4.x days.
+
+ -- Julien Cristau <[EMAIL PROTECTED]>  Fri, 08 Jun 2007 01:37:52 +0200
+
 twm (1:1.0.3-1) unstable; urgency=low
 
   [ Julien Cristau ]
diff --git a/debian/rules b/debian/rules
index fb59ee0..c1d9472 100755
--- a/debian/rules
+++ b/debian/rules
@@ -33,7 +33,7 @@ endif
 
 confflags += --enable-man-pages=3
 
-build: patch build-stamp
+build: genscripts patch build-stamp
 build-stamp:
dh_testdir
 
diff --git a/debian/twm.postinst.in b/debian/twm.postinst.in
index e143aff..ca12d49 100644
--- a/debian/twm.postinst.in
+++ b/debian/twm.postinst.in
@@ -12,16 +12,6 @@ set -e
 THIS_PACKAGE=twm
 THIS_SCRIPT=postinst
 
-#INCLUDE_SHELL_LIB#
-
-check_symlinks_and_bomb /usr/lib/X11/twm
-
-# now safe to remove old twm dir
-if [ -e /usr/X11R6/lib/X11/twm.moved-by-preinst ] \
-  && [ -L /usr/X11R6/lib/X11/twm ]; then
-  rm -r /usr/X11R6/lib/X11/twm.moved-by-preinst
-fi
-
 #DEBHELPER#
 
 # clean up after older alternative that used different path
diff --git a/debian/twm.postrm.in b/debian/twm.postrm.in
index 3b5a593..dd1fbde 100644
--- a/debian/twm.postrm.in
+++ b/debian/twm.postrm.in
@@ -12,16 +12,6 @@ set -e
 THIS_PACKAGE=twm
 THIS_SCRIPT=postrm
 
-#INCLUDE_SHELL_LIB#
-
-if [ "$1" = "abort-install" ] || [ "$1" = "abort-upgrade" ]; then
-  if [ -d /usr/X11R6/lib/X11/twm.moved-by-preinst ] \
-&& [ -L /usr/lib/X11/twm ]; then
-rm /usr/lib/X11/twm
-mv /usr/X11R6/lib/X11/twm.moved-by-preinst /usr/X11R6/lib/X11/twm
-  fi
-fi
-
 #DEBHELPER#
 
 if [ "$1" = "purge" ]; then
diff --git a/debian/twm.preinst.in b/debian/twm.preinst.in
deleted file mode 100644
index 97752cb..000
--- a/debian/twm.preinst.in
+++ /dev/null
@@ -1,30 +0,0 @@
-#!/bin/sh
-# Debian twm package pre-installation script
-# Copyright 1998-2001, 2004 Branden Robinson.
-# Licensed under the GNU General Public License, version 2.  See the file
-# /usr/share/common-licenses/GPL or .
-# Acknowledgements to Stephen Early, Mark Eichin, and Manoj Srivastava.
-
-# $Id: twm.preinst.in 189 2005-06-11 00:04:27Z branden $
-
-set -e
-
-THIS_PACKAGE=twm
-THIS_SCRIPT=preinst
-
-#INCLUDE_SHELL_LIB#
-
-if [ "$1" = "install" ] || [ "$1" = "upgrade" ]; then
-  # twm dir moved to /etc/X11 in 4.x
-  if [ -e /usr/X11R6/lib/X11/twm ] && ! [ -L /usr/X11R6/lib/X11/twm ]; then
-observe "removing obsolete /usr/X11R6/lib/X11/twm directory"
-mv /usr/X11R6/lib/X11/twm /usr/X11R6/lib/X11/twm.moved-by-preinst
-  fi
-  check_symlinks_and_warn /usr/lib/X11/twm
-fi
-
-#DEBHELPER#
-
-exit 0
-
-# vim:set ai et sts=2 sw=2 tw=0:
diff --git a/debian/twm.prerm.in b/debian/twm.prerm.in
index 789de5b..7e2508c 100644
--- a/debian/twm.prerm.in
+++ b/debian/twm.prerm.in
@@ -12,8 +12,6 @@ set -e
 THIS_PACKAGE=twm
 THIS_SCRIPT=prerm
 
-#INCLUDE_SHELL_LIB#
-
 #DEBHELPER#
 
 if [ "$1" = "remove" ] || [ "$1" = "deconfigure" ]; then


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



Bug#415543: Bug#393190: X fails to start on a PowerMac beige G3 when PCI NIC installed

2007-06-07 Thread Wakko Warner
Brice Goglin wrote:
> Wakko Warner wrote:
> > At one point, I installed XFree86 that was still laying in pool.  It didn't
> > have a problem.  I think older copies of Xorg worked (<7.x) but I'm not
> > quite sure.
> >
> > IIRC, if I just use the onboard nic, it did work.
> >   
> 
> Somebody just reported the same issue with an explanation of the problem.
> Have a look at http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=426433
> I forwarded the bug upstream, let's hope it will be taken care of.

More fuel to the fire:
[EMAIL PROTECTED]:/tmp] X
_XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6
_XSERVTransOpen: transport open failed for inet6/narf-mac:0
_XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6

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
Current Operating System: Linux narf-mac 2.6.17 #4 Tue Sep 19 20:32:37 EDT 2006 
ppc
Build Date: 04 June 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: Thu Jun  7 21:06:55 2007
(==) Using config file: "/etc/X11/xorg.conf"
(II) Module already built-in
(II) Module already built-in
(WW) INVALID IO ALLOCATION b: 0xfe001000 e: 0xfe0010ff correcting
(EE) end of block range 0xfdff < begin 0xfe00
(EE) ATI(0): Unable to register the following bus resources:
[0] 0   0   0xfe000400 - 0xfe0004ff (0x100) IS[B]
(EE) Screen(s) found, but none have a usable configuration.

Fatal server error:
no screens found
[EMAIL PROTECTED]:/tmp] lspci -vs 0e
:00:0e.0 Ethernet controller: 3Com Corporation 3c905C-TX/TX-M [Tornado] 
(rev 78)
Subsystem: 3Com Corporation 3C905C-TX Fast Etherlink for PC Management 
NIC
Flags: bus master, medium devsel, latency 32, IRQ 24
I/O ports at fe000400 [size=128]
Memory at 8180 (32-bit, non-prefetchable) [size=128]
Expansion ROM at 8182 [disabled] [size=128K]
Capabilities: [dc] Power Management version 2

[EMAIL PROTECTED]:/tmp] lspci -vs 12
:00:12.0 VGA compatible controller: ATI Technologies Inc 3D Rage I/II 215GT 
[Mach64 GT] (rev 9a) (prog-if 00 [VGA])
Flags: bus master, stepping, medium devsel, latency 32, IRQ 22
Memory at 8200 (32-bit, non-prefetchable) [size=16M]
I/O ports at fe001000 [size=256]
Memory at 8000 (32-bit, non-prefetchable) [size=4K]

[EMAIL PROTECTED]:/tmp] 

As stated, this only happens with an ethernet controller installed (the chip
apparently doesn't matter).
ii  xserver-xorg-video-ati 6.6.191-1  X.Org X server -- ATI display driver

Any other versions available that I can try (w/o compiling it myself)?

-- 
 Lab tests show that use of micro$oft causes cancer in lab animals
 Got Gas???


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



twm_1.0.3-1_i386.changes ACCEPTED

2007-06-07 Thread Debian Installer

Accepted:
twm_1.0.3-1.diff.gz
  to pool/main/t/twm/twm_1.0.3-1.diff.gz
twm_1.0.3-1.dsc
  to pool/main/t/twm/twm_1.0.3-1.dsc
twm_1.0.3-1_i386.deb
  to pool/main/t/twm/twm_1.0.3-1_i386.deb
twm_1.0.3.orig.tar.gz
  to pool/main/t/twm/twm_1.0.3.orig.tar.gz


Override entries for your package:
twm_1.0.3-1.dsc - optional x11
twm_1.0.3-1_i386.deb - optional x11

Announcing to [EMAIL PROTECTED]
Closing bugs: 384073 396940 


Thank you for your contribution to Debian.


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



Bug#384073: marked as done (debian/rules defined bad/useless CFLAGS.)

2007-06-07 Thread Debian Bug Tracking System
Your message dated Fri, 08 Jun 2007 02:23:29 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#384073: fixed in twm 1:1.0.3-1
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--- Begin Message ---

Package: twm
Version: 1.0.1-4

The twm package defines CFLAGS in the debian/rules file:

CFLAGS += -DLIBXCURSOR=\\\"libXcursor.so.1\\\"

These CFLAGS are also in the libX11 rules file. They break when building 
on Sarge, but that's not the issue.


Unlike libX11, LIBXCURSOR is not used anywhere in the twm source. The 
flag should be removed.


--Pat

--- End Message ---
--- Begin Message ---
Source: twm
Source-Version: 1:1.0.3-1

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

twm_1.0.3-1.diff.gz
  to pool/main/t/twm/twm_1.0.3-1.diff.gz
twm_1.0.3-1.dsc
  to pool/main/t/twm/twm_1.0.3-1.dsc
twm_1.0.3-1_i386.deb
  to pool/main/t/twm/twm_1.0.3-1_i386.deb
twm_1.0.3.orig.tar.gz
  to pool/main/t/twm/twm_1.0.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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Julien Cristau <[EMAIL PROTECTED]> (supplier of updated twm 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 [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 08 Jun 2007 01:03:48 +0200
Source: twm
Binary: twm
Architecture: source i386
Version: 1:1.0.3-1
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force 
Changed-By: Julien Cristau <[EMAIL PROTECTED]>
Description: 
 twm- Tab window manager
Closes: 384073 396940
Changes: 
 twm (1:1.0.3-1) unstable; urgency=low
 .
   [ Julien Cristau ]
   * New upstream release.
   * Install the manpage as twm.1 instead of twm.1x and update
 update-alternatives parameters (closes: #396940).
   * Use dh_install --list-missing.
   * Make sure twm looks for system.twmrc in /etc/X11/twm, not
 /usr/share/X11/twm.
 .
   [ Brice Goglin ]
   * Drop useless -DLIBXCURSOR from debian/rules (closes: #384073).
Files: 
 1fbdf2f49844d3db1225d00247fdeed6 835 x11 optional twm_1.0.3-1.dsc
 af3212c6eaf250561b7c4cf4db9b5cc1 291822 x11 optional twm_1.0.3.orig.tar.gz
 3f0a333b66ccf51b3bfd4aa34144d8f5 74587 x11 optional twm_1.0.3-1.diff.gz
 92fe59b1901bbf1f071b1240344d7658 97986 x11 optional twm_1.0.3-1_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGaJFPmEvTgKxfcAwRAkp1AKDdh70I7+/i7LVcyc/shDCXypncMgCeKKtB
n9WHcu3LYOdwy0JVoH85KWs=
=DLjz
-END PGP SIGNATURE-

--- End Message ---


Bug#396940: marked as done (twm: FTBFS on GNU/kFreeBSD (due to manpage suffix))

2007-06-07 Thread Debian Bug Tracking System
Your message dated Fri, 08 Jun 2007 02:23:29 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#396940: fixed in twm 1:1.0.3-1
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--- Begin Message ---

Package: twm
Severity: important
Version: 1:1.0.1-4
Tags: patch


Hi,

the current version fails to build on GNU/kFreeBSD,
see http://experimental.ftbfs.de/build.php?&pkg=twm&arch=kfreebsd-i386

It needs regenerated aclocal.m4 and configure files
using recent xorg-macros.m4 to unify manpages suffixes.

Please re-run "aclocal-1.7; autoconf" and change suffixes as shown bellow.

Thanks in advance

Petr

diff -u twm-1.0.1/debian/twm.postinst.in twm-1.0.1/debian/twm.postinst.in
--- twm-1.0.1/debian/twm.postinst.in
+++ twm-1.0.1/debian/twm.postinst.in
@@ -29,7 +29,7 @@

 update-alternatives --install /usr/bin/x-window-manager x-window-manager \
   /usr/bin/twm 40 --slave /usr/share/man/man1/x-window-manager.1.gz \
-  x-window-manager.1.gz /usr/share/man/man1/twm.1x.gz
+  x-window-manager.1.gz /usr/share/man/man1/twm.1.gz

 exit 0

diff -u twm-1.0.1/debian/twm.install twm-1.0.1/debian/twm.install
--- twm-1.0.1/debian/twm.install
+++ twm-1.0.1/debian/twm.install
@@ -3 +3 @@
-usr/share/man/man1/twm.1x
+usr/share/man/man1/twm.1


--- End Message ---
--- Begin Message ---
Source: twm
Source-Version: 1:1.0.3-1

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

twm_1.0.3-1.diff.gz
  to pool/main/t/twm/twm_1.0.3-1.diff.gz
twm_1.0.3-1.dsc
  to pool/main/t/twm/twm_1.0.3-1.dsc
twm_1.0.3-1_i386.deb
  to pool/main/t/twm/twm_1.0.3-1_i386.deb
twm_1.0.3.orig.tar.gz
  to pool/main/t/twm/twm_1.0.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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Julien Cristau <[EMAIL PROTECTED]> (supplier of updated twm 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 [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 08 Jun 2007 01:03:48 +0200
Source: twm
Binary: twm
Architecture: source i386
Version: 1:1.0.3-1
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force 
Changed-By: Julien Cristau <[EMAIL PROTECTED]>
Description: 
 twm- Tab window manager
Closes: 384073 396940
Changes: 
 twm (1:1.0.3-1) unstable; urgency=low
 .
   [ Julien Cristau ]
   * New upstream release.
   * Install the manpage as twm.1 instead of twm.1x and update
 update-alternatives parameters (closes: #396940).
   * Use dh_install --list-missing.
   * Make sure twm looks for system.twmrc in /etc/X11/twm, not
 /usr/share/X11/twm.
 .
   [ Brice Goglin ]
   * Drop useless -DLIBXCURSOR from debian/rules (closes: #384073).
Files: 
 1fbdf2f49844d3db1225d00247fdeed6 835 x11 optional twm_1.0.3-1.dsc
 af3212c6eaf250561b7c4cf4db9b5cc1 291822 x11 optional twm_1.0.3.orig.tar.gz
 3f0a333b66ccf51b3bfd4aa34144d8f5 74587 x11 optional twm_1.0.3-1.diff.gz
 92fe59b1901bbf1f071b1240344d7658 97986 x11 optional twm_1.0.3-1_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGaJFPmEvTgKxfcAwRAkp1AKDdh70I7+/i7LVcyc/shDCXypncMgCeKKtB
n9WHcu3LYOdwy0JVoH85KWs=
=DLjz
-END PGP SIGNATURE-

--- End Message ---