X Strike Force X.Org X11 SVN commit: r4209 - in trunk/driver/xserver-xorg-video-i810/debian: . patches

2007-01-19 Thread X Strike Force SVN Repository Admin
Author: dparsons
Date: 2007-01-19 10:43:26 -0500 (Fri, 19 Jan 2007)
New Revision: 4209

Added:
   trunk/driver/xserver-xorg-video-i810/debian/patches/20-i915_bios.patch
Modified:
   trunk/driver/xserver-xorg-video-i810/debian/changelog
   trunk/driver/xserver-xorg-video-i810/debian/patches/series
Log:
  * Apply patch 20-i915_bios.patch from upsteam (1.7.4) to help with faulty
BIOSes (where VBE initialization failed). Closes: #382120.
  * Upload to unstable.


Modified: trunk/driver/xserver-xorg-video-i810/debian/changelog
===
--- trunk/driver/xserver-xorg-video-i810/debian/changelog   2007-01-15 
01:05:16 UTC (rev 4208)
+++ trunk/driver/xserver-xorg-video-i810/debian/changelog   2007-01-19 
15:43:26 UTC (rev 4209)
@@ -1,11 +1,16 @@
-xserver-xorg-video-i810 (2:1.7.2-4) UNRELEASED; urgency=low
+xserver-xorg-video-i810 (2:1.7.2-4) unstable; urgency=low
 
+  [ Julien Cristau ]
   * Don't build-dep on libdrm-dev on hurd-i386, and don't try to install
 the libI810XvMC library there, as it isn't built without drm.  Thanks to
 Samuel Thibault for the patch! (closes: #383918)
 
- -- Julien Cristau [EMAIL PROTECTED]  Thu,  4 Jan 2007 17:48:10 +0100
+  [ Drew Parsons ]
+  * Apply patch 20-i915_bios.patch from upsteam (1.7.4) to help with faulty
+BIOSes (where VBE initialization failed). Closes: #382120.
 
+ -- Drew Parsons [EMAIL PROTECTED]  Sat, 20 Jan 2007 02:29:30 +1100
+
 xserver-xorg-video-i810 (2:1.7.2-3) unstable; urgency=low
 
   * Build-Depends: quilt, needed to apply patches.

Added: trunk/driver/xserver-xorg-video-i810/debian/patches/20-i915_bios.patch
===
--- trunk/driver/xserver-xorg-video-i810/debian/patches/20-i915_bios.patch  
(rev 0)
+++ trunk/driver/xserver-xorg-video-i810/debian/patches/20-i915_bios.patch  
2007-01-19 15:43:26 UTC (rev 4209)
@@ -0,0 +1,20 @@
+From: Alan Hourihane [EMAIL PROTECTED]
+Date: Tue, 9 Jan 2007 14:02:47 + (+)
+Subject: Fix bug #8536, i915 BIOS fails when restarting Xserver.
+X-Git-Tag: xf86-video-i810-1.7.4 / xf86-video-intel-1.7.4
+X-Git-Url: 
http://gitweb.freedesktop.org/?p=xorg/driver/xf86-video-intel.git;a=commitdiff;h=33c0fac6d63d9a509a24c7a5e5a46a0d6ee4dc5d
+
+Fix bug #8536, i915 BIOS fails when restarting Xserver.
+---
+
+--- a/src/i830_driver.c
 b/src/i830_driver.c
+@@ -7087,7 +7087,7 @@ IntelEmitInvarientState(ScrnInfoPtr pScr
+I830Ptr pI830 = I830PTR(pScrn);
+CARD32 ctx_addr;
+ 
+-   if (pI830-noAccel)
++   if (pI830-noAccel || !I830IsPrimary(pScrn))
+   return;
+ 
+ctx_addr = pI830-ContextMem.Start;

Modified: trunk/driver/xserver-xorg-video-i810/debian/patches/series
===
--- trunk/driver/xserver-xorg-video-i810/debian/patches/series  2007-01-15 
01:05:16 UTC (rev 4208)
+++ trunk/driver/xserver-xorg-video-i810/debian/patches/series  2007-01-19 
15:43:26 UTC (rev 4209)
@@ -1,2 +1,3 @@
 10-overlay_fix_lockup.patch
 11-xv_lockup.patch
+20-i915_bios.patch


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



X Strike Force X.Org X11 SVN commit: r4210 - tags/driver/xserver-xorg-video-i810

2007-01-19 Thread X Strike Force SVN Repository Admin
Author: dparsons
Date: 2007-01-19 10:55:05 -0500 (Fri, 19 Jan 2007)
New Revision: 4210

Added:
   tags/driver/xserver-xorg-video-i810/2:1.7.2-4/
Log:
Tagging xserver-xorg-video-i810 (2:1.7.2-4) in unstable.


Copied: tags/driver/xserver-xorg-video-i810/2:1.7.2-4 (from rev 4209, 
trunk/driver/xserver-xorg-video-i810)


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



libsm: Changes to 'svn-7.1'

2007-01-19 Thread David Nusinow
New branch 'svn-7.1' available with the following commits:
commit f2c2aadafd1de813d0c5e27d0a825832036dc1fe
Author: Drew Parsons [EMAIL PROTECTED]
Date:   Sat Aug 19 12:29:06 2006 +

All dbg packages in lib should have priority extra,
see http://lists.debian.org/debian-devel/2006/08/msg00737.html

commit bd5e2bca90b4040f308d1ae68c6e27b74d928d4c
Author: Branden Robinson [EMAIL PROTECTED]
Date:   Tue Aug 1 15:29:08 2006 +

Use only the major version, minor version, and major patch number
components of the Policy Manual revision in Standards-Version, because the
minor patch level will be changed when only cosmetic, typographical or
other edits are made which neither change the meaning of the document nor
affect the contents of packages.  See Policy Manual §5.6.11.

(The real reason for this commit, as with r2615, is to test tweaks to the
repository's commit-email.pl script.)

commit 2826902d593d29027a04f03e9b83c0c81221fcd8
Author: Andres Salomon [EMAIL PROTECTED]
Date:   Mon Jul 17 04:44:49 2006 +

Idempotency fixes; everywhere where we're using a separate build directory,
we tend to create it via mkdir obj-$(foo).  This doesn't work if 
rebuilding,
because the directory already exists.  Instead, only create it if there's
no directory there already.

commit 2b736106895dbfbec48035b1503b2524bf80e66b
Author: David Nusinow [EMAIL PROTECTED]
Date:   Mon Jul 3 21:24:41 2006 +

* New upstream release
* Run dh_install with --list-missing
* Bump debhelper compat to 5
* Remove extra x11-common dep from -dev package
* Version x11-common pre-dep in -dev package to be 1:7.0.0 to match the rest
  of Debian and shut lintian up
* Bump standards version to 3.7.2.0
* Don't look to install manpages for -dev package, there aren't any

commit 6e7dbe214a3c519660f2656a82a3d84f29f44cfd
Author: David Nusinow [EMAIL PROTECTED]
Date:   Mon Jul 3 21:05:35 2006 +

Merge libsm 1.0.1 vendor drop to working dir for 7.1


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



compiz-extra: Changes to 'debian-experimental'

2007-01-19 Thread Thierry Reding
 debian/changelog |3 +
 debian/copyright |   98 +++
 2 files changed, 73 insertions(+), 28 deletions(-)

New commits:
commit 770ad78ca259d2dc3ad9f09c250c002975772ff2
Author: Thierry Reding [EMAIL PROTECTED]
Date:   Fri Jan 19 07:37:04 2007 +0100

Update the debian/copyright file.

diff --git a/debian/changelog b/debian/changelog
index 24f3ee0..bb90e19 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,8 +4,9 @@ compiz-extra (0.3.6.0-2) UNRELEASED; urg
   * Build-depend on quilt as patching system.
   * Add a patch to make the snow plugin require the png plugin because it's
 pretty useless without it.
+  * Update the debian/copyright file.
 
- -- Thierry Reding [EMAIL PROTECTED]  Fri, 19 Jan 2007 07:19:06 +0100
+ -- Thierry Reding [EMAIL PROTECTED]  Fri, 19 Jan 2007 07:36:31 +0100
 
 compiz-extra (0.3.6.0-1) experimental; urgency=low
 
diff --git a/debian/copyright b/debian/copyright
index d586b79..e7cebca 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -2,7 +2,7 @@ This package was debianized by Thierry R
 Sat, 25 Nov 2006 19:34:41 +0100.
 
 It was downloaded from:
-   http://gandalfn.club.fr/ubuntu/compiz-extra/compiz-extra-0.3.4.0.tar.bz2
+   http://gandalfn.club.fr/ubuntu/compiz-extra/compiz-extra-0.3.6.0.tar.bz2
 
 --
 --- 3d plugin: ---
@@ -114,32 +114,24 @@ It was downloaded from:
  */
 
 --
 copacity plugin: ---
-
+--- opacify plugin: ---
+---
 
-/*
- * Copyright © 2005 Novell, Inc.
- *
- * 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
- * Novell, Inc. not be used in advertising or publicity pertaining to
- * distribution of the software without specific, written prior permission.
- * Novell, Inc. makes no representations about the suitability of this
- * software for any purpose. It is provided as is without express or
- * implied warranty.
- *
- * NOVELL, INC. DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
- * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN
- * NO EVENT SHALL NOVELL, INC. 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.
- *
- * Author: Michael Callahan callahan -at- sci.utah.edu
+/**
+ * Beryl Opacify
+ *
+ * Copyright (c) 2006 Kristian Lyngstøl [EMAIL PROTECTED]
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ [...]
  */
 
 --
@@ -393,8 +385,60 @@ It was downloaded from:
 --- widget plugin: ---
 --
 
+--
+--- inputzoom plugin: ---
+-
+
+/*
+ *
+ * Beryl Input-Enabled-Zoom-Plugin
+ *
+ * Copyright : (C) 2006 by Dennis Kasprzyk
+ * E-mail: [EMAIL PROTECTED]
+ *
+ * Copyright : (C) 2006 Quinn Storm
+ * E-mail: [EMAIL PROTECTED]
+ *
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ */
+
+--
+--- snow plugin: ---
+
+
+/**
+ *
+ * Beryl snow plugin
+ *
+ * snow.c
+ *
+ * Copyright (c) 2006 Eckhart P. [EMAIL PROTECTED]
+ * Copyright (c) 2006 Brian Jørgensen [EMAIL PROTECTED]
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the 

compiz-extra: Changes to 'debian-experimental'

2007-01-19 Thread Thierry Reding
 debian/changelog   |5 ++-
 debian/control |2 -
 debian/patches/500_snow-requires-png.patch |   39 +
 debian/patches/series  |1 
 debian/rules   |6 ++--
 5 files changed, 49 insertions(+), 4 deletions(-)

New commits:
commit a03add884af38768d6446f8155e0586b5e99d91d
Author: Thierry Reding [EMAIL PROTECTED]
Date:   Fri Jan 19 07:21:16 2007 +0100

Add a patch to make the snow plugin require the png plugin.

Use quilt as patching system.

diff --git a/debian/changelog b/debian/changelog
index 37a99dc..24f3ee0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,11 @@
 compiz-extra (0.3.6.0-2) UNRELEASED; urgency=low
 
   * Add new plugins to the package description.
+  * Build-depend on quilt as patching system.
+  * Add a patch to make the snow plugin require the png plugin because it's
+pretty useless without it.
 
- -- Thierry Reding [EMAIL PROTECTED]  Fri, 19 Jan 2007 07:02:04 +0100
+ -- Thierry Reding [EMAIL PROTECTED]  Fri, 19 Jan 2007 07:19:06 +0100
 
 compiz-extra (0.3.6.0-1) experimental; urgency=low
 
diff --git a/debian/control b/debian/control
index c2cf3e5..f952b6b 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: extra
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
 Uploaders: Thierry Reding [EMAIL PROTECTED]
 # libxrender-dev should probably be added as dependency to libxrandr-dev.
-Build-Depends: debhelper (= 5), autotools-dev, intltool, pkg-config, gconf2, 
compiz-dev (= 0.3.6), libglib2.0-dev, libdbus-1-dev, libxrender-dev
+Build-Depends: debhelper (= 5), quilt (= 0.40), autotools-dev, intltool, 
pkg-config, gconf2, compiz-dev (= 0.3.6), libglib2.0-dev, libdbus-1-dev, 
libxrender-dev
 Standards-Version: 3.7.2
 
 Package: compiz-extra
diff --git a/debian/patches/500_snow-requires-png.patch 
b/debian/patches/500_snow-requires-png.patch
new file mode 100644
index 000..c71c8f3
--- /dev/null
+++ b/debian/patches/500_snow-requires-png.patch
@@ -0,0 +1,39 @@
+diff --git a/snow/snow.c b/snow/snow.c
+index 5d78d86..d05cafd 100644
+--- a/snow/snow.c
 b/snow/snow.c
+@@ -867,6 +867,10 @@ snowGetVersion (CompPlugin *plugin,
+ return ABIVERSION;
+ }
+ 
++CompPluginDep snowDeps[] = {
++  { CompPluginRuleRequire, png }
++};
++
+ CompPluginVTable snowVTable = {
+   snow,
+   N_(Snow),
+@@ -884,8 +888,8 @@ CompPluginVTable snowVTable = {
+   snowSetDisplayOption,
+   0,  /*snowGetScreenOptions */
+   0,  /*snowSetScreenOption */
+-  0,
+-  0,
++  snowDeps,
++  sizeof(snowDeps) / sizeof(snowDeps[0]),
+   0,
+   0
+ };
+diff --git a/snow/snow.schemas.in b/snow/snow.schemas.in
+index 406796e..0249be9 100644
+--- a/snow/snow.schemas.in
 b/snow/snow.schemas.in
+@@ -33,7 +33,7 @@
+ ownercompiz/owner
+ typelist/type
+ list_typestring/list_type
+-default[]/default
++default[png]/default
+ locale name=C
+ shortPlugins that this requires/short
+ longDo not modify/long
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 000..c43f970
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+500_snow-requires-png.patch
diff --git a/debian/rules b/debian/rules
index f07dc97..60cbfa1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,6 +9,8 @@ # This special exception was added by Cr
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+include /usr/share/quilt/quilt.make
+
 export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL = 1
 
 CFLAGS = -Wall -g
@@ -34,7 +36,7 @@ confflags += --disable-static \
  --disable-dock-plugin \
  --disable-miniwin-plugin
 
-build: build-stamp
+build: patch build-stamp
 build-stamp:
dh_testdir
 ifeq ($(wildcard $(BUILD_DIR)),)
@@ -47,7 +49,7 @@ endif

touch $@
 
-clean:
+clean: unpatch
dh_testdir
dh_testroot
rm -f build-stamp


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



compiz-extra: Changes to 'refs/tags/compiz-extra-0.3.6.0-1'

2007-01-19 Thread David Nusinow
Tag 'compiz-extra-0.3.6.0-1' created by David Nusinow [EMAIL PROTECTED] at 
2007-01-19 03:03 +0100

Tag upload of 0.3.6.1.0-1 to experimental

Changes since the dawn of time:
Thierry Reding:
  Initial import.
  Add Debian packaging files.
  Add compiz-extra.install so that the plugins and schemas will actually get
  Update config.guess and config.sub.
  Add missing build-dependencies.
  Remove the debian directory temporarily.
  Revert Remove the debian directory temporarily.
  Revert config.guess and config.sub to those shipped in the upstream 
tarball.
  Update to 0.3.5.2 upstream release.
  Merge branch 'upstream-experimental' into debian-experimental
  Update packaging for new upstream release.
  Update to latest upstream release (0.3.6.0).
  Merge branch 'upstream-experimental' into debian-experimental
  Update changelog for new upstream release.
  Install snow plugin images.
  Remove obsolete comments from debian/control.


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



libfs: Changes to 'debian-unstable'

2007-01-19 Thread David Nusinow
New branch 'debian-unstable' available with the following commits:
commit a5e0bb5b4a339cca35c5a640b052c60efdc69845
Author: Thierry Reding [EMAIL PROTECTED]
Date:   Tue Sep 26 09:37:55 2006 +

Add watch files.

commit 2176aa46d10b351a628f1474f85b14cafc3ae526
Author: David Nusinow [EMAIL PROTECTED]
Date:   Wed Aug 30 03:27:10 2006 +

Prepare changelog for upload

commit 64ba93816ad8b1a9ad7e5c9830cf464987451137
Author: David Nusinow [EMAIL PROTECTED]
Date:   Wed Aug 30 03:23:28 2006 +

* Version pre-depends on x11-common to bring things in line with policy
* Policy bump to 3.7.2.0
* Debhelper compat bump to 5

commit 80943cad082f5b358686f09dc930e3f6e2db0e22
Author: David Nusinow [EMAIL PROTECTED]
Date:   Wed Aug 30 03:17:55 2006 +

* Merge libfs from 7.1 branch to trunk in preparation for upload to
  unstable

commit 2766c36895be7267d252900cce49d4bde058f4f9
Author: Steve Langasek [EMAIL PROTECTED]
Date:   Wed Apr 19 07:12:11 2006 +

change names of all lib package directories to $sourcepackage, for a
more persistent naming scheme

commit c2f4336d849f9ce4ee502375f0bad1a340cf5075
Author: David Nusinow [EMAIL PROTECTED]
Date:   Wed Apr 19 01:55:13 2006 +

* Reorder makeshlib command in rules file so that ldconfig is run
  properly. Thanks Drew Parsons and Steve Langasek.

commit 2dcdd492f3467f5aeb032a84d12a8195e34762a7
Author: David Nusinow [EMAIL PROTECTED]
Date:   Tue Apr 4 23:55:04 2006 +

Set all libs to upload to unstable. Also update xft for modular.

commit eb90b061e21fe6269689688b4ef881b4326133ab
Author: David Nusinow [EMAIL PROTECTED]
Date:   Wed Jan 25 01:34:54 2006 +

Set libs to be uploaded to experimental. Also pull in some libxft fixes 
from what's in unstable

commit c61f9eccdba574af19796b4499fc9bc45e670ecb
Author: David Nusinow [EMAIL PROTECTED]
Date:   Fri Dec 30 20:12:45 2005 +

Update libs to 7.0 release with packaging

commit 0344e7ab2f067aab5337b88b73e2b289664a712b
Author: David Nusinow [EMAIL PROTECTED]
Date:   Fri Dec 30 00:24:15 2005 +

Vendor drop of proto and lib for 7.0


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



libsm: Changes to 'svn-X11R7.1'

2007-01-19 Thread David Nusinow
New branch 'svn-X11R7.1' available with the following commits:
commit 396fa8a5a69e21b812d65b61e2ab1c370eae52ac
Author: David Nusinow [EMAIL PROTECTED]
Date:   Mon Jul 3 21:03:21 2006 +

Vendor drop of libsm 1.0.1

commit 3d31dd13e86358327380d7f1c40959ed3c87ff69
Author: David Nusinow [EMAIL PROTECTED]
Date:   Sun Jul 2 03:04:28 2006 +

Rename libs vendor dirs to use svn best practices


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



libsm: Changes to 'upstream-unstable'

2007-01-19 Thread David Nusinow
New branch 'upstream-unstable' available with the following commits:
commit 34b3d538061cd648d90eb2bc7284000d980c8d3e
Author: Adam Jackson [EMAIL PROTECTED]
Date:   Fri Oct 13 15:55:08 2006 -0400

Bump to 1.0.2

commit 2116811afe339a9b806f04debf2b6241fd00456f
Author: Alan Coopersmith [EMAIL PROTECTED]
Date:   Thu Jul 13 14:58:45 2006 -0700

renamed: .cvsignore - .gitignore

commit ff57e5d728c2f409b8852ee58d622c2c3323e2a8
Author: Alan Coopersmith [EMAIL PROTECTED]
Date:   Mon Jun 26 17:30:22 2006 +

From Patch #6046 https://bugs.freedesktop.org/attachment.cgi?id=6046
freeaddrinfo() in error handling return (Peter Breitenlohner)

commit d03116c682567dac793d52e65a1f0698ae6848f6
Author: Adam Jackson [EMAIL PROTECTED]
Date:   Thu Apr 27 00:01:01 2006 +

Bump to 1.0.1

commit c46e8ae80540713ec24fd6d1eea68744937ef158
Author: Alan Coopersmith [EMAIL PROTECTED]
Date:   Fri Mar 17 03:05:32 2006 +

Specs say SmsInitialize  SmcOpenConnection return NULL terminated strings
in errorStringRet, but were just calling strncpy and not making sure
strings were NULL terminated if errorLength wasn't long enough.
(Noticed while evaluating Coverity ids 196  201.)

commit 6842e89f85b1fa30344e2bf3d28e51dbfd978370
Author: Kevin E Martin [EMAIL PROTECTED]
Date:   Thu Dec 15 00:24:27 2005 +

Update package version number for final X11R7 release candidate.

commit 2f62b1a35756301469de62b8830733ebeec2e908
Author: Kevin E Martin [EMAIL PROTECTED]
Date:   Sat Dec 3 05:49:42 2005 +

Update package version number for X11R7 RC3 release.

commit 69c50fbc49f7589aa6afcf1be00be22a78ec3daa
Author: Kevin E Martin [EMAIL PROTECTED]
Date:   Sat Nov 19 07:15:39 2005 +

Update pkgconfig files to separate library build-time dependencies from
application build-time dependencies, and update package deps to work
with separate build roots.

commit dea915c93437443b6bd4933263df44e734e40320
Author: Kevin E Martin [EMAIL PROTECTED]
Date:   Wed Nov 9 21:19:12 2005 +

Update package version number for X11R7 RC2 release.

commit 922e2dc3116a88cc1e49d5e2486fe1ca21f888c7
Author: Kean Johnson [EMAIL PROTECTED]
Date:   Tue Nov 8 06:33:25 2005 +

See ChangeLog entry 2005-11-07 for details.

commit df1260d8710f497e766ac52162585345f2d7669f
Author: Kevin E Martin [EMAIL PROTECTED]
Date:   Wed Oct 19 02:48:08 2005 +

Update package version number for RC1 release.

commit 601c38a8b0bbe92db6374e00e485435316dce1cb
Author: Alan Coopersmith [EMAIL PROTECTED]
Date:   Mon Aug 15 18:31:16 2005 +

Add XTRANS_CONNECTION_FLAGS to set TCP  IPv6 flags needed by libSM

commit 0a00119745bef1bd67b53124a6a41b76454c5503
Author: Kevin E Martin [EMAIL PROTECTED]
Date:   Fri Jul 29 21:22:50 2005 +

Various changes preparing packages for RC0:
- Verify and update package version numbers as needed
- Implement versioning scheme
- Change bug address to point to bugzilla bug entry form
- Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
reenable it)
- Fix makedepend to use pkgconfig and pass distcheck
- Update build script to build macros first
- Update modular Xorg version

commit c6f143cc14840ca029e651d84f6c9a68c003cf07
Author: Daniel Stone [EMAIL PROTECTED]
Date:   Sat Jul 16 06:24:02 2005 +

Set soversion to 6.0.0 using -version-number.

commit 9c370ec68d2606468296efc1f0a093c036e8d7ff
Author: Keith Packard [EMAIL PROTECTED]
Date:   Wed Jul 13 07:28:02 2005 +

Eliminate xtrans CFLAGS from .pc file as xtrans is not part of the public
API.

commit 7b45eec97e390d8c8124b0a95b83ff7614903979
Author: Keith Packard [EMAIL PROTECTED]
Date:   Sat Jul 9 05:59:54 2005 +

Add .cvsignore files

commit 0a4f43e5170110519bd34d01f1f20a72ea615485
Author: Alexander Gottwald [EMAIL PROTECTED]
Date:   Thu Jun 9 15:52:02 2005 +

Replace X11/Xtrans.h with X11/Xtrans/Xtrans.h
Copy Xtrans.h to exports/include/X11/Xtrans only

commit 8abfaa0bb923231da3dd2c0e245f8feec41a621f
Author: Adam Jackson [EMAIL PROTECTED]
Date:   Thu May 19 00:22:32 2005 +

revert last change, didn't do right thing at all, sorry for the noise

commit a2e7e1bb26e8a87b822acbeeff114beec4705fb0
Author: Adam Jackson [EMAIL PROTECTED]
Date:   Thu May 19 00:10:07 2005 +

Require automake 1.7 in AM_INIT_AUTOMAKE

commit 0b4b811191a1e74356b7ff78a09107e29a7ef695
Author: Søren Sandmann Pedersen [EMAIL PROTECTED]
Date:   Tue May 17 21:25:16 2005 +

- Conditionally include config.h in xc/lib/SM
- Add libSM to symlink.sh
- Add SM build system

commit 5004ef0b757c1cd7e4ceaa1759914f938d5ea295
Author: Adam Jackson [EMAIL PROTECTED]
Date:   Sun Apr 3 18:24:25 2005 +

Bug #1447: Fix a use-after-free case in libSM. (Mark McLoughlin)

commit c9f8774f04b398ac963b23ce1d5a12e703977064
Author: Daniel Stone [EMAIL PROTECTED]
Date:   Fri Jan 28 19:15:39 2005 +

Move _IceGetPeerName 

libsm: Changes to 'debian-unstable'

2007-01-19 Thread David Nusinow
New branch 'debian-unstable' available with the following commits:
commit d4e17798c0c90b5aa759d5e0fe4573a6f5a040a4
Author: Thierry Reding [EMAIL PROTECTED]
Date:   Tue Sep 26 09:37:55 2006 +

Add watch files.

commit 81e225d4fc8da09210b219d7f72ec0ca27f45ee9
Author: Drew Parsons [EMAIL PROTECTED]
Date:   Fri Sep 22 11:37:47 2006 +

  * Exclude libSM.la from dh_install.
  * The library in debian/rules is libsm6 not libxau6! Closes: #383468.
  * libsm-dev uses versioned depends on libice-dev from X11R7.
Closes: #372129.

commit 8efd313a9b07a60f08e9714b74c7ceb9e63591c3
Author: David Nusinow [EMAIL PROTECTED]
Date:   Wed Aug 30 03:38:12 2006 +

Prepare changelog for upload

commit f543a8a2000aa44391fc67fe7d4f47f04ad7e404
Author: David Nusinow [EMAIL PROTECTED]
Date:   Wed Aug 30 03:34:25 2006 +

* Merge libsm from 7.1 branch to trunk in preparation for upload to
  unstable

commit e9a1c4affa6caec07ff2c7e3e1a7b274bd95e4d3
Author: Steve Langasek [EMAIL PROTECTED]
Date:   Wed Apr 19 07:12:11 2006 +

change names of all lib package directories to $sourcepackage, for a
more persistent naming scheme

commit 28de85c574c1cb200456148d51f977d008c0771f
Author: David Nusinow [EMAIL PROTECTED]
Date:   Wed Apr 19 01:55:13 2006 +

* Reorder makeshlib command in rules file so that ldconfig is run
  properly. Thanks Drew Parsons and Steve Langasek.

commit b09ca930925bd4623d3c751fb875c6572fb1c5f9
Author: David Nusinow [EMAIL PROTECTED]
Date:   Tue Apr 4 23:55:04 2006 +

Set all libs to upload to unstable. Also update xft for modular.

commit 66ca4d05f1286ede662e2621cfa94daf2da2b6ac
Author: David Nusinow [EMAIL PROTECTED]
Date:   Fri Mar 10 04:40:50 2006 +

* Backport fix from upstream for manpage location
* Run autoreconf for them to allow the change to take effect'

commit 02eeaf21d1f7a18add552b2c2b60f781a8689879
Author: David Nusinow [EMAIL PROTECTED]
Date:   Fri Dec 30 20:12:45 2005 +

Update libs to 7.0 release with packaging

commit 4c4b485edc5c68734520042205b5d80d7a15b33b
Author: David Nusinow [EMAIL PROTECTED]
Date:   Fri Dec 30 00:24:15 2005 +

Vendor drop of proto and lib for 7.0


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



libice: Changes to 'svn-X11R7.1'

2007-01-19 Thread David Nusinow
New branch 'svn-X11R7.1' available with the following commits:
commit d096bbe6cbc494e143efa51ee1fec6e44139eaf6
Author: David Nusinow [EMAIL PROTECTED]
Date:   Mon Jul 3 20:44:51 2006 +

Vendor drop of libice 1.0.1

commit 3d31dd13e86358327380d7f1c40959ed3c87ff69
Author: David Nusinow [EMAIL PROTECTED]
Date:   Sun Jul 2 03:04:28 2006 +

Rename libs vendor dirs to use svn best practices


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



libice: Changes to 'upstream-unstable'

2007-01-19 Thread David Nusinow
New branch 'upstream-unstable' available with the following commits:
commit bed718894bed98cbd45b02bd57fb7fc6fd5089aa
Author: Daniel Stone [EMAIL PROTECTED]
Date:   Sat Dec 16 01:21:17 2006 +0200

bump to 1.0.3

commit cac788981906186442ddfb57a41f45911eb8223b
Author: Daniel Stone [EMAIL PROTECTED]
Date:   Wed Dec 6 18:58:09 2006 +0200

Makefile.am: make ChangeLog hook safer
Make ChangeLog hook as safe as possible.

commit 011d632e8ef3f738b9158e66d6da6876e3b53905
Author: Adam Jackson [EMAIL PROTECTED]
Date:   Fri Oct 13 15:49:52 2006 -0400

Bump to 1.0.2

commit 445661cd714685009ee9ba2358a274351381eabf
Author: Adam Jackson [EMAIL PROTECTED]
Date:   Thu Oct 12 18:37:57 2006 -0400

Fix ChangeLog hook to distcheck.

commit 5cba1c763ac9f79062523227b49a29f72e6069cf
Author: Matthieu Herrb [EMAIL PROTECTED]
Date:   Sun Jul 16 10:52:30 2006 +0200

set GIT_DIR=${srcdir}/.git for git-log

commit 86e0a93714a6ccdb8555fc2c48231d958cba383d
Author: Alan Coopersmith [EMAIL PROTECTED]
Date:   Thu Jul 13 14:58:44 2006 -0700

renamed: .cvsignore - .gitignore

commit c87cb98979356fc55607c05a2b23207afc9beeb1
Author: Alan Coopersmith [EMAIL PROTECTED]
Date:   Tue Jul 11 13:48:08 2006 -0700

Replace static ChangeLog with rule copied from libX11 to generate from git 
log

commit 6066ab9b9914ec0cca3b8f36fa3f5ba323414621
Author: Derek Wang [EMAIL PROTECTED]
Date:   Tue Nov 23 12:00:32 2004 -0800

Sun bug #6193975: kde session manager core dumps in _IceWrite()

commit be25425ca38d23655a5a854c053e750e1cbd3dea
Author: Alan Coopersmith [EMAIL PROTECTED]
Date:   Tue Jul 11 13:42:07 2006 -0700

renamed: .cvsignore - .gitignore

commit 9b1bb5ab99bd386cc030cd456a576b37406da91c
Author: Adam Jackson [EMAIL PROTECTED]
Date:   Wed Apr 26 23:57:50 2006 +

Bump to 1.0.1

commit 96d7763487da6624ed85bee10b081e7138d2060d
Author: Alan Coopersmith [EMAIL PROTECTED]
Date:   Mon Apr 10 16:44:40 2006 +

Coverity #664: Free memory allocated by EXTRACT_STRING in
_IceDefaultErrorHandler after we're done fprintf()'ing it.

commit 2a30ec82f3bd2aa1f2566e97fee70403a8448de8
Author: Kevin E Martin [EMAIL PROTECTED]
Date:   Thu Dec 15 00:24:27 2005 +

Update package version number for final X11R7 release candidate.

commit 881573d429c0a9ecfa2d6286d4eaece36ee50675
Author: Kevin E Martin [EMAIL PROTECTED]
Date:   Sat Dec 3 05:49:42 2005 +

Update package version number for X11R7 RC3 release.

commit a15b179f2e8e359161d9133bac58dde57b7e78ae
Author: Kevin E Martin [EMAIL PROTECTED]
Date:   Sat Nov 19 07:15:39 2005 +

Update pkgconfig files to separate library build-time dependencies from
application build-time dependencies, and update package deps to work
with separate build roots.

commit c386a08047582240adefafd3afc062e52fccae6f
Author: Kevin E Martin [EMAIL PROTECTED]
Date:   Wed Nov 9 21:19:12 2005 +

Update package version number for X11R7 RC2 release.

commit c361e3919f2de3f4742904b04e73178edc76bf95
Author: Adam Jackson [EMAIL PROTECTED]
Date:   Sun Oct 23 20:12:19 2005 +

Bug #1893: Fix replies when peers use different major opcodes for the same
subprotocol. (016_ICE_subprotocol_reply_fix.diff from Debian, by Jochen
Voss)

commit 0b8ff6fbd8cd7f47ab9e6ccb6d4917564a2d13ee
Author: Alan Coopersmith [EMAIL PROTECTED]
Date:   Sat Jul 30 19:15:15 2005 +

Add -D flags to clear various warnings (Stefan Dirsch)

commit 260d470a128c7eaa6d7484bb143aab353c4e98ec
Author: Kevin E Martin [EMAIL PROTECTED]
Date:   Fri Jul 29 21:22:50 2005 +

Various changes preparing packages for RC0:
- Verify and update package version numbers as needed
- Implement versioning scheme
- Change bug address to point to bugzilla bug entry form
- Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
reenable it)
- Fix makedepend to use pkgconfig and pass distcheck
- Update build script to build macros first
- Update modular Xorg version

commit cf687b775f580a84a4a8e962814abe7bc47a3c52
Author: Daniel Stone [EMAIL PROTECTED]
Date:   Sat Jul 16 06:22:34 2005 +

Set soversion to 6.3.0.

commit 6d1704defa0e57715bd22d30d6e789b36233dcf8
Author: Keith Packard [EMAIL PROTECTED]
Date:   Sat Jul 9 05:59:01 2005 +

Add .cvsignore files

commit 2b6b8e40a63dd69a13f87c19dcf8dc2f477c304d
Author: Daniel Stone [EMAIL PROTECTED]
Date:   Sun Jul 3 07:00:55 2005 +

Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.
Add XSERV_t, TRANS_SERVER, TRANS_REOPEN to quash warnings.
Add #include dix-config.h or xorg-config.h, as appropriate, to all
source files in the xserver/xorg tree, predicated on defines of
HAVE_{DIX,XORG}_CONFIG_H. Change all Xfont includes to
X11/fonts/foo.h.

commit 608ad35f102b188f554daf8c160a5edcf4e8031c
Author: Daniel Stone [EMAIL PROTECTED]
Date:   Fri Jun 10 14:11:36 2005 +

Remove pointless include of Xlib.h.
Fix 

libice: Changes to 'svn-7.1'

2007-01-19 Thread David Nusinow
New branch 'svn-7.1' available with the following commits:
commit c4bb5d9daffa1065edba5c173113ea11a65dfc7b
Author: Drew Parsons [EMAIL PROTECTED]
Date:   Sat Aug 19 12:29:06 2006 +

All dbg packages in lib should have priority extra,
see http://lists.debian.org/debian-devel/2006/08/msg00737.html

commit 165b2c13fa8965c30fcf3498b80c910f0371c10b
Author: Branden Robinson [EMAIL PROTECTED]
Date:   Tue Aug 1 15:29:08 2006 +

Use only the major version, minor version, and major patch number
components of the Policy Manual revision in Standards-Version, because the
minor patch level will be changed when only cosmetic, typographical or
other edits are made which neither change the meaning of the document nor
affect the contents of packages.  See Policy Manual §5.6.11.

(The real reason for this commit, as with r2615, is to test tweaks to the
repository's commit-email.pl script.)

commit d0570582850a89b5f5b07bed1a4ae6638485628c
Author: Andres Salomon [EMAIL PROTECTED]
Date:   Mon Jul 17 04:44:49 2006 +

Idempotency fixes; everywhere where we're using a separate build directory,
we tend to create it via mkdir obj-$(foo).  This doesn't work if 
rebuilding,
because the directory already exists.  Instead, only create it if there's
no directory there already.

commit 8876f4f39e75c4eef453cf2eb0ea53b22f268450
Author: David Nusinow [EMAIL PROTECTED]
Date:   Thu Jul 6 00:17:16 2006 +

Actually add that pesky shlibs file

commit 3abb55e4dd031ee6e4e21cb7599d925ddbad889d
Author: David Nusinow [EMAIL PROTECTED]
Date:   Thu Jul 6 00:10:15 2006 +

* Add shlibs file to the package, and have it require libice from modular.
  Thanks Daniel Stone. (closes: #374775)

commit 7aa0e55cf9c4424ce993acdd78cc94c7f22c0789
Author: David Nusinow [EMAIL PROTECTED]
Date:   Mon Jul 3 20:56:38 2006 +

* New upstream release
* Run dh_install with --list-missing
* Bump debhelper compat to 5
* Remove extra x11-common dep in -dev package
* Version x11-common pre-dep in -dev package to use 1:7.0.0 to match the
  rest of Debian and shut lintian up
* Bump build-dep version on xtrans-dev to 1.0.1-1 to make sure we get the
  security fix
* Bump standards version to 3.7.2.0
* Don't look to install manpages for the -dev package, there aren't any

commit 17e0cf54e8eff9c973c0a89cb86058ec4977e01f
Author: David Nusinow [EMAIL PROTECTED]
Date:   Mon Jul 3 20:46:49 2006 +

Merge libice 1.0.1 vendor branch to working branch for 7.1


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



libfs: Changes to 'svn-X11R7.1'

2007-01-19 Thread David Nusinow
New branch 'svn-X11R7.1' available with the following commits:
commit 20129694d850022951dc3f05a200ea93416eb711
Author: David Nusinow [EMAIL PROTECTED]
Date:   Sun Jul 2 03:07:07 2006 +

All lower-case kthxby


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



libice: Changes to 'debian-unstable'

2007-01-19 Thread David Nusinow
New branch 'debian-unstable' available with the following commits:
commit 4e723af5160a0e3ba76619d9cde5c01fc1ec2c19
Author: Thierry Reding [EMAIL PROTECTED]
Date:   Tue Sep 26 09:37:55 2006 +

Add watch files.

commit 484c2fbd5da3a41d7b6544887ad51bfe49909dfa
Author: Drew Parsons [EMAIL PROTECTED]
Date:   Fri Sep 8 12:50:17 2006 +

Exclude libICE.la from dh_install (and not dh_strip...)

commit eb82dcba68d54294f6342384042193a660f8ddff
Author: Drew Parsons [EMAIL PROTECTED]
Date:   Fri Sep 8 12:40:33 2006 +

libice-1.0.1 (X11R7.1) copied from branches/7.1/lib for unstable

commit a22104ca1387574a87ba2d8679af3b20184eefb9
Author: Steve Langasek [EMAIL PROTECTED]
Date:   Wed Apr 19 07:12:11 2006 +

change names of all lib package directories to $sourcepackage, for a
more persistent naming scheme

commit 6bb21786fd3e55618a49e204c0a528f41e6dec3c
Author: David Nusinow [EMAIL PROTECTED]
Date:   Wed Apr 19 01:55:13 2006 +

* Reorder makeshlib command in rules file so that ldconfig is run
  properly. Thanks Drew Parsons and Steve Langasek.

commit fb9d9edd82df6e4467886cebc20e96185d61f695
Author: David Nusinow [EMAIL PROTECTED]
Date:   Tue Apr 4 23:55:04 2006 +

Set all libs to upload to unstable. Also update xft for modular.

commit 04cef00b47768e351dc3e513ddfbf1c905dd6ed2
Author: David Nusinow [EMAIL PROTECTED]
Date:   Wed Jan 25 01:34:54 2006 +

Set libs to be uploaded to experimental. Also pull in some libxft fixes 
from what's in unstable

commit 166b5efaf5d19f28045d51c0ca8d60f70b353afb
Author: David Nusinow [EMAIL PROTECTED]
Date:   Thu Jan 5 06:20:14 2006 +

* Remove 016_ICE_subprotocol_reply_fix.diff as it is now obsolete. Thanks
  Eugene Konev.

commit a6425847bc50f6267f1640bbe372ee47adf21713
Author: David Nusinow [EMAIL PROTECTED]
Date:   Fri Dec 30 20:12:45 2005 +

Update libs to 7.0 release with packaging

commit 2849df370c7826bf33b09ec731b5945f30f0782a
Author: David Nusinow [EMAIL PROTECTED]
Date:   Fri Dec 30 00:24:15 2005 +

Vendor drop of proto and lib for 7.0


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



libfs: Changes to 'svn-7.1'

2007-01-19 Thread David Nusinow
New branch 'svn-7.1' available with the following commits:
commit 889f304f81b0eae3d252efc982417641e0dbac88
Author: Drew Parsons [EMAIL PROTECTED]
Date:   Sat Aug 19 12:29:06 2006 +

All dbg packages in lib should have priority extra,
see http://lists.debian.org/debian-devel/2006/08/msg00737.html

commit 49f580e6409b23cb385caac5b014cdb05b5b581c
Author: Branden Robinson [EMAIL PROTECTED]
Date:   Tue Aug 1 15:29:08 2006 +

Use only the major version, minor version, and major patch number
components of the Policy Manual revision in Standards-Version, because the
minor patch level will be changed when only cosmetic, typographical or
other edits are made which neither change the meaning of the document nor
affect the contents of packages.  See Policy Manual §5.6.11.

(The real reason for this commit, as with r2615, is to test tweaks to the
repository's commit-email.pl script.)

commit 0ed51da1da418b385dfcf4f470ff7c77c558dbd0
Author: Branden Robinson [EMAIL PROTECTED]
Date:   Tue Aug 1 14:10:51 2006 +

Whitespace police.

(The real reason for this commit is to test tweaks to the repository's
commit-email.pl script.)

commit 9c1e93395a6fb38ae5e901e5087a29007ff8d4ad
Author: Andres Salomon [EMAIL PROTECTED]
Date:   Mon Jul 17 05:29:25 2006 +

When building arch-dependent stuff, run dh_install w/ --list-missing.

commit ea4924fa1e0ea530a0a0c41d80c69502b8748a86
Author: Andres Salomon [EMAIL PROTECTED]
Date:   Mon Jul 17 04:44:49 2006 +

Idempotency fixes; everywhere where we're using a separate build directory,
we tend to create it via mkdir obj-$(foo).  This doesn't work if 
rebuilding,
because the directory already exists.  Instead, only create it if there's
no directory there already.


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



libfs: Changes to 'upstream-unstable'

2007-01-19 Thread David Nusinow
New branch 'upstream-unstable' available with the following commits:
commit 3efa1082c4b58080b6d369882d3e6611adee8b5b
Author: Alan Coopersmith [EMAIL PROTECTED]
Date:   Thu Jul 13 14:58:43 2006 -0700

renamed: .cvsignore - .gitignore

commit df8de2bc08703b8de404e113cba4a47134bca68f
Author: Kevin E Martin [EMAIL PROTECTED]
Date:   Thu Dec 15 00:24:27 2005 +

Update package version number for final X11R7 release candidate.

commit ea190affa767ac2c64f70bc9a303929cf2eb6eff
Author: Kevin E Martin [EMAIL PROTECTED]
Date:   Sat Dec 3 05:49:41 2005 +

Update package version number for X11R7 RC3 release.

commit 11b1397e6c1356a70f42713f3a9779b866835d9e
Author: Kevin E Martin [EMAIL PROTECTED]
Date:   Sat Dec 3 04:41:47 2005 +

Add check and cflags for malloc(0) returning NULL.

commit 87c96993d17812a55d92ef32a91083614e258f02
Author: Kevin E Martin [EMAIL PROTECTED]
Date:   Sat Nov 19 07:15:39 2005 +

Update pkgconfig files to separate library build-time dependencies from
application build-time dependencies, and update package deps to work
with separate build roots.

commit 2404b41c83ea49dcbf654e6448ea99ab72c8d82b
Author: Kevin E Martin [EMAIL PROTECTED]
Date:   Wed Nov 9 21:19:11 2005 +

Update package version number for X11R7 RC2 release.

commit 516e8e27077b7c4b535189e398030f6c2c99300a
Author: Kean Johnson [EMAIL PROTECTED]
Date:   Tue Nov 8 06:33:25 2005 +

See ChangeLog entry 2005-11-07 for details.

commit b7c75dbf546e30fba6afba95b9a95fe4f50c6bba
Author: Kevin E Martin [EMAIL PROTECTED]
Date:   Wed Oct 19 02:48:08 2005 +

Update package version number for RC1 release.

commit 4902aa061cfdd2f2f35158240d9da9706698cf61
Author: Adam Jackson [EMAIL PROTECTED]
Date:   Wed Aug 3 03:28:00 2005 +

Do PKG_CHECK_MODULES on a unique token instead of on DEP, so builds with
a global configure cache don't get confused.

commit b15ff0fd68f67e37fc759742ebb637caac058f08
Author: Alan Coopersmith [EMAIL PROTECTED]
Date:   Sat Jul 30 19:15:15 2005 +

Add -D flags to clear various warnings (Stefan Dirsch)

commit 04ae86a006b608d2626ee90679cb84066cbc9710
Author: Alan Coopersmith [EMAIL PROTECTED]
Date:   Sat Jul 30 19:09:37 2005 +

Need to include config.h in fs_transport.c so Xtrans knows which
transport types to support

commit 35facec2fbd93d176f637dda5323c16a38350dfa
Author: Kevin E Martin [EMAIL PROTECTED]
Date:   Fri Jul 29 21:22:49 2005 +

Various changes preparing packages for RC0:
- Verify and update package version numbers as needed
- Implement versioning scheme
- Change bug address to point to bugzilla bug entry form
- Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
reenable it)
- Fix makedepend to use pkgconfig and pass distcheck
- Update build script to build macros first
- Update modular Xorg version

commit be058d899bb49c6319041d05d54ed8e289a62adf
Author: Daniel Stone [EMAIL PROTECTED]
Date:   Sat Jul 16 06:20:22 2005 +

Set soversion to 6.0.0 using -version-number.

commit 227eb224880f912e7261d251ba2bf81992b7726f
Author: Keith Packard [EMAIL PROTECTED]
Date:   Wed Jul 13 07:27:15 2005 +

Eliminate xtrans CFLAGS from .pc file as xtrans is not part of the public
API.

commit 905552dfa2af617780bc2cd4d14edad845c3203b
Author: Keith Packard [EMAIL PROTECTED]
Date:   Wed Jul 13 07:23:56 2005 +

Make some minor source adjustments so that we don not need to use
-D_XOPEN_SOURCE -D_BSD_SOURCE everywhere as this will leak out of the
modular environment and into application build processes, potentially
foulling up their compiles.

commit 9a9aec0b9fb6315120c2ff87be94c6653802be76
Author: Keith Packard [EMAIL PROTECTED]
Date:   Sat Jul 9 05:58:09 2005 +

Add .cvsignore files Switch _la_CFLAGS for AM_CFLAGS to clean up directory

commit e5721d4ea9a1ef400f790583b33b0491a224733f
Author: Daniel Stone [EMAIL PROTECTED]
Date:   Sun Jul 3 07:00:55 2005 +

Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.
Add XSERV_t, TRANS_SERVER, TRANS_REOPEN to quash warnings.
Add #include dix-config.h or xorg-config.h, as appropriate, to all
source files in the xserver/xorg tree, predicated on defines of
HAVE_{DIX,XORG}_CONFIG_H. Change all Xfont includes to
X11/fonts/foo.h.

commit 6847a3b405dd98a1aa7804e97e6b2ce13bbf8bd7
Author: Søren Sandmann Pedersen [EMAIL PROTECTED]
Date:   Wed Jun 22 22:46:31 2005 +

Apply these patches from Theo van Klaveren:
lib-dmx.patch lib-FS.patch lib-X11.patch lib-XRes.patch
lib-XScrnSaver.patch lib-xtrans.patch
to make the libraries distcheck.

commit 5f6bbd9ed4002d9d6b5119a018bbc7345f47543a
Author: Alexander Gottwald [EMAIL PROTECTED]
Date:   Thu Jun 9 15:54:09 2005 +

Replace X11/transport.c with X11/Xtrans/transport.c

commit e798bd7804c100232a927b075fcc58262c1e50f9
Author: Alexander 

compiz-extra: Changes to 'debian-experimental'

2007-01-19 Thread Thierry Reding
 debian/changelog |6 ++
 debian/control   |4 +++-
 2 files changed, 9 insertions(+), 1 deletion(-)

New commits:
commit aa36985a23dba9c7f21649e89f41912a21ceb706
Author: Thierry Reding [EMAIL PROTECTED]
Date:   Fri Jan 19 07:04:11 2007 +0100

Mark the package as not yet released.

diff --git a/debian/changelog b/debian/changelog
index b76e595..37a99dc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-compiz-extra (0.3.6.0-2) experimental; urgency=low
+compiz-extra (0.3.6.0-2) UNRELEASED; urgency=low
 
   * Add new plugins to the package description.
 

commit 41adc2f739eb8973ba1fd361b5aa134d7eb81b01
Author: Thierry Reding [EMAIL PROTECTED]
Date:   Fri Jan 19 07:03:13 2007 +0100

Add new plugins to the package description.

diff --git a/debian/changelog b/debian/changelog
index 6a4e2ea..b76e595 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+compiz-extra (0.3.6.0-2) experimental; urgency=low
+
+  * Add new plugins to the package description.
+
+ -- Thierry Reding [EMAIL PROTECTED]  Fri, 19 Jan 2007 07:02:04 +0100
+
 compiz-extra (0.3.6.0-1) experimental; urgency=low
 
   * New upstream release:
diff --git a/debian/control b/debian/control
index 6a9e0f4..c2cf3e5 100644
--- a/debian/control
+++ b/debian/control
@@ -18,14 +18,16 @@ Description: extra third party plugins f
* bench: show framerates on the screen
* border: toggle the window frame on and off
* bs: allow adjustment of brightness and saturation
-   * copacity: conditional opacity
+   * opacify: use opacity to highlight the active window(s)
* crashhandler: write a dumpfile on crash and restart an alternate window
manager
* group: group windows so they can be moved and resized together
+   * inputzoom: input enabled zoom
* mousegestures: simple mouse gestures
* neg: invert screen and window colors
* put: put windows in specific positions
* showdesktop: show the desktop in an animated way
+   * snow: simulate snow on the desktop
* state: allow specific windows to retain their state
* trailfocus: leave a trail of selected windows by changing the brightness
* wallpaper: use a different on each face of the cube


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



libfontenc: Changes to 'svn-X11R7.1'

2007-01-19 Thread David Nusinow
New branch 'svn-X11R7.1' available with the following commits:
commit 8f982b08ba942ede6c64708369cd2c6bbbf297c3
Author: David Nusinow [EMAIL PROTECTED]
Date:   Mon Jul 3 20:21:31 2006 +

Vendor drop of libfontenc 1.0.2

commit 3d31dd13e86358327380d7f1c40959ed3c87ff69
Author: David Nusinow [EMAIL PROTECTED]
Date:   Sun Jul 2 03:04:28 2006 +

Rename libs vendor dirs to use svn best practices


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



libfontenc: Changes to 'svn-7.1'

2007-01-19 Thread David Nusinow
New branch 'svn-7.1' available with the following commits:
commit 719a471309007298744e182dc126af9d4a683930
Author: Drew Parsons [EMAIL PROTECTED]
Date:   Sat Aug 19 12:29:06 2006 +

All dbg packages in lib should have priority extra,
see http://lists.debian.org/debian-devel/2006/08/msg00737.html

commit 04cc330f5c1ce3d809dd9cbe40cce7f394532488
Author: Branden Robinson [EMAIL PROTECTED]
Date:   Tue Aug 1 15:29:08 2006 +

Use only the major version, minor version, and major patch number
components of the Policy Manual revision in Standards-Version, because the
minor patch level will be changed when only cosmetic, typographical or
other edits are made which neither change the meaning of the document nor
affect the contents of packages.  See Policy Manual §5.6.11.

(The real reason for this commit, as with r2615, is to test tweaks to the
repository's commit-email.pl script.)

commit 32a8d867f87c851694e5c29383d849e11996e3d9
Author: Andres Salomon [EMAIL PROTECTED]
Date:   Mon Jul 17 04:44:49 2006 +

Idempotency fixes; everywhere where we're using a separate build directory,
we tend to create it via mkdir obj-$(foo).  This doesn't work if 
rebuilding,
because the directory already exists.  Instead, only create it if there's
no directory there already.

commit 95d418212f6c99c6d97c5a2a32891a1606cf1a7f
Author: David Nusinow [EMAIL PROTECTED]
Date:   Mon Jul 3 20:35:01 2006 +

* New upstream release
* Bump debhelper compat to 5
* Remove extra dep on x11-common from -dev package
* Version x11-common pre-dep in -dev package to be 1:7.0.0 to match the rest
  of Debian and shut lintian up
* Bump standards version to 3.7.2.0

commit e02c1c5843161e3b5a3ded62dede407c5f5c0bc6
Author: David Nusinow [EMAIL PROTECTED]
Date:   Mon Jul 3 20:24:39 2006 +

Merge libfontenc 1.0.2 to working dir


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



libfontenc: Changes to 'upstream-unstable'

2007-01-19 Thread David Nusinow
New branch 'upstream-unstable' available with the following commits:
commit 1b4ca41a58016053220047b9f77a2eec812c03a0
Author: Daniel Stone [EMAIL PROTECTED]
Date:   Sat Dec 16 01:19:45 2006 +0200

bump to 1.0.4

commit 38855c00c9efe88af97a5f8208c2e6aef0e9e93f
Author: Daniel Stone [EMAIL PROTECTED]
Date:   Wed Dec 6 18:57:29 2006 +0200

Makefile.am: make ChangeLog hook safer
Make ChangeLog hook as safe as possible.

commit 111a9501c2c01d4b4f00ed221035953bfb256898
Author: Adam Jackson [EMAIL PROTECTED]
Date:   Fri Oct 13 15:20:48 2006 -0400

Bump to 1.0.3

commit fc19e19275c213f5122b120e7b45f63c302916a1
Author: Adam Jackson [EMAIL PROTECTED]
Date:   Thu Oct 12 18:35:04 2006 -0400

Fix ChangeLog hook to distcheck.

commit 2de626b53827fa1365c149c3fd2e1e280f8691e2
Author: Alan Coopersmith [EMAIL PROTECTED]
Date:   Wed Oct 4 19:31:23 2006 -0700

Mark character mapping data tables as const

commit 2daccee698507b27113e89b07af371905aa2bcd4
Author: Alan Coopersmith [EMAIL PROTECTED]
Date:   Wed Oct 4 19:13:17 2006 -0700

Clear sparse warnings: Using plain integer as NULL pointer

commit b00dcc90e490454fdd983b4bf6d0fa92ab91d0be
Author: Alan Coopersmith [EMAIL PROTECTED]
Date:   Wed Oct 4 18:50:44 2006 -0700

Add XORG_WITH_LINT support for checking source code with lint/sparse/etc.

commit 5d18f978c9085c3c9d9a44c90e73055125e11a68
Author: Alan Coopersmith [EMAIL PROTECTED]
Date:   Wed Oct 4 18:50:07 2006 -0700

Clear sparse warning: non-ANSI function declaration of function 
'FontEncDirectory'

commit 1dc8867f53a81d6e1c413d393039747668d27bd4
Author: Alan Coopersmith [EMAIL PROTECTED]
Date:   Wed Oct 4 18:34:20 2006 -0700

Replace static ChangeLog with dist-hook to generate from git log

commit 81b27280717dc7e06a9ebbd196fae03a9e719db3
Author: Alan Coopersmith [EMAIL PROTECTED]
Date:   Wed Oct 4 18:32:38 2006 -0700

Add *~ to .gitignore to skip over emacs droppings

commit 187ec5a0cd96c3b6b13b9ccae51e2828db7c6d3e
Author: Alan Coopersmith [EMAIL PROTECTED]
Date:   Wed Oct 4 18:32:07 2006 -0700

Copy copyright notice/license from source to COPYING

commit 1a9f5d7cb1aba4d65b28b5cdcaa7b68053b733ee
Author: Alan Coopersmith [EMAIL PROTECTED]
Date:   Thu Jul 13 14:59:16 2006 -0700

renamed: .cvsignore - .gitignore

commit 2c2f63d0f17106964c808f8f0ec5bb58f35b4fe5
Author: Alan Coopersmith [EMAIL PROTECTED]
Date:   Sat Jun 3 06:33:40 2006 +

Coverity #1523: Dereferencing freed pointer mapping

commit f991560c0f599d82b23380de4a681b0d218f5cef
Author: Adam Jackson [EMAIL PROTECTED]
Date:   Wed Apr 26 23:55:31 2006 +

Bump to 1.0.2

commit a9604c242f7f53a8cd26a2764c1a96e25ea2e1a7
Author: Alan Coopersmith [EMAIL PROTECTED]
Date:   Mon Apr 10 16:15:12 2006 +

Fix another file descriptor leak (related to previous Coverity #544)

commit d86b38b96854bc60d4a2c4595e73cf53aa36d85c
Author: Adam Jackson [EMAIL PROTECTED]
Date:   Fri Apr 7 00:35:36 2006 +

Coverity #544: File a file descriptor leak.

commit 78f355698128454370590040699c2141ae69d7d9
Author: Kevin E Martin [EMAIL PROTECTED]
Date:   Wed Dec 21 02:30:06 2005 +

Update package version for X11R7 release.

commit c7a14086fbe226169f7ea5df80c4d885082fb732
Author: Adam Jackson [EMAIL PROTECTED]
Date:   Mon Dec 19 16:28:28 2005 +

Stub COPYING files

commit 55035bfbae0ca22399623d78411cc50bfdee2705
Author: Kevin E Martin [EMAIL PROTECTED]
Date:   Thu Dec 15 00:24:36 2005 +

Update package version number for final X11R7 release candidate.

commit d146b3a17228204ce0fe3bcca72de53cedebf5fb
Author: Kevin E Martin [EMAIL PROTECTED]
Date:   Fri Dec 9 06:07:14 2005 +

Bug #5175: Make encodingsdir configurable (David Coulthart and Kevin E.
Martin)

commit acb0d67e5f0293f960a923cda6eb359a82f7036e
Author: Kevin E Martin [EMAIL PROTECTED]
Date:   Sat Dec 3 05:49:46 2005 +

Update package version number for X11R7 RC3 release.

commit c2e139f8726cde5bbae609865b609f087b3f651b
Author: Kevin E Martin [EMAIL PROTECTED]
Date:   Sat Nov 19 07:15:44 2005 +

Update pkgconfig files to separate library build-time dependencies from
application build-time dependencies, and update package deps to work
with separate build roots.

commit 21b115927640683b90fc1304f7b921da51aabf64
Author: Kevin E Martin [EMAIL PROTECTED]
Date:   Wed Nov 9 21:19:14 2005 +

Update package version number for X11R7 RC2 release.

commit d9ece44e76f0c2dcfacb5ff00e59cae2741e3c96
Author: Kean Johnson [EMAIL PROTECTED]
Date:   Tue Nov 8 06:33:26 2005 +

See ChangeLog entry 2005-11-07 for details.

commit 632f53206e104b372db255c5171c3479d87b683b
Author: Kevin E Martin [EMAIL PROTECTED]
Date:   Wed Oct 19 02:48:12 2005 +

Update package version number for RC1 release.

commit 49e4c36c1bf2ccc3af576c489abf76bea4bf64b1
Author: Adam Jackson [EMAIL PROTECTED]
Date:   Wed Aug 3 03:28:03 2005 +

Do PKG_CHECK_MODULES on a unique token instead of on DEP, so builds with
  

libfontenc: Changes to 'debian-unstable'

2007-01-19 Thread David Nusinow
New branch 'debian-unstable' available with the following commits:
commit 857f21831ff29f8b05942d803a07cb7e06094c24
Author: Thierry Reding [EMAIL PROTECTED]
Date:   Tue Sep 26 09:37:55 2006 +

Add watch files.

commit ff1108afd9e9d6a85b8346c30c792852eabede27
Author: David Nusinow [EMAIL PROTECTED]
Date:   Wed Aug 30 00:40:42 2006 +

Prepare changelog for release

commit ea6ce0e0432b0d58cdcca23d6ed6c2fdc547b146
Author: David Nusinow [EMAIL PROTECTED]
Date:   Wed Aug 30 00:32:04 2006 +

* Merge libfontenc from 7.1 branch to trunk in preparation for upload to
  unstable

commit 5a2d3891de98489a9083614e618ebbe504b29b90
Author: David Nusinow [EMAIL PROTECTED]
Date:   Tue May 9 05:07:40 2006 +

  generate other encodings (the former one did not exist at all). Thanks
* Run dh_install with --list-missing

commit 83afc374d7108995546933ed0555b4286d12ac32
Author: David Martínez [EMAIL PROTECTED]
Date:   Fri May 5 07:37:46 2006 +

 * Fix the encoding path to ${datadir}/fonts/X11/encodings in order to
   generate other encodings (the former one did not exist at all). Thanks
   Liu Mars. Closes: #366097.

commit cce2f1ec126833211c11f400f72e2dfe510b71bd
Author: Steve Langasek [EMAIL PROTECTED]
Date:   Wed Apr 19 07:12:11 2006 +

change names of all lib package directories to $sourcepackage, for a
more persistent naming scheme

commit f72fdee012fab90289dbf269d940643f13b32bf6
Author: David Nusinow [EMAIL PROTECTED]
Date:   Wed Apr 19 01:55:13 2006 +

* Reorder makeshlib command in rules file so that ldconfig is run
  properly. Thanks Drew Parsons and Steve Langasek.

commit df4b3aefc1735e51c346a125c22f07872ac6737b
Author: David Nusinow [EMAIL PROTECTED]
Date:   Sat Apr 15 22:55:01 2006 +

* Change --with-encodingsdir to \$${datadir}/fonts/X11/fonts/encodings.
  Thanks to Denis Barbier and Xin Liu.

commit 63ead086f5bbe11c8e40b665315ad5ea0dd83b1b
Author: David Nusinow [EMAIL PROTECTED]
Date:   Sat Apr 15 16:17:55 2006 +

* Build with --with-encodingsdir=${datadir}/X11/fonts/encodings to account
  for where we install the encodings. Thanks Xin Liu. Thanks Daniel Stone
  for the fix. (closes: #362722)

commit 721cb9a5b8c5373e3a414c9f4cfacdeb039e26df
Author: David Nusinow [EMAIL PROTECTED]
Date:   Tue Apr 4 23:55:04 2006 +

Set all libs to upload to unstable. Also update xft for modular.

commit cec37ffa93c251e3603cd64f046244915da9f49c
Author: David Nusinow [EMAIL PROTECTED]
Date:   Wed Jan 25 01:34:54 2006 +

Set libs to be uploaded to experimental. Also pull in some libxft fixes 
from what's in unstable

commit 280bd2524d0f9d022bd0992f18b0eee0264b0670
Author: David Nusinow [EMAIL PROTECTED]
Date:   Fri Dec 30 20:12:45 2005 +

Update libs to 7.0 release with packaging

commit 3957dc32774153621bdba68603e210a664bd7b58
Author: David Nusinow [EMAIL PROTECTED]
Date:   Fri Dec 30 00:24:15 2005 +

Vendor drop of proto and lib for 7.0


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



libdmx: Changes to 'svn-7.1'

2007-01-19 Thread David Nusinow
New branch 'svn-7.1' available with the following commits:
commit 728e66186f213a09ead1295c4a0a2bca5547d2bc
Author: Drew Parsons [EMAIL PROTECTED]
Date:   Sat Aug 19 12:29:06 2006 +

All dbg packages in lib should have priority extra,
see http://lists.debian.org/debian-devel/2006/08/msg00737.html

commit ca84b252a66ae77681b26c33c37ec2a2e93139ab
Author: Branden Robinson [EMAIL PROTECTED]
Date:   Tue Aug 1 15:29:08 2006 +

Use only the major version, minor version, and major patch number
components of the Policy Manual revision in Standards-Version, because the
minor patch level will be changed when only cosmetic, typographical or
other edits are made which neither change the meaning of the document nor
affect the contents of packages.  See Policy Manual §5.6.11.

(The real reason for this commit, as with r2615, is to test tweaks to the
repository's commit-email.pl script.)

commit 8989c76af7b50bca4da138a1c5a2f0715f79cb4c
Author: Andres Salomon [EMAIL PROTECTED]
Date:   Mon Jul 17 04:44:49 2006 +

Idempotency fixes; everywhere where we're using a separate build directory,
we tend to create it via mkdir obj-$(foo).  This doesn't work if 
rebuilding,
because the directory already exists.  Instead, only create it if there's
no directory there already.

commit 3a5743d0f187fc960b555f0990ab61c9ce61b290
Author: David Nusinow [EMAIL PROTECTED]
Date:   Mon Jul 3 20:14:04 2006 +

* New upstream release
* Bump debhelper compat to 5
* Remove extra dependency on x11-common in -dev package
* Bump standards version to 3.7.2.0
* Run dh_install with --list-missing
* Don't try and install header files for -dev package anymore, they're not
  there

commit 7577b874567502e83c0d505f0d5c1695a41cd3b6
Author: David Nusinow [EMAIL PROTECTED]
Date:   Mon Jul 3 20:01:11 2006 +

Merge vendor drop of libdmx 1.0.2 to 7.1 working branch


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



libdmx: Changes to 'svn-X11R7.1'

2007-01-19 Thread David Nusinow
New branch 'svn-X11R7.1' available with the following commits:
commit c9ca3d41528fa6a948e1869fb9fa43c4d934fac0
Author: David Nusinow [EMAIL PROTECTED]
Date:   Mon Jul 3 19:56:04 2006 +

Vendor drop of libdmx 1.0.2

commit 3d31dd13e86358327380d7f1c40959ed3c87ff69
Author: David Nusinow [EMAIL PROTECTED]
Date:   Sun Jul 2 03:04:28 2006 +

Rename libs vendor dirs to use svn best practices


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



libdmx: Changes to 'upstream-unstable'

2007-01-19 Thread David Nusinow
New branch 'upstream-unstable' available with the following commits:
commit 88286ad8dee07f4a06c8cfc032606ad26972fd3f
Author: Alan Coopersmith [EMAIL PROTECTED]
Date:   Thu Jul 13 14:59:15 2006 -0700

renamed: .cvsignore - .gitignore

commit fe6012c309b7465a81535a5b18f70cac44fb33fb
Author: Adam Jackson [EMAIL PROTECTED]
Date:   Wed Apr 26 23:51:19 2006 +

Bump to 1.0.2

commit 44c22b0f24d2cc835d088b9da65cf5ade41a2854
Author: Adam Jackson [EMAIL PROTECTED]
Date:   Fri Apr 7 00:31:17 2006 +

Coverity #928: Don't dereference screen if it's null.

commit 3aec4c999217de52ee28beb5dc429e84f25a4cee
Author: Kevin E Martin [EMAIL PROTECTED]
Date:   Wed Dec 21 02:30:06 2005 +

Update package version for X11R7 release.

commit 61ba01b94fda571fc02287cfb321e7ace5f4e344
Author: Adam Jackson [EMAIL PROTECTED]
Date:   Mon Dec 19 16:28:28 2005 +

Stub COPYING files

commit 1594c277fed66ac77eff2687cfa586a82c649594
Author: Kevin E Martin [EMAIL PROTECTED]
Date:   Thu Dec 15 00:24:35 2005 +

Update package version number for final X11R7 release candidate.

commit e608c6a473d3ff6abd7290301d10929e37a2de9d
Author: Kevin E Martin [EMAIL PROTECTED]
Date:   Tue Dec 6 22:48:46 2005 +

Change *man_SOURCES == *man_PRE to fix autotools warnings.

commit 7f82999694f562b664190cd2d0041ac3dc8b7e0e
Author: Kevin E Martin [EMAIL PROTECTED]
Date:   Sat Dec 3 05:49:46 2005 +

Update package version number for X11R7 RC3 release.

commit 074fde5f1862e7ca6e18ac198baf7ec3359a2fa5
Author: Kevin E Martin [EMAIL PROTECTED]
Date:   Sat Dec 3 04:41:52 2005 +

Add check and cflags for malloc(0) returning NULL.

commit 2f295bd0ca857cc50b98170a91a98d94c6c1fab7
Author: Alan Coopersmith [EMAIL PROTECTED]
Date:   Mon Nov 28 22:03:07 2005 +

Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)

commit a064437898064f0906e1676caa5823c8334e77c7
Author: Kevin E Martin [EMAIL PROTECTED]
Date:   Sat Nov 19 07:15:44 2005 +

Update pkgconfig files to separate library build-time dependencies from
application build-time dependencies, and update package deps to work
with separate build roots.

commit 6424ff482a845160bc1146bb8a17fa2bde976685
Author: Alan Coopersmith [EMAIL PROTECTED]
Date:   Sun Nov 13 18:14:22 2005 +

Use $(LIB_MAN_SUFFIX) instead of forcing man pages into section 3. Use sed
to substitute variables in man pages.

commit 68ee705e1066d5092bc266c9d47d6c1022be2f1c
Author: Kevin E Martin [EMAIL PROTECTED]
Date:   Wed Oct 19 02:48:12 2005 +

Update package version number for RC1 release.

commit c0414eb4d8c710fac94ea32bc47031e1855c6fdb
Author: Adam Jackson [EMAIL PROTECTED]
Date:   Wed Aug 3 03:28:03 2005 +

Do PKG_CHECK_MODULES on a unique token instead of on DEP, so builds with
a global configure cache don't get confused.

commit e51544b67812183184becaf6cd2ba907483bcea7
Author: Kevin E Martin [EMAIL PROTECTED]
Date:   Fri Jul 29 21:22:53 2005 +

Various changes preparing packages for RC0:
- Verify and update package version numbers as needed
- Implement versioning scheme
- Change bug address to point to bugzilla bug entry form
- Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
reenable it)
- Fix makedepend to use pkgconfig and pass distcheck
- Update build script to build macros first
- Update modular Xorg version

commit 0e287fb569607a88500fc8ead709113da7d62a76
Author: Daniel Stone [EMAIL PROTECTED]
Date:   Wed Jul 20 12:10:12 2005 +

Set soversion to 1.0.0 with -version-number.

commit 1665593dffc0a2a15b4c2dbd50e0f4ef655c7d49
Author: Daniel Stone [EMAIL PROTECTED]
Date:   Sat Jul 16 07:49:42 2005 +

Set soversion to 1.0 using -version-number.

commit b5b357df37d6adb66daedf8a9950bf653bf4c54d
Author: Keith Packard [EMAIL PROTECTED]
Date:   Sat Jul 9 21:11:25 2005 +

Add .cvsignore files Switch _la_CFLAGS for AM_CFLAGS to clean up directory

commit 63d3d3060793b834a6f55a1788ed74dd91ff1635
Author: Søren Sandmann Pedersen [EMAIL PROTECTED]
Date:   Wed Jun 22 22:46:39 2005 +

Apply these patches from Theo van Klaveren:
lib-dmx.patch lib-FS.patch lib-X11.patch lib-XRes.patch
lib-XScrnSaver.patch lib-xtrans.patch
to make the libraries distcheck.

commit 414f10d9cd304ad410eaab1faeb9bec6db99a254
Author: Alexander Gottwald [EMAIL PROTECTED]
Date:   Tue Jun 21 15:41:37 2005 +

lib/XScrnSaver/configure.ac
lib/XScrnSaver/src/Makefile.am
lib/Xfontcache/configure.ac
lib/Xfontcache/src/Makefile.am
lib/Xinerama/configure.ac
lib/Xinerama/src/Makefile.am
lib/Xtst/configure.ac
lib/Xv/configure.ac
lib/XvMC/configure.ac
lib/dmx/configure.ac Add missing xext.pc and xextproto.pc Add DEP_CFLAGS to
src/Makefile.am

commit 110b58cc4b1fe556937d0cc10c21e8d378bf557f
Author: Søren 

libdmx: Changes to 'debian-unstable'

2007-01-19 Thread David Nusinow
New branch 'debian-unstable' available with the following commits:
commit 791f5dc9309bb583caad00e10542943c54368c1e
Author: Thierry Reding [EMAIL PROTECTED]
Date:   Tue Sep 26 09:37:55 2006 +

Add watch files.

commit dd2873be822e13072b1671deb3bafcd74a3f98d8
Author: David Nusinow [EMAIL PROTECTED]
Date:   Wed Aug 30 00:29:13 2006 +

Prepare changelog for upload

commit 731808308f056c1b06b993747ddcbb7295899b92
Author: David Nusinow [EMAIL PROTECTED]
Date:   Wed Aug 30 00:22:44 2006 +

* Merge libdmx from 7.1 branch to trunk in preparation to upload to
  unstable

commit 3bef69921541890eb69927d88dda411d0c906fb2
Author: Steve Langasek [EMAIL PROTECTED]
Date:   Wed Apr 19 07:12:11 2006 +

change names of all lib package directories to $sourcepackage, for a
more persistent naming scheme

commit 819bcfd559953f5213c670f7eed27f252c50ac5f
Author: David Nusinow [EMAIL PROTECTED]
Date:   Wed Apr 19 01:55:13 2006 +

* Reorder makeshlib command in rules file so that ldconfig is run
  properly. Thanks Drew Parsons and Steve Langasek.

commit 91f70973de7415d25fba1ac20cc112963ff7bafa
Author: David Nusinow [EMAIL PROTECTED]
Date:   Wed Apr 19 01:24:04 2006 +

* Version pre-depends on x11-common properly. Thanks Josh Triplett.
  (closes: #362877)

commit 309af3c692fdf34f9d2d1db57a719d4e2813c4e0
Author: David Nusinow [EMAIL PROTECTED]
Date:   Tue Apr 4 23:55:04 2006 +

Set all libs to upload to unstable. Also update xft for modular.

commit ed3890eb28e8b06cf6338f55a7b5aa7f9bba64c6
Author: David Nusinow [EMAIL PROTECTED]
Date:   Wed Jan 25 01:34:54 2006 +

Set libs to be uploaded to experimental. Also pull in some libxft fixes 
from what's in unstable

commit 16449100da07c9101bb93c18826a15a33c02b20a
Author: David Nusinow [EMAIL PROTECTED]
Date:   Fri Dec 30 20:12:45 2005 +

Update libs to 7.0 release with packaging

commit 73d9666b26fa6decf48aadcc2153179bc3b28771
Author: David Nusinow [EMAIL PROTECTED]
Date:   Fri Dec 30 00:24:15 2005 +

Vendor drop of proto and lib for 7.0


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



x11proto-print: Changes to 'svn-X11R7.1'

2007-01-19 Thread David Nusinow
New branch 'svn-X11R7.1' available with the following commits:
commit f0c91632ba2828610d4690714d3a317ee20582c6
Author: Drew Parsons [EMAIL PROTECTED]
Date:   Sat Aug 5 13:42:16 2006 +

Restore vendor copy of printproto-1.0.3.


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



x11proto-print: Changes to 'svn-7.1'

2007-01-19 Thread David Nusinow
New branch 'svn-7.1' available with the following commits:


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



x11proto-print: Changes to 'upstream-unstable'

2007-01-19 Thread David Nusinow
New branch 'upstream-unstable' available with the following commits:
commit 4f039c9a8c7e9270cb41c3584a53a78610a804fd
Author: Alan Coopersmith [EMAIL PROTECTED]
Date:   Fri Jul 14 18:56:25 2006 -0700

renamed: .cvsignore - .gitignore

commit edf1eb2c9b0cb27f703a647c313f991df01a7a2c
Author: Kevin E Martin [EMAIL PROTECTED]
Date:   Thu Dec 15 00:24:38 2005 +

Update package version number for final X11R7 release candidate.

commit fd24d13432838905386228344ef915cbfa4c228a
Author: Kevin E Martin [EMAIL PROTECTED]
Date:   Sat Dec 3 05:49:46 2005 +

Update package version number for X11R7 RC3 release.

commit 353a1f812eb7fcf560df8e8b4e08bc229ef78c0a
Author: Kevin E Martin [EMAIL PROTECTED]
Date:   Sat Nov 19 07:15:48 2005 +

Update pkgconfig files to separate library build-time dependencies from
application build-time dependencies, and update package deps to work
with separate build roots.

commit 9aba897159ed942e5399a4b2b6fff665deeac8d5
Author: Kevin E Martin [EMAIL PROTECTED]
Date:   Wed Oct 19 02:48:14 2005 +

Update package version number for RC1 release.

commit 46bc30b476513df72ad9ef1fa0484338c69b2b33
Author: Eric Anholt [EMAIL PROTECTED]
Date:   Tue Aug 2 19:19:39 2005 +

Add basic .cvsignore files for proto modules.

commit 89dbcc4915ae60e4a03142fe2b013ca7023499d1
Author: Kevin E Martin [EMAIL PROTECTED]
Date:   Fri Jul 29 21:22:56 2005 +

Various changes preparing packages for RC0:
- Verify and update package version numbers as needed
- Implement versioning scheme
- Change bug address to point to bugzilla bug entry form
- Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
reenable it)
- Fix makedepend to use pkgconfig and pass distcheck
- Update build script to build macros first
- Update modular Xorg version

commit 73623780051fecab6397cf075f87c707eca1a5ab
Author: Alan Coopersmith [EMAIL PROTECTED]
Date:   Mon Jul 25 16:15:05 2005 +

#include fontstruct.h - X11/fonts/fontstruct.h for modularization
(Drew Parsons)

commit 6b9a6d5696f2324b7982ee958f51de9a21297285
Author: Daniel Stone [EMAIL PROTECTED]
Date:   Sat May 21 04:13:23 2005 +

Set version to 1.0.

commit 1cdce3bdede75f204d241c254c51b60c248369dc
Author: Adam Jackson [EMAIL PROTECTED]
Date:   Thu May 19 00:22:39 2005 +

revert last change, didn't do right thing at all, sorry for the noise

commit 14bb8b2c0366c09f234c438a357adc0e40d767ad
Author: Adam Jackson [EMAIL PROTECTED]
Date:   Thu May 19 00:10:18 2005 +

Require automake 1.7 in AM_INIT_AUTOMAKE

commit edb479dbcee12685ced059a70e4ad7a462d6a793
Author: Josh Triplett [EMAIL PROTECTED]
Date:   Mon May 16 08:42:55 2005 +

Add COPYING file for Print.

commit 163d7443ea3776eeb00f85fdebebb53938924fb0
Author: Søren Sandmann Pedersen [EMAIL PROTECTED]
Date:   Mon May 9 18:20:05 2005 +

Change all the protonames from extensionExt to extensionProto.

commit 61968cefee6fa47e6a2e99ac1277aa7496555d9b
Author: Kevin E Martin [EMAIL PROTECTED]
Date:   Fri May 6 01:46:31 2005 +

Initial build system files for proto module.

commit 3450fba3cd4e37d66f612c06dae92b416ba267d7
Author: Egbert Eich [EMAIL PROTECTED]
Date:   Fri Apr 23 18:43:06 2004 +

Merging XORG-CURRENT into trunk

commit e33d669067beddc3f89cd5fbd91371a5f735ad27
Author: Egbert Eich [EMAIL PROTECTED]
Date:   Sun Mar 14 08:31:35 2004 +

Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004

commit 3501dfac1febcaf4a6fd615216258cec5f8bdf98
Author: Egbert Eich [EMAIL PROTECTED]
Date:   Wed Mar 3 12:10:54 2004 +

Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004

commit 53d3ca9ad964d55afc04916ada912c06d10d5209
Author: Egbert Eich [EMAIL PROTECTED]
Date:   Thu Feb 26 13:35:11 2004 +

readding XFree86's cvs IDs

commit e91280eaba1651b9e600fe87c1760601981b9edf
Author: Egbert Eich [EMAIL PROTECTED]
Date:   Thu Feb 26 09:22:27 2004 +

Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004

commit 2e88b0d462b9dc068096c6be7f0ba49e21f7e1c7
Author: Kaleb Keithley [EMAIL PROTECTED]
Date:   Fri Nov 14 16:48:42 2003 +

XFree86 4.3.0.1

commit 4382611f85dc0dcbfc7cca9a4ba175b3bc83da14
Author: Kaleb Keithley [EMAIL PROTECTED]
Date:   Fri Nov 14 15:54:35 2003 +

R6.6 is the Xorg base-line


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



x11proto-xinerama: Changes to 'svn-X11R7.1'

2007-01-19 Thread David Nusinow
New branch 'svn-X11R7.1' available with the following commits:
commit 1f6c2d7550d123c5016c3ee58bf9b74b3d4f11af
Author: David Nusinow [EMAIL PROTECTED]
Date:   Sat Jul 1 23:59:00 2006 +

Rename protocol header vendor dirs to use svn best practices


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



x11proto-print: Changes to 'debian-unstable'

2007-01-19 Thread David Nusinow
New branch 'debian-unstable' available with the following commits:
commit 6ffa3d369f47dcb8c875a0ef09092e0d140cfb5f
Author: Thierry Reding [EMAIL PROTECTED]
Date:   Tue Sep 26 10:26:34 2006 +

Add some more watch files.

commit 83c31d1c16d0e2a8bf7555751d8e7f4cd3237f0d
Author: Drew Parsons [EMAIL PROTECTED]
Date:   Thu Aug 31 10:30:21 2006 +

  * Bring unstable into sync with XSF copy.
  * Renumber version to account for move to XSF, with the upstream
tarball no longer managed by dbs as a tarball inside a tarball.

commit 903398ee02d5040accb1e90ad5f70b63ced76969
Author: Drew Parsons [EMAIL PROTECTED]
Date:   Thu Aug 31 10:18:54 2006 +

  * Bring unstable into sync with XSF copy.

commit 1e86dff3b27dd54fb2f8c26ecaebb2e9966150b7
Author: Drew Parsons [EMAIL PROTECTED]
Date:   Thu Aug 31 10:15:20 2006 +

Copy printproto from branch/7.1 into trunk, ready for syncing against
unstable.

commit 3e0f1cbdf49854e15ae1c7d61de92245b28798c3
Author: Drew Parsons [EMAIL PROTECTED]
Date:   Wed Jul 26 08:59:09 2006 +

Lintian sez: debhelper should be build-depends not build-depends-indep.

commit 23af5d654fb4a02a7951bced58d8dda39c2d463e
Author: Drew Parsons [EMAIL PROTECTED]
Date:   Wed Jul 26 08:44:56 2006 +

Added svn:externals property for xsfbs.

commit ee7e98752b2d6d443bc4fa078d82a1b57d908219
Author: Drew Parsons [EMAIL PROTECTED]
Date:   Wed Jul 26 08:17:35 2006 +

Debian subdirectory for printproto.

commit 13e7a0b182dc39190d6cfd16eeaf28bd7d3296db
Author: Drew Parsons [EMAIL PROTECTED]
Date:   Wed Jul 26 08:02:17 2006 +

Initial commit of printproto-1.0.3.


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



x11proto-xinerama: Changes to 'svn-7.1'

2007-01-19 Thread David Nusinow
New branch 'svn-7.1' available with the following commits:
commit deb7d955cae6e14a4ace12ea5643cbd09ea4fcb9
Author: Branden Robinson [EMAIL PROTECTED]
Date:   Tue Aug 1 15:29:08 2006 +

Use only the major version, minor version, and major patch number
components of the Policy Manual revision in Standards-Version, because the
minor patch level will be changed when only cosmetic, typographical or
other edits are made which neither change the meaning of the document nor
affect the contents of packages.  See Policy Manual §5.6.11.

(The real reason for this commit, as with r2615, is to test tweaks to the
repository's commit-email.pl script.)

commit 85dee31b572200ef37675d13af3648cdac977fd3
Author: Andres Salomon [EMAIL PROTECTED]
Date:   Fri Jul 21 07:16:29 2006 +

Add myself as an uploader and prepare releases.

commit f4acebbc0f45275f13b09236ce8b4d5b1c4f5c07
Author: Andres Salomon [EMAIL PROTECTED]
Date:   Thu Jul 20 09:32:38 2006 +

  * Fix spelling error in package description; 'interchangeable'.

commit 4dc405cb29349a5b051c75c20b3df012afa975d7
Author: Andres Salomon [EMAIL PROTECTED]
Date:   Thu Jul 20 08:42:48 2006 +

  * Bump standards version to 3.7.2.0.
  * Version x11-common pre-dep in -dev package to 1:7.0.0 to match
the rest of Debian.

commit f511d54c93a133ff41a8d6b211d121ab621d7efb
Author: Andres Salomon [EMAIL PROTECTED]
Date:   Thu Jul 20 08:16:59 2006 +

Drop dependencies on x11-common in -dev packages where there was already
a pre-depends upon the package.

commit 5ad8e844f92ccd4d3dee30dab2e70951fffa4d0d
Author: Andres Salomon [EMAIL PROTECTED]
Date:   Thu Jul 20 08:07:08 2006 +

Change build-dep-indep to normal build-deps in various proto packages, as
dh_clean is called from within the clean rule.  This shuts lintian up.

commit 6d31e09d588fd3cd5489e2a0cc2014106677294b
Author: Andres Salomon [EMAIL PROTECTED]
Date:   Mon Jul 17 05:29:25 2006 +

When building arch-dependent stuff, run dh_install w/ --list-missing.

commit deefdbbc2d1353541bdbe4abab58e97c73e4aca2
Author: Andres Salomon [EMAIL PROTECTED]
Date:   Mon Jul 17 04:44:49 2006 +

Idempotency fixes; everywhere where we're using a separate build directory,
we tend to create it via mkdir obj-$(foo).  This doesn't work if 
rebuilding,
because the directory already exists.  Instead, only create it if there's
no directory there already.

commit 899a4a59e9b3e38bd618c42a286b8a4da942eec9
Author: David Nusinow [EMAIL PROTECTED]
Date:   Sun Jul 2 00:13:30 2006 +

Rename protocol header working dirs to use svn best practices


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



x11proto-xinerama: Changes to 'upstream-unstable'

2007-01-19 Thread David Nusinow
New branch 'upstream-unstable' available with the following commits:
commit edd1f8255923146a6d8723649baa0018a8ca8962
Author: Alan Coopersmith [EMAIL PROTECTED]
Date:   Fri Jul 14 18:56:52 2006 -0700

renamed: .cvsignore - .gitignore

commit 6f36b1384ae09505815d4867e2a26781c4335f4e
Author: Kevin E Martin [EMAIL PROTECTED]
Date:   Thu Dec 15 00:24:40 2005 +

Update package version number for final X11R7 release candidate.

commit a4319de7154a6f150dc32e45effd552681e877bb
Author: Kevin E Martin [EMAIL PROTECTED]
Date:   Wed Oct 19 02:48:16 2005 +

Update package version number for RC1 release.

commit 7244429847b2bbed9b785463ff9e7086c6b39a34
Author: Alan Coopersmith [EMAIL PROTECTED]
Date:   Fri Aug 19 00:13:46 2005 +

More updates for Panoramix - Xinerama rename

commit aba421a2e74a326a0e4387d3173308735a6263fd
Author: Alan Coopersmith [EMAIL PROTECTED]
Date:   Thu Aug 18 23:38:59 2005 +

Xinerama protocol module should be named Xinerama, not Panoramix

commit 74337d4f81c9050cb69da8fb825ebe9411b36140
Author: Eric Anholt [EMAIL PROTECTED]
Date:   Tue Aug 2 19:19:39 2005 +

Add basic .cvsignore files for proto modules.

commit c39a81928f245fa204030249868a422b65fec5a5
Author: Kevin E Martin [EMAIL PROTECTED]
Date:   Fri Jul 29 21:22:56 2005 +

Various changes preparing packages for RC0:
- Verify and update package version numbers as needed
- Implement versioning scheme
- Change bug address to point to bugzilla bug entry form
- Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
reenable it)
- Fix makedepend to use pkgconfig and pass distcheck
- Update build script to build macros first
- Update modular Xorg version

commit 51af7343cc12fec7d7d3e72efb613c9055aeeabc
Author: Daniel Stone [EMAIL PROTECTED]
Date:   Sat May 21 04:12:42 2005 +

Set version to 1.1.

commit 501d5823392a3ef6004bca877cfb5e9b4c346fd5
Author: Adam Jackson [EMAIL PROTECTED]
Date:   Thu May 19 00:22:39 2005 +

revert last change, didn't do right thing at all, sorry for the noise

commit ead21add6c28dc2ade81a9b244dfe626f20f785f
Author: Adam Jackson [EMAIL PROTECTED]
Date:   Thu May 19 00:10:18 2005 +

Require automake 1.7 in AM_INIT_AUTOMAKE

commit ff3b1c8f0b2eaf1010e2a1043585ceb232ba3e53
Author: Josh Triplett [EMAIL PROTECTED]
Date:   Mon May 16 08:24:15 2005 +

Add COPYING file for Panoramix.

commit 2d1fbdb4b20e9c12cf7c6c1872d5fd888f39e390
Author: Søren Sandmann Pedersen [EMAIL PROTECTED]
Date:   Mon May 9 18:20:05 2005 +

Change all the protonames from extensionExt to extensionProto.

commit 2cc4bdad59cbb32cc4d363b437ee0c4fa44b148b
Author: Kevin E Martin [EMAIL PROTECTED]
Date:   Fri May 6 01:46:31 2005 +

Initial build system files for proto module.

commit b4e223f81287cf3f448266d8c7ac2ff5bb72e7a3
Author: Daniel Stone [EMAIL PROTECTED]
Date:   Wed Dec 1 19:03:46 2004 +

Include X11/Xlib.h in Xinerama.h, since it uses libX11 functions (#1897).

commit 87a2015dff7b7dc2bef6cdc61bf1ff169eee45c1
Author: Egbert Eich [EMAIL PROTECTED]
Date:   Fri Apr 23 18:43:06 2004 +

Merging XORG-CURRENT into trunk

commit 93a7f9f29ea2630838fb5bf5852f15e282699e41
Author: Egbert Eich [EMAIL PROTECTED]
Date:   Sun Mar 14 08:31:36 2004 +

Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004

commit c7345384f43565544530a301df0bdd8acddc4e9e
Author: Egbert Eich [EMAIL PROTECTED]
Date:   Wed Mar 3 12:10:54 2004 +

Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004

commit 2c683ef717bf72bd1529f5418202957dd5750add
Author: Egbert Eich [EMAIL PROTECTED]
Date:   Thu Feb 26 13:35:14 2004 +

readding XFree86's cvs IDs

commit 3a23f49e5e0bcf6ac098053f223d82c5c7345ce2
Author: Egbert Eich [EMAIL PROTECTED]
Date:   Thu Feb 26 09:22:28 2004 +

Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004

commit 2ecaf6adfe8f312f320424a2d8e312316e71e142
Author: Kaleb Keithley [EMAIL PROTECTED]
Date:   Fri Dec 19 20:54:21 2003 +

XFree86 4.3.99.902 (RC 2)

commit cefe7009c777de6c98a7b4c342a7ea4a1f18c9ac
Author: Kaleb Keithley [EMAIL PROTECTED]
Date:   Tue Nov 25 19:28:02 2003 +

XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks

commit 0280e9a705e5ef149124700131e826f4706318dd
Author: Kaleb Keithley [EMAIL PROTECTED]
Date:   Fri Nov 14 16:48:43 2003 +

XFree86 4.3.0.1

commit 319abb7b20ca59f1ed311fd973650d281bd69229
Author: Kaleb Keithley [EMAIL PROTECTED]
Date:   Fri Nov 14 16:48:43 2003 +

Initial revision

commit 550293c1888fb7e0b820633c2ee2162e24ff19f5
Author: Kaleb Keithley [EMAIL PROTECTED]
Date:   Fri Nov 14 15:54:35 2003 +

R6.6 is the Xorg base-line


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



x11proto-xinerama: Changes to 'debian-unstable'

2007-01-19 Thread David Nusinow
New branch 'debian-unstable' available with the following commits:
commit b81a12cf5264ecb13218dfed1dd33df5370335f3
Author: Thierry Reding [EMAIL PROTECTED]
Date:   Tue Sep 26 10:26:34 2006 +

Add some more watch files.

commit 9518c141cf5af44bf34405e8163e91f4da6bf820
Author: David Nusinow [EMAIL PROTECTED]
Date:   Tue Aug 29 01:00:40 2006 +

* Merge x11proto-xinerama from 7.1 branch to trunk now that it's in
  unstable

commit e84fd72d8f7d71e2d4818851d3e197edb136f0fd
Author: David Nusinow [EMAIL PROTECTED]
Date:   Sun Aug 27 23:55:36 2006 +

Rename the protocol dirs to match the debian package names, like the other 
packages in the repo

commit 147c6f65e694c9bed539556e57669ee33d05fa83
Author: David Nusinow [EMAIL PROTECTED]
Date:   Fri Mar 24 02:44:27 2006 +

Prepare protocol headers for upload to unstable. Tags to follow.

commit c13f5548528dab00adabe7f63157553fc09175dd
Author: Michel Dänzer [EMAIL PROTECTED]
Date:   Thu Feb 9 16:08:24 2006 +

Add epoch to versioned Pre-Depends on x11-common to make upgrades from
monolithic x11-common work.

commit 40ac010eb8e2b9958fcf9c130574b9c5c79cd49c
Author: David Nusinow [EMAIL PROTECTED]
Date:   Mon Jan 23 02:45:38 2006 +

Set protocol headers to be uploaded to experimental

commit b1bb61683e24c86c62448b0b91b1db5dbbe63726
Author: David Nusinow [EMAIL PROTECTED]
Date:   Fri Dec 30 19:37:27 2005 +

Update proto headers to 7.0 with packaging

commit ddb32ad8d73ce43bde4d21821c39bf4b92f3de95
Author: David Nusinow [EMAIL PROTECTED]
Date:   Fri Dec 30 00:24:15 2005 +

Vendor drop of proto and lib for 7.0


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



x11proto-dmx: Changes to 'svn-7.1'

2007-01-19 Thread David Nusinow
New branch 'svn-7.1' available with the following commits:
commit 0810868b3604d01d0d819d4922bfc4bef64d4fc6
Author: Branden Robinson [EMAIL PROTECTED]
Date:   Tue Aug 1 15:29:08 2006 +

Use only the major version, minor version, and major patch number
components of the Policy Manual revision in Standards-Version, because the
minor patch level will be changed when only cosmetic, typographical or
other edits are made which neither change the meaning of the document nor
affect the contents of packages.  See Policy Manual §5.6.11.

(The real reason for this commit, as with r2615, is to test tweaks to the
repository's commit-email.pl script.)

commit 5fb6ffbff7378e4b11fbacc0f54363b9d1e863f4
Author: Andres Salomon [EMAIL PROTECTED]
Date:   Fri Jul 21 07:16:29 2006 +

Add myself as an uploader and prepare releases.

commit ab873326e35cdca4d2dcdac7116ed0e774e753c8
Author: Andres Salomon [EMAIL PROTECTED]
Date:   Thu Jul 20 08:42:48 2006 +

  * Bump standards version to 3.7.2.0.
  * Version x11-common pre-dep in -dev package to 1:7.0.0 to match
the rest of Debian.

commit e7b58b59d5f5731e2a4742a056634656f3f7ba6d
Author: Andres Salomon [EMAIL PROTECTED]
Date:   Thu Jul 20 08:16:59 2006 +

Drop dependencies on x11-common in -dev packages where there was already
a pre-depends upon the package.

commit 9723864154e457826271422e7f3fdb3363dfef6e
Author: Andres Salomon [EMAIL PROTECTED]
Date:   Thu Jul 20 08:07:08 2006 +

Change build-dep-indep to normal build-deps in various proto packages, as
dh_clean is called from within the clean rule.  This shuts lintian up.

commit 4248290e317a6a3978ae4bfa9071f2bf5bdf109b
Author: Andres Salomon [EMAIL PROTECTED]
Date:   Mon Jul 17 05:29:25 2006 +

When building arch-dependent stuff, run dh_install w/ --list-missing.

commit 0f93b20091bfbcc9fb2a6af0fc6920dfe22aedac
Author: Andres Salomon [EMAIL PROTECTED]
Date:   Mon Jul 17 04:44:49 2006 +

Idempotency fixes; everywhere where we're using a separate build directory,
we tend to create it via mkdir obj-$(foo).  This doesn't work if 
rebuilding,
because the directory already exists.  Instead, only create it if there's
no directory there already.

commit 899a4a59e9b3e38bd618c42a286b8a4da942eec9
Author: David Nusinow [EMAIL PROTECTED]
Date:   Sun Jul 2 00:13:30 2006 +

Rename protocol header working dirs to use svn best practices


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



x11proto-dmx: Changes to 'svn-X11R7.1'

2007-01-19 Thread David Nusinow
New branch 'svn-X11R7.1' available with the following commits:
commit 1f6c2d7550d123c5016c3ee58bf9b74b3d4f11af
Author: David Nusinow [EMAIL PROTECTED]
Date:   Sat Jul 1 23:59:00 2006 +

Rename protocol header vendor dirs to use svn best practices


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



x11proto-dmx: Changes to 'upstream-unstable'

2007-01-19 Thread David Nusinow
New branch 'upstream-unstable' available with the following commits:
commit a1bbb97f81830dfb71b555ce281edbf79d82ff94
Author: Alan Coopersmith [EMAIL PROTECTED]
Date:   Fri Jul 14 18:56:08 2006 -0700

renamed: .cvsignore - .gitignore

commit c5ab159290d949f2e9dcae4be23e4f7ea90b9d19
Author: Kevin E Martin [EMAIL PROTECTED]
Date:   Thu Dec 15 00:24:37 2005 +

Update package version number for final X11R7 release candidate.

commit d8dde2e8a40c9ace276890efd4519aece86f3e38
Author: Kevin E Martin [EMAIL PROTECTED]
Date:   Wed Oct 19 02:48:13 2005 +

Update package version number for RC1 release.

commit fcab331fde54c6520ead9cb8796e16545400103f
Author: Eric Anholt [EMAIL PROTECTED]
Date:   Tue Aug 2 19:19:38 2005 +

Add basic .cvsignore files for proto modules.

commit 3f32ad116e4e855aa6cdac3b30bef3a70d01ef9f
Author: Kevin E Martin [EMAIL PROTECTED]
Date:   Fri Jul 29 21:22:54 2005 +

Various changes preparing packages for RC0:
- Verify and update package version numbers as needed
- Implement versioning scheme
- Change bug address to point to bugzilla bug entry form
- Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
reenable it)
- Fix makedepend to use pkgconfig and pass distcheck
- Update build script to build macros first
- Update modular Xorg version

commit f62289e0950f778535c855e13b7bdced29c1f8f2
Author: Daniel Stone [EMAIL PROTECTED]
Date:   Sat May 21 03:48:19 2005 +

Change version to 2.2.

commit 6f696172b30487d9c442c2658ff165116d3da2c6
Author: Adam Jackson [EMAIL PROTECTED]
Date:   Thu May 19 00:22:38 2005 +

revert last change, didn't do right thing at all, sorry for the noise

commit 0293b29a30337df4d2252dc0b0412fd84185ea53
Author: Adam Jackson [EMAIL PROTECTED]
Date:   Thu May 19 00:10:12 2005 +

Require automake 1.7 in AM_INIT_AUTOMAKE

commit 96d46f2bec5c48b1cf0994f8c93ba8383e610973
Author: Josh Triplett [EMAIL PROTECTED]
Date:   Sat May 14 07:55:10 2005 +

Add some COPYING files.

commit fd693183812adc0ec06ac71ef43189d12111b15e
Author: Daniel Stone [EMAIL PROTECTED]
Date:   Sat May 14 03:22:59 2005 +

Fix typo; change first dmxproto.h to dmxext.h.

commit b9a4ff2cc361fefbc3fa5c7aabde0ee7ad55f8e5
Author: Søren Sandmann Pedersen [EMAIL PROTECTED]
Date:   Mon May 9 18:20:04 2005 +

Change all the protonames from extensionExt to extensionProto.

commit 03f5e334c5292a3cc588295a3ce1320baa42150f
Author: Kevin E Martin [EMAIL PROTECTED]
Date:   Fri May 6 01:46:29 2005 +

Initial build system files for proto module.

commit 58343d9425a6f710a902e7e1500b57e4a1ac6aa3
Author: Kevin E Martin [EMAIL PROTECTED]
Date:   Wed Jun 30 20:06:52 2004 +

Add Distributed Multihead X (DMX) support


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



x11proto-dmx: Changes to 'debian-unstable'

2007-01-19 Thread David Nusinow
New branch 'debian-unstable' available with the following commits:
commit 8941a91170c3a858842cac4c0b8783a12779e954
Author: Thierry Reding [EMAIL PROTECTED]
Date:   Tue Sep 26 10:26:34 2006 +

Add some more watch files.

commit 0e66d6ab4a36f325048f9ecb54371d3566899bf4
Author: David Nusinow [EMAIL PROTECTED]
Date:   Mon Aug 28 00:06:09 2006 +

* Merge x11proto-dmx from 7.1 branch to trunk now that it's in unstable

commit 5b7974b8b2040b8d58d746ea0a84a5c7afd18125
Author: David Nusinow [EMAIL PROTECTED]
Date:   Sun Aug 27 23:55:36 2006 +

Rename the protocol dirs to match the debian package names, like the other 
packages in the repo

commit 3bad2d6206bec1eb537fb283d7113aba897b202d
Author: David Nusinow [EMAIL PROTECTED]
Date:   Fri Mar 24 02:44:27 2006 +

Prepare protocol headers for upload to unstable. Tags to follow.

commit 5a1a5e442e8147d25fcf6fd6a0a02e823885f343
Author: Michel Dänzer [EMAIL PROTECTED]
Date:   Thu Feb 9 16:08:24 2006 +

Add epoch to versioned Pre-Depends on x11-common to make upgrades from
monolithic x11-common work.

commit 77cea3dc616b53501a4f3f82729e073562a3cc8f
Author: David Nusinow [EMAIL PROTECTED]
Date:   Mon Jan 23 02:45:38 2006 +

Set protocol headers to be uploaded to experimental

commit ac3246d86423726c9b01067fb3d1ac6f12ab20d4
Author: David Nusinow [EMAIL PROTECTED]
Date:   Fri Dec 30 19:37:27 2005 +

Update proto headers to 7.0 with packaging

commit f6518037f32d4fe4a0eb0a823a1a70cdf67a9a91
Author: David Nusinow [EMAIL PROTECTED]
Date:   Fri Dec 30 00:24:15 2005 +

Vendor drop of proto and lib for 7.0


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



xserver-xorg-video-i810_1.7.2-4_i386.changes ACCEPTED

2007-01-19 Thread Debian Installer

Accepted:
xserver-xorg-video-i810_1.7.2-4.diff.gz
  to pool/main/x/xserver-xorg-video-i810/xserver-xorg-video-i810_1.7.2-4.diff.gz
xserver-xorg-video-i810_1.7.2-4.dsc
  to pool/main/x/xserver-xorg-video-i810/xserver-xorg-video-i810_1.7.2-4.dsc
xserver-xorg-video-i810_1.7.2-4_i386.deb
  to 
pool/main/x/xserver-xorg-video-i810/xserver-xorg-video-i810_1.7.2-4_i386.deb


Override entries for your package:
xserver-xorg-video-i810_1.7.2-4.dsc - source x11
xserver-xorg-video-i810_1.7.2-4_i386.deb - optional x11

Announcing to debian-devel-changes@lists.debian.org
Closing bugs: 382120 383918 


Thank you for your contribution to Debian.


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



Processing of xserver-xorg-video-i810_1.7.2-4_i386.changes

2007-01-19 Thread Archive Administrator
xserver-xorg-video-i810_1.7.2-4_i386.changes uploaded successfully to localhost
along with the files:
  xserver-xorg-video-i810_1.7.2-4.dsc
  xserver-xorg-video-i810_1.7.2-4.diff.gz
  xserver-xorg-video-i810_1.7.2-4_i386.deb

Greetings,

Your Debian queue daemon


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



Processing of compiz-extra_0.3.6.0-1_i386.changes

2007-01-19 Thread Archive Administrator
compiz-extra_0.3.6.0-1_i386.changes uploaded successfully to localhost
along with the files:
  compiz-extra_0.3.6.0-1.dsc
  compiz-extra_0.3.6.0.orig.tar.gz
  compiz-extra_0.3.6.0-1.diff.gz
  compiz-extra_0.3.6.0-1_i386.deb

Greetings,

Your Debian queue daemon


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



compiz-extra_0.3.6.0-1_i386.changes is NEW

2007-01-19 Thread Debian Installer
(new) compiz-extra_0.3.6.0-1.diff.gz extra x11
(new) compiz-extra_0.3.6.0-1.dsc extra x11
(new) compiz-extra_0.3.6.0-1_i386.deb extra x11
extra third party plugins for compiz
 The following third party plugins are included:
 .
   * 3d: raise windows up off the desktop when rotating the cube or zooming
   * animation: add animation effects to window actions
   * bench: show framerates on the screen
   * border: toggle the window frame on and off
   * bs: allow adjustment of brightness and saturation
   * copacity: conditional opacity
   * crashhandler: write a dumpfile on crash and restart an alternate window
   manager
   * group: group windows so they can be moved and resized together
   * mousegestures: simple mouse gestures
   * neg: invert screen and window colors
   * put: put windows in specific positions
   * showdesktop: show the desktop in an animated way
   * state: allow specific windows to retain their state
   * trailfocus: leave a trail of selected windows by changing the brightness
   * wallpaper: use a different on each face of the cube
   * widget: handle widgets as programs
 .
 This package does not contain the dock and miniwin plugins because they
 currently do not work.
 .
 Homepage: http://www.anykeysoftware.co.uk/compiz/plugins
(new) compiz-extra_0.3.6.0.orig.tar.gz extra x11
Changes: compiz-extra (0.3.6.0-1) experimental; urgency=low
 .
  * New upstream release:
+ Add inputzoom plugin.
+ Add snow plugin.
+ Replace copacity plugin with opacify.
  * Install snow plugin images.


Override entries for your package:

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


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]



Bug#249277: xserver-xfree86: [ati/r128] DRI performance terrible, log fills with '(EE) R128(0): Idle timed out, resetting engine...' on Rage 128 PF/PRO AGP 4x TMDS rev 0

2007-01-19 Thread Mark Brown
On Fri, Jan 19, 2007 at 08:07:01PM +0100, Brice Goglin wrote:

 About 3 years ago, you reported a bug to the Debian BTS regarding
 terrible DRI performance on a ATI Rage 128 Pro board.
 Did you reproduce this problem recently? If not, I will close this bug
 in the next weeks.

I haven't tried recently.  I could try if you're likely to look at it?

-- 
You grabbed my hand and we fell into it, like a daydream - or a fever.


signature.asc
Description: Digital signature


Bug#234093: xserver-xfree86: Wrong colors in Mplayer and Totem usingXvideo extension

2007-01-19 Thread Jean Pierre Rupp

I don't have that problem anymore. It's solved.

Thank you very much.

On Fri, 19 Jan 2007 19:36:56 +0100, Brice Goglin [EMAIL PROTECTED] wrote:
 Hi Jean-Pierre,
 
 About 3 years ago, you reported a bug to the Debian BTS regarding wrong
 colors being displayed in Mplayer and Totem when using the Xvideo
 extension.
 Did you reproduce this problem recently? If not, I will close this bug
 in the next weeks.
 
 Thanks,
 Brice




Bug#144040: marked as done (xserver-xfree86: [debconf] want support for 1400x1050 resolution used by IBM ThinkPad A20p laptops)

2007-01-19 Thread Debian Bug Tracking System
Your message dated Fri, 19 Jan 2007 20:49:45 +0100
with message-id [EMAIL PROTECTED]
and subject line Bug#144040: xserver-common: The (debconf) configuration tool 
does not offer the resolution 1400x1050 on an ibm thinkpad a20p.
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)

---BeginMessage---
Package: xserver-common
Version: 4.1.0-16
Severity: normal

I am using a ibm thinkpad notebook A20P. This notebook has an 15 inch tft 
Monitor attached. This monitor has the resolution 1400x1050. During package 
configuration the resolution 1400x1050 is not an option. 
I have to edit the XF86Config-4 by hand. The parameter HorinzSync causes 
problems as well. I have changed it to 30-75 in order to get the display 
running.
I am using the ati r128 driver.

I do not provide a patch because i have no idea what to change. 



-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux nomade 2.4.18 #1 Mon Mar 25 21:39:42 CET 2002 i686
Locale: LANG=de_DE.ISO-8859-1, LC_CTYPE=de_DE.ISO-8859-1

Versions of packages xserver-common depends on:
ii  debconf   1.0.32 Debian configuration management sy
ii  libc6 2.2.5-4GNU C Library: Shared libraries an
ii  xfree86-common4.1.0-16   X Window System (XFree86) infrastr


---End Message---
---BeginMessage---
Closing, as suggested a long time ago, since 1400x1050 is available, at
least nowadays.

Brice

---End Message---


Bug#220678: marked as done (xserver-common: cannot obviously configure 1400x1050 screen resolution)

2007-01-19 Thread Debian Bug Tracking System
Your message dated Fri, 19 Jan 2007 20:49:45 +0100
with message-id [EMAIL PROTECTED]
and subject line Bug#144040: xserver-common: The (debconf) configuration tool 
does not offer the resolution 1400x1050 on an ibm thinkpad a20p.
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)

---BeginMessage---
Package: xserver-xfree86
Version: 4.3.0-0pre1v4
Severity: normal

It isn't obvious (for me at least) how to configure my LCD display
at its native resolution of 1400x1050 using debconf.

Doing a web search seems to indicate that these settings are required:

HorizSync   30-82
VertRefresh 50-100
Modeline 1400x1050  120 1400 1518 1635 1752   1050 1055 1063 1094 
-hsync -vsync

I wouldn't know how to verify if these are optimal values, but they
do seem to work.

-- Package-specific info:
01:00.0 VGA compatible controller: S3 Inc. 86C270-294 Savage/IX-MV (rev 13)
01:00.0 Class 0300: 5333:8c12 (rev 13)

# XF86Config-4 (XFree86 X 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.)
#
# This file is automatically updated on xserver-xfree86 package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xfree86
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands as root:
#
#   cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom
#   md5sum /etc/X11/XF86Config-4  /var/lib/xfree86/XF86Config-4.md5sum
#   dpkg-reconfigure xserver-xfree86

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

Section Module
LoadGLcore
Loadbitmap
Loaddbe
Loadddc
Loaddri
Loadextmod
Loadfreetype
Loadglx
Loadint10
Loadrecord
Loadspeedo
Loadtype1
Loadvbe
EndSection

Section InputDevice
Identifier  Generic Keyboard
Driver  keyboard
Option  CoreKeyboard
Option  XkbRules  xfree86
Option  XkbModel  pc101
Option  XkbLayout us
EndSection

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

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

Section Device
Identifier  S3 Inc. 86C270-294 Savage/IX-MV
Driver  savage
EndSection

Section Monitor
Identifier  Generic Monitor
HorizSync   30-60
VertRefresh 50-75
Option  DPMS
EndSection

Section Screen
Identifier  Default Screen
Device  S3 Inc. 86C270-294 Savage/IX-MV
Monitor Generic Monitor
DefaultDepth24
SubSection Display
Depth   1
Modes   1280x1024
EndSubSection
SubSection Display
Depth   4
Modes   1280x1024
EndSubSection
SubSection Display
Depth   8
Modes   1280x1024
EndSubSection
SubSection Display
Depth   15
Modes   1280x1024
EndSubSection
SubSection Display
Depth   16
Modes   1280x1024
EndSubSection
SubSection Display
Depth   24

Bug#268363: xserver-xfree86: Hammering randomly on the keyboard results in strange behaviour

2007-01-19 Thread Philip Armstrong
On Fri, Jan 19, 2007 at 08:35:27PM +0100, Brice Goglin wrote:
 About 2 years ago, you reported a bug to the Debian BTS regarding
 strange behaviour being caused by hammering randomly on the keyboard.
 Did you reproduce this problem recently? If not, I will close this bug
 in the next weeks.

I think I eventually tracked this down to being a result of the
combination of sticky keys + the X alternate key map.

Feel free to close it.

Phil

-- 
http://www.kantaka.co.uk/ .oOo. public key: http://www.kantaka.co.uk/gpg.txt


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



Bug#148655: marked as done (xserver-common: debconf/dexconf do not support 1400x1050 resolution used by IBM ThinkPad A20p laptops)

2007-01-19 Thread Debian Bug Tracking System
Your message dated Fri, 19 Jan 2007 20:49:45 +0100
with message-id [EMAIL PROTECTED]
and subject line Bug#144040: xserver-common: The (debconf) configuration tool 
does not offer the resolution 1400x1050 on an ibm thinkpad a20p.
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)

---BeginMessage---
Package: general
Version: N/A; reported 2002-05-31
Severity: important

the debian-X Setup tool doesn't feature selecting the mode 1400x1050,
which is more often present at notebook tfts.


-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux torres 2.2.20 #1 Sun Nov 4 15:44:23 EST 2001 i686
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8


---End Message---
---BeginMessage---
Closing, as suggested a long time ago, since 1400x1050 is available, at
least nowadays.

Brice

---End Message---


Bug#167887: marked as done (xserver-common: debconf/dexconf don't enable me to add 1400x1050 resolution used by my notebook TFT)

2007-01-19 Thread Debian Bug Tracking System
Your message dated Fri, 19 Jan 2007 20:49:45 +0100
with message-id [EMAIL PROTECTED]
and subject line Bug#144040: xserver-common: The (debconf) configuration tool 
does not offer the resolution 1400x1050 on an ibm thinkpad a20p.
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)

---BeginMessage---
Package: xserver-xfree86
Version: N/A; reported 2002-11-05
Severity: normal

using the configuration of xserver-xfree86 to configure my xserver
results in a heavily interferencing root-weve because of the panel's
native resolution of 1400 x 1050 isn't included.
there should be a way to add a custom resolution or please add mine :)

-- System Information
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux torres.home.net 2.4.19 #3 Tue Sep 24 22:53:43 CEST 2002 i686
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8


---End Message---
---BeginMessage---
Closing, as suggested a long time ago, since 1400x1050 is available, at
least nowadays.

Brice

---End Message---


Bug#228494: marked as done (xserver-common: want 1400x1050 @ 60Hz modeline added to X server and debconf templates)

2007-01-19 Thread Debian Bug Tracking System
Your message dated Fri, 19 Jan 2007 20:49:45 +0100
with message-id [EMAIL PROTECTED]
and subject line Bug#144040: xserver-common: The (debconf) configuration tool 
does not offer the resolution 1400x1050 on an ibm thinkpad a20p.
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)

---BeginMessage---

Package: xserver-xfree86
Version: 4.3.0-0pre1v5

Hi folks,

This is the timing for 1400x1050 @ 60Hz for an
ATI Rage 128 Mobility 3 (e.g. Dell Latitude C600):

Modeline 1400x1050 108.0 1400 1448 1462 1688 1050 1050 1053 1066

I got this timing from Dell's support page.

Is there a chance to get it included as an official
timing in the ati driver, and in the debconf installation
menu?


Regards

Harri

---End Message---
---BeginMessage---
Closing, as suggested a long time ago, since 1400x1050 is available, at
least nowadays.

Brice

---End Message---


Bug#292252: xserver-xfree86 amd64 pci-e bug.-1

2007-01-19 Thread Brice Goglin
Hi Marco,

About 2 years ago, you reported a bug to the Debian BTS regarding the X server 
on AMD64 boxes with PCIe boards. Did you reproduce this problem recently? If 
not, I will close this bug in the next weeks.

Thanks,
Brice




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



Bug#266568: xserver-xfree86: [keyboard] AT keyboard not working through PS/2 adapter

2007-01-19 Thread Brice Goglin
Hi,

About 2 years ago, you reported a bug to the Debian BTS regarding an AT
keyboard not working through a PS/2 adapter.
Did you reproduce this problem recently? If not, I will close this bug
in the next weeks.

Thanks,
Brice



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



Bug#263891: xserver-xfree86: SIGILL on Dell Dimension XPS Pro 200n

2007-01-19 Thread Brice Goglin
Hi Bruce,

About 2 years ago, you reported a bug to the Debian BTS regarding the X
server getting a SIGILL on a Dell Dimension XPS Pro 200n box.
Did you reproduce this problem recently? If not, I will close this bug
in the next weeks.

Thanks,
Brice



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



Bug#394349: compiz: Slow window resize

2007-01-19 Thread Shawn Starr
Which video card do you have? If it's a ATI r300 card, this is related to 
#390271: compiz: unusable (very very slow) with r300 

There is still no resolution to this yet.

Shawn.




Bug#268432: xserver-xfree86: [s3] monitor goes into powersave when depth 24 used on 86c764/765 [Trio32/64/64V+] rev 68

2007-01-19 Thread Brice Goglin
Hi Wolfgang,

About 2 years ago, you reported a bug to the Debian BTS regarding a
monitor going into powersave when depth is 24 on a s3 Trio board.
Did you reproduce this problem recently? If not, I will close this bug
in the next weeks.

Thanks,
Brice



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



Bug#268363: xserver-xfree86: Hammering randomly on the keyboard results in strange behaviour

2007-01-19 Thread Brice Goglin
Hi Philip,

About 2 years ago, you reported a bug to the Debian BTS regarding
strange behaviour being caused by hammering randomly on the keyboard.
Did you reproduce this problem recently? If not, I will close this bug
in the next weeks.

Thanks,
Brice



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



Bug#262298: xserver-xfree86: [freetype] does something wrong when a font has a negative minimum width

2007-01-19 Thread Brice Goglin
Hi,

About 2 years ago, you reported a bug to the Debian BTS regarding wrong
rendering of freetype font with negative minimum width.
Did you reproduce this problem recently? If not, I will close this bug
in the next weeks.

Thanks,
Brice



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



Bug#247821: xserver-xfree86: kdm fails to reset X server after one session on unknown hardware

2007-01-19 Thread Brice Goglin
Hi,

About 3 years ago, you reported (or replied to) a bug in the Debian BTS
regarding kdm failing to reset X after logout. The bug was quite unclear
since 2 reporters claimed it to be fixed before a new one said it still
had problems. It got assigned to kdm, possibly ldap-related and finally
got reassigned to xserver-xfree86.
Did any of you guys reproduce this problem recently? If not, I will
close this bug in the next weeks.

Thanks,
Brice



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



Bug#238918: #238918: xserver-xfree86: resize events mismanaged on a compaq armada - 16mb ram pentium (60?)

2007-01-19 Thread Brice Goglin
Hi,

About 3 years ago, you reported a bug to the Debian BTS regarding
mismanaged X resize events on a Compaq Armada box.
Did you reproduce this problem recently? If not, I will close this bug
in the next weeks.

Thanks,
Brice



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



Bug#247821: xserver-xfree86: kdm fails to reset X server after one session on unknown hardware

2007-01-19 Thread Anton Ivanov
Brice Goglin wrote:

Hi,

About 3 years ago, you reported (or replied to) a bug in the Debian BTS
regarding kdm failing to reset X after logout. The bug was quite unclear
since 2 reporters claimed it to be fixed before a new one said it still
had problems. It got assigned to kdm, possibly ldap-related and finally
got reassigned to xserver-xfree86.
Did any of you guys reproduce this problem recently? If not, I will
close this bug in the next weeks.
  

The bug was pam config specific. No repeat. Close it.

Thanks,
Brice


  



-- 
   Understanding is a three-edged sword:
your side, their side, and the truth. --Kosh Naranek

A. R. Ivanov
E-mail:  [EMAIL PROTECTED]
WWW: http://www.sigsegv.cx/
pub 1024D/DDE5E715 2002-03-03 Anton R. Ivanov [EMAIL PROTECTED]
Fingerprint: C824 CBD7 EE4B D7F8 5331  89D5 FCDA 572E DDE5 E715





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



Bug#249399: xserver-xfree86; [ati/r128] DRI doesn't work reliably with any variety of Linux kernel 2.6.6

2007-01-19 Thread Brice Goglin
Hi Ralf,

About 3 years ago, you reported a bug to the Debian BTS regarding DRI
r128 not being reliable on kernel 2.6.6 and causing kernel oops. Even if
the X server might be doing something wrong, a kernel oops would always
mean that there is a bug in the kernel.
Anyway, did you reproduce this problem recently? If not, I will close
this bug in the next weeks.

Thanks,
Brice



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



Bug#249239: xserver-xfree86: X server crashes when kernel r128 drm module provokes EIP

2007-01-19 Thread Brice Goglin
Hi Ralf,

About 3 years ago, you reported a bug to the Debian BTS regarding a
crash of the X server caused by a Oops in the r128 drm kernel module.
I'd say the bug was kernel-related. Did you reproduce this problem
recently? If not, I will close this bug in the next weeks.

Thanks,
Brice



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



Bug#249277: xserver-xfree86: [ati/r128] DRI performance terrible, log fills with '(EE) R128(0): Idle timed out, resetting engine...' on Rage 128 PF/PRO AGP 4x TMDS rev 0

2007-01-19 Thread Brice Goglin
Hi Mark,

About 3 years ago, you reported a bug to the Debian BTS regarding
terrible DRI performance on a ATI Rage 128 Pro board.
Did you reproduce this problem recently? If not, I will close this bug
in the next weeks.

Thanks,
Brice



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



Bug#249022: xserver-xfree86: monitor sync rates misdetected on Dell Latitude 800

2007-01-19 Thread Brice Goglin
Hi Francis,

About 3 years ago, you reported a bug to the Debian BTS regarding
monitor sync rates being misdetected on a Dell Latitude 800.
Did you reproduce this problem recently? If not, I will close this bug
in the next weeks.

Thanks,
Brice



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



Bug#249239: xserver-xfree86: X server crashes when kernel r128 drm module provokes EIP

2007-01-19 Thread Ralf Hildebrandt
* Brice Goglin [EMAIL PROTECTED]:
 Hi Ralf,
 
 About 3 years ago, you reported a bug to the Debian BTS regarding a
 crash of the X server caused by a Oops in the r128 drm kernel module.
 I'd say the bug was kernel-related. Did you reproduce this problem
 recently? 

No, due to lack of the hardware.

If not, I will close this bug in the next weeks.

You have my blessings :)

-- 
Ralf Hildebrandt (i.A. des IT-Zentrums) [EMAIL PROTECTED]
Charite - Universitätsmedizin BerlinTel.  +49 (0)30-450 570-155
Gemeinsame Einrichtung von FU- und HU-BerlinFax.  +49 (0)30-450 570-962
IT-Zentrum Standort CBFsend no mail to [EMAIL PROTECTED]



Bug#237895: xserver-xfree86: font cache corruption(?) when using Japanese and other fonts (only when using font server?)

2007-01-19 Thread Brice Goglin
Hi,

About 3 years ago, you reported a bug to the Debian BTS regarding X font
cache corruption.
Did you reproduce this problem recently? If not, I will close this bug
in the next weeks.

Thanks,
Brice



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



Bug#232958: xserver-xfree86: doesn't work with ATI Radeon 9600 Pro and Acer AL722 17 inch LCD monitor

2007-01-19 Thread Brice Goglin
Hi Fulvio,

About 3 years ago, you reported a bug to the Debian BTS regarding the X
server not working well on a ATI Radeon 9600 Pro and an Acer AL722 LCD
monitor. Support for such ATI boards is much better in current Xorg. Did
you reproduce this problem recently? If not, I will close this bug in
the next weeks.

Thanks,
Brice



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



Bug#233225: problems with nv driver and gforce fx 5200 on X

2007-01-19 Thread Brice Goglin
Hi Hari,

About 3 years ago, you reported a bug to the Debian BTS regarding
problems with the X server and nv driver on a Geforce FX 5200 board.
Did you reproduce this problem recently? If not, I will close this bug
in the next weeks.

Thanks,
Brice



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



Bug#234093: xserver-xfree86: Wrong colors in Mplayer and Totem using Xvideo extension

2007-01-19 Thread Brice Goglin
Hi Jean-Pierre,

About 3 years ago, you reported a bug to the Debian BTS regarding wrong
colors being displayed in Mplayer and Totem when using the Xvideo extension.
Did you reproduce this problem recently? If not, I will close this bug
in the next weeks.

Thanks,
Brice



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



Bug#237717: xserver-xfree86: totem (XVideo) renders hues wrongly

2007-01-19 Thread Brice Goglin
Hi Stephen,

About 3 years ago, you reported a bug to the Debian BTS regarding totem
rendering hues wrongly in XVido.
Did you reproduce this problem recently? If not, I will close this bug
in the next weeks.

Thanks,
Brice



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



Bug#235858: xserver-xfree86: [ati/r128] OpenGL screensavers flicker

2007-01-19 Thread Brice Goglin
Hi Stephane,

About 3 years ago, you reported a bug to the Debian BTS regarding
flickering of OpenGL screensavers on a ATI r128 board.
Did you reproduce this problem recently? If not, I will close this bug
in the next weeks.

Thanks,
Brice



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



Bug#178261: xserver-xfree86: [mga] PciRetry and XAA combined caused problems on MGA G400 AGP rev 04

2007-01-19 Thread Emmanuel FUSTE
Hi,

Fine on my side.
All is OK with PciRetry On and XAA on.

Could be closed.

Emmanuel.


 Message du 13/01/07 22:46
 De : Brice Goglin [EMAIL PROTECTED]
 A : Phil Armstrong [EMAIL PROTECTED], Emmanuel Fuste [EMAIL PROTECTED]
 Copie à : [EMAIL PROTECTED]
 Objet : Bug#178261: xserver-xfree86: [mga] PciRetry and XAA combined caused 
 problems on MGA G400 AGP rev 04
 
 Hi,
 
 About 4 years ago, you reported (or replied to) a bug in the Debian BTS
 regarding a conflict between PciRetry and XAA on a MGA G400 board. Did
 any of you guys reproduce this problem recently? If not, I will close
 this bug in the next weeks.
 
 Thanks,
 Brice
 
 





Bug#237554: Xfree86 and Geforce FX5600!

2007-01-19 Thread Brice Goglin
Hi Torben,

About 3 years ago, you reported a bug to the Debian BTS regarding
problems when running the XFree86 server on a Geforce FX5600 board.
Did you reproduce this problem recently? If not, I will close this bug
in the next weeks.

Thanks,
Brice



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



Bug#210228: marked as done (xserver-xfree86: [nv] text rendered poorly under acceleration on GeForce4 Ti 4400 rev 162)

2007-01-19 Thread Debian Bug Tracking System
Your message dated Fri, 19 Jan 2007 18:12:53 +0100
with message-id [EMAIL PROTECTED]
and subject line Undelivered Mail Returned to Sender
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)

---BeginMessage---
Package: libxft2
Version: 2.1.1-2
Severity: normal
Tags: sid



-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux phil 2.2.20-idepci #1 Sat Apr 20 12:45:19 EST 2002 i686
Locale: LANG=C, LC_CTYPE=C

Versions of packages libxft2 depends on:
ii  libc6 2.3.2-5GNU C Library: Shared libraries an
ii  libfontconfig12.2.1-2generic font configuration library
ii  libfreetype6  2.1.4-5FreeType 2 font engine, shared lib
ii  xlibs 4.2.1-11   X Window System client libraries
ii  zlib1g1:1.1.4-14 compression library - runtime

-- no debconf information


When text is initially rendered in an xterm-like app (tried rxvt as well), the
letterforms are partially broken up. Glitches disappear when contents of
terminal change as a result of user input (i.e. typing a command). Moving the 
window from one virtual desktop to another also generates the correct
rendition.



---End Message---
---BeginMessage---
Closing since the submitter's address is invalid. Feel free to reopen if
you ever reproduce the problem.

Brice

---End Message---


Bug#407573: libX11-data: Please provide locale alias hu_HU.utf8

2007-01-19 Thread Braun Gabor
Package: libX11-data
Version: 2:1.0.3-4
Severity: wishlist
Tags: patch

*** Please type your report below this line ***

X should recognize locale hu_HU.utf8 as an alias of hu_HU.UTF-8 as it does so 
for many other locales.

Here is a patch to /usr/share/X11/locale.alias to do this:
 
--- usr/share/X11/locale/locale.alias   2007-01-18 17:20:35.0 +0100
+++ /usr/share/X11/locale/locale.alias  2007-01-18 17:20:59.0 +0100
@@ -612,6 +612,7 @@
 hu_HU  hu_HU.ISO8859-2
 hu_HU.iso88592 hu_HU.ISO8859-2
 hu_HU.ISO-8859-2   hu_HU.ISO8859-2
+hu_HU.utf8 hu_HU.UTF-8
 # in was the old ISO code for Indonesian (now id).  These lines should be
 # deleted in the future.
 in id_ID.ISO8859-1
@@ -1826,6 +1827,7 @@
 hu_HU: hu_HU.ISO8859-2
 hu_HU.iso88592:hu_HU.ISO8859-2
 hu_HU.ISO-8859-2:  hu_HU.ISO8859-2
+hu_HU.utf8:hu_HU.UTF-8
 # in was the old ISO code for Indonesian (now id).  These lines should be
 # deleted in the future.
 in:id_ID.ISO8859-1

(I don't know why everything is duplicated in the file but assume it is 
necessary.)

Best wishes,

Gabor Braun

-- System Information:
Debian Release: 3.1
  APT prefers stable
  APT policy: (990, 'stable'), (650, 'testing'), (600, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-686
Locale: LANG=hu_HU.utf8, LC_CTYPE=hu_HU.utf8 (charmap=UTF-8) (ignored: LC_ALL 
set to hu_HU.utf8)

Versions of packages libX11-data depends on:
ii  x11-common1:7.1.0-10 X Window System (X.Org) 
infrastruc

libX11-data recommends no packages.

-- no debconf information


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



Bug#382120: marked as done (xserver-xorg-video-i810 (experimental) leaves video in bad state)

2007-01-19 Thread Debian Bug Tracking System
Your message dated Fri, 19 Jan 2007 16:02:02 +
with message-id [EMAIL PROTECTED]
and subject line Bug#382120: fixed in xserver-xorg-video-i810 2:1.7.2-4
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)

---BeginMessage---
Package: xserver-xorg-video-i810
Version: 2:1.6.1-2
Severity: normal
Tags: experimental

Hi,

Just thought I should let the X team know, that although the i810 driver
in experimental fixes the ValidatePci() bug (see #345914, etc.), now it
has problems terminating (e.g., logout, or ctrl-alt-Backspace).
Sometimes it leaves the virtual terminal in a bad state, so that it
cannot be restarted: subsequent attempts to start the X server gives:

(WW) xf86OpenConsole: setpgid failed: Operation not permitted
(WW) xf86OpenConsole: setsid failed: Operation not permitted

Other times, it leaves the video card in a bad state so that no X
further servers can start at all, on any VT, until a reboot. The
logfiles show that xf86() caught signal 4. (SIGILL??) Unfortunately I
don't have the original error message; when I tried to reproduce it, X
crashed horribly and locked up the entire system (not ctrl-alt-SysRq,
not even the power button which triggers shutdown via acpid, responded).

I use xdm to spawn the servers; I'm not sure if this has anything to do
with it. Downgrading to unstable (1.5.1.0-2) fixes all of these
problems.

ii  xdm1.0.5-1X display manager


T

-- 
Life is too short to run proprietary software. -- Bdale Garbee

---End Message---
---BeginMessage---
Source: xserver-xorg-video-i810
Source-Version: 2:1.7.2-4

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

xserver-xorg-video-i810_1.7.2-4.diff.gz
  to pool/main/x/xserver-xorg-video-i810/xserver-xorg-video-i810_1.7.2-4.diff.gz
xserver-xorg-video-i810_1.7.2-4.dsc
  to pool/main/x/xserver-xorg-video-i810/xserver-xorg-video-i810_1.7.2-4.dsc
xserver-xorg-video-i810_1.7.2-4_i386.deb
  to 
pool/main/x/xserver-xorg-video-i810/xserver-xorg-video-i810_1.7.2-4_i386.deb



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

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Drew Parsons [EMAIL PROTECTED] (supplier of updated xserver-xorg-video-i810 
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: Sat, 20 Jan 2007 02:29:30 +1100
Source: xserver-xorg-video-i810
Binary: xserver-xorg-video-i810
Architecture: source i386
Version: 2:1.7.2-4
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force debian-x@lists.debian.org
Changed-By: Drew Parsons [EMAIL PROTECTED]
Description: 
 xserver-xorg-video-i810 - X.Org X server -- Intel i8xx, i9xx display driver
Closes: 382120 383918
Changes: 
 xserver-xorg-video-i810 (2:1.7.2-4) unstable; urgency=low
 .
   [ Julien Cristau ]
   * Don't build-dep on libdrm-dev on hurd-i386, and don't try to install
 the libI810XvMC library there, as it isn't built without drm.  Thanks to
 Samuel Thibault for the patch! (closes: #383918)
 .
   [ Drew Parsons ]
   * Apply patch 20-i915_bios.patch from upsteam (1.7.4) to help with faulty
 BIOSes (where VBE initialization failed). Closes: #382120.
Files: 
 673d9c899db8d496679432ebee65d442 1282 x11 optional 
xserver-xorg-video-i810_1.7.2-4.dsc
 b50479991e6334e45255659845209c9e 50978 x11 optional 
xserver-xorg-video-i810_1.7.2-4.diff.gz
 be2bb9f279afa50b88e4b1925948e99d 161544 x11 optional 
xserver-xorg-video-i810_1.7.2-4_i386.deb

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

iD8DBQFFsOfxts5wQWQSTkoRAkASAJ0cXkaYmO++yEJvHWI1DpZbt2p+DwCgpVS7
Yb+LZiPkJDsP2aHtOzOTFZ0=
=wi3l
-END PGP SIGNATURE-

---End Message---


Bug#383918: marked as done (FTBFS on non-DRM systems)

2007-01-19 Thread Debian Bug Tracking System
Your message dated Fri, 19 Jan 2007 16:02:02 +
with message-id [EMAIL PROTECTED]
and subject line Bug#383918: fixed in xserver-xorg-video-i810 2:1.7.2-4
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)

---BeginMessage---
Package: xserver-xorg-video-i810
Version: 2:1.6.5-1
Severity: important
Tags: patch

Hi,

This package FTBFS on systems that don't have DRM, here is a patch.

Samuel

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: hurd-i386 (i686-AT386)
Shell:  /bin/sh linked to /bin/bash
Kernel: GNU-Mach 1.3/Hurd-0.3
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages xserver-xorg-video-i810 depends on:
ii  libc0.3  2.3.6-18-youpi1 GNU C Library: Shared libraries
ii  xserver-xorg-core1:1.1.1-2   X.Org X server -- core server

xserver-xorg-video-i810 recommends no packages.

-- no debconf information
diff -ur xserver-xorg-video-i810-1.6.5/debian/control xserver-xorg-video-i810-1.6.5-hurd/debian/control
--- xserver-xorg-video-i810-1.6.5/debian/control	2006-08-20 17:28:24.0 +
+++ xserver-xorg-video-i810-1.6.5-hurd/debian/control	2006-08-20 17:09:48.0 +
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
 Uploaders: David Nusinow [EMAIL PROTECTED], Branden Robinson [EMAIL PROTECTED], Fabio M. Di Nitto [EMAIL PROTECTED]
-Build-Depends: debhelper (= 4.0.0), pkg-config, xserver-xorg-dev (= 1.1.1-1), x11proto-gl-dev, x11proto-video-dev, libdrm-dev, libgl1-mesa-dev | libgl-dev, libxvmc-dev (= 1:1.0.1-1), x11proto-core-dev, x11proto-fonts-dev, x11proto-randr-dev, x11proto-render-dev, x11proto-xinerama-dev, libdrm-dev ( 2.0), x11proto-xf86dri-dev
+Build-Depends: debhelper (= 4.0.0), pkg-config, xserver-xorg-dev (= 1.1.1-1), x11proto-gl-dev, x11proto-video-dev, libdrm-dev [!hurd-i386], libgl1-mesa-dev | libgl-dev, libxvmc-dev (= 1:1.0.1-1), x11proto-core-dev, x11proto-fonts-dev, x11proto-randr-dev, x11proto-render-dev, x11proto-xinerama-dev, libdrm-dev ( 2.0) [!hurd-i386], x11proto-xf86dri-dev
 Standards-Version: 3.6.1
 
 Package: xserver-xorg-video-i810
diff -ur xserver-xorg-video-i810-1.6.5/src/brw_structs.h xserver-xorg-video-i810-1.6.5-hurd/src/brw_structs.h
--- xserver-xorg-video-i810-1.6.5/src/brw_structs.h	2006-08-08 22:51:25.0 +
+++ xserver-xorg-video-i810-1.6.5-hurd/src/brw_structs.h	2006-08-20 17:23:05.0 +
@@ -28,6 +28,8 @@
 #ifndef BRW_STRUCTS_H
 #define BRW_STRUCTS_H
 
+#include GL/gl.h
+
 /* Command packets:
  */
 struct header 
diff -ur xserver-xorg-video-i810-1.6.5/src/i810_driver.c xserver-xorg-video-i810-1.6.5-hurd/src/i810_driver.c
--- xserver-xorg-video-i810-1.6.5/src/i810_driver.c	2006-08-10 20:40:39.0 +
+++ xserver-xorg-video-i810-1.6.5-hurd/src/i810_driver.c	2006-08-20 19:06:38.0 +
@@ -333,6 +333,8 @@
NULL
 };
 
+#endif /* I830_ONLY */
+
 const char *I810shadowSymbols[] = {
 shadowInit,
 shadowSetup,
@@ -340,8 +342,6 @@
 NULL
 };
 
-#endif /* I830_ONLY */
-
 #ifndef I810_DEBUG
 int I810_DEBUG = (0
 /* 		  | DEBUG_ALWAYS_SYNC  */
@@ -408,9 +408,9 @@
 #ifdef XF86DRI
 			I810drmSymbols,
 			I810driSymbols,
+#endif
 			I810shadowSymbols,
 			I810shadowFBSymbols,
-#endif
 			I810vbeSymbols, vbeOptionalSymbols,
 			I810ddcSymbols, I810int10Symbols, NULL);
 
diff -ur xserver-xorg-video-i810-1.6.5/src/i830_accel.c xserver-xorg-video-i810-1.6.5-hurd/src/i830_accel.c
--- xserver-xorg-video-i810-1.6.5/src/i830_accel.c	2006-08-08 22:51:25.0 +
+++ xserver-xorg-video-i810-1.6.5-hurd/src/i830_accel.c	2006-08-20 17:17:35.0 +
@@ -395,6 +395,7 @@
return XAAInit(pScreen, infoPtr);
 }
 
+#ifdef XF86DRI
 static unsigned int
 CheckTiling(ScrnInfoPtr pScrn)
 {
@@ -416,6 +417,9 @@
 
return tiled;
 }
+#else
+#define CheckTiling(pScrn) 0
+#endif
 
 void
 I830SetupForSolidFill(ScrnInfoPtr pScrn, int color, int rop,
---End Message---
---BeginMessage---
Source: xserver-xorg-video-i810
Source-Version: 2:1.7.2-4

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

xserver-xorg-video-i810_1.7.2-4.diff.gz
  to pool/main/x/xserver-xorg-video-i810/xserver-xorg-video-i810_1.7.2-4.diff.gz
xserver-xorg-video-i810_1.7.2-4.dsc
  to pool/main/x/xserver-xorg-video-i810/xserver-xorg-video-i810_1.7.2-4.dsc
xserver-xorg-video-i810_1.7.2-4_i386.deb
  to 

Bug#390359: marked as done (xserver-xorg-video-i810: xserver crashes with a dual head config)

2007-01-19 Thread Debian Bug Tracking System
Your message dated Fri, 19 Jan 2007 16:02:02 +
with message-id [EMAIL PROTECTED]
and subject line Bug#382120: fixed in xserver-xorg-video-i810 2:1.7.2-4
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)

---BeginMessage---
Package: xserver-xorg-video-i810
Version: 2:1.6.5-3
Severity: important


Hi!

I'm not completely sure that this is a bug of the i810 driver,
although it seems so.  But, I suppose that it may be some other
problem related with the newer version of the xserver...

After the recent update to version 7.1 of the xorg xserver, which
included the 1.6.5-3 version of the i810 driver, my X session crashes
after a few seconds (sometimes one or two minutes) of making a login
into my area.

After the crash, the GDM tries to restart the xserver again, but with
no success.  I have to reboot the machine to be able to start X again,
leading to another crash after I login in the GDM.

The two particularities of my system are:

  - I use the 855resolution program to tweak the video BIOS so that I
can use the 1400x1050 native resolution of my Asus M3N, which has
a broken BIOS.

  - I have an xorg.conf configuration that specifies two screens
(without xinerama) so that I can plug my laptop into a projector
whenever I do presentations.

I removed the call to the 855resolution but the problem persisted.

When I change the xorg.conf to a single head configuration, however,
the problem disappears.  Thus, it seems to be a problem with the dual
head configuration.

The diff between the single head config (my current xorg.conf) and the
config that causes the crash (xorg.conf.dualhead) is the following:

==
--- xorg.conf   2006-09-30 18:01:38.0 +0100
+++ xorg.conf.dualhead  2006-09-29 22:40:29.0 +0100
@@ -72,6 +72,21 @@
Driver  i810
BusID   PCI:0:2:0
VideoRam65536
+Option MonitorLayout CRT,LFP
+   Option  DRI   true
+#  Option  DDC   false
+   Screen 0
+EndSection
+
+Section Device
+   Identifier  Intel CRT
+   Driver  i810
+   BusID   PCI:0:2:0
+   VideoRam65536
+Option MonitorLayout CRT,LFP
+   Option  DRI   true
+#  Option  DDC   false
+   Screen 1
 EndSection
 
 Section Monitor
@@ -117,11 +132,42 @@
EndSubSection
 EndSection
 
+Section Screen
+Identifier CRT
+Device Intel CRT
+MonitorExternal Monitor
+   DefaultDepth24
+   SubSection Display
+   Depth   1
+Modes1024x768 800x600 640x480
+   EndSubSection
+   SubSection Display
+   Depth   4
+Modes1024x768 800x600 640x480
+   EndSubSection
+   SubSection Display
+   Depth   8
+Modes1024x768 800x600 640x480
+   EndSubSection
+   SubSection Display
+   Depth   15
+Modes1024x768 800x600 640x480
+   EndSubSection
+   SubSection Display
+   Depth   16
+Modes1024x768 800x600 640x480
+   EndSubSection
+   SubSection Display
+   Depth   24
+Modes1024x768 800x600 640x480
+   EndSubSection
+EndSection
+
+
 Section ServerLayout
Identifier  Default Layout
-   Screen  LCD
-#  Screen  0 LCD
-#  Screen  1 CRT
+   Screen  0 LCD
+   Screen  1 CRT
InputDevice Generic Keyboard
InputDevice Configured Mouse
InputDevice Synaptics Touchpad
==


Note that the dualhead version works flawlessly with the previous
version of the xserver and the i810 driver.

I've downloaded, compiled, and tested the current version (as of two
hours ago) of the xf86-video-intel module from the git repository at
anongit.freedesktop.org, but the problem remains.  I also tried the
modesetting branch (hoping to get rid of the 855resolution hack), but
this version does not work at all in my computer.

Finally, the Xorg.0.log file after the crash is the following:

==
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 nabla 

Bug#384410: Bug #384410: xserver-xorg-video-i810: Problem with drawing on rotated screen

2007-01-19 Thread Drew Parsons
found 384410 1.7.2-3
retitle 384410 Problem with drawing on rotated screen
thanks

Henryk wrote:
 When I rotate the screen using xrandr, and draw a line with 
 a mouse in a graphical application (e.g. gimp), the line
 does not appear immediately. When I click the mouse and start
 dragging, it draws a sequence of dots instead of a continous 
 line. When I release the button, the line immediately appears.


I can confirm this bug in 1.7.2-3.  The gaps are not severe on my
system, but they do appear.  Most of the line is continous, but from
time to time a gap will appear in the line, which fills out after
releasing the mouse button, as Henryk reported.  It seems to happen
worse when moving the mouse quickly.

Drew


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



Bug#407434: xserver-xorg-core: Server crash

2007-01-19 Thread Jörg Sommer
Hello Michel,

Michel Dänzer schrieb am Fri 19. Jan, 08:36 (+0100):
 On Fri, 2007-01-19 at 00:09 +0100, Jörg Sommer wrote:
  
I append the whole X log.
   
   It doesn't show the problem though, probably because you disabled
   loading the glx module, so it's not very useful for this report. Please
   attach at least a log file from an X server that loads the glx and dri
   modules.
  
  http://bugs.debian.org/cgi-bin/bugreport.cgi/Xorg.0.log?bug=407434;msg=5;att=1
 
 Oops, the Evolution message pane didn't indicate an attachment...
 
 Do the crashes you're encountering also happen with direct rendering
 (make sure the agpgart and uninorth_agp kernel modules are loaded before
 the radeon kernel module)?

No. Neither the glxdemo problem (#407502) nor this problem.

Are you interested in a X log with dri and 16 colors?

BTW: Thanks for the hint, I forgot to compile uninorth_agp into the kernel.

Bye, Jörg.
-- 
„Wer im Usenet gelesen werden will, sollte leserorientiert schreiben. Wer nur
 für sich schreiben will, dem ist mit einem Tagebuch vielleicht besser
 geholfen. Gelesen zu werden ist kein Recht, sondern ein Privileg.“
 Thore Tams in [EMAIL PROTECTED]


pgp0KxghP0Gpg.pgp
Description: PGP signature


Bug#220448: xserver-xfree86: Some fonts simply don't show up, adobe courier for example

2007-01-19 Thread Greg Stark
Brice Goglin [EMAIL PROTECTED] writes:

 Hi Gregory,
 
 About 3 years ago, you reported a bug to the Debian BTS regarding some
 fonts not showing up.
 Did you reproduce this problem recently? If not, I will close this bug
 in the next weeks.

I tracked the problem down to some invalid font files. So the bug report
should be updated to reflect a lack of error handling in font file parsing. It
seems if you have corrupt font files it just doesn't display anything rather
than reporting any errors and removing those fonts from the set of fonts
available.

-- 
greg



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



Bug#295042: /usr/X11R6/bin/XFree86: cannot use keyboard in gdm or kdm after fresh install of sarge

2007-01-19 Thread Harald Geyer
Hi Brice,
 
 About 2 years ago, you reported (or replied to) a bug in the Debian BTS
 regarding unusable keyboard in gdm or kdm after sarge install, possibly
 related to the mouse configuration. 

Well, the issue I had, was not related to gdm oder kdm or any display
manager but direcly to the X Server.

Actually it's a hardware bug with the PS/2 controller of some mainboards,
I think I refered to a gpm bug log, where the issue is discussed in length,
in this bug's log somewhere. In essence the hardware bug was triggered
by the X default configuration of two years ago.

 Did any of you guys reproduce this
 problem recently? If not, I will close this bug in the next weeks.

I don't have access to the specific hardware, which showed the problem,
anymore. I don't know how widespread this buggy mainboards was/is.

Regards,
Harald



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



unblock xserver-xorg-video-i810 2:1.7.2-4 for etch

2007-01-19 Thread Drew Parsons
Dear etch release managers,  
please consider unblocking xserver-xorg-video-i810 2:1.7.2-4.

It contains a very small patch (taken from upstream 1.7.4) for dealing
better with faulty intel (i915) video BIOSes, which I imagine might be
well appreciated by etch users.

It also fixes the build environment for hurd.

Drew


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



Bug#187218: xserver-xfree86: clients connections rejected

2007-01-19 Thread Leonardo Boselli
The part of the bug i reported was (by you) marked as a feature, that is
a change in the default behaviour of the program after an upgrade,
requiring to change by hand one of the configuration files.
so  could be _just for my part of the bug report_ considered closed 
Leonardo Boselli

On Thu, 18 Jan 2007, Brice Goglin wrote:

 Hi,
 
 About 4 years ago, you reported (or replied to) a bug in the Debian BTS
 regarding X client connections being rejected.
 Did any of you guys reproduce this problem recently? If not, I will
 close this bug in the next weeks.
 
 Thanks,
 Brice
 
 



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



Bug#301531: [radeon] Lockup when using Hyperball screensaver

2007-01-19 Thread Michel Dänzer
On Fri, 2007-01-19 at 00:49 +0100, Dimitri Chausson wrote:
 
 - the other advice (comment #12) does not apply for me, since 
 the options do not appear in my configuration file ( 
 XaaNoSolidBresenhamLine and XaaNoSolidTwoPointLine )

Yes, you have to add them... see the xorg.conf manpage.


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



Bug#407480: xserver-xorg-video-i810: Freeze with Intel 950 card when playing OpenGL games

2007-01-19 Thread Michel Dänzer
On Thu, 2007-01-18 at 20:36 +0100, Damien Laniel wrote:
 
 When I launch an OpenGL game, I can only play for some minutes (sometimes 
 seconds) before
 my computer freeze. 

Are OpenGL apps using direct rendering? What does

( LIBGL_DEBUG=verbose glxinfo | grep rendering ) 21

say?


 I also had a freeze twice during normal desktop usage (no game), after random 
 times.

Does this also happen with the DRI disabled?


Note that the symptoms of a freeze can be caused by an X server crash
with failure to restore console. If you can still log into the machine
remotely after the apparent freeze, take a look at the X server log file
and maybe also its stdout and stderr output.


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



Bug#407434: xserver-xorg-core: Server crash

2007-01-19 Thread Michel Dänzer
On Fri, 2007-01-19 at 00:09 +0100, Jörg Sommer wrote:
 
   I append the whole X log.
  
  It doesn't show the problem though, probably because you disabled
  loading the glx module, so it's not very useful for this report. Please
  attach at least a log file from an X server that loads the glx and dri
  modules.
 
 http://bugs.debian.org/cgi-bin/bugreport.cgi/Xorg.0.log?bug=407434;msg=5;att=1

Oops, the Evolution message pane didn't indicate an attachment...

Do the crashes you're encountering also happen with direct rendering
(make sure the agpgart and uninorth_agp kernel modules are loaded before
the radeon kernel module)?


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



Bug#198386: xserver-xfree86: [vesa] driver slows down system clock on S3 Inc. 86c775/86c785 [Trio 64V2/DX or /GX]

2007-01-19 Thread Andreas Krüger
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 Did you reproduce this problem recently?

That hardware has not been in active service for some years now.

So, to answer your question: No.

 If not, I will close this bug in the next weeks.

Please do.

Thank you for the considerate treatment of this problem

Andreas
- --
[EMAIL PROTECTED]
PGP-Schlüssel 0xA207E340 (http://www.pca.dfn.de/dfnpca/pgpkserv/)
Fingerprint B46B C7BA FFEE AD41 35DD  49C3 9D6A E529 A207 E340
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFFsG56nWrlKaIH40ARAlUfAJ0RnZ1HJhNu7f5at8hy0vSsLV9zsgCeNTEl
nmCz4/tjpldFMyc4GN8CQ3I=
=ReTD
-END PGP SIGNATURE-


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



Bug#204259: xserver-xfree86: [nv] driver does not support PCI model ID 0x031a

2007-01-19 Thread Konstantin L Kouptsov


Hi Brice,

I cannot reproduce it anymore. Go ahead and close it.

Thanks,
Konstantin.


Brice Goglin wrote:

Hi Konstantin,

About 4 years ago, you reported a bug to the Debian BTS regarding the nv
X driver not supporting your board.
Did you reproduce this problem recently? If not, I will close this bug
in the next weeks.

Thanks,
Brice






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



Bug#242430: xserver-xfree86: Fatal server lockup when xscreensaver runs

2007-01-19 Thread Hamilton Coutinho

Hi Brice,

So much time since I was bitten by this that I can't really remember  
if it stopped happening because of a software upgrade or a hardware  
one. Please, go ahead and close this one, I don't think it is  
relevant anymore.


Thanks,

Hamilton


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



Bug#168794: xserver-xfree86: want GPLed synaptics touchpad input driver in XFree86

2007-01-19 Thread Brice Goglin
Hi,

Now that xserver-xorg-input-synaptics is in Debian, I guess bugs #168794
and #204688 (already merged) may be closed?

Brice



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



Bug#155808: xserver-xfree86: [mouse] absolute positioning patch backported from CVS HEAD

2007-01-19 Thread Brice Goglin
Hi Rob,

About 4 years ago, you posted a patch in the Debian BTS to possibly fix
relative positioning mode for the Viewsonic Viewpad touchscreen. Is this
patch still required with nowadays X server/driver ? If not, I will
close this bug.

thanks,
Brice



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



Bug#237717: marked as done (xserver-xfree86: totem (XVideo) renders hues wrongly)

2007-01-19 Thread Debian Bug Tracking System
Your message dated Fri, 19 Jan 2007 21:51:23 +0100
with message-id [EMAIL PROTECTED]
and subject line Bug#234093: xserver-xfree86: Wrong colors in Mplayer and Totem 
usingXvideo extension
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)

---BeginMessage---
Package: totem
Version: 0.99.9-5
Severity: normal

I am checking to see if anyone else is experiencing a bug in the latest
Totem where all colors are rendered inversely? Every video I play
appears in green/blue hues (for flesh tones), and it has something to do
with totem/xinelib and nvidia/xv driver. Other drivers besides xv seem
to render proper color. I was able to bypass this color bug by moving
the Hue slider (in Totem options) to full. I have experienced this
same problem in Debian-Sid GNOME/totem as well as Dropline GNOME/totem.
Also, I have never had problems with Totem and nvidia/xv in the past,
neither do I have problems in Windows or my Knoppix LiveCD. So, this is
definitely a very new Totem/xinelib bug. Let me know if anyone else has
seen this problem with totem/nvidia/xv.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.4.24-1-k7
Locale: LANG=C, LC_CTYPE=C

Versions of packages totem depends on:
ii  debconf [debconf-2.0]   1.4.16   Debian configuration management sy
ii  gconf2  2.4.0.1-4GNOME configuration database syste
ii  libart-2.0-22.3.16-1 Library of functions for 2D graphi
ii  libatk1.0-0 1.4.1-1  The ATK accessibility toolkit
ii  libaudiofile0   0.2.6-2  Open-source version of SGI's audio
ii  libbonobo2-02.4.3-1  Bonobo CORBA interfaces library
ii  libbonoboui2-0  2.4.3-2  The Bonobo UI library
ii  libc6   2.3.2.ds1-11 GNU C Library: Shared libraries an
ii  libesd0 0.2.29-1 Enlightened Sound Daemon - Shared 
ii  libgcc1 1:3.3.3-2GCC support library
ii  libgconf2-4 2.4.0.1-4GNOME configuration database syste
ii  libgcrypt1  1.1.12-4 LGPL Crypto library - runtime libr
ii  libglade2-0 2.0.1-6  Library to load .glade files at ru
ii  libglib2.0-02.2.3-1  The GLib library of C routines
ii  libgnome-desktop-2  2.4.1-6  Utility library for loading .deskt
ii  libgnome2-0 2.4.0-4  The GNOME 2 library - runtime file
ii  libgnomecanvas2-0   2.4.0-1  A powerful object-oriented display
ii  libgnomeui-02.4.0.1-6The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0  2.4.1-5  The GNOME virtual file-system libr
ii  libgnomevfs2-common 2.4.1-5  The GNOME virtual file-system libr
ii  libgnutls7  0.8.12-5 GNU TLS library - runtime library
ii  libgtk2.0-0 2.2.4-3  The GTK+ graphical user interface 
ii  libice6 4.3.0-5  Inter-Client Exchange library
ii  libjpeg62   6b-9 The Independent JPEG Group's JPEG 
ii  liblircclient0  0.6.6-7  LIRC client library
ii  liborbit2   1:2.8.3-2libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0   1.2.5-2.1Layout and rendering of internatio
ii  libpopt01.7-4lib for parsing cmdline parameters
ii  libsm6  4.3.0-5  X Window System Session Management
ii  libstartup-notification00.5-4library for program launch feedbac
ii  libstdc++5  1:3.3.3-2The GNU Standard C++ Library v3
ii  libtasn1-0  0.1.2-1  Manage ASN.1 structures (runtime)
ii  libx11-64.3.0-5  X Window System protocol client li
ii  libxext64.3.0-5  X Window System miscellaneous exte
ii  libxine11-rc3a-2 the xine video/media player librar
ii  libxml2 2.6.7-1  GNOME XML library
ii  libxrandr2  4.3.0-5  X Window System Resize, Rotate and
ii  libxrender1 0.8.3-7  X Rendering Extension client libra
ii  libxtst64.3.0-5  X Window System event recording an
ii  libxv1  4.3.0-5  X Window System video extension li
ii  scrollkeeper0.3.14-5 A free electronic cataloging syste
ii  xlibs   4.3.0-5  X Window 

Bug#238918: #238918: xserver-xfree86: resize events mismanaged on a compaq armada - 16mb ram pentium (60?)

2007-01-19 Thread Luke Kenneth Casson Leighton
brice, hi,

3 years, huh?  h :)

don't worry about it :)

l.

On Fri, Jan 19, 2007 at 07:46:41PM +0100, Brice Goglin wrote:
 Hi,
 
 About 3 years ago, you reported a bug to the Debian BTS regarding
 mismanaged X resize events on a Compaq Armada box.
 Did you reproduce this problem recently? If not, I will close this bug
 in the next weeks.
 
 Thanks,
 Brice
 

-- 
--
lkcl.net - mad free software computer person, visionary and poet.
--


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



Bug#249277: xserver-xfree86: [ati/r128] DRI performance terrible, log fills with '(EE) R128(0): Idle timed out, resetting engine...' on Rage 128 PF/PRO AGP 4x TMDS rev 0

2007-01-19 Thread Brice Goglin
Mark Brown wrote:
 On Fri, Jan 19, 2007 at 08:07:01PM +0100, Brice Goglin wrote:

   
 About 3 years ago, you reported a bug to the Debian BTS regarding
 terrible DRI performance on a ATI Rage 128 Pro board.
 Did you reproduce this problem recently? If not, I will close this bug
 in the next weeks.
 

 I haven't tried recently.  I could try if you're likely to look at it

There have been lots of improvement in the DRI on ATI boards. I'd expect
it to work very well now. So if you happen to have some time to try
again, that'd be nice, thanks.

Brice



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



Bug#234093: marked as done (xserver-xfree86: Wrong colors in Mplayer and Totem using Xvideo extension)

2007-01-19 Thread Debian Bug Tracking System
Your message dated Fri, 19 Jan 2007 21:51:23 +0100
with message-id [EMAIL PROTECTED]
and subject line Bug#234093: xserver-xfree86: Wrong colors in Mplayer and Totem 
usingXvideo extension
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)

---BeginMessage---
Package: xserver-xfree86
Version: 4.2.1-12.1
Severity: important
Tags: sid

Since I upgraded something, I don't really remember what, about
mid February 2004, videos started to play wrong in Mplayer and Totem, I
first thought it was black and white, but I now realize the colors are
changed, it's not really black and white, the images look greenish, just
like in old TV sets where you have to adjust the TINT knob. Everything
else works correctly, more importantly, if I use a non-xv driver for
Mplayer, like x11, it works correctly.

The drivers that fail under Mplayer are xv and sdl.

I tell you what I tried so far to fix the problem:

1. Downgrade the whole XFree86 from 4.3.0-2 (sid) to 4.2.1-12 (testing)
2. Downgrade the Nvidia drivers
3. Change the official www.nvidia.com drivers for the generic XFree86 nv
driver.
4. Reboot the computer every time I made changes.

Nothing worked, I don't exactly in what package does the XVideo
extension libraries come, I'd like to know so I can downgrade it and see
if it works. I have downgraded every XFree86 related package to
4.2.1-12, and I have tried all I supposed could fix it, but with no
results.

-- Package-specific info:
01:00.0 VGA compatible controller: nVidia Corporation NV11DDR [GeForce2 MX 100 
DDR/200 DDR] (rev b2)
01:00.0 Class 0300: 10de:0111 (rev b2)

# XF86Config-4 (XFree86 X 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.)
#
# This file is automatically updated on xserver-xfree86 package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xfree86
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands as root:
#
#   cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom
#   md5sum /etc/X11/XF86Config-4  /var/lib/xfree86/XF86Config-4.md5sum
#   dpkg-reconfigure xserver-xfree86

Section Files
FontPathunix/:7100# local font server
# if the local font server has problems, we can fall back on these
FontPath/usr/lib/X11/fonts/75dpi
FontPath/usr/lib/X11/fonts/Type1
FontPath/usr/lib/X11/fonts/CID
FontPath/usr/lib/X11/fonts/Speedo
FontPath/usr/lib/X11/fonts/misc
FontPath/usr/lib/X11/fonts/cyrillic
FontPath/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
FontPath/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID
#FontPath   /usr/lib/X11/fonts/100dpi
EndSection

Section Module
Loadbitmap
Loaddbe
Loadddc
Loadextmod
Loadfreetype
Loadglx
Loadint10
Loadrecord
Loadspeedo
Loadtype1
Loadvbe
#Load   dri
#Load   GLcore
EndSection

Section InputDevice
Identifier  Generic Keyboard
Driver  keyboard
Option  CoreKeyboard
Option  XkbRules  xfree86
Option  XkbModel  pc104
Option  XkbLayout us_intl
EndSection

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

Section Device
Identifier  Nvidia GeForce 2 MX 64MB
Driver  nvidia
Option  DigitalVibrance 1
Option  DPMS
Option  NoLogo
EndSection

Section Monitor
Identifier  KDS Avitron AV-7T
HorizSync   30-70
VertRefresh 50-140
Option  DPMS
EndSection

Section Screen
Identifier  Default Screen
Device  Nvidia GeForce 2 MX 64MB
Monitor KDS Avitron AV-7T
DefaultDepth24
SubSection Display
Depth   1
Modes   1280x1024 1280x960 1152x864 1024x768 

Bug#249239: marked as done (xserver-xfree86: X server crashes when kernel r128 drm module provokes EIP)

2007-01-19 Thread Debian Bug Tracking System
Your message dated Fri, 19 Jan 2007 21:58:32 +0100
with message-id [EMAIL PROTECTED]
and subject line Bug#249239: xserver-xfree86: X server crashes when kernel r128 
drm module provokes EIP
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)

---BeginMessage---
Package: xserver-common
Version: 4.3.0.dfsg.1-1
Severity: normal

Recently, the machine froze with the attached EIP. Don't know if it's
helpful, but I thought it might be interesting

# lspci
:00:00.0 Host bridge: VIA Technologies, Inc. VT82C598 [Apollo MVP3]
(rev 04)
:00:01.0 PCI bridge: VIA Technologies, Inc. VT82C598/694x [Apollo
MVP3/Pro133x AGP]
:00:07.0 ISA bridge: VIA Technologies, Inc. VT82C596 ISA [Mobile
South] (rev 23)
:00:07.1 IDE interface: VIA Technologies, Inc.
VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 10)
:00:07.2 USB Controller: VIA Technologies, Inc. VT82x UHCI USB
1.1 Controller (rev 11)
:00:07.3 Host bridge: VIA Technologies, Inc. VT82C596 Power
Management (rev 30)
:00:09.0 Ethernet controller: 3Com Corporation 3c905B 100BaseTX
[Cyclone] (rev 64)
:00:0a.0 Ethernet controller: 3Com Corporation 3c905C-TX/TX-M
[Tornado] (rev 74)
:00:0b.0 Multimedia audio controller: Ensoniq ES1371 [AudioPCI-97]
(rev 06)
:01:00.0 VGA compatible controller: ATI Technologies Inc Rage 128
PF/PRO AGP 4x TMDS
shawarma:~# cat /proc/cpuinfo
processor   : 0
vendor_id   : AuthenticAMD
cpu family  : 5
model   : 8
model name  : AMD-K6(tm) 3D processor
stepping: 12
cpu MHz : 501.362
cache size  : 64 KB
fdiv_bug: no
hlt_bug : no
f00f_bug: no
coma_bug: no
fpu : yes
fpu_exception   : yes
cpuid level : 1
wp  : yes
flags   : fpu vme de pse tsc msr mce cx8 pge mmx syscall 3dnow
k6_mtrr
bogomips: 989.18


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i586)
Kernel: Linux 2.6.6-mm1
Locale: LANG=de_DE, LC_CTYPE=de_DE

Versions of packages xserver-common depends on:
ii  debconf [debconf-2.0] 1.4.25 Debian configuration management sy
ii  libc6 2.3.2.ds1-12   GNU C Library: Shared libraries an
ii  xfree86-common4.3.0.dfsg.1-1 X Window System (XFree86) infrastr

-- debconf information:
  xserver-common/xwrapper/nice_value/error: 
* xserver-common/clobber_xwrapper_config: false
  xserver-common/aware_xwrapper: 
* xserver-common/move_existing_nondebconf_config: true
  xserver-common/xwrapper/old_config_file_obsolete: 
  xserver-common/xwrapper/nice_value: -10
* xserver-common/manage_config_with_debconf: true
  xserver-common/using_obsolete_xserver: 
  xserver-common/xwrapper/allowed_users: Console Users Only
  xserver-common/xwrapper/actual_allowed_users: console
May 15 10:38:23 shawarma kernel: Unable to handle kernel paging request at virtual address 0a93a54c
May 15 10:38:23 shawarma kernel:  printing eip:
May 15 10:38:23 shawarma kernel: 0a93a54c
May 15 10:38:23 shawarma kernel: *pde = 
May 15 10:38:23 shawarma kernel:___  __
May 15 10:38:23 shawarma kernel:   0--,|/OO\
May 15 10:38:23 shawarma kernel:  {_o  /  /OO plop OO\
May 15 10:38:23 shawarma kernel:\__\_/OO oh dear OOO\s
May 15 10:38:23 shawarma kernel:   \/
May 15 10:38:23 shawarma kernel:__XXX__   __XXX__
May 15 10:38:23 shawarma kernel: Oops:  [#1]
May 15 10:38:23 shawarma kernel: CPU:0
May 15 10:38:23 shawarma kdm[2487]: X server for display :0 terminated unexpectedly
May 15 10:38:23 shawarma kernel: EIP:0060:[__crc_write_one_page+997993/3866823]Not tainted VLI
May 15 10:38:23 shawarma kernel: EFLAGS: 00013286   (2.6.6-mm1) 
May 15 10:38:23 shawarma kernel: EIP is at 0xa93a54c
May 15 10:38:23 shawarma kernel: eax:    ebx: 0a94c10a   ecx: da991000   edx: 
May 15 10:38:23 shawarma kernel: esi: d52bf5ca   edi: 0a943b0e   ebp: c010644f   esp: d509cf80
May 15 10:38:23 shawarma kernel: ds: 007b   es: 007b   ss: 0068
May 15 10:38:23 shawarma kernel: Process XFree86 (pid: 3067, threadinfo=d509c000 task=d686c0b0)
May 15 10:38:23 shawarma kernel: Stack: b750 d40344e0 d3f657fc c010644f d40344e0 ffe7 d3f657fc c0152913 
May 15 10:38:23 shawarma kernel:b750 da93a4a0 d509c000 c02ab1c4 0006 0848c760  d509c000 
May 15 10:38:23 shawarma kernel:c0103b47 0006 c010644f b750 0848c760  

Bug#268363: marked as done (xserver-xfree86: Hammering randomly on the keyboard results in strange behaviour)

2007-01-19 Thread Debian Bug Tracking System
Your message dated Fri, 19 Jan 2007 21:50:38 +0100
with message-id [EMAIL PROTECTED]
and subject line Bug#268363: xserver-xfree86: Hammering randomly on the 
keyboard results in strange behaviour
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)

---BeginMessage---
Package: xserver-xfree86
Version: 4.3.0.dfsg.1-6
Severity: normal

Steps to reproduce:

1) Take a one year old child
2) Allow said child to hammer at random on your keyboard

After this treatment, any keyboard input results only in characters
appearing which (I think) have the high-bit set. eg pressing m results
in a mu, d a lower-case delta (IIRC) etc etc.

Using Alt-Tab-Fx to switch to a console results in a complete
console lockup -- no response to any keyboard input
whatsoever. Logging in over the network, I can kill  restart X which
solves the problem.

I haven't nailed down a precise key sequence which causes the problem
(for hopefully obvious reasons!). It probably has something to do with
the combinations of ctrl, alt etc and various other keys, since the
hammering happens mostly on the bottom of the keyboard!

Is there some kind of magic key combination which will result in meta
being a sticky key? I haven't been able to find anything in the docs,
but that might explain the observed X behaviour (although not the
console lockup which is presumably a kernel/X interaction triggered by
X putting the keyboard in some weird state).

cheers,

Phil

-- Package-specific info:

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-1-k7
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8

Versions of packages xserver-xfree86 depends on:
ii  debconf [debconf-2.0] 1.4.32 Debian configuration management sy
ii  libc6 2.3.2.ds1-16   GNU C Library: Shared libraries an
ii  xserver-common4.3.0.dfsg.1-6 files and utilities common to all 
ii  zlib1g1:1.2.1.1-5compression library - runtime

-- debconf information:
  xserver-xfree86/config/monitor/screen-size: 17 inches (430 mm)
* xserver-xfree86/config/device/use_fbdev: false
* xserver-xfree86/config/monitor/selection-method: Advanced
  xserver-xfree86/config/doublequote_in_string_error:
  xserver-xfree86/config/device/bus_id:
  xserver-xfree86/config/device/video_ram:
* xserver-xfree86/config/monitor/lcd: false
  xserver-xfree86/config/inputdevice/keyboard/internal:
* xserver-xfree86/config/device/driver: mga
* xserver-xfree86/config/monitor/vert-refresh: 50-160
* xserver-xfree86/config/display/default_depth: 24
* xserver-xfree86/config/display/modes: 1280x960, 1152x864, 1024x768, 800x600, 
640x480
  xserver-xfree86/config/modules: GLcore, bitmap, dbe, ddc, dri, extmod, 
freetype, glx, int10, record, speedo, type1, vbe, xtt
  xserver-xfree86/config/monitor/range_input_error:
* xserver-xfree86/autodetect_video_card: true
* xserver-xfree86/config/inputdevice/keyboard/variant:
* xserver-xfree86/config/inputdevice/mouse/port: /dev/psaux
  xserver-xfree86/config/write_files_section: true
  xserver-xfree86/autodetect_monitor: true
  xserver-xfree86/config/device/identifier:
* shared/default-x-server: xserver-xfree86
  xserver-xfree86/config/inputdevice/mouse/emulate3buttons: true
* xserver-xfree86/config/inputdevice/keyboard/layout: gb
* xserver-xfree86/config/monitor/horiz-sync: 27-96
  xserver-xfree86/config/monitor/identifier:
  shared/no_known_x-server:
  xserver-xfree86/autodetect_mouse: true
  xserver-xfree86/config/monitor/mode-list: 1280x960 @ 60Hz
* xserver-xfree86/config/inputdevice/keyboard/rules: xfree86
  xserver-xfree86/multiple_possible_x-drivers:
* xserver-xfree86/config/inputdevice/keyboard/model: pc105
  xserver-xfree86/config/write_dri_section: true
  xserver-xfree86/config/inputdevice/mouse/zaxismapping: true
  xserver-xfree86/config/device/bus_id_error:
* xserver-xfree86/config/inputdevice/keyboard/options:
  xserver-xfree86/config/nonnumeric_string_error:
* xserver-xfree86/config/inputdevice/mouse/protocol: PS/2
  shared/multiple_possible_x-servers:
  xserver-xfree86/config/null_string_error:

---End Message---
---BeginMessage---
Closing, as suggested by the submitter.

Brice

---End Message---


Bug#311422: #311422: XFree86: X server crashes with signal 11 randomly when using Firefox

2007-01-19 Thread Karl Erlandsen
Hi Brice,
No, I'm afraid not, about 6 months after I reported
that bug I upgraded my graphics card and upgraded my
Debian install. Somehow between all of this, the bug
mysteriously vanished...

I did exchange a few emails with a Brian Hill in May
last year who was having identical problems to mine.
If you want to be doubly sure you could email him at
[EMAIL PROTECTED] , I'll copy in our correspondance
below, in case you feel like chasing it up. But its
been ages now since that bug has bothered me, and if
you want to close it then I wouldn't mind in the
slightest :)

Thanks,
Karl


Email Exchange:
Hi Karl,

Thanks for the tips. This is happening _with_ Xorg,
since this
is RH4u3. ;)

The failures are repeating themselves very regularly
across
many systems (though at random times), which leads me
to believe that
it isn't some random thing on one system that is out
of place.

I only have one extension installed, autohide. I have
tried removing that and it makes no difference.

Thanks for your response!

What is Epiphany?

Brian
==
On Fri, May 05, 2006 at 09:04:26PM +0100, Karl
Erlandsen wrote:
 Hi Brian,
 I'm sorry to say I never did track down the exact
 cause of the problem. A few months after posting
that
 bug in the Debian bugtracker I gave up waiting for a
 response and upgraded my graphics card to a GeForce
 6800 and swapped Xfree86 for XOrg (something I'd
been
 planning to do for a while anyway). Somewhere along
 the line, the crashes magically stopped :)
 
 Obviously it's been a while now, but from what I
 remember I was able to browse the web with Epiphany,
 no crashes at all (hence I don't think it's
Firefox's
 fault). I also have a strange feeling that removing
 all my Firefox extensions then reinstalling them
 helped with Firefox (not VMWare), but I can't
remember
 precise details, very sorry :(
 
 If you can, I'd suggest upgrading to XOrg, or if
that
 doesn't work maybe consider a new graphics card
(even
 if it's a cheap £30 Nvidia one). If neither of those
 are good for you, I suppose you may just have to
 resort to Epiphany...
 
 Good luck, I hope this was of some help to you.
 Karl
 
 
 --- Brian C. Hill [EMAIL PROTECTED] wrote:
 
  Hello,
  
  I saw your post about firefox and Xfree having
  problems:
  
  
 

http://lists.debian.org/debian-x/2005/05/msg00453.html
  
  I am having the same problem.
  
  Did you ever figure what the cause was or find a
  solution?
  
  Brian
  
 
 
 

--- Brice Goglin [EMAIL PROTECTED] wrote:

 Hi,
 
 About 2 years ago, you reported a bug to the Debian
 BTS regarding a
 crash of the X server with signal 11 when running
 Firefox. Did you
 reproduce this problem recently? If not, I will
 close this bug in the
 next weeks.
 
 Thanks,
 Brice
 
 




___ 
What kind of emailer are you? Find out today - get a free analysis of your 
email personality. Take the quiz at the Yahoo! Mail Championship. 
http://uk.rd.yahoo.com/evt=44106/*http://mail.yahoo.net/uk 


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



Re: xorg override disparity

2007-01-19 Thread Aaron M. Ucko
Julien Cristau [EMAIL PROTECTED] writes:

 I think the override should be changed for these packages.  They are now
 dummy packages, provided for upgrades from sarge.  Is the correct
 section for these oldlibs, or something different?

I'd say oldlibs.

-- 
Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org)
Finger [EMAIL PROTECTED] (NOT a valid e-mail address) for more info.


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



  1   2   >