Bug#363517: marked as done (FTBFS on kfreebsd-i386 and kfreebsd-amd64)

2006-10-16 Thread Debian Bug Tracking System
Your message dated Mon, 16 Oct 2006 20:02:22 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#363517: fixed in xorg-server 2:1.1.1-10
has caused the attached Bug report to be marked as done.

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

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--- Begin Message ---
Package: xorg-server
Severity: important
Tags: patch

Missing support for detecting GNU/kFreeBSD in configure.  There's also a minor
issue with amd64 in Pci.h.

Attached patch fixes both problems.  Please remember to regenerate configure
after appliing it.

Additionaly, a config.{guess,sub} update is needed, because upstream used very
old versions of these scripts that didn't yet support GNU/kFreeBSD.

Corresponding upstream bugs:

  https://bugs.freedesktop.org/show_bug.cgi?id=6659
  https://bugs.freedesktop.org/show_bug.cgi?id=6217

-- System Information:
Debian Release: testing/unstable
Architecture: kfreebsd-i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: GNU/kFreeBSD 5.4-1-686
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ANSI_X3.4-1968) (ignored: LC_ALL 
set to C)
diff -ur -x .pc -x configure -x config.guess -x config.sub -x stampdir xorg-server-1.0.2.old/configure.ac xorg-server-1.0.2/configure.ac
--- xorg-server-1.0.2.old/configure.ac	2006-04-19 15:48:17.0 +0200
+++ xorg-server-1.0.2/configure.ac	2006-04-19 14:53:03.0 +0200
@@ -224,7 +224,10 @@
 dnl it would be nice to autodetect these *CONS_SUPPORTs
 case $host_os in
   *freebsd*)
-	AC_DEFINE(CSRG_BASED, 1, [System is BSD-like])
+	case $host_os in
+		kfreebsd*-gnu) ;;
+		*) AC_DEFINE(CSRG_BASED, 1, [System is BSD-like]) ;;
+	esac
 	AC_DEFINE(PCCONS_SUPPORT, 1, [System has PC console])
 	AC_DEFINE(PCVT_SUPPORT, 1, [System has PCVT console])
 	AC_DEFINE(SYSCONS_SUPPORT, 1, [System has syscons console])
@@ -928,7 +931,7 @@
 			;;
 		esac
 		;;
-	  freebsd*)
+	  freebsd* | kfreebsd*-gnu)
 	  	XORG_OS="freebsd"
 		XORG_OS_SUBDIR="bsd"
 		XORG_OS_KBD="BSD"
@@ -1026,7 +1029,7 @@
 		;;
 	  powerpc*)
 		case $host_os in
-		  linux*|freebsd*|netbsd*|openbsd*)
+		  linux*|freebsd*|netbsd*|openbsd*|kfreebsd*-gnu)
 			;;
 		  *)
 			xorg_bus_ppcpci="yes"
@@ -1039,7 +1042,7 @@
 		;;
 	  x86_64*|amd64*)
 		case $host_os in
-		  freebsd*)
+		  freebsd*|kfreebsd*-gnu)
 			# FreeBSD uses the system pci interface
 			;;
 		  *)
@@ -1264,7 +1267,7 @@
 	cygwin*) ;;
 	solaris*) ;;
 darwin*) ;;
-	*bsd*) ;;
+	freebsd*|netbsd*|openbsd*) ;;
 	*) 
 		AC_DEFINE(_POSIX_SOURCE, 1, [POSIX-compliant source])
 		AC_DEFINE(_XOPEN_SOURCE, 500, [X/Open-compliant source])
--- xorg-server-1.0.2/hw/xfree86/os-support/bus/Pci.h.old	2006-04-19 16:14:19.0 +0200
+++ xorg-server-1.0.2/hw/xfree86/os-support/bus/Pci.h	2006-04-19 16:14:30.0 +0200
@@ -334,7 +334,7 @@
 #  define ARCH_PCI_PCI_BRIDGE sparcPciPciBridge
 # endif
 #elif defined(__amd64__) || defined(__amd64)
-# if defined(__FreeBSD__)
+# if defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
 #  define ARCH_PCI_INIT freebsdPciInit
 # else
 #  define ARCH_PCI_INIT ix86PciInit
--- End Message ---
--- Begin Message ---
Source: xorg-server
Source-Version: 2:1.1.1-10

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

xdmx-tools_1.1.1-10_i386.deb
  to pool/main/x/xorg-server/xdmx-tools_1.1.1-10_i386.deb
xdmx_1.1.1-10_i386.deb
  to pool/main/x/xorg-server/xdmx_1.1.1-10_i386.deb
xnest_1.1.1-10_i386.deb
  to pool/main/x/xorg-server/xnest_1.1.1-10_i386.deb
xorg-server_1.1.1-10.diff.gz
  to pool/main/x/xorg-server/xorg-server_1.1.1-10.diff.gz
xorg-server_1.1.1-10.dsc
  to pool/main/x/xorg-server/xorg-server_1.1.1-10.dsc
xserver-xephyr_1.1.1-10_i386.deb
  to pool/main/x/xorg-server/xserver-xephyr_1.1.1-10_i386.deb
xserver-xorg-core_1.1.1-10_i386.deb
  to pool/main/x/xorg-server/xserver-xorg-core_1.1.1-10_i386.deb
xserver-xorg-dev_1.1.1-10_i386.deb
  to pool/main/x/xorg-server/xserver-xorg-dev_1.1.1-10_i386.deb
xvfb_1.1.1-10_i386.deb
  to pool/main/x/xorg-server/xvfb_1.1.1-10_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.
David Nusinow <[EMAIL PROTECTED]> (supplier of updated xorg-server 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 PROTE

Bug#392295: marked as done (xserver-xorg-core: /etc/X11/X missing)

2006-10-16 Thread Debian Bug Tracking System
Your message dated Mon, 16 Oct 2006 20:02:22 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#392295: fixed in xorg-server 2:1.1.1-10
has caused the attached Bug report to be marked as done.

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

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--- Begin Message ---
Package: xserver-xorg-core
Version: 1:1.0.2-9
Severity: serious

If I install xserver-xorg-core and xbase-clients (and ion3) on my sparc 
and then try to run "startx", I get the following error:
X: cannot stat /etc/X11/X (No such file or directory), aborting
xinit: xserver error

AFAIKT /etc/X11/X is supposed to be a symlink to /usr/sbin/Xorg.

I think this link may be created by the xserver-xorg package, but as that 
package is not required and xserver-xorg-core ships the binary, the 
symlink should probably be part of that.


pgpOR6bEu68uL.pgp
Description: PGP signature
--- End Message ---
--- Begin Message ---
Source: xorg-server
Source-Version: 2:1.1.1-10

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

xdmx-tools_1.1.1-10_i386.deb
  to pool/main/x/xorg-server/xdmx-tools_1.1.1-10_i386.deb
xdmx_1.1.1-10_i386.deb
  to pool/main/x/xorg-server/xdmx_1.1.1-10_i386.deb
xnest_1.1.1-10_i386.deb
  to pool/main/x/xorg-server/xnest_1.1.1-10_i386.deb
xorg-server_1.1.1-10.diff.gz
  to pool/main/x/xorg-server/xorg-server_1.1.1-10.diff.gz
xorg-server_1.1.1-10.dsc
  to pool/main/x/xorg-server/xorg-server_1.1.1-10.dsc
xserver-xephyr_1.1.1-10_i386.deb
  to pool/main/x/xorg-server/xserver-xephyr_1.1.1-10_i386.deb
xserver-xorg-core_1.1.1-10_i386.deb
  to pool/main/x/xorg-server/xserver-xorg-core_1.1.1-10_i386.deb
xserver-xorg-dev_1.1.1-10_i386.deb
  to pool/main/x/xorg-server/xserver-xorg-dev_1.1.1-10_i386.deb
xvfb_1.1.1-10_i386.deb
  to pool/main/x/xorg-server/xvfb_1.1.1-10_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.
David Nusinow <[EMAIL PROTECTED]> (supplier of updated xorg-server 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: Mon, 16 Oct 2006 21:59:51 -0400
Source: xorg-server
Binary: xserver-xephyr xserver-xorg-core xvfb xdmx xserver-xorg-dev xdmx-tools 
xnest
Architecture: source i386
Version: 2:1.1.1-10
Distribution: unstable
Urgency: low
Maintainer: David Nusinow <[EMAIL PROTECTED]>
Changed-By: David Nusinow <[EMAIL PROTECTED]>
Description: 
 xdmx   - Distributed Multihead X server
 xdmx-tools - Distributed Multihead X tools
 xnest  - Nested X server
 xserver-xephyr - Next Generation Nested X Server
 xserver-xorg-core - X.Org X server -- core server
 xserver-xorg-dev - X.Org X server -- development files
 xvfb   - Virtual Framebuffer 'fake' X server
Closes: 363517 365274 390599 390646 391052 392295 392312
Changes: 
 xorg-server (2:1.1.1-10) unstable; urgency=low
 .
   [ Denis Barbier ]
   * Fix video mode switching.  Closes: #391052
   * Fix FTBFS on kfreebsd-i386 and kfreebsd-amd64.  Thanks Petr Salinger.
 Closes: #363517
 .
   [ David Nusinow ]
   * Add depends on xserver-xorg so that /etc/X11/X gets installed. Thanks
 Frans Pop. Closes: #392295
   * Add 31_blocksigio.diff. This patch by Alan Hourihane, and it prevents a
 race condition when a driver tries to set the cursor state when the server
 is in the middle of switching resolution. Thanks to Frans Pop for
 reporting the bug, Michel Dänzer for reading through the backtrace and
 diagnosing the problem, and Alan for the final patch. Closes: #390646.
 .
   [ Jurij Smakov ]
   * Add 32_disable_sparc_pci_bridge.diff. Disable PCI bridge handling on
 sparc, which is broken and causes filesystem corruption (by poking
 the PCI bus in the wrong places) on some machines. Closes: #392312.
 .
   [ Drew Parsons ]
   * Use __appmansuffix__ not __mansuffix__ in
 03_xnest_manpage_overhaul.diff.  Closes: #390599.
   * Install upstream ChangeLog.  Closes: #365274.
Files: 
 6b8856ce18598518699f5eb6481bee4f 1966 x11 optional xorg-server_1.1.1-10.dsc
 04f105d59203389f310c510c38539c47 597543 x11 optional 
xorg-server_1.1.1-10.diff.gz
 b87a4ee9f61ba31085ca77291cabad44 3597066 x11 optional 

Bug#365274: marked as done (xserver-xorg-core: upstream changelog missing)

2006-10-16 Thread Debian Bug Tracking System
Your message dated Mon, 16 Oct 2006 20:02:22 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#365274: fixed in xorg-server 2:1.1.1-10
has caused the attached Bug report to be marked as done.

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

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--- Begin Message ---
Package: xserver-xorg-core
Version: 1:1.0.2-7
Severity: minor

There is no upstream changelog installed under
/usr/share/doc/xserver-xorg-core, although one is present in the
upstream sources. This is also true for other xorg packages, but I don't
feel like filing bugs against them.

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

Versions of packages xserver-xorg-core depends on:
ii  libc6   2.3.6-7  GNU C Library: Shared libraries
ii  libfontenc1 1:1.0.1-5X11 font encoding library
ii  libgcc1 1:4.1.0-1+b1 GCC support library
ii  libxau6 1:1.0.0-3X11 authorisation library
ii  libxdmcp6   1:1.0.0-4X11 Display Manager Control Protoc
ii  libxfont1   1:1.0.0-4X11 font rasterisation library
ii  x11-common  1:7.0.14 X Window System (X.Org) infrastruc
ii  xserver-xorg-input-all  1:7.0.14 the X.Org X server -- input driver
ii  xserver-xorg-input-evdev [x 1:1.0.0.5-2  X.Org X server -- evdev input driv
ii  xserver-xorg-input-kbd [xse 1:1.0.1.3-2  X.Org X server -- keyboard input d
ii  xserver-xorg-input-mouse [x 1:1.0.4-2X.Org X server -- mouse input driv
ii  xserver-xorg-video-ati [xse 1:6.5.8.0-1  X.Org X server -- ATI display driv
ii  xserver-xorg-video-vesa [xs 1:1.0.1.3-2  X.Org X server -- VESA display dri
ii  xserver-xorg-video-vga [xse 1:4.0.0.5-2  X.Org X server -- VGA display driv
ii  zlib1g  1:1.2.3-11   compression library - runtime

Versions of packages xserver-xorg-core recommends:
pn  xkeyboard-config   (no description available)

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: xorg-server
Source-Version: 2:1.1.1-10

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

xdmx-tools_1.1.1-10_i386.deb
  to pool/main/x/xorg-server/xdmx-tools_1.1.1-10_i386.deb
xdmx_1.1.1-10_i386.deb
  to pool/main/x/xorg-server/xdmx_1.1.1-10_i386.deb
xnest_1.1.1-10_i386.deb
  to pool/main/x/xorg-server/xnest_1.1.1-10_i386.deb
xorg-server_1.1.1-10.diff.gz
  to pool/main/x/xorg-server/xorg-server_1.1.1-10.diff.gz
xorg-server_1.1.1-10.dsc
  to pool/main/x/xorg-server/xorg-server_1.1.1-10.dsc
xserver-xephyr_1.1.1-10_i386.deb
  to pool/main/x/xorg-server/xserver-xephyr_1.1.1-10_i386.deb
xserver-xorg-core_1.1.1-10_i386.deb
  to pool/main/x/xorg-server/xserver-xorg-core_1.1.1-10_i386.deb
xserver-xorg-dev_1.1.1-10_i386.deb
  to pool/main/x/xorg-server/xserver-xorg-dev_1.1.1-10_i386.deb
xvfb_1.1.1-10_i386.deb
  to pool/main/x/xorg-server/xvfb_1.1.1-10_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.
David Nusinow <[EMAIL PROTECTED]> (supplier of updated xorg-server 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: Mon, 16 Oct 2006 21:59:51 -0400
Source: xorg-server
Binary: xserver-xephyr xserver-xorg-core xvfb xdmx xserver-xorg-dev xdmx-tools 
xnest
Architecture: source i386
Version: 2:1.1.1-10
Distribution: unstable
Urgency: low
Maintainer: David Nusinow <[EMAIL PROTECTED]>
Changed-By: David Nusinow <[EMAIL PROTECTED]>
Description: 
 xdmx   - Distributed Multihead X server
 xdmx-tools - Distributed Multihead X tools
 xnest  - Nested X server
 xserver-xephyr - Next Generation Nested X Server
 xserver-xorg-core - X.Org X server -- core server
 xserver-xorg-dev - X.Org X server -- development files
 xvfb   - Virtual Framebuffer 'fake' X server
Closes: 363517 365274 390599 390646 391052 392295 392312
Changes: 
 xorg-server (2:1.1.1-10) unst

Bug#391052: marked as done (xserver-xorg: Control-Alt-Keypad Plus/Minus not recognized)

2006-10-16 Thread Debian Bug Tracking System
Your message dated Mon, 16 Oct 2006 20:02:22 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#391052: fixed in xorg-server 2:1.1.1-10
has caused the attached Bug report to be marked as done.

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

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--- Begin Message ---
Package: xserver-xorg
Version: 1:7.1.0-1
Severity: normal


Sorry about not knowing which package to actually report this against.
I've been trying to isolate it myself off and on and have been unable
to do so.

Since the xserver-xorg updates from around September 18, I've been
unable to change resolutions using the control-alt-keypad plus/minus
key combination.  Running Xev shows all of the keys being recognized
indidually and in combinations of any 2.  Using control, alt and
either keypad plus or minus together though isn't recognized by Xev.

The only suspicious thing I've found in trying to isolate the problem
is an error message in /var/log/Xorg.0.log.  The following entry
started appearing on some of my systems when this problem started.

(EE) Error loading keymap /var/lib/xkb/server-0.xkm

David
[EMAIL PROTECTED]

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17.13
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages xserver-xorg depends on:
ii  debconf   1.5.5  Debian configuration management sy
ii  nvidia-glx [xserver-xorg-vide 1.0.8774-3 NVIDIA binary XFree86 4.x driver
ii  x11-common1:7.1.0-1  X Window System (X.Org) infrastruc
ii  xbase-clients 1:7.1.ds-3 miscellaneous X clients
ii  xkb-data  0.8-16 X Keyboard Extension (XKB) configu
ii  xserver-xorg-core 2:1.1.1-9  X.Org X server -- core server
ii  xserver-xorg-input-all1:7.1.0-1  the X.Org X server -- input driver
ii  xserver-xorg-input-evdev [xse 1:1.1.2-3  X.Org X server -- evdev input driv
ii  xserver-xorg-input-kbd [xserv 1:1.1.0-3  X.Org X server -- keyboard input d
ii  xserver-xorg-input-mouse [xse 1:1.1.1-3  X.Org X server -- mouse input driv

Versions of packages xserver-xorg recommends:
pn  discover1 | discover   (no description available)
pn  laptop-detect  (no description available)
pn  mdetect(no description available)
pn  xresprobe  (no description available)

-- debconf information:
* xserver-xorg/multiple_possible_x-drivers:
* xserver-xorg/config/monitor/use_sync_ranges: true
* xserver-xorg/config/inputdevice/mouse/port: /dev/input/mice
* xserver-xorg/config/monitor/lcd: false
* xserver-xorg/config/doublequote_in_string_error:
  xserver-xorg/config/monitor/screen-size: 17 inches (430 mm)
* shared/default-x-server: xserver-xorg
  xserver-xorg/config/device/default-identifier:
* xserver-xorg/autodetect_monitor: true
* xserver-xorg/config/inputdevice/mouse/protocol: ImPS/2
* shared/no_known_x-server:
* xserver-xorg/config/display/default_depth: 24
* xserver-xorg/config/display/modes: 1280x960, 1152x864, 1024x768, 800x600, 
640x480
* xserver-xorg/config/device/bus_id_error:
* xserver-xorg/config/inputdevice/keyboard/internal:
* xserver-xorg/config/monitor/vert-refresh: 48-170
* xserver-xorg/config/inputdevice/keyboard/options:
* xserver-xorg/autodetect_keyboard: false
* xserver-xorg/config/device/use_fbdev: false
* xserver-xorg/config/inputdevice/keyboard/variant:
* xserver-xorg/config/nonnumeric_string_error:
  xserver-xorg/config/fontpath/fontserver:
* xserver-xorg/config/inputdevice/keyboard/layout: us
* xserver-xorg/config/modules: bitmap, dbe, ddc, extmod, freetype, glx, int10, 
record, type1, vbe
* xserver-xorg/config/monitor/identifier: Genric Monitor
* xserver-xorg/config/inputdevice/mouse/emulate3buttons: false
* xserver-xorg/autodetect_mouse: true
* xserver-xorg/config/monitor/horiz-sync: 30-130
* xserver-xorg/config/device/video_ram:
* xserver-xorg/config/monitor/range_input_error:
* xserver-xorg/config/write_dri_section: false
* xserver-xorg/config/inputdevice/keyboard/model: pc104
* xserver-xorg/config/device/driver: nvidia
* xserver-xorg/config/device/identifier: NVIDIA Card
* xserver-xorg/config/monitor/selection-method: Advanced
* xserver-xorg/config/null_string_error:
* shared/multiple_possible_x-servers:
* xserver-xorg/config/device/bus_id:
* xserver-xorg/config/write_files_section: true
* xserver-xorg/autodetect_video_card: true
* xserver-xorg/config/monitor/mode-list: 1280x960 @ 60Hz
* xserver-xorg/

Bug#390646: marked as done (xserver-xorg: Server crash when switching back from full screen mode)

2006-10-16 Thread Debian Bug Tracking System
Your message dated Mon, 16 Oct 2006 20:02:22 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#390646: fixed in xorg-server 2:1.1.1-10
has caused the attached Bug report to be marked as done.

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

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--- Begin Message ---
Package: xserver-xorg
Version: 1:7.1.0-1
Severity: normal

After playing a particular game (Chromium) in full screen mode, the XOrg
server crashes about 2 out of 3 times when switching back to KDE.

The Xorg log with a backtrace of the crash is attached.

Please contact me if additional info is needed.


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

Versions of packages xserver-xorg depends on:
ii  debconf  1.5.5   Debian configuration management sy
ii  x11-common   1:7.1.0-1   X Window System (X.Org) infrastruc
ii  xbase-clients1:7.1.ds-3  miscellaneous X clients
ii  xkb-data 0.8-15  X Keyboard Extension (XKB) configu
ii  xserver-xorg-core2:1.1.1-9   X.Org X server -- core server
ii  xserver-xorg-input-all   1:7.1.0-1   the X.Org X server -- input driver
ii  xserver-xorg-input-evdev [xs 1:1.1.2-3   X.Org X server -- evdev input driv
ii  xserver-xorg-input-joystick  1:1.0.0.5-2 X.Org X server -- joystick input d
ii  xserver-xorg-input-kbd [xser 1:1.1.0-3   X.Org X server -- keyboard input d
ii  xserver-xorg-input-mouse [xs 1:1.1.1-3   X.Org X server -- mouse input driv
ii  xserver-xorg-video-i810 [xse 2:1.6.5-3   X.Org X server -- Intel i8xx, i9xx

Versions of packages xserver-xorg recommends:
ii  discover1  1.7.18hardware identification system
ii  laptop-detect  0.12.1attempt to detect a laptop
ii  mdetect0.5.2.1   mouse device autodetection tool
ii  xresprobe  0.4.23debian1 X Resolution Probe

-- debconf information:
  xserver-xorg/multiple_possible_x-drivers:
  xserver-xorg/config/monitor/use_sync_ranges: true
* xserver-xorg/config/inputdevice/mouse/port: /dev/input/mice
  xserver-xorg/config/doublequote_in_string_error:
  xserver-xorg/config/monitor/screen-size: 17 inches (430 mm)
* shared/default-x-server: xserver-xorg
  xserver-xorg/config/device/default-identifier:
  xserver-xorg/autodetect_monitor: true
* xserver-xorg/config/inputdevice/mouse/protocol: ImPS/2
* shared/no_known_x-server:
  xserver-xorg/config/display/default_depth: 24
  xserver-xorg/config/display/modes: 1600x1200, 1280x1024, 1024x768, 800x600, 
720x400, 640x480
  xserver-xorg/config/device/bus_id_error:
  xserver-xorg/config/monitor/vert-refresh: 43-60
* xserver-xorg/config/inputdevice/keyboard/options:
* xserver-xorg/autodetect_keyboard: false
* xserver-xorg/config/device/use_fbdev: false
* xserver-xorg/config/inputdevice/keyboard/variant:
  xserver-xorg/config/nonnumeric_string_error:
* xserver-xorg/config/inputdevice/keyboard/layout: us
* xserver-xorg/config/modules: bitmap, ddc, dri, extmod, freetype, glx, int10, 
type1, vbe
  xserver-xorg/config/monitor/identifier: Generic Monitor
* xserver-xorg/config/inputdevice/mouse/emulate3buttons: false
  xserver-xorg/autodetect_mouse: true
  xserver-xorg/config/monitor/horiz-sync: 28-80
* xserver-xorg/config/device/video_ram:
  xserver-xorg/config/monitor/range_input_error:
* xserver-xorg/config/inputdevice/keyboard/model: pc104
* xserver-xorg/config/device/driver: i810
* xserver-xorg/config/device/identifier: Generic Video Card
  xserver-xorg/config/monitor/selection-method: Advanced
  xserver-xorg/config/null_string_error:
  shared/multiple_possible_x-servers:
* xserver-xorg/config/device/bus_id: PCI:0:2:0
* xserver-xorg/config/write_files_section: true
* xserver-xorg/autodetect_video_card: false
  xserver-xorg/config/monitor/mode-list: 1600x1200 @ 60Hz
* xserver-xorg/config/inputdevice/keyboard/rules: xorg
  xserver-xorg/config/monitor/default-identifier:



Xorg.0.log.gz
Description: GNU Zip compressed data


xorg.conf.gz
Description: GNU Zip compressed data


pgplQA6XJMweD.pgp
Description: PGP signature
--- End Message ---
--- Begin Message ---
Source: xorg-server
Source-Version: 2:1.1.1-10

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

xdmx-tools_1.1.1-10_i386.deb
  to pool/main/x/xorg-server/xdmx-tools_1.1.1-10_i386.deb
xdmx_

Bug#390599: marked as done (xnest: Manpage contains __mansuffix__ rather than the correct man section)

2006-10-16 Thread Debian Bug Tracking System
Your message dated Mon, 16 Oct 2006 20:02:22 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#390599: fixed in xorg-server 2:1.1.1-10
has caused the attached Bug report to be marked as done.

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

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--- Begin Message ---
Package: xnest
Version: 2:1.1.1-9
Severity: minor
Tags: patch

The Xnest manpage contains the string __mansuffix__ in several places
where it looks like there should be a man section, for example:

> SEE ALSO
>Xserver(__mansuffix__), xdpyinfo(__mansuffix__), X(7)

It seems to be because these strings are never replaced, and should be
__appmansuffix__ instead.

I have attached a patch which should fix this, however I have not tested
it. The patch patches the file
.

-Ted

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.17-2-686
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8)

Versions of packages xnest depends on:
ii  libc62.3.6.ds1-4 GNU C Library: Shared libraries
ii  libx11-6 2:1.0.0-9   X11 client-side library
ii  libxau6  1:1.0.1-2   X11 authorisation library
ii  libxdmcp61:1.0.1-2   X11 Display Manager Control Protoc
ii  libxext6 1:1.0.1-2   X11 miscellaneous extension librar
ii  libxfont11:1.2.2-1   X11 font rasterisation library

xnest recommends no packages.

-- no debconf information
--- debian/patches/03_xnest_manpage_overhaul.diff   2006-10-02 
12:45:02.0 +1000
+++ debian/patches/03_xnest_manpage_overhaul.diff-new   2006-10-02 
12:54:21.0 +1000
@@ -37,7 +37,7 @@
  .\" $XFree86: xc/programs/Xserver/hw/xnest/Xnest.man,v 1.6 2001/01/27 
18:21:00 dawes Exp $
  .\"
 -.TH XNEST 1 __xorgversion__
-+.TH Xnest __mansuffix__ __xorgversion__
++.TH Xnest __appmansuffix__ __xorgversion__
  .SH NAME
  Xnest \- a nested X server
  .SH SYNOPSIS
@@ -74,7 +74,7 @@
 +.B Xnest
 +supports all standard options of the sample server implementation.
 +For more details, please see
-+.BR Xserver (__mansuffix__).
++.BR Xserver (__appmansuffix__).
 +The following additional arguments are supported as well.
 +.TP
 +.BI "\-display " string
@@ -172,7 +172,7 @@
 +class of the default visual of the real server, but it must be supported by 
the
 +real server.
 +Use
-+.BR xdpyinfo (__mansuffix__)
++.BR xdpyinfo (__appmansuffix__)
 +to obtain a list of supported visual classes on the real server before 
starting
 +.BR Xnest .
 +If the user chooses a static class, all the colors in the default color map 
will
@@ -192,7 +192,7 @@
 +depth of the default visual of the real server, but it must be supported by 
the
 +real server.
 +Use
-+.BR xdpyinfo (__mansuffix__)
++.BR xdpyinfo (__appmansuffix__)
 +to obtain a list of supported visual depths on the real server before starting
 +.BR Xnest .
 +.TP
@@ -305,7 +305,7 @@
 +For example,
 +.B xterm \-display :1.1
 +will open an
-+.BR xterm (__mansuffix__)
++.BR xterm (__appmansuffix__)
 +client in the nested server with the display number
 +.B :1
 +on the second screen.
@@ -451,7 +451,7 @@
 +Starting up
 +.B Xnest
 +is just as simple as starting up
-+.BR xclock (__mansuffix__)
++.BR xclock (__appmansuffix__)
 +from a terminal emulator.
 +If a user wishes to run
 +.B Xnest
@@ -607,7 +607,7 @@
 +Thus, if there is a font in the local font path of the nested server, there is
 +no guarantee that this font exists in the remote font path of the real server.
 +The
-+.BR xlsfonts (__mansuffix__)
++.BR xlsfonts (__appmansuffix__)
 +client, if run on the nested server, will list fonts in the local font path 
and,
 +if run on the real server, will list fonts in the remote font path.
 +Before a font can be successfully opened by the nested server, it has to exist
@@ -648,6 +648,6 @@
  Davor Matic, MIT X Consortium
 -
 +.SH "SEE ALSO"
-+.BR Xserver (__mansuffix__),
-+.BR xdpyinfo (__mansuffix__),
++.BR Xserver (__appmansuffix__),
++.BR xdpyinfo (__appmansuffix__),
 +.BR X (__miscmansuffix__)
--- End Message ---
--- Begin Message ---
Source: xorg-server
Source-Version: 2:1.1.1-10

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

xdmx-tools_1.1.1-10_i386.deb
  to pool/main/x/xorg-server/xdmx-tools_1.1.1-10_i386.deb
xdmx_1.1.1-10_i386.deb
  to pool/main/x/xorg-server/xdmx_1.1.1-10_i386.deb
xnest_1.1.1-10_i386.deb
  to pool/main/x/

Bug#392312: marked as done (xserver-xorg-core: [sparc] Freezes system and causes severe data loss)

2006-10-16 Thread Debian Bug Tracking System
Your message dated Mon, 16 Oct 2006 20:02:22 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#392312: fixed in xorg-server 2:1.1.1-10
has caused the attached Bug report to be marked as done.

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

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--- Begin Message ---
Package: xserver-xorg-core
Version: 1:1.0.2-9
Severity: grave
Justification: starting Xorg trashes partition tables

I tested Xorg on my Sparc Ultra 10 and experienced system freezes. When I 
rebooted after one of these freezes, the partition table of my first 
harddisk had disappeared making it necessary to install the system from 
scratch.

The disk has never before shown problems and also showed no problems 
during and after the reinstallation.

Jurij Smakov found the following bug reported by the Sparc upstream kernel 
maintainer. It seems to me that it could well explain both the hang and, 
because apparently it messes with the IDE controller too, the corruption 
of the hard disk.
https://bugs.freedesktop.org/show_bug.cgi?id=8020

[...]

And joy, oh joy, I have just discovered that after the last try the 
partition table of my second harddisk (that contained my /home dir) is 
now gone as well!
So I'd say that proves the relationship between running Xorg and that 
problem.

I have confirmed that I do indeed have the SIMBA Advanced PCI Bridge.


pgpA3qs1QXeJD.pgp
Description: PGP signature
--- End Message ---
--- Begin Message ---
Source: xorg-server
Source-Version: 2:1.1.1-10

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

xdmx-tools_1.1.1-10_i386.deb
  to pool/main/x/xorg-server/xdmx-tools_1.1.1-10_i386.deb
xdmx_1.1.1-10_i386.deb
  to pool/main/x/xorg-server/xdmx_1.1.1-10_i386.deb
xnest_1.1.1-10_i386.deb
  to pool/main/x/xorg-server/xnest_1.1.1-10_i386.deb
xorg-server_1.1.1-10.diff.gz
  to pool/main/x/xorg-server/xorg-server_1.1.1-10.diff.gz
xorg-server_1.1.1-10.dsc
  to pool/main/x/xorg-server/xorg-server_1.1.1-10.dsc
xserver-xephyr_1.1.1-10_i386.deb
  to pool/main/x/xorg-server/xserver-xephyr_1.1.1-10_i386.deb
xserver-xorg-core_1.1.1-10_i386.deb
  to pool/main/x/xorg-server/xserver-xorg-core_1.1.1-10_i386.deb
xserver-xorg-dev_1.1.1-10_i386.deb
  to pool/main/x/xorg-server/xserver-xorg-dev_1.1.1-10_i386.deb
xvfb_1.1.1-10_i386.deb
  to pool/main/x/xorg-server/xvfb_1.1.1-10_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.
David Nusinow <[EMAIL PROTECTED]> (supplier of updated xorg-server 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: Mon, 16 Oct 2006 21:59:51 -0400
Source: xorg-server
Binary: xserver-xephyr xserver-xorg-core xvfb xdmx xserver-xorg-dev xdmx-tools 
xnest
Architecture: source i386
Version: 2:1.1.1-10
Distribution: unstable
Urgency: low
Maintainer: David Nusinow <[EMAIL PROTECTED]>
Changed-By: David Nusinow <[EMAIL PROTECTED]>
Description: 
 xdmx   - Distributed Multihead X server
 xdmx-tools - Distributed Multihead X tools
 xnest  - Nested X server
 xserver-xephyr - Next Generation Nested X Server
 xserver-xorg-core - X.Org X server -- core server
 xserver-xorg-dev - X.Org X server -- development files
 xvfb   - Virtual Framebuffer 'fake' X server
Closes: 363517 365274 390599 390646 391052 392295 392312
Changes: 
 xorg-server (2:1.1.1-10) unstable; urgency=low
 .
   [ Denis Barbier ]
   * Fix video mode switching.  Closes: #391052
   * Fix FTBFS on kfreebsd-i386 and kfreebsd-amd64.  Thanks Petr Salinger.
 Closes: #363517
 .
   [ David Nusinow ]
   * Add depends on xserver-xorg so that /etc/X11/X gets installed. Thanks
 Frans Pop. Closes: #392295
   * Add 31_blocksigio.diff. This patch by Alan Hourihane, and it prevents a
 race condition when a driver tries to set the cursor state when the server
 is in the middle of switching resolution. Thanks to Frans Pop for
 reporting the bug, Michel Dänzer for reading through the backtrace and
 diagnosing the problem, and Alan for the final patch. Closes: #390646.
 .
   [ Jurij Smakov ]
   * Add 32_disable_sparc_pci_bridge.diff. Disable PCI bridge handling on
 sparc, wh

X Strike Force X.Org X11 SVN commit: r3842 - tags/xserver/xorg-server

2006-10-16 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2006-10-16 22:53:09 -0400 (Mon, 16 Oct 2006)
New Revision: 3842

Added:
   tags/xserver/xorg-server/xorg-server-2:1.1.1-10/
Log:
Tagging upload of xorg-server-2:1.1.1-10 to unstable.

Copied: tags/xserver/xorg-server/xorg-server-2:1.1.1-10 (from rev 3841, 
trunk/xserver/xorg-server)


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



X Strike Force X.Org X11 SVN commit: r3841 - trunk/xserver/xorg-server/debian

2006-10-16 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2006-10-16 22:52:41 -0400 (Mon, 16 Oct 2006)
New Revision: 3841

Modified:
   trunk/xserver/xorg-server/debian/changelog
Log:
Prepare changelog for upload

Modified: trunk/xserver/xorg-server/debian/changelog
===
--- trunk/xserver/xorg-server/debian/changelog  2006-10-17 01:57:10 UTC (rev 
3840)
+++ trunk/xserver/xorg-server/debian/changelog  2006-10-17 02:52:41 UTC (rev 
3841)
@@ -1,4 +1,4 @@
-xorg-server (2:1.1.1-10) UNRELEASED; urgency=low
+xorg-server (2:1.1.1-10) unstable; urgency=low
 
   [ Denis Barbier ]
   * Fix video mode switching.  Closes: #391052
@@ -24,7 +24,7 @@
 03_xnest_manpage_overhaul.diff.  Closes: #390599.
   * Install upstream ChangeLog.  Closes: #365274.
 
- -- Drew Parsons <[EMAIL PROTECTED]>  Tue, 17 Oct 2006 00:13:02 +1000
+ -- David Nusinow <[EMAIL PROTECTED]>  Mon, 16 Oct 2006 21:59:51 -0400
 
 xorg-server (2:1.1.1-9) unstable; urgency=low
 


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



Bug#393099: white windows resolved

2006-10-16 Thread Nick Lewycky
close 393099
thanks dude

This was caused by user error installing the proprietary nvidia drivers.
My link in /usr/lib/libGL.so.1 had reverted to Mesa, because I'm a fool
who didn't use dpkg-divert. Again.

Apologies.

Nick Lewycky


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



Processed: white windows resolved

2006-10-16 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> close 393099
Bug#393099: white windows with new compiz on nvidia "pixmap can't be bound to 
texture"
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug closed, send any further explanations to Nick Lewycky <[EMAIL PROTECTED]>

> thanks dude
Unknown command or malformed arguments to command.

> This was caused by user error installing the proprietary nvidia drivers.
Unknown command or malformed arguments to command.

> My link in /usr/lib/libGL.so.1 had reverted to Mesa, because I'm a fool
Unknown command or malformed arguments to command.

> who didn't use dpkg-divert. Again.
Unknown command or malformed arguments to command.

> Apologies.
Unknown command or malformed arguments to command.

Too many unknown commands, stopping here.

Please contact me if you need assistance.

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


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



Bug#390943: marked as done (x11-common: sarge to etch upgrade fails (/usr/X11R6 issue))

2006-10-16 Thread Debian Bug Tracking System
Your message dated Mon, 16 Oct 2006 19:03:18 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#390943: fixed in xorg 1:7.1.0-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)

--- Begin Message ---
Package: x11-common
Version: 1:7.0.22
Severity: serious

Hello Debian X Strike Force,

There is an error when upgrading x11-common from sarge to etch,

  Selecting previously deselected package x11-common.
  (Reading database ... 88175 files and directories currently installed.)
  Unpacking x11-common (from .../x11-common_1%3a7.0.22_i386.deb) ...
  dpkg: error processing /var/cache/apt/archives/x11-common_1%3a7.0.22_i386.deb
   trying to overwrite `/usr/X11R6/bin', which is also in package grace6
  Errors were encountered while processing:
   /var/cache/apt/archives/x11-common_1%3a7.0.22_i386.deb
  E: Sub-process /usr/bin/dpkg returned an error code (1)

Sarge grace6 includes the file /usr/X11R6/man/man1/xmgrace.1x.gz

Cheers,
-- 
Bill. <[EMAIL PROTECTED]>

Imagine a large red swirl here. 

--- End Message ---
--- Begin Message ---
Source: xorg
Source-Version: 1:7.1.0-4

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

libglu1-xorg-dev_7.1.0-4_all.deb
  to pool/main/x/xorg/libglu1-xorg-dev_7.1.0-4_all.deb
libglu1-xorg_7.1.0-4_all.deb
  to pool/main/x/xorg/libglu1-xorg_7.1.0-4_all.deb
x-window-system-core_7.1.0-4_all.deb
  to pool/main/x/xorg/x-window-system-core_7.1.0-4_all.deb
x-window-system_7.1.0-4_all.deb
  to pool/main/x/xorg/x-window-system_7.1.0-4_all.deb
x11-common_7.1.0-4_i386.deb
  to pool/main/x/xorg/x11-common_7.1.0-4_i386.deb
xlibmesa-dri_7.1.0-4_all.deb
  to pool/main/x/xorg/xlibmesa-dri_7.1.0-4_all.deb
xlibmesa-gl-dev_7.1.0-4_all.deb
  to pool/main/x/xorg/xlibmesa-gl-dev_7.1.0-4_all.deb
xlibmesa-gl_7.1.0-4_all.deb
  to pool/main/x/xorg/xlibmesa-gl_7.1.0-4_all.deb
xlibmesa-glu_7.1.0-4_all.deb
  to pool/main/x/xorg/xlibmesa-glu_7.1.0-4_all.deb
xlibs-data_7.1.0-4_all.deb
  to pool/main/x/xorg/xlibs-data_7.1.0-4_all.deb
xlibs-static-dev_7.1.0-4_all.deb
  to pool/main/x/xorg/xlibs-static-dev_7.1.0-4_all.deb
xorg-dev_7.1.0-4_all.deb
  to pool/main/x/xorg/xorg-dev_7.1.0-4_all.deb
xorg_7.1.0-4.dsc
  to pool/main/x/xorg/xorg_7.1.0-4.dsc
xorg_7.1.0-4.tar.gz
  to pool/main/x/xorg/xorg_7.1.0-4.tar.gz
xorg_7.1.0-4_all.deb
  to pool/main/x/xorg/xorg_7.1.0-4_all.deb
xserver-xfree86_7.1.0-4_all.deb
  to pool/main/x/xorg/xserver-xfree86_7.1.0-4_all.deb
xserver-xorg-input-all_7.1.0-4_i386.deb
  to pool/main/x/xorg/xserver-xorg-input-all_7.1.0-4_i386.deb
xserver-xorg-video-all_7.1.0-4_i386.deb
  to pool/main/x/xorg/xserver-xorg-video-all_7.1.0-4_i386.deb
xserver-xorg_7.1.0-4_all.deb
  to pool/main/x/xorg/xserver-xorg_7.1.0-4_all.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.
David Nusinow <[EMAIL PROTECTED]> (supplier of updated xorg 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: Mon, 16 Oct 2006 21:48:29 -0400
Source: xorg
Binary: x-window-system xlibs-static-dev xlibmesa-dri xserver-xorg-video-all 
xserver-xorg xorg-dev xserver-xorg-input-all libglu1-xorg-dev xlibmesa-glu 
xlibmesa-gl x11-common xserver-xfree86 xlibmesa-gl-dev x-window-system-core 
libglu1-xorg xlibs-data xorg
Architecture: source all i386
Version: 1:7.1.0-4
Distribution: unstable
Urgency: low
Maintainer: David Nusinow <[EMAIL PROTECTED]>
Changed-By: David Nusinow <[EMAIL PROTECTED]>
Description: 
 libglu1-xorg - transitional package for Debian etch
 libglu1-xorg-dev - transitional package for Debian etch
 x-window-system - transitional package for Debian etch
 x-window-system-core - transitional package for Debian etch
 x11-common - X Window System (X.Org) infrastructure
 xlibmesa-dri - transitional package for Debian etch
 xlibmesa-gl - transitional package for Debian etch
 xlibmesa-gl-dev - transitional package for Debian etch
 xlibmesa-glu - transitional package for Debian etch
 xlibs-data - transitional package for X11 client data
 xlibs-static-dev - transitional metapackage
 xorg   - X.Org X Window System
 xorg

Bug#391563: marked as done (needs versioned dependency on xserver 1.1)

2006-10-16 Thread Debian Bug Tracking System
Your message dated Mon, 16 Oct 2006 19:03:18 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#391563: fixed in xorg 1:7.1.0-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)

--- Begin Message ---
Package: xserver-xorg-input-kbd
Version: 1:1.1.0-3
Severity: grave

xserver-xorg-input-kbd needs a versioned dependency on
xserver-xorg-core 1.1, since it was built against Xorg 1.1, see
Bug#391508. 

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.18
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)

Versions of packages xserver-xorg-input-kbd depends on:
ii  libc62.3.6.ds1-5 GNU C Library: Shared libraries

xserver-xorg-input-kbd recommends no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: xorg
Source-Version: 1:7.1.0-4

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

libglu1-xorg-dev_7.1.0-4_all.deb
  to pool/main/x/xorg/libglu1-xorg-dev_7.1.0-4_all.deb
libglu1-xorg_7.1.0-4_all.deb
  to pool/main/x/xorg/libglu1-xorg_7.1.0-4_all.deb
x-window-system-core_7.1.0-4_all.deb
  to pool/main/x/xorg/x-window-system-core_7.1.0-4_all.deb
x-window-system_7.1.0-4_all.deb
  to pool/main/x/xorg/x-window-system_7.1.0-4_all.deb
x11-common_7.1.0-4_i386.deb
  to pool/main/x/xorg/x11-common_7.1.0-4_i386.deb
xlibmesa-dri_7.1.0-4_all.deb
  to pool/main/x/xorg/xlibmesa-dri_7.1.0-4_all.deb
xlibmesa-gl-dev_7.1.0-4_all.deb
  to pool/main/x/xorg/xlibmesa-gl-dev_7.1.0-4_all.deb
xlibmesa-gl_7.1.0-4_all.deb
  to pool/main/x/xorg/xlibmesa-gl_7.1.0-4_all.deb
xlibmesa-glu_7.1.0-4_all.deb
  to pool/main/x/xorg/xlibmesa-glu_7.1.0-4_all.deb
xlibs-data_7.1.0-4_all.deb
  to pool/main/x/xorg/xlibs-data_7.1.0-4_all.deb
xlibs-static-dev_7.1.0-4_all.deb
  to pool/main/x/xorg/xlibs-static-dev_7.1.0-4_all.deb
xorg-dev_7.1.0-4_all.deb
  to pool/main/x/xorg/xorg-dev_7.1.0-4_all.deb
xorg_7.1.0-4.dsc
  to pool/main/x/xorg/xorg_7.1.0-4.dsc
xorg_7.1.0-4.tar.gz
  to pool/main/x/xorg/xorg_7.1.0-4.tar.gz
xorg_7.1.0-4_all.deb
  to pool/main/x/xorg/xorg_7.1.0-4_all.deb
xserver-xfree86_7.1.0-4_all.deb
  to pool/main/x/xorg/xserver-xfree86_7.1.0-4_all.deb
xserver-xorg-input-all_7.1.0-4_i386.deb
  to pool/main/x/xorg/xserver-xorg-input-all_7.1.0-4_i386.deb
xserver-xorg-video-all_7.1.0-4_i386.deb
  to pool/main/x/xorg/xserver-xorg-video-all_7.1.0-4_i386.deb
xserver-xorg_7.1.0-4_all.deb
  to pool/main/x/xorg/xserver-xorg_7.1.0-4_all.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.
David Nusinow <[EMAIL PROTECTED]> (supplier of updated xorg 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: Mon, 16 Oct 2006 21:48:29 -0400
Source: xorg
Binary: x-window-system xlibs-static-dev xlibmesa-dri xserver-xorg-video-all 
xserver-xorg xorg-dev xserver-xorg-input-all libglu1-xorg-dev xlibmesa-glu 
xlibmesa-gl x11-common xserver-xfree86 xlibmesa-gl-dev x-window-system-core 
libglu1-xorg xlibs-data xorg
Architecture: source all i386
Version: 1:7.1.0-4
Distribution: unstable
Urgency: low
Maintainer: David Nusinow <[EMAIL PROTECTED]>
Changed-By: David Nusinow <[EMAIL PROTECTED]>
Description: 
 libglu1-xorg - transitional package for Debian etch
 libglu1-xorg-dev - transitional package for Debian etch
 x-window-system - transitional package for Debian etch
 x-window-system-core - transitional package for Debian etch
 x11-common - X Window System (X.Org) infrastructure
 xlibmesa-dri - transitional package for Debian etch
 xlibmesa-gl - transitional package for Debian etch
 xlibmesa-gl-dev - transitional package for Debian etch
 xlibmesa-glu - transitional package for Debian etch
 xlibs-data - transitional package for X11 client data
 xlibs-static-dev - transitional metapackage
 xorg   - X.Org X Window System
 xorg-dev   - the X.Org X Window System development libraries
 xserver-xfree86 - transitional package for moving from 

Bug#392456: marked as done (xorg: [INTL:de] German debconf templates translation update )

2006-10-16 Thread Debian Bug Tracking System
Your message dated Mon, 16 Oct 2006 19:03:18 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#392456: fixed in xorg 1:7.1.0-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)

--- Begin Message ---
Package: xorg
Version: 1:7.0.22
Severity: minor
Tags: l10n, patch

German debconf templates translation update is attached.

A few possible errors (extracted from de.po):

#. Type: note
#. Description
#: ../x11-common.templates:5001
# FIXME: what package is required? xserver, xserver-xorg or xorg?
msgid ""
"Some users have reported that upon upgrade to the current package set, their "
"xserver package was no longer installed. Because there is no easy way around "
"this problem, you should be sure to check that the xserver-xorg package is "
"installed after upgrade. If it is not installed and you require it, it is "
"recommended that you install the xorg package to make sure you have a fully "
"functional X setup."

#. Type: note
#. Description
#: ../x11-common.templates:6001
# FIXME: Check first sentence
msgid ""
"This upgrade requires that the /usr/X11R6/bin directory be removed and "
"replaced with a symlink. An attempt was made to do so, but it failed, most "
"likely because the directory is not yet empty. You must move the files that "
"are currently in the directory out of the way so that the installation can "
"complete. If you like, you may move them back after the symlink is in place."

#. Type: note
#. Description
#: ../xserver-xorg.templates:7001
# FIXME: Is this incomplete sentence really a "note"?
msgid "Multiple potential default X.Org server drivers for the hardware"

#. Type: boolean
#. Description
#: ../xserver-xorg.templates:20001
# FIXME: two spaces "  "
# another message mentions that plugging in a bus/inport mouse is illegal if 
the PC is on
msgid ""
"If a mouse is attached to the computer, autodetection can be attempted; it "
"may help to move the mouse while detection is attempted (the gpm program "
"should be stopped if it is used).  Plugging  a PS/2 or bus/inport mouse now "
"requires rebooting."

#. Type: select
#. Description
#: ../xserver-xorg.templates:27001
# FIXME: LCD displays ==> LC displays?
msgid ""
"Choose the \"best\" resolution and refresh rate the monitor is capable of.  "
"Larger resolutions and refresh rates are better.  With a CRT monitor, it is "
"perfectly acceptable to select a \"worse\" video mode than the monitor's "
"best if you wish.  Users of LCD displays may also be able to do this, but "
"only if both the video chipset and the driver support it; if in doubt, use "
"the video mode recommended by the manufacturer of your LCD."

Jens


de.po.gz
Description: Binary data
--- End Message ---
--- Begin Message ---
Source: xorg
Source-Version: 1:7.1.0-4

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

libglu1-xorg-dev_7.1.0-4_all.deb
  to pool/main/x/xorg/libglu1-xorg-dev_7.1.0-4_all.deb
libglu1-xorg_7.1.0-4_all.deb
  to pool/main/x/xorg/libglu1-xorg_7.1.0-4_all.deb
x-window-system-core_7.1.0-4_all.deb
  to pool/main/x/xorg/x-window-system-core_7.1.0-4_all.deb
x-window-system_7.1.0-4_all.deb
  to pool/main/x/xorg/x-window-system_7.1.0-4_all.deb
x11-common_7.1.0-4_i386.deb
  to pool/main/x/xorg/x11-common_7.1.0-4_i386.deb
xlibmesa-dri_7.1.0-4_all.deb
  to pool/main/x/xorg/xlibmesa-dri_7.1.0-4_all.deb
xlibmesa-gl-dev_7.1.0-4_all.deb
  to pool/main/x/xorg/xlibmesa-gl-dev_7.1.0-4_all.deb
xlibmesa-gl_7.1.0-4_all.deb
  to pool/main/x/xorg/xlibmesa-gl_7.1.0-4_all.deb
xlibmesa-glu_7.1.0-4_all.deb
  to pool/main/x/xorg/xlibmesa-glu_7.1.0-4_all.deb
xlibs-data_7.1.0-4_all.deb
  to pool/main/x/xorg/xlibs-data_7.1.0-4_all.deb
xlibs-static-dev_7.1.0-4_all.deb
  to pool/main/x/xorg/xlibs-static-dev_7.1.0-4_all.deb
xorg-dev_7.1.0-4_all.deb
  to pool/main/x/xorg/xorg-dev_7.1.0-4_all.deb
xorg_7.1.0-4.dsc
  to pool/main/x/xorg/xorg_7.1.0-4.dsc
xorg_7.1.0-4.tar.gz
  to pool/main/x/xorg/xorg_7.1.0-4.tar.gz
xorg_7.1.0-4_all.deb
  to pool/main/x/xorg/xorg_7.1.0-4_all.deb
xserver-xfree86_7.1.0-4_all.deb
  to pool/main/x/xorg/xserver-xfree86_7.1.0-4_all.deb
xserver-xorg-input-all_7.1.0-4_i386.deb
  to pool/main/x/xorg/xserver-xorg-input-all_7.1.0-4_i386.deb
xserver-xorg-video-all_7.1.0-4_i386.deb
  to pool/main/x/xorg/xserver-xorg-video-all_7.1.0-4_i386.deb
xserver-xorg_7.1.0-4_all.deb
  to pool/main/x/xorg/xserver-xorg_7.1.0-4_all.deb



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

Thank you for reporting the 

Bug#362313: xserver-xorg dependency hell

2006-10-16 Thread David Nusinow
On Mon, Oct 16, 2006 at 05:37:23PM +0200, Julien Cristau wrote:
> On Mon, Oct 16, 2006 at 23:09:28 +1000, Drew Parsons wrote:
> 
> > > > What is the status of this bug for Etch? 
> > > Fixed in experimental I believe.
> > 
> > The version from experimental is now in unstable, so closing this bug.
> > 
> Except for the fact that the circular dependency has been readded recently:
> each driver depends on xserver-xorg-core, which depends on xserver-xorg,
> which depends on xserver-xorg-*-all, which depend on the drivers.

That dependency on the drivers can be broken by having any one driver
installed, it merely depends on -all by default. In this sense, it behaves
exactly as before. And since it's vastly easier at present to separate the
xserver config scripts from the server itself, I'm willing to live with
this one circular dep since it fixes a real bug. afaik, we haven't seen any
actual problems with upgrades caused by these dependencies, so I'd rather
leave the bug fixed.

 - David Nusinow


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



X Strike Force X.Org X11 SVN commit: r3840 - tags/debian/xorg

2006-10-16 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2006-10-16 21:57:10 -0400 (Mon, 16 Oct 2006)
New Revision: 3840

Added:
   tags/debian/xorg/xorg-1:7.1.0-4/
Log:
Tagging upload of xorg-1:7.1.0-4 to unstable.

Copied: tags/debian/xorg/xorg-1:7.1.0-4 (from rev 3839, trunk/debian/xorg)


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



X Strike Force X.Org X11 SVN commit: r3839 - trunk/debian/xorg/debian

2006-10-16 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2006-10-16 21:56:57 -0400 (Mon, 16 Oct 2006)
New Revision: 3839

Modified:
   trunk/debian/xorg/debian/changelog
Log:
Prepare changelog for upload

Modified: trunk/debian/xorg/debian/changelog
===
--- trunk/debian/xorg/debian/changelog  2006-10-16 14:43:43 UTC (rev 3838)
+++ trunk/debian/xorg/debian/changelog  2006-10-17 01:56:57 UTC (rev 3839)
@@ -1,4 +1,4 @@
-xorg (1:7.1.0-4) UNRELEASED; urgency=low
+xorg (1:7.1.0-4) unstable; urgency=low
 
   [ Debconf translation updates ]
 - Catalan. Closes: #372262
@@ -15,7 +15,7 @@
   * Add the dependency for xorg on sparc-utils (for sparc only), as we rely on
 prtconf from this package for videocard detection.
 
- -- David Nusinow <[EMAIL PROTECTED]>  Sun,  8 Oct 2006 00:06:59 -0400
+ -- David Nusinow <[EMAIL PROTECTED]>  Mon, 16 Oct 2006 21:48:29 -0400
 
 xorg (1:7.1.0-3) unstable; urgency=low
 


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



Bug#391592: compiz-core: compiz crashes my X server

2006-10-16 Thread Eric Van Buggenhaut
On Sun, Oct 15, 2006 at 05:19:10PM +0200, Thierry Reding wrote:
> * Jeroen van Wolffelaar wrote:
> > On Sat, Oct 07, 2006 at 03:02:42PM +0200, Eric Van Buggenhaut wrote:
> > > When running:
> > > 
> > > compiz -replace
> > > 
> > > from an xterm window, my X server crashes with this backtrace:
> > > 
> > > Backtrace:
> > > 0: X(xf86SigHandler+0x89) [0x80b6849]
> > > 1: [0xe420]
> > > 2: X [0x81414a5]
> > > 3: X(Dispatch+0x19b) [0x8086b8b]
> > > 4: X(main+0x48e) [0x806e5de]
> > > 5: /lib/tls/libc.so.6(__libc_start_main+0xc8) [0xb7dc3ea8]
> > > 6: X(FontFileCompleteXLFD+0xad) [0x806d911]
> > > 
> > > Fatal server error:
> > > Caught signal 11.  Server aborting
> > 
> > I get exactly the same. I'm running testing/etch with only compiz and
> > required dependencies pulled from unstable -> that is, X.org 7.0. AIUI,
> > compiz requires X.org 7.1, but the dependencies do not reflect this.
> 
> Yes, compiz-core should depend on xserver-xorg-core (>= 2:1.1.1-9). Can you
> try that version and see if the problem persists?

No more crash here ATM, but my Thinkpad is at IBM technical service so 
I plugged the HD into my old Tecra (Savage card) and I get this 
message:

/usr/bin/compiz.real: No GLXFBConfig for default depth, this isn't going to 
work.
/usr/bin/compiz.real: Failed to manage screen: 0
/usr/bin/compiz.real: No manageable screens found on display :0

As I said this is now a Savage card (no acceleration that I'm aware 
of). Should I wait to get my TP back and give it another try with the 
r300 card ?

-- 
Eric VAN BUGGENHAUT
[EMAIL PROTECTED]


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



Bug#393456: compiz: min/max/close window decoration buttons no longer work on upgrade to 0.2.0

2006-10-16 Thread Vincent Ho
On Mon, Oct 16, 2006 at 04:27:44PM +0200, Thierry Reding wrote:

> Unfortunately I'm unable to reproduce this bug. Are you by any chance running
> metacity packages from experimental?

Yes, I confess I am.  I wondered about that, but it's no longer running
now since I'm using compiz.  Would this be something to do with libwnck?


   Vince

-- 
  Vincent Ho

"If we hit that bullseye, the rest of the dominos will fall like a house
of cards. Checkmate."


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



Bug#393355: Problem solved, but new one raised: grave -> important

2006-10-16 Thread Alessio Gaeta

Hi, thanks for quick reply.
The problems has disappeared re-upgrading Compiz from 0.0.13 to 0.2.0 (I 
was following up my own post and I found yours...): don't ask me why, 
I'm wondering what's happened.
Anyway now, when I launch 'compiz --replace', gtk-window-decorator 
crashes with a segmentation fault, so I don't get windows borders at 
all. Disabling the 'use_metacity_theme' in gconf/apps/gwd allow to 
gtk-window-decorator to start normally, but of course I don't still have 
windows borders. This fact makes me think to a compatibility problem 
with Metacity themes.
I'm using the latest version available in Debian repositories of 
Metacity related stuff and xserver-xorg-core 2:1.1.1-9.

--
Alessio


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



Bug#393517: compiz: missing dependency on mesa-utils

2006-10-16 Thread Armin Berres

Adonikam Virgo wrote:

Package: compiz-core
Version: 0.2.0-1
Severity: minor

The compiz wrapper script calls /usr/bin/glxinfo, which is in mesa-utils.
Without this package installed the script will use --indirect-rendering
regardless of whether the GLX implementation is by nVidia. This causes no
problems for me under Xorg 7.1, but it is not recommended by nVidia.


This has been fixed by Thierry in the SVN revision 3813.

/Armin


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



Bug#393517: compiz: missing dependency on mesa-utils

2006-10-16 Thread Adonikam Virgo
Package: compiz-core
Version: 0.2.0-1
Severity: minor

The compiz wrapper script calls /usr/bin/glxinfo, which is in mesa-utils.
Without this package installed the script will use --indirect-rendering
regardless of whether the GLX implementation is by nVidia. This causes no
problems for me under Xorg 7.1, but it is not recommended by nVidia.

Thank you
-- 
Adonikam Virgo






signature.asc
Description: OpenPGP digital signature


Re: [EMAIL PROTECTED]: Bug#387706 - splitting mesa and mesa-legacy for libosmesa]

2006-10-16 Thread Yann Dirson
On Mon, Oct 16, 2006 at 02:05:23PM +0200, Thierry Reding wrote:
> Could this not be resolved by moving libOSmesa.so.6 out of the
> libgl1-mesa-swx11 package and into libosmesa6? That would also make it
> possible to install both libgl1-mesa-{swx11,glx} along with libosmesa,
> wouldn't it?

It could, except that it would prevent 3dfx owners to use the version
of the lib currently shipped in libgl1-mesa-glide3.  And it would
defeat the purpose of the current libosmesa6 package, which does not
depend on anything beyond libc6.

-- 
Yann


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



Bug#393501: compiz: Please add Xgl support to wrapper

2006-10-16 Thread Adonikam Virgo
Package: compiz-core
Version: 0.2.0-1
Severity: wishlist
Tags: patch

Please add something similar to the attached patch to the compiz wrapper script
so that Xgl can be used, since this solution is currently more stable for users
of nVidia graphics cards.

Thank you
-- 
Adonikam Virgo

--- compiz-0.2.0.orig/debian/compiz.wrapper 2006-10-16 16:42:10.0 
+0100
+++ compiz-0.2.0/debian/compiz.wrapper  2006-10-16 16:25:27.0 +0100
@@ -2,6 +2,7 @@
 
 COMPIZ_OPTIONS="--strict-binding --use-cow"
 COMPIZ_PLUGINS=""
+COMPIZ_LD_PRELOAD=""
 
 # if the GLX implementation is not by NVIDIA, use indirect rendering
 /usr/bin/glxinfo | grep "client glx vendor string: NVIDIA Corporation" > 
/dev/null 2>&1
@@ -19,6 +20,14 @@
COMPIZ_PLUGINS="$COMPIZ_PLUGINS gconf"
 fi
 
-# always load the gconf plugin
-/usr/bin/compiz.real $COMPIZ_OPTIONS "$@" $COMPIZ_PLUGINS
+# use mesa library if Xgl is running
+if ps -C Xgl > /dev/null; then
+   if [ -f /usr/lib/nvidia/libGL.so.1.2.xlibmesa ]; then
+   COMPIZ_LD_PRELOAD="/usr/lib/nvidia/libGL.so.1.2.xlibmesa"
+   elif [ -f /usr/lib/fglrx/libGL.so.1.2.xlibmesa ]; then
+   COMPIZ_LD_PRELOAD="/usr/lib/fglrx/libGL.so.1.2.xlibmesa"
+   fi
+fi
 
+# always load the gconf plugin
+LD_PRELOAD=$COMPIZ_LD_PRELOAD /usr/bin/compiz.real $COMPIZ_OPTIONS "$@" 
$COMPIZ_PLUGINS


signature.asc
Description: OpenPGP digital signature


Bug#362313: xserver-xorg dependency hell

2006-10-16 Thread Julien Cristau
On Mon, Oct 16, 2006 at 23:09:28 +1000, Drew Parsons wrote:

> > > What is the status of this bug for Etch? 
> > Fixed in experimental I believe.
> 
> The version from experimental is now in unstable, so closing this bug.
> 
Except for the fact that the circular dependency has been readded recently:
each driver depends on xserver-xorg-core, which depends on xserver-xorg,
which depends on xserver-xorg-*-all, which depend on the drivers.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#365498: marked as done (Xnest: missing manpage)

2006-10-16 Thread Debian Bug Tracking System
Your message dated Mon, 16 Oct 2006 23:36:33 +1000
with message-id <[EMAIL PROTECTED]>
and subject line Bug #365498: Xnest: missing manpage
has caused the attached Bug report to be marked as done.

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

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--- Begin Message ---
Package: xnest
Version: 1:1.0.2-7
Severity: normal

The man page for Xnest seems to be missing from the package;  it was
probably lost in the Xorg transition womewhere.  Could you please
readd it?

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16.9
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

Versions of packages xnest depends on:
ii  libc6 2.3.6-7GNU C Library: Shared libraries
ii  libx11-6  2:1.0.0-6  X11 client-side library
ii  libxau6   1:1.0.0-3  X11 authorisation library
ii  libxdmcp6 1:1.0.0-4  X11 Display Manager Control Protoc
ii  libxext6  1:1.0.0-4  X11 miscellaneous extension librar
ii  libxfont1 1:1.0.0-4  X11 font rasterisation library

xnest recommends no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
The Xnest manpage was added in 1:1.1.1-2.

Drew
--- End Message ---


Bug#393456: compiz: min/max/close window decoration buttons no longer work on upgrade to 0.2.0

2006-10-16 Thread Thierry Reding
* Vincent Ho wrote:
> Package: compiz
> Version: 0.2.0-1
> Severity: normal
> 
> After upgrading to compiz 0.2.0, the minimise/maximise/close buttons are
> still present but inactive.  Clicking on them is no different to
> clicking elsewhere on the titlebar, it just switches the pointer to a
> '+' to indicate I can drag the window around. This means I have to go to
> the menus whenever I want to close an application, which is rather
> annoying.
> 
> I'm not sure if this is related, but I'm also missing the icon that
> shows the window operations menu.  Right-clicking the titlebar produces
> it, however, as (I think) it did before the upgrade.
> 
> For reference, I'm using the Clearlooks GTK theme, Glider Metacity theme
> and Dropline Neu icon theme, and running compiz on the binary Nvidia
> drivers. Let me know if I can provide any more info :)

Unfortunately I'm unable to reproduce this bug. Are you by any chance running
metacity packages from experimental?

 - Thierry



signature.asc
Description: Digital signature


Bug#375587: marked as done (Package recommends xkeyboard-config which does not exist.)

2006-10-16 Thread Debian Bug Tracking System
Your message dated Tue, 17 Oct 2006 00:16:38 +1000
with message-id <[EMAIL PROTECTED]>
and subject line Package recommends xkeyboard-config which does not exist.
has caused the attached Bug report to be marked as done.

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

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--- Begin Message ---
Package: xserver-xorg-core
Version: 1:1.0.2-8
Severity: minor

xserver-xorg-core recommends the xkeyboard-config package which does not
exist in the archive. There only exists a source package
xkeyboard-config which produces the binary package xkb-data. The
Recommends: should be updated accordingly or removed if it is no longer
valid.

Michael

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

Versions of packages xserver-xorg-core depends on:
ii  libc62.3.6-15GNU C Library: Shared libraries
ii  libfontenc1  1:1.0.1-6   X11 font encoding library
ii  libgcc1  1:4.1.1-5   GCC support library
ii  libxau6  1:1.0.0-3   X11 authorisation library
ii  libxdmcp61:1.0.0-4   X11 Display Manager Control Protoc
ii  libxfont11:1.0.0-4   X11 font rasterisation library
ii  x11-common   1:7.0.22X Window System (X.Org) infrastruc
ii  xserver-xorg-input-all   1:7.0.22the X.Org X server -- input driver
ii  xserver-xorg-input-evdev [xs 1:1.1.2-1   X.Org X server -- evdev input driv
ii  xserver-xorg-input-kbd [xser 1:1.0.1.3-2 X.Org X server -- keyboard input d
ii  xserver-xorg-input-mouse [xs 1:1.0.4-3   X.Org X server -- mouse input driv
ii  xserver-xorg-video-ati [xser 1:6.5.8.0-1 X.Org X server -- ATI display driv
ii  xserver-xorg-video-vesa [xse 1:1.0.1.3-2 X.Org X server -- VESA display dri
ii  zlib1g   1:1.2.3-12  compression library - runtime

Versions of packages xserver-xorg-core recommends:
pn  xkeyboard-config   (no description available)

-- no debconf information

--- End Message ---
--- Begin Message ---
> xserver-xorg-core recommends the xkeyboard-config package which does not
> exist in the archive. There only exists a source package
> xkeyboard-config which produces the binary package xkb-data.

The Recommends: was corrected in 1:1.0.2-9.

Drew
--- End Message ---


X Strike Force X.Org X11 SVN commit: r3838 - branches/experimental/mesa/debian

2006-10-16 Thread X Strike Force SVN Repository Admin
Author: beatle
Date: 2006-10-16 10:43:43 -0400 (Mon, 16 Oct 2006)
New Revision: 3838

Modified:
   branches/experimental/mesa/debian/libgl1-mesa-swx11.install
Log:
Don't install libOSMesa development files in the libgl1-mesa-swx11 package.


Modified: branches/experimental/mesa/debian/libgl1-mesa-swx11.install
===
--- branches/experimental/mesa/debian/libgl1-mesa-swx11.install 2006-10-16 
14:19:02 UTC (rev 3837)
+++ branches/experimental/mesa/debian/libgl1-mesa-swx11.install 2006-10-16 
14:43:43 UTC (rev 3838)
@@ -1,2 +1,2 @@
 usr/lib/libGL.so.*
-usr/lib/libOSMesa.*
+usr/lib/libOSMesa.so.*


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



X Strike Force X.Org X11 SVN commit: r3837 - in trunk/xserver/xorg-server/debian: . patches

2006-10-16 Thread X Strike Force SVN Repository Admin
Author: dparsons
Date: 2006-10-16 10:19:02 -0400 (Mon, 16 Oct 2006)
New Revision: 3837

Modified:
   trunk/xserver/xorg-server/debian/changelog
   trunk/xserver/xorg-server/debian/patches/03_xnest_manpage_overhaul.diff
   trunk/xserver/xorg-server/debian/rules
Log:
  * Use __appmansuffix__ not __mansuffix__ in
03_xnest_manpage_overhaul.diff.  Closes: #390599.
  * Install upstream ChangeLog.  Closes: #365274.



Modified: trunk/xserver/xorg-server/debian/changelog
===
--- trunk/xserver/xorg-server/debian/changelog  2006-10-16 13:54:24 UTC (rev 
3836)
+++ trunk/xserver/xorg-server/debian/changelog  2006-10-16 14:19:02 UTC (rev 
3837)
@@ -18,9 +18,14 @@
   * Add 32_disable_sparc_pci_bridge.diff. Disable PCI bridge handling on
 sparc, which is broken and causes filesystem corruption (by poking
 the PCI bus in the wrong places) on some machines. Closes: #392312.
- 
- -- David Nusinow <[EMAIL PROTECTED]>  Fri, 13 Oct 2006 16:05:54 -0400
 
+  [ Drew Parsons ]
+  * Use __appmansuffix__ not __mansuffix__ in
+03_xnest_manpage_overhaul.diff.  Closes: #390599.
+  * Install upstream ChangeLog.  Closes: #365274.
+
+ -- Drew Parsons <[EMAIL PROTECTED]>  Tue, 17 Oct 2006 00:13:02 +1000
+
 xorg-server (2:1.1.1-9) unstable; urgency=low
 
   [ Jurij Smakov ]

Modified: 
trunk/xserver/xorg-server/debian/patches/03_xnest_manpage_overhaul.diff
===
--- trunk/xserver/xorg-server/debian/patches/03_xnest_manpage_overhaul.diff 
2006-10-16 13:54:24 UTC (rev 3836)
+++ trunk/xserver/xorg-server/debian/patches/03_xnest_manpage_overhaul.diff 
2006-10-16 14:19:02 UTC (rev 3837)
@@ -37,7 +37,7 @@
  .\" $XFree86: xc/programs/Xserver/hw/xnest/Xnest.man,v 1.6 2001/01/27 
18:21:00 dawes Exp $
  .\"
 -.TH XNEST 1 __xorgversion__
-+.TH Xnest __mansuffix__ __xorgversion__
++.TH Xnest __appmansuffix__ __xorgversion__
  .SH NAME
  Xnest \- a nested X server
  .SH SYNOPSIS
@@ -74,7 +74,7 @@
 +.B Xnest
 +supports all standard options of the sample server implementation.
 +For more details, please see
-+.BR Xserver (__mansuffix__).
++.BR Xserver (__appmansuffix__).
 +The following additional arguments are supported as well.
 +.TP
 +.BI "\-display " string
@@ -172,7 +172,7 @@
 +class of the default visual of the real server, but it must be supported by 
the
 +real server.
 +Use
-+.BR xdpyinfo (__mansuffix__)
++.BR xdpyinfo (__appmansuffix__)
 +to obtain a list of supported visual classes on the real server before 
starting
 +.BR Xnest .
 +If the user chooses a static class, all the colors in the default color map 
will
@@ -192,7 +192,7 @@
 +depth of the default visual of the real server, but it must be supported by 
the
 +real server.
 +Use
-+.BR xdpyinfo (__mansuffix__)
++.BR xdpyinfo (__appmansuffix__)
 +to obtain a list of supported visual depths on the real server before starting
 +.BR Xnest .
 +.TP
@@ -305,7 +305,7 @@
 +For example,
 +.B xterm \-display :1.1
 +will open an
-+.BR xterm (__mansuffix__)
++.BR xterm (__appmansuffix__)
 +client in the nested server with the display number
 +.B :1
 +on the second screen.
@@ -451,7 +451,7 @@
 +Starting up
 +.B Xnest
 +is just as simple as starting up
-+.BR xclock (__mansuffix__)
++.BR xclock (__appmansuffix__)
 +from a terminal emulator.
 +If a user wishes to run
 +.B Xnest
@@ -607,7 +607,7 @@
 +Thus, if there is a font in the local font path of the nested server, there is
 +no guarantee that this font exists in the remote font path of the real server.
 +The
-+.BR xlsfonts (__mansuffix__)
++.BR xlsfonts (__appmansuffix__)
 +client, if run on the nested server, will list fonts in the local font path 
and,
 +if run on the real server, will list fonts in the remote font path.
 +Before a font can be successfully opened by the nested server, it has to exist
@@ -648,6 +648,6 @@
  Davor Matic, MIT X Consortium
 -
 +.SH "SEE ALSO"
-+.BR Xserver (__mansuffix__),
-+.BR xdpyinfo (__mansuffix__),
++.BR Xserver (__appmansuffix__),
++.BR xdpyinfo (__appmansuffix__),
 +.BR X (__miscmansuffix__)

Modified: trunk/xserver/xorg-server/debian/rules
===
--- trunk/xserver/xorg-server/debian/rules  2006-10-16 13:54:24 UTC (rev 
3836)
+++ trunk/xserver/xorg-server/debian/rules  2006-10-16 14:19:02 UTC (rev 
3837)
@@ -98,7 +98,7 @@
dh_testroot
 
dh_installdocs
-   dh_installchangelogs
+   dh_installchangelogs ChangeLog
dh_install --sourcedir=debian/tmp --list-missing
$(INSTALL) -d $(CURDIR)/debian/xserver-xorg-dev/usr/share/xserver-xorg
$(INSTALL) -m644 $(CURDIR)/debian/serverabiver \


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



Processed: xserver bug control

2006-10-16 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> reassign 377223 nvidia-glx
Bug#377223: xserver-xorg-core: last version overwrites libglx.so
Bug#377225: xserver-xorg-core: last version overwrites libglx.so
Bug reassigned from package `xserver-xorg-core' to `nvidia-glx'.

> retitle 381857 "unable to create libglx.so"
Bug#381857: bug report
Changed Bug title.

>
End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Bug#393456: compiz: min/max/close window decoration buttons no longer work on upgrade to 0.2.0

2006-10-16 Thread Xavier Bestel
On Mon, 2006-10-16 at 23:05 +1000, Vincent Ho wrote:
> Package: compiz
> Version: 0.2.0-1
> Severity: normal
> 
> After upgrading to compiz 0.2.0, the minimise/maximise/close buttons are
> still present but inactive.  Clicking on them is no different to
> clicking elsewhere on the titlebar, it just switches the pointer to a
> '+' to indicate I can drag the window around. This means I have to go to
> the menus whenever I want to close an application, which is rather
> annoying.

I had a not-similar-but-quite problem, which I resolved by setting the
gconf key /apps/gwd/use_metacity_theme to false.

Xav



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



X Strike Force X.Org X11 SVN commit: r3836 - branches/experimental/mesa/configs

2006-10-16 Thread X Strike Force SVN Repository Admin
Author: beatle
Date: 2006-10-16 09:54:24 -0400 (Mon, 16 Oct 2006)
New Revision: 3836

Added:
   branches/experimental/mesa/configs/debian-swx11+glu-static
Removed:
   branches/experimental/mesa/configs/debian-static
Log:
Actually do rename debian-static to debian-swx11+glu-static.


Deleted: branches/experimental/mesa/configs/debian-static
===
--- branches/experimental/mesa/configs/debian-static2006-10-16 13:34:57 UTC 
(rev 3835)
+++ branches/experimental/mesa/configs/debian-static2006-10-16 13:54:24 UTC 
(rev 3836)
@@ -1,9 +0,0 @@
-# Configuration for building static versions of the libraries (swx11 and GLU).
-
-include $(TOP)/configs/debian-swx11+glu-default
-include $(TOP)/configs/linux-static
-
-CONFIG_NAME = debian-swx11+glu-static
-
-# vim: ft=make
-

Copied: branches/experimental/mesa/configs/debian-swx11+glu-static (from rev 
3832, branches/experimental/mesa/configs/debian-static)
===
--- branches/experimental/mesa/configs/debian-swx11+glu-static  
(rev 0)
+++ branches/experimental/mesa/configs/debian-swx11+glu-static  2006-10-16 
13:54:24 UTC (rev 3836)
@@ -0,0 +1,9 @@
+# Configuration for building static versions of the libraries (swx11 and GLU).
+
+include $(TOP)/configs/debian-swx11+glu-default
+include $(TOP)/configs/linux-static
+
+CONFIG_NAME = debian-swx11+glu-static
+
+# vim: ft=make
+


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



X Strike Force X.Org X11 SVN commit: r3835 - branches/experimental/mesa/debian/patches

2006-10-16 Thread X Strike Force SVN Repository Admin
Author: beatle
Date: 2006-10-16 09:34:57 -0400 (Mon, 16 Oct 2006)
New Revision: 3835

Modified:
   
branches/experimental/mesa/debian/patches/02_use-ieee-fp-on-s390-and-m68k.patch
Log:
Beautify IEEE floating point patch.


Modified: 
branches/experimental/mesa/debian/patches/02_use-ieee-fp-on-s390-and-m68k.patch
===
--- 
branches/experimental/mesa/debian/patches/02_use-ieee-fp-on-s390-and-m68k.patch 
2006-10-16 13:11:51 UTC (rev 3834)
+++ 
branches/experimental/mesa/debian/patches/02_use-ieee-fp-on-s390-and-m68k.patch 
2006-10-16 13:34:57 UTC (rev 3835)
@@ -1,10 +1,13 @@
 --- a/src/mesa/main/imports.h
 +++ b/src/mesa/main/imports.h
-@@ -153,6 +153,7 @@
+@@ -146,8 +146,9 @@
+  *** USE_IEEE: Determine if we're using IEEE floating point
+  ***/
+ #if defined(__i386__) || defined(__386__) || defined(__sparc__) || \
+-defined(__s390x__) || defined(__powerpc__) || \
++defined(__s390__) || defined(__s390x__) || defined(__powerpc__) || \
+ defined(__amd64__) || \
++defined(__m68k__) || \
+ defined(ia64) || defined(__ia64__) || \
+ defined(__hppa__) || defined(hpux) || \
  defined(__mips) || defined(_MIPS_ARCH) || \
- defined(__arm__) || \
- defined(__sh__) || defined(__m32r__) || \
-+defined(__m68k__) || defined(__s390__) || \
- (defined(__alpha__) && (defined(__IEEE_FLOAT) || !defined(VMS)))
- #define USE_IEEE
- #define IEEE_ONE 0x3f80


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



Bug#338290: marked as done (xorg-x11: limited functionality on GNU/kFreeBSD (problem with unix sockets))

2006-10-16 Thread Debian Bug Tracking System
Your message dated Mon, 16 Oct 2006 06:02:12 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#338290: fixed in xtrans 1.0.1-3
has caused the attached Bug report to be marked as done.

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

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--- Begin Message ---
Package: xorg-x11
Version: 6.8.2.dfsg.1-10
Tags: patch

Hi,

this bug started as 
http://lists.alioth.debian.org/pipermail/glibc-bsd-devel/2005-November/000628.html

On debian/kFreeBSD is not defined HasBSD44Sockets.
It shouldn't be problem because FreeBSD kernel 5.4 and 6.0 
tries to be compatible with older (BSD43) source code
and at least in connect(), bind() ignores value in the field sun_len.
It uses only the value addrlen from function in system call.

Unfortunately, we are hitted by computing the whole name length as
namelen = strlen(sockname.sun_path) + sizeof(sockname.sun_family);
instead of portable
namelen = strlen(sockname.sun_path) + offsetof(struct sockaddr_un, sun_path);

Therefore, it is sufficient to correct calculation with sun_path in 
whole xorg-x11. Moreover, it is mainly correct, only 2 files need fix.

ok  programs/xdm/prngc.c
ok  programs/xdm/xdmcp.c
ok  programs/xdm/netaddr.c
patch   lib/dps/csconndi.c
patch   lib/xtrans/Xtranssock.c
ok  lib/xtrans/Xtranstli.c
ok  lib/xtrans/Xtranslcl.c
ok  lib/xtrans/Xtransutil.c
ok  extras/Mesa/src/glx/mini/miniglx_events.c   

Submitted also upstream in 
https://bugs.freedesktop.org/show_bug.cgi?id=4982

The enclosed patch adds debian/patches/freebsd/004_gnu-kbsd_sock_un.diff
and inserts it in debian/patches/series.
Could you please apply it.
Thanks in advance

Petr


The patch have been tested:

-- Forwarded message --
Date: Wed, 9 Nov 2005 03:37:01 +
From: Brian M. Carlson <[EMAIL PROTECTED]>

> I converted my patch into appropriate form.
> Can you please test it ?

It works, very nicely.  A couple caveats: if you rebuild, you must reinstall 
at least all of the binary packages with the fixed version, otherwise, it 
doesn't work.  Also, after installing the fixed version, I'd consider 
restarting, otherwise it can't connect.  Other than that, no problem.  BTW, I 
don't think these problems are specific to your patch, just that X is finicky 
like that.  You have my vote to submit.

-- 
Brian M. Carlson <[EMAIL PROTECTED]>
Running on GNU/kFreeBSD; i686-pc-kfreebsd-gnu
Support alternative kernels in Debian!
diff -u xorg-x11-6.8.2.dfsg.1/debian/patches/series 
xorg-x11-6.8.2.dfsg.1/debian/patches/series
--- xorg-x11-6.8.2.dfsg.1/debian/patches/series
+++ xorg-x11-6.8.2.dfsg.1/debian/patches/series
@@ -149,6 +149,7 @@
 freebsd/001_gnu-kbsd.diff -p0
 freebsd/002_gnu-kbsd_wacom.diff -p0
 freebsd/003_gnu-kbsd_sessreg.diff -p0
+freebsd/004_gnu-kbsd_sock_un.diff -p0
 debian/900_debian_config.diff -p0
 debian/902_debian_startx_manpage.diff -p0
 debian/903_debian_system.twmrc.diff -p0
--- xorg-x11-6.8.2.dfsg.1.orig/debian/patches/freebsd/004_gnu-kbsd_sock_un.diff
+++ xorg-x11-6.8.2.dfsg.1/debian/patches/freebsd/004_gnu-kbsd_sock_un.diff
@@ -0,0 +1,44 @@
+Index: xc/lib/dps/csconndi.c
+===
+--- xc/lib/dps/csconndi.c.orig 2005-02-28 17:35:18.0 +
 xc/lib/dps/csconndi.c  2005-11-08 08:21:30.0 +
+@@ -506,7 +506,7 @@
+ sprintf (unaddr.sun_path, "%s_%d", CSDPS_UNIX_PATH, port);
+ 
+ addr = (struct sockaddr *) &unaddr;
+-addrlen = strlen(unaddr.sun_path) + sizeof(unaddr.sun_family);
++addrlen = strlen(unaddr.sun_path) + offsetof(struct sockaddr_un, 
sun_path);
+ 
+ /*
+  * Open the network connection.
+Index: xc/lib/xtrans/Xtranssock.c
+===
+--- xc/lib/xtrans/Xtranssock.c.orig2005-11-08 08:20:49.0 +
 xc/lib/xtrans/Xtranssock.c 2005-11-08 08:21:30.0 +
+@@ -1096,7 +1096,7 @@
+ sockname.sun_len = strlen(sockname.sun_path);
+ namelen = SUN_LEN(&sockname);
+ #else
+-namelen = strlen(sockname.sun_path) + sizeof(sockname.sun_family);
++namelen = strlen(sockname.sun_path) + offsetof(struct sockaddr_un, 
sun_path);
+ #endif
+ 
+ unlink (sockname.sun_path);
+@@ -1979,7 +1979,7 @@
+ sockname.sun_len = strlen (sockname.sun_path);
+ namelen = SUN_LEN (&sockname);
+ #else
+-namelen = strlen (sockname.sun_path) + sizeof (sockname.sun_family);
++namelen = strlen (sockname.sun_path) + offsetof(struct sockaddr_un, 
sun_path);
+ #endif
+ 
+ 
+@@ -1993,7 +1993,7 @@
+   return TRANS_CONNECT_FAILED;
+ 

Bug#392658: Solved

2006-10-16 Thread Patrick Matthäi

Hello again,
The problem is solved now with the today update from sid, but I don't 
know, which package was it.

Could be closed.


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



Bug#393456: compiz: min/max/close window decoration buttons no longer work on upgrade to 0.2.0

2006-10-16 Thread Vincent Ho
Package: compiz
Version: 0.2.0-1
Severity: normal

After upgrading to compiz 0.2.0, the minimise/maximise/close buttons are
still present but inactive.  Clicking on them is no different to
clicking elsewhere on the titlebar, it just switches the pointer to a
'+' to indicate I can drag the window around. This means I have to go to
the menus whenever I want to close an application, which is rather
annoying.

I'm not sure if this is related, but I'm also missing the icon that
shows the window operations menu.  Right-clicking the titlebar produces
it, however, as (I think) it did before the upgrade.

For reference, I'm using the Clearlooks GTK theme, Glider Metacity theme
and Dropline Neu icon theme, and running compiz on the binary Nvidia
drivers. Let me know if I can provide any more info :)


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

Versions of packages compiz depends on:
ii  compiz-core   0.2.0-1OpenGL window and compositing mana
ii  compiz-gnome  0.2.0-1OpenGL window and compositing mana
ii  compiz-gtk0.2.0-1OpenGL window and compositing mana
ii  compiz-plugins0.2.0-1OpenGL window and compositing mana

compiz recommends no packages.

-- no debconf information


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



Bug#362313: marked as done (xserver-xorg dependency hell)

2006-10-16 Thread Debian Bug Tracking System
Your message dated Mon, 16 Oct 2006 23:09:28 +1000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#362313: xserver-xorg dependency hell
has caused the attached Bug report to be marked as done.

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

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--- Begin Message ---
Package: xserver-xorg-core
Version: 1:7.0.10
Severity: important

Hello X Strike Force,

The new modular xserver-xorg create a circular dependency hell:

Here the dependency graph:

Here the list of packages involved:

xserver-xorg-core xserver-xorg-input-all xserver-xorg-input-evdev
xserver-xorg-video-all xserver-xorg-video-apm xserver-xorg-video-ark
xserver-xorg-video-ati xserver-xorg-video-chips
xserver-xorg-video-cirrus xserver-xorg-video-cyrix
xserver-xorg-video-dummy xserver-xorg-video-fbdev
xserver-xorg-video-glint xserver-xorg-video-i128
xserver-xorg-video-i740 xserver-xorg-video-i810
xserver-xorg-video-imstt xserver-xorg-video-mga
xserver-xorg-video-newport xserver-xorg-video-nsc
xserver-xorg-video-nv xserver-xorg-video-rendition
xserver-xorg-video-s3 xserver-xorg-video-s3virge
xserver-xorg-video-savage xserver-xorg-video-sis
xserver-xorg-video-sisusb xserver-xorg-video-tdfx
xserver-xorg-video-tga xserver-xorg-video-trident
xserver-xorg-video-tseng xserver-xorg-video-vesa
xserver-xorg-video-vga xserver-xorg-video-via
xserver-xorg-video-vmware 

Such large amount of circular depdendencies create problems during
upgrade, testing migration etc. and should absolutly be avoided.

Cheers,
-- 
Bill. <[EMAIL PROTECTED]>

Imagine a large red swirl here. 

--- End Message ---
--- Begin Message ---
> > What is the status of this bug for Etch? 
> Fixed in experimental I believe.

The version from experimental is now in unstable, so closing this bug.

Drew
--- End Message ---


xtrans_1.0.1-3_i386.changes ACCEPTED

2006-10-16 Thread Debian Installer

Accepted:
xtrans-dev_1.0.1-3_all.deb
  to pool/main/x/xtrans/xtrans-dev_1.0.1-3_all.deb
xtrans_1.0.1-3.diff.gz
  to pool/main/x/xtrans/xtrans_1.0.1-3.diff.gz
xtrans_1.0.1-3.dsc
  to pool/main/x/xtrans/xtrans_1.0.1-3.dsc


Override entries for your package:
xtrans-dev_1.0.1-3_all.deb - optional x11
xtrans_1.0.1-3.dsc - source x11

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


Thank you for your contribution to Debian.


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



X Strike Force X.Org X11 SVN commit: r3834 - branches/experimental/mesa/debian/patches

2006-10-16 Thread X Strike Force SVN Repository Admin
Author: beatle
Date: 2006-10-16 09:11:51 -0400 (Mon, 16 Oct 2006)
New Revision: 3834

Added:
   
branches/experimental/mesa/debian/patches/02_use-ieee-fp-on-s390-and-m68k.patch
Removed:
   
branches/experimental/mesa/debian/patches/02_use-ieee-fp-on-s390-and-m64k.patch
Log:
Fix typo in the filename of the IEEE FP on s390 and m68k patch.


Deleted: 
branches/experimental/mesa/debian/patches/02_use-ieee-fp-on-s390-and-m64k.patch
===
--- 
branches/experimental/mesa/debian/patches/02_use-ieee-fp-on-s390-and-m64k.patch 
2006-10-16 13:05:42 UTC (rev 3833)
+++ 
branches/experimental/mesa/debian/patches/02_use-ieee-fp-on-s390-and-m64k.patch 
2006-10-16 13:11:51 UTC (rev 3834)
@@ -1,10 +0,0 @@
 a/src/mesa/main/imports.h
-+++ b/src/mesa/main/imports.h
-@@ -153,6 +153,7 @@
- defined(__mips) || defined(_MIPS_ARCH) || \
- defined(__arm__) || \
- defined(__sh__) || defined(__m32r__) || \
-+defined(__m68k__) || defined(__s390__) || \
- (defined(__alpha__) && (defined(__IEEE_FLOAT) || !defined(VMS)))
- #define USE_IEEE
- #define IEEE_ONE 0x3f80

Copied: 
branches/experimental/mesa/debian/patches/02_use-ieee-fp-on-s390-and-m68k.patch 
(from rev 3833, 
branches/experimental/mesa/debian/patches/02_use-ieee-fp-on-s390-and-m64k.patch)
===
--- 
branches/experimental/mesa/debian/patches/02_use-ieee-fp-on-s390-and-m68k.patch 
(rev 0)
+++ 
branches/experimental/mesa/debian/patches/02_use-ieee-fp-on-s390-and-m68k.patch 
2006-10-16 13:11:51 UTC (rev 3834)
@@ -0,0 +1,10 @@
+--- a/src/mesa/main/imports.h
 b/src/mesa/main/imports.h
+@@ -153,6 +153,7 @@
+ defined(__mips) || defined(_MIPS_ARCH) || \
+ defined(__arm__) || \
+ defined(__sh__) || defined(__m32r__) || \
++defined(__m68k__) || defined(__s390__) || \
+ (defined(__alpha__) && (defined(__IEEE_FLOAT) || !defined(VMS)))
+ #define USE_IEEE
+ #define IEEE_ONE 0x3f80


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



X Strike Force X.Org X11 SVN commit: r3833 - branches/experimental/mesa/debian/patches

2006-10-16 Thread X Strike Force SVN Repository Admin
Author: beatle
Date: 2006-10-16 09:05:42 -0400 (Mon, 16 Oct 2006)
New Revision: 3833

Added:
   
branches/experimental/mesa/debian/patches/02_use-ieee-fp-on-s390-and-m64k.patch
   
branches/experimental/mesa/debian/patches/03_handle-sync-and-dont-unlock-display.patch
Log:
Add patches extracted from older Debian diffs but not applied yet because it's
not certain yet that they are needed.


Added: 
branches/experimental/mesa/debian/patches/02_use-ieee-fp-on-s390-and-m64k.patch
===
--- 
branches/experimental/mesa/debian/patches/02_use-ieee-fp-on-s390-and-m64k.patch 
(rev 0)
+++ 
branches/experimental/mesa/debian/patches/02_use-ieee-fp-on-s390-and-m64k.patch 
2006-10-16 13:05:42 UTC (rev 3833)
@@ -0,0 +1,10 @@
+--- a/src/mesa/main/imports.h
 b/src/mesa/main/imports.h
+@@ -153,6 +153,7 @@
+ defined(__mips) || defined(_MIPS_ARCH) || \
+ defined(__arm__) || \
+ defined(__sh__) || defined(__m32r__) || \
++defined(__m68k__) || defined(__s390__) || \
+ (defined(__alpha__) && (defined(__IEEE_FLOAT) || !defined(VMS)))
+ #define USE_IEEE
+ #define IEEE_ONE 0x3f80

Added: 
branches/experimental/mesa/debian/patches/03_handle-sync-and-dont-unlock-display.patch
===
--- 
branches/experimental/mesa/debian/patches/03_handle-sync-and-dont-unlock-display.patch
  (rev 0)
+++ 
branches/experimental/mesa/debian/patches/03_handle-sync-and-dont-unlock-display.patch
  2006-10-16 13:05:42 UTC (rev 3833)
@@ -0,0 +1,15 @@
+--- a/src/glx/x11/glxext.c
 b/src/glx/x11/glxext.c
+@@ -1016,11 +1016,11 @@
+   if (!_XReply(dpy, (xReply*) &reply, 0, False)) {
+   /* Something is busted. Punt. */
+   UnlockDisplay(dpy);
++  SyncHandle();
+   FreeScreenConfigs(priv);
+   return GL_FALSE;
+   }
+ 
+-  UnlockDisplay(dpy);
+   if (!reply.numVisuals) {
+   /* This screen does not support GL rendering */
+   UnlockDisplay(dpy);


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



X Strike Force X.Org X11 SVN commit: r3832 - in branches/experimental/mesa: configs debian

2006-10-16 Thread X Strike Force SVN Repository Admin
Author: beatle
Date: 2006-10-16 09:04:29 -0400 (Mon, 16 Oct 2006)
New Revision: 3832

Added:
   branches/experimental/mesa/debian/libgl1-mesa-glx.shlibs
   branches/experimental/mesa/debian/libgl1-mesa-swx11.shlibs
   branches/experimental/mesa/debian/libglu1-mesa.shlibs
Modified:
   branches/experimental/mesa/configs/debian-static
   branches/experimental/mesa/debian/libgl1-mesa-swx11-dev.install
   branches/experimental/mesa/debian/rules
Log:
Make the debian-static a subclass of debian-swx11+glu-default, because that's
what it actually is. Rename it accordingly and add it to SWX11_GLU_CONFIGS.

Install the libOSMesa.so symlink and the libOSMesa static library in the
libgl1-mesa-swx11-dev package.

Add .shlibs files for the libgl1-mesa-swx11, libgl1-mesa-glx and libglu1-mesa
packages.


Modified: branches/experimental/mesa/configs/debian-static
===
--- branches/experimental/mesa/configs/debian-static2006-10-16 12:52:03 UTC 
(rev 3831)
+++ branches/experimental/mesa/configs/debian-static2006-10-16 13:04:29 UTC 
(rev 3832)
@@ -1,11 +1,9 @@
-# Configuration for building static versions of the libraries.
+# Configuration for building static versions of the libraries (swx11 and GLU).
 
-include $(TOP)/configs/debian-default
+include $(TOP)/configs/debian-swx11+glu-default
 include $(TOP)/configs/linux-static
 
-CONFIG_NAME = debian-static
+CONFIG_NAME = debian-swx11+glu-static
 
-override SRC_DIRS = mesa glu
-
 # vim: ft=make
 

Added: branches/experimental/mesa/debian/libgl1-mesa-glx.shlibs
===
--- branches/experimental/mesa/debian/libgl1-mesa-glx.shlibs
(rev 0)
+++ branches/experimental/mesa/debian/libgl1-mesa-glx.shlibs2006-10-16 
13:04:29 UTC (rev 3832)
@@ -0,0 +1 @@
+libGL 1 libgl1-mesa-glx | libgl1

Modified: branches/experimental/mesa/debian/libgl1-mesa-swx11-dev.install
===
--- branches/experimental/mesa/debian/libgl1-mesa-swx11-dev.install 
2006-10-16 12:52:03 UTC (rev 3831)
+++ branches/experimental/mesa/debian/libgl1-mesa-swx11-dev.install 
2006-10-16 13:04:29 UTC (rev 3832)
@@ -1,3 +1,5 @@
 usr/include/GL/glx*.h
 usr/lib/libGL.a
 usr/lib/libGL.so
+usr/lib/libOSMesa.a
+usr/lib/libOSMesa.so

Added: branches/experimental/mesa/debian/libgl1-mesa-swx11.shlibs
===
--- branches/experimental/mesa/debian/libgl1-mesa-swx11.shlibs  
(rev 0)
+++ branches/experimental/mesa/debian/libgl1-mesa-swx11.shlibs  2006-10-16 
13:04:29 UTC (rev 3832)
@@ -0,0 +1,2 @@
+libGL 1 libgl1-mesa-glx | libgl1
+libOSMesa 6 libgl1-mesa-swx11 | libgl1-mesa-glide3

Added: branches/experimental/mesa/debian/libglu1-mesa.shlibs
===
--- branches/experimental/mesa/debian/libglu1-mesa.shlibs   
(rev 0)
+++ branches/experimental/mesa/debian/libglu1-mesa.shlibs   2006-10-16 
13:04:29 UTC (rev 3832)
@@ -0,0 +1 @@
+libGLU 1 libglu1-mesa | libglu1

Modified: branches/experimental/mesa/debian/rules
===
--- branches/experimental/mesa/debian/rules 2006-10-16 12:52:03 UTC (rev 
3831)
+++ branches/experimental/mesa/debian/rules 2006-10-16 13:04:29 UTC (rev 
3832)
@@ -56,6 +56,9 @@
 # available for the build architecture. Use with caution =)
 #SWX11_GLU_CONFIGS += $(subst configs/,,$(wildcard 
configs/debian-swx11+glu-$(DEB_BUILD_ARCH)-*))
 
+# build a static version of swx11 and GLU as well
+SWX11_GLU_CONFIGS += debian-swx11+glu-static
+
 # choose an architecture-specific configuration for building the DRI-enabled
 # libGL if one exists
 ifneq ($(wildcard configs/debian-dri-$(DEB_BUILD_ARCH)),)
@@ -70,8 +73,7 @@
   debian-osmesa16 \
   debian-osmesa16-static \
   debian-osmesa32 \
-  debian-osmesa32-static \
-  debian-static
+  debian-osmesa32-static
 
 STAMP = $(STAMP_DIR)/$(DEB_BUILD_GNU_TYPE)
 BUILD_STAMPS = $(addprefix $(STAMP)-build-, $(CONFIGS))


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



X Strike Force X.Org X11 SVN commit: r3831 - tags/lib/xtrans

2006-10-16 Thread X Strike Force SVN Repository Admin
Author: dparsons
Date: 2006-10-16 08:52:03 -0400 (Mon, 16 Oct 2006)
New Revision: 3831

Added:
   tags/lib/xtrans/1.0.1-3/
Log:
Tagging xtrans (1.0.1-3) in unstable.


Copied: tags/lib/xtrans/1.0.1-3 (from rev 3830, trunk/lib/xtrans)


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



Processing of xtrans_1.0.1-3_i386.changes

2006-10-16 Thread Archive Administrator
xtrans_1.0.1-3_i386.changes uploaded successfully to localhost
along with the files:
  xtrans_1.0.1-3.dsc
  xtrans_1.0.1-3.diff.gz
  xtrans-dev_1.0.1-3_all.deb

Greetings,

Your Debian queue daemon


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



X Strike Force X.Org X11 SVN commit: r3830 - in trunk/lib/xtrans/debian: . patches

2006-10-16 Thread X Strike Force SVN Repository Admin
Author: dparsons
Date: 2006-10-16 08:39:58 -0400 (Mon, 16 Oct 2006)
New Revision: 3830

Added:
   trunk/lib/xtrans/debian/patches/02_sunlen_nonbsd_sock.patch
Modified:
   trunk/lib/xtrans/debian/changelog
   trunk/lib/xtrans/debian/patches/series
Log:
 Include patch 02_sunlen_nonbsd_sock.patch from upstream (see
 upstream bug #4982). Follows on from 02_gnu-kbsd_sock_un.diff.
 Closes: #338290.
 


Modified: trunk/lib/xtrans/debian/changelog
===
--- trunk/lib/xtrans/debian/changelog   2006-10-16 11:53:06 UTC (rev 3829)
+++ trunk/lib/xtrans/debian/changelog   2006-10-16 12:39:58 UTC (rev 3830)
@@ -1,3 +1,11 @@
+xtrans (1.0.1-3) unstable; urgency=low
+
+  * Include patch 02_sunlen_nonbsd_sock.patch from upstream (see
+upstream bug #4982). Follows on from 02_gnu-kbsd_sock_un.diff.
+Closes: #338290.
+
+ -- Drew Parsons <[EMAIL PROTECTED]>  Mon, 16 Oct 2006 22:39:05 +1000
+
 xtrans (1.0.1-2) unstable; urgency=low
 
   [ Andres Salomon ]

Added: trunk/lib/xtrans/debian/patches/02_sunlen_nonbsd_sock.patch
===
--- trunk/lib/xtrans/debian/patches/02_sunlen_nonbsd_sock.patch 
(rev 0)
+++ trunk/lib/xtrans/debian/patches/02_sunlen_nonbsd_sock.patch 2006-10-16 
12:39:58 UTC (rev 3830)
@@ -0,0 +1,30 @@
+From: Alan Coopersmith <[EMAIL PROTECTED]>
+Date: Fri, 25 Aug 2006 00:40:24 + (-0700)
+Subject: Use SUN_LEN if it is defined on non-BSD44SOCKETS systems
+X-Git-Url: 
http://gitweb.freedesktop.org/?p=xorg/lib/libxtrans.git;a=commitdiff;h=5d006baadf213e91f131ffedc53c88a973fb1cba
+
+Use SUN_LEN if it is defined on non-BSD44SOCKETS systems
+---
+
+--- a/Xtranssock.c
 b/Xtranssock.c
+@@ -1106,6 +1106,9 @@ TRANS(SocketUNIXCreateListener) (XtransC
+ 
+ #if (defined(BSD44SOCKETS) || defined(__UNIXWARE__)) && !defined(Lynx)
+ sockname.sun_len = strlen(sockname.sun_path);
++#endif
++
++#if defined(BSD44SOCKETS) || defined(SUN_LEN)
+ namelen = SUN_LEN(&sockname);
+ #else
+ namelen = strlen(sockname.sun_path) + offsetof(struct sockaddr_un, 
sun_path);
+@@ -1996,6 +1999,9 @@ TRANS(SocketUNIXConnect) (XtransConnInfo
+ 
+ #if (defined(BSD44SOCKETS) || defined(__UNIXWARE__)) && !defined(Lynx)
+ sockname.sun_len = strlen (sockname.sun_path);
++#endif
++
++#if defined(BSD44SOCKETS) || defined(SUN_LEN)
+ namelen = SUN_LEN (&sockname);
+ #else
+ namelen = strlen (sockname.sun_path) + offsetof(struct sockaddr_un, 
sun_path);

Modified: trunk/lib/xtrans/debian/patches/series
===
--- trunk/lib/xtrans/debian/patches/series  2006-10-16 11:53:06 UTC (rev 
3829)
+++ trunk/lib/xtrans/debian/patches/series  2006-10-16 12:39:58 UTC (rev 
3830)
@@ -1,2 +1,3 @@
 01_hurd_maxhostnamelen.diff -p3
 02_gnu-kbsd_sock_un.diff -p0
+02_sunlen_nonbsd_sock.patch


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



Bug#383139: xvidtune still dead

2006-10-16 Thread Rich Lott
Can anyone help? Or acknowledge the bug?

thanks,

rich


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



Bug#116507: Major Loop hole

2006-10-16 Thread Mary Taylor

Please give us a call to see if we can help you qualify for the degree you are 
interested in.
For the next 2 weeks we will be qualifying select applicants based on 2 
Criterion:

Criteria for our Degree program:

1. Have the work experience
   
 Or

2. Already have a degree and would like to receive a Masters or Doctorate

Qualification Office Number:

1-773-509-4920

Due to the high amount of calls we suggest leaving a message with your name and 
number.


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



Re: [EMAIL PROTECTED]: Bug#387706 - splitting mesa and mesa-legacy for libosmesa]

2006-10-16 Thread Thierry Reding
* David Nusinow wrote:
> - Forwarded message from Yann Dirson <[EMAIL PROTECTED]> -
> 
> Date: Sat, 14 Oct 2006 20:24:11 +0200
> From: Yann Dirson <[EMAIL PROTECTED]>
> To: debian-release@lists.debian.org, [EMAIL PROTECTED]
> Cc: Ben Hutchings <[EMAIL PROTECTED]>,
>   David Nusinow <[EMAIL PROTECTED]>
> Subject: Bug#387706 - splitting mesa and mesa-legacy for libosmesa
> 
> Summary of the situation: libosmesa6 (offscreen opengl rendering)
> is currently included inside
> libgl1-mesa-swx11 (source: mesa) and libgl1-mesa-glide3 (source:
> mesa-legacy).  Both packages conflict with any other libgl1 provider,
> most notably libgl1-mesa-glx, which is a must-have on most modern
> desktop boxes.  Thus, installing any package willing to do offscreen
> rendering forbids the use of accelerated opengl for most of the world.

Could this not be resolved by moving libOSmesa.so.6 out of the
libgl1-mesa-swx11 package and into libosmesa6? That would also make it
possible to install both libgl1-mesa-{swx11,glx} along with libosmesa,
wouldn't it?

[...]

 - Thierry



signature.asc
Description: Digital signature


X Strike Force X.Org X11 SVN commit: r3829 - branches/experimental/mesa/configs

2006-10-16 Thread X Strike Force SVN Repository Admin
Author: beatle
Date: 2006-10-16 07:53:06 -0400 (Mon, 16 Oct 2006)
New Revision: 3829

Added:
   branches/experimental/mesa/configs/debian-swx11+glu-default
Modified:
   branches/experimental/mesa/configs/debian-swx11+glu-alpha-ev5
   branches/experimental/mesa/configs/debian-swx11+glu-amd64
   branches/experimental/mesa/configs/debian-swx11+glu-any
   branches/experimental/mesa/configs/debian-swx11+glu-i386
   branches/experimental/mesa/configs/debian-swx11+glu-i386-i686
   branches/experimental/mesa/configs/debian-swx11+glu-powerpc-603
   branches/experimental/mesa/configs/debian-swx11+glu-sparc
   branches/experimental/mesa/configs/debian-swx11+glu-sparc-ultrasparc
Log:
Build libGLU by default for swx11+glu configurations but not in the
configurations targetting specific CPU's because it is unlikely to result in
an increase in performance.


Modified: branches/experimental/mesa/configs/debian-swx11+glu-alpha-ev5
===
--- branches/experimental/mesa/configs/debian-swx11+glu-alpha-ev5   
2006-10-16 11:49:46 UTC (rev 3828)
+++ branches/experimental/mesa/configs/debian-swx11+glu-alpha-ev5   
2006-10-16 11:53:06 UTC (rev 3829)
@@ -1,10 +1,11 @@
 # Configuration for building Mesa (swx11 and GLU) on alpha (ev5 optimized).
 
-include $(TOP)/configs/debian-default
+include $(TOP)/configs/debian-swx11+glu-default
 include $(TOP)/configs/linux-alpha
 
 CONFIG_NAME = debian-swx11+glu-alpha-ev5
 
+override SRC_DIRS = mesa
 override LIB_DIR = lib/ev5/cmov
 
 # vim: ft=make

Modified: branches/experimental/mesa/configs/debian-swx11+glu-amd64
===
--- branches/experimental/mesa/configs/debian-swx11+glu-amd64   2006-10-16 
11:49:46 UTC (rev 3828)
+++ branches/experimental/mesa/configs/debian-swx11+glu-amd64   2006-10-16 
11:53:06 UTC (rev 3829)
@@ -1,7 +1,7 @@
 # Configuration for building Mesa (swx11 and GLU) with runtime-detected
 # assembler optimizations on amd64.
 
-include $(TOP)/configs/debian-default
+include $(TOP)/configs/debian-swx11+glu-default
 include $(TOP)/configs/linux-x86-64
 
 CONFIG_NAME = debian-swx11+glu-amd64

Modified: branches/experimental/mesa/configs/debian-swx11+glu-any
===
--- branches/experimental/mesa/configs/debian-swx11+glu-any 2006-10-16 
11:49:46 UTC (rev 3828)
+++ branches/experimental/mesa/configs/debian-swx11+glu-any 2006-10-16 
11:53:06 UTC (rev 3829)
@@ -1,6 +1,6 @@
 # Configuration for building Mesa (swx11 and GLU) on the build architecture.
 
-include $(TOP)/configs/debian-default
+include $(TOP)/configs/debian-swx11+glu-default
 include $(TOP)/configs/linux
 
 CONFIG_NAME = debian-swx11+glu-any

Added: branches/experimental/mesa/configs/debian-swx11+glu-default
===
--- branches/experimental/mesa/configs/debian-swx11+glu-default 
(rev 0)
+++ branches/experimental/mesa/configs/debian-swx11+glu-default 2006-10-16 
11:53:06 UTC (rev 3829)
@@ -0,0 +1,10 @@
+# Configuration defaults for building Mesa (swx11 and GLU).
+
+include $(TOP)/configs/debian-default
+
+CONFIG_NAME = debian-swx11+glu-default
+
+override SRC_DIRS = mesa glu
+
+# vim: ft=make
+

Modified: branches/experimental/mesa/configs/debian-swx11+glu-i386
===
--- branches/experimental/mesa/configs/debian-swx11+glu-i3862006-10-16 
11:49:46 UTC (rev 3828)
+++ branches/experimental/mesa/configs/debian-swx11+glu-i3862006-10-16 
11:53:06 UTC (rev 3829)
@@ -1,7 +1,7 @@
 # Configuration for building Mesa (swx11 and GLU) with runtime-detected
 # assembler optimizations on i386.
 
-include $(TOP)/configs/debian-default
+include $(TOP)/configs/debian-swx11+glu-default
 include $(TOP)/configs/linux-x86
 
 CONFIG_NAME = debian-swx11+glu-i386

Modified: branches/experimental/mesa/configs/debian-swx11+glu-i386-i686
===
--- branches/experimental/mesa/configs/debian-swx11+glu-i386-i686   
2006-10-16 11:49:46 UTC (rev 3828)
+++ branches/experimental/mesa/configs/debian-swx11+glu-i386-i686   
2006-10-16 11:53:06 UTC (rev 3829)
@@ -1,12 +1,13 @@
 # Configuration for building Mesa (swx11 and GLU) with runtime-detected
 # assembler optimizations on i386 (i686 optimized).
 
-include $(TOP)/configs/debian-default
+include $(TOP)/configs/debian-swx11+glu-default
 include $(TOP)/configs/linux-x86
 
 CONFIG_NAME = debian-swx11+glu-i386-i686
 
 override ARCH_FLAGS += -mcpu=i686
+override SRC_DIRS = mesa
 override LIB_DIR = lib/i686/cmov
 
 # vim: ft=make

Modified: branches/experimental/mesa/configs/debian-swx11+glu-powerpc-603
===
--- branches/experimental/mesa/configs/debian-swx11+glu-powerpc-603 
2006-10-16 11:49:46 UTC (rev 3828)
+++ branches/experime

X Strike Force X.Org X11 SVN commit: r3828 - branches/experimental/mesa/debian

2006-10-16 Thread X Strike Force SVN Repository Admin
Author: beatle
Date: 2006-10-16 07:49:46 -0400 (Mon, 16 Oct 2006)
New Revision: 3828

Modified:
   branches/experimental/mesa/debian/control
Log:
Add versioned build-dependency on dpkg-dev (>= 1.13.19) to make sure the
binary:Version and source:Version substitution variables can be used.


Modified: branches/experimental/mesa/debian/control
===
--- branches/experimental/mesa/debian/control   2006-10-16 10:03:32 UTC (rev 
3827)
+++ branches/experimental/mesa/debian/control   2006-10-16 11:49:46 UTC (rev 
3828)
@@ -4,7 +4,7 @@
 Maintainer: Debian X Strike Force 
 Uploaders: Thierry Reding <[EMAIL PROTECTED]>
 Standards-Version: 3.7.2
-Build-Depends: debhelper (>= 5), quilt (>= 0.40), pkg-config, libdrm-dev (>= 
2.0.2) [!hurd-i386], libx11-dev, xutils-dev, x11proto-gl-dev (>= 1.4.8), 
libxxf86vm-dev, libexpat1-dev
+Build-Depends: debhelper (>= 5), quilt (>= 0.40), pkg-config, libdrm-dev (>= 
2.0.2) [!hurd-i386], libx11-dev, xutils-dev, x11proto-gl-dev (>= 1.4.8), 
libxxf86vm-dev, libexpat1-dev, dpkg-dev (>= 1.13.19)
 
 Package: libgl1-mesa-swx11
 Section: libs


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



Bug#393355: Compiz: Everything is completely white, but plugins work

2006-10-16 Thread Thierry Reding
* Alessio Gaeta wrote:
> Subject: compiz: Everything is completely white, but plugins work
> Package: compiz
> Version: 0.2.0-1
> Severity: grave
> Justification: renders package unusable
> 
> 
> 
> -- System Information:
> Debian Release: testing/unstable
>   APT prefers testing
>   APT policy: (850, 'testing'), (800, 'unstable'), (750, 'experimental')
> Architecture: i386 (i686)
> Shell:  /bin/sh linked to /bin/bash
> Kernel: Linux 2.6.17-gas-machine
> Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
> 
> Versions of packages compiz depends on:
> ii  compiz-core 0.2.0-1 OpenGL window and compositing mana
> ii  compiz-gnome0.2.0-1 OpenGL window and compositing mana
> ii  compiz-gtk  0.2.0-1 OpenGL window and compositing mana
> ii  compiz-plugins  0.2.0-1 OpenGL window and compositing mana
> 
> compiz recommends no packages.
> 
> -- no debconf information
> 
> When I launch Compiz (with 'compiz --replace', in Gnome), everything 
> becomes completely white (i.e. no textures at all), but plugins seem to 
> work correctly: I can switch windows and so on, including (blind) 
> writing in the console 'metacity --replace'; the only things I can see 
> are program icons in the switcher.
> I'm using the unstable version (6.5.1) of all GL related libraries and 
> I've updated all Metacity and Gnome packages to unstable.

Are you using xserver-xorg-core (>= 2:1.1.1-9) from unstable? Does compiz
output errors that it can't bind pixmaps to textures?

> All works fine (but windows scrolling and resizing, too slow) with 
> 0.0.13 git version.

That's odd, if you don't use xserver-xorg-core from unstable, 0.0.13
shouldn't work either.

Can you provide more info? X server version, compiz output (if any) and maybe
/etc/X11/xorg.conf and /var/log/Xorg.0.log?

> My graphic card is an ATI Radeon 8500 (r200).
> Thanks
> --
> Alessio

 - Thierry



signature.asc
Description: Digital signature


Bug#393434: libx11-dev: error in manual page for XrmCombineDatabase

2006-10-16 Thread Arnaud Giersch
Package: libx11-dev
Version: 2:1.0.0-9
Severity: minor

Hi,

The third parameter (Bool override) is missing in the manual page for
XrmCombineDatabase (XrmMergeDatabases(3X11)).  It should be:

void XrmCombineDatabase(XrmDatabase source_db, XrmDatabase *target_db,
 Bool override)

Regards,

Arnaud Giersch

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing'), (50, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages libx11-dev depends on:
ii  libx11-6  2:1.0.0-9  X11 client-side library
ii  libxau-dev1:1.0.1-2  X11 authorisation library (develop
ii  libxdmcp-dev  1:1.0.1-2  X11 authorisation library (develop
ii  libxext-dev   1:1.0.1-2  X11 miscellaneous extensions libra
ii  x11proto-core-dev 7.0.7-2X11 core wire protocol and auxilia
ii  x11proto-input-dev1.3.2-4X11 Input extension wire protocol
ii  x11proto-kb-dev   1.0.3-2X11 XKB extension wire protocol
ii  xtrans-dev1.0.1-2X transport library (development f

libx11-dev recommends no packages.

-- no debconf information


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



Bug#390646: xserver-xorg: Server crash when switching back from full screen mode

2006-10-16 Thread Frans Pop
On Monday 16 October 2006 10:58, Michel Dänzer wrote:
> > Want me to test your patch first Michel?
> > With the "broken" xserver-xorg-core I guess?
>
> That would be great, thanks Frans.

Works fine too.


pgpPBvxaypogx.pgp
Description: PGP signature


Bug#392658: DR

2006-10-16 Thread Patrick Matthäi

Hello,

Yes it's working well!

[EMAIL PROTECTED]:~$ fglrxinfo
display: :0.0  screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: RADEON 9600 Generic
OpenGL version string: 2.0.6065 (8.29.6)


I can play Quake3Arena / Enemy Territory and Neverwinter Nights without 
any problems.




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



X Strike Force X.Org X11 SVN commit: r3827 - in branches/experimental/mesa: configs debian

2006-10-16 Thread X Strike Force SVN Repository Admin
Author: beatle
Date: 2006-10-16 06:03:32 -0400 (Mon, 16 Oct 2006)
New Revision: 3827

Removed:
   branches/experimental/mesa/configs/debian-dri-arch
   branches/experimental/mesa/configs/debian-swx11+glu-arch
Modified:
   branches/experimental/mesa/debian/rules
Log:
Move the detection of architecture-specific configurations to the debian/rules
file.

Add the configs target to debian/rules for checking whether the correct
configurations will be built.


Deleted: branches/experimental/mesa/configs/debian-dri-arch
===
--- branches/experimental/mesa/configs/debian-dri-arch  2006-10-16 09:53:30 UTC 
(rev 3826)
+++ branches/experimental/mesa/configs/debian-dri-arch  2006-10-16 10:03:32 UTC 
(rev 3827)
@@ -1,13 +0,0 @@
-# Configuration for building a version of the DRI drivers optimized for the
-# build architecture.
-
-ifneq ($(wildcard $(TOP)/configs/debian-dri-$(DEB_BUILD_ARCH)),)
-   include $(TOP)/configs/debian-dri-$(DEB_BUILD_ARCH)
-else
-   include $(TOP)/configs/debian-dri-any
-endif
-
-CONFIG_NAME = debian-dri-arch
-
-# vim: ft=make
-

Deleted: branches/experimental/mesa/configs/debian-swx11+glu-arch
===
--- branches/experimental/mesa/configs/debian-swx11+glu-arch2006-10-16 
09:53:30 UTC (rev 3826)
+++ branches/experimental/mesa/configs/debian-swx11+glu-arch2006-10-16 
10:03:32 UTC (rev 3827)
@@ -1,15 +0,0 @@
-# Configuration for building a version of swx11 and libGLU optimized for the
-# build architecture.
-
-ifneq ($(wildcard $(TOP)/configs/debian-swx11+glu-$(DEB_BUILD_ARCH)),)
-   include $(TOP)/configs/debian-swx11+glu-$(DEB_BUILD_ARCH)
-else
-   include $(TOP)/configs/debian-swx11+glu-any
-endif
-
-CONFIG_NAME = debian-swx11+glu-arch
-
-override SRC_DIRS = mesa glu
-
-# vim: ft=make
-

Modified: branches/experimental/mesa/debian/rules
===
--- branches/experimental/mesa/debian/rules 2006-10-16 09:53:30 UTC (rev 
3826)
+++ branches/experimental/mesa/debian/rules 2006-10-16 10:03:32 UTC (rev 
3827)
@@ -26,45 +26,61 @@
 
 export DEB_BUILD_ARCH
 
-# build the following configurations
-CONFIGS = debian-swx11+glu-arch \
-  debian-dri-arch \
-  debian-osmesa16 \
-  debian-osmesa16-static \
-  debian-osmesa32 \
-  debian-osmesa32-static \
-  debian-static
+# choose an architecture-specific configuration for building swx11 and GLU if
+# one exists
+ifneq ($(wildcard configs/debian-swx11+glu-$(DEB_BUILD_ARCH)),)
+   SWX11_GLU_CONFIGS := debian-swx11+glu-$(DEB_BUILD_ARCH)
+else
+   SWX11_GLU_CONFIGS := debian-swx11+glu-any
+endif
 
 # additional configurations optimized for CPU's supported by the build
 # architecture
 ifeq ($(DEB_BUILD_ARCH), i386)
-   CONFIGS += debian-i386-i686
+   SWX11_GLU_CONFIGS += debian-swx11+glu-i386-i686
 endif
 
 #ifeq ($(DEB_BUILD_ARCH), alpha)
-#  CONFIGS += debian-alpha-ev5
+#  SWX11_GLU_CONFIGS += debian-swx11+glu-alpha-ev5
 #endif
 
 #ifeq ($(DEB_BUILD_ARCH), powerpc)
-#  CONFIGS += debian-powerpc-603
+#  SWX11_GLU_CONFIGS += debian-swx11+glu-powerpc-603
 #endif
 
-#ifeq ($(DEB_BUILD_ARCH), ppc64)
-#  CONFIGS += debian-ppc64
-#endif
-
 #ifeq ($(DEB_BUILD_ARCH), sparc)
-#  CONFIGS += debian-sparc-ultrasparc
+#  SWX11_GLU_CONFIGS += debian-swx11+glu-sparc-ultrasparc
 #endif
 
 # Use the following to automatically build all optimized configurations
 # available for the build architecture. Use with caution =)
-#CONFIGS += $(subst configs/,,$(wildcard configs/debian-$(DEB_BUILD_ARCH)*))
+#SWX11_GLU_CONFIGS += $(subst configs/,,$(wildcard 
configs/debian-swx11+glu-$(DEB_BUILD_ARCH)-*))
 
+# choose an architecture-specific configuration for building the DRI-enabled
+# libGL if one exists
+ifneq ($(wildcard configs/debian-dri-$(DEB_BUILD_ARCH)),)
+   DRI_CONFIGS := debian-dri-$(DEB_BUILD_ARCH)
+else
+   DRI_CONFIGS := debian-dri-any
+endif
+
+# build the following configurations by default
+CONFIGS = $(SWX11_GLU_CONFIGS) \
+  $(DRI_CONFIGS) \
+  debian-osmesa16 \
+  debian-osmesa16-static \
+  debian-osmesa32 \
+  debian-osmesa32-static \
+  debian-static
+
 STAMP = $(STAMP_DIR)/$(DEB_BUILD_GNU_TYPE)
 BUILD_STAMPS = $(addprefix $(STAMP)-build-, $(CONFIGS))
 INSTALL_STAMPS = $(addprefix $(STAMP)-install-, $(CONFIGS))
 
+# list the configurations that will built
+configs:
+   @echo Building the following configurations: $(CONFIGS)
+
 $(STAMP_DIR):
dh_testdir
mkdir -p $@
@@ -127,5 +143,5 @@
dh_builddeb
 
 binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure
+.PHONY: configs build clean binary-indep binary-arch binary install configure
 


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

X Strike Force X.Org X11 SVN commit: r3826 - branches/experimental/mesa/configs

2006-10-16 Thread X Strike Force SVN Repository Admin
Author: beatle
Date: 2006-10-16 05:53:30 -0400 (Mon, 16 Oct 2006)
New Revision: 3826

Modified:
   branches/experimental/mesa/configs/debian-static
Log:
Also build a static version of libGLU.


Modified: branches/experimental/mesa/configs/debian-static
===
--- branches/experimental/mesa/configs/debian-static2006-10-16 09:39:59 UTC 
(rev 3825)
+++ branches/experimental/mesa/configs/debian-static2006-10-16 09:53:30 UTC 
(rev 3826)
@@ -5,5 +5,7 @@
 
 CONFIG_NAME = debian-static
 
+override SRC_DIRS = mesa glu
+
 # vim: ft=make
 


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



Bug#393355: Compiz: Everything is completely white, but plugins work

2006-10-16 Thread Alessio Gaeta

Subject: compiz: Everything is completely white, but plugins work
Package: compiz
Version: 0.2.0-1
Severity: grave
Justification: renders package unusable



-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (850, 'testing'), (800, 'unstable'), (750, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-gas-machine
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)

Versions of packages compiz depends on:
ii  compiz-core 0.2.0-1 OpenGL window and compositing mana
ii  compiz-gnome0.2.0-1 OpenGL window and compositing mana
ii  compiz-gtk  0.2.0-1 OpenGL window and compositing mana
ii  compiz-plugins  0.2.0-1 OpenGL window and compositing mana

compiz recommends no packages.

-- no debconf information

When I launch Compiz (with 'compiz --replace', in Gnome), everything 
becomes completely white (i.e. no textures at all), but plugins seem to 
work correctly: I can switch windows and so on, including (blind) 
writing in the console 'metacity --replace'; the only things I can see 
are program icons in the switcher.
I'm using the unstable version (6.5.1) of all GL related libraries and 
I've updated all Metacity and Gnome packages to unstable.
All works fine (but windows scrolling and resizing, too slow) with 
0.0.13 git version.

My graphic card is an ATI Radeon 8500 (r200).
Thanks
--
Alessio


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



X Strike Force X.Org X11 SVN commit: r3825 - in branches/experimental/mesa: configs debian

2006-10-16 Thread X Strike Force SVN Repository Admin
Author: beatle
Date: 2006-10-16 05:39:59 -0400 (Mon, 16 Oct 2006)
New Revision: 3825

Added:
   branches/experimental/mesa/configs/debian-swx11+glu-alpha-ev5
   branches/experimental/mesa/configs/debian-swx11+glu-amd64
   branches/experimental/mesa/configs/debian-swx11+glu-any
   branches/experimental/mesa/configs/debian-swx11+glu-arch
   branches/experimental/mesa/configs/debian-swx11+glu-i386
   branches/experimental/mesa/configs/debian-swx11+glu-i386-i686
   branches/experimental/mesa/configs/debian-swx11+glu-powerpc-603
   branches/experimental/mesa/configs/debian-swx11+glu-ppc64
   branches/experimental/mesa/configs/debian-swx11+glu-sparc
   branches/experimental/mesa/configs/debian-swx11+glu-sparc-ultrasparc
Removed:
   branches/experimental/mesa/configs/debian-alpha-ev5
   branches/experimental/mesa/configs/debian-amd64
   branches/experimental/mesa/configs/debian-any
   branches/experimental/mesa/configs/debian-arch
   branches/experimental/mesa/configs/debian-i386-i686
   branches/experimental/mesa/configs/debian-powerpc-603
   branches/experimental/mesa/configs/debian-ppc64
   branches/experimental/mesa/configs/debian-sparc-ultrasparc
   branches/experimental/mesa/configs/debian-swx11+glu
Modified:
   branches/experimental/mesa/configs/debian-dri-any
   branches/experimental/mesa/debian/rules
Log:
Rename the CPU optimization configurations to make it clear that they only
build swx11 and GLU.

Build architecture-optimized swx11 and GLU where possible.


Deleted: branches/experimental/mesa/configs/debian-alpha-ev5
===
--- branches/experimental/mesa/configs/debian-alpha-ev5 2006-10-16 08:58:05 UTC 
(rev 3824)
+++ branches/experimental/mesa/configs/debian-alpha-ev5 2006-10-16 09:39:59 UTC 
(rev 3825)
@@ -1,11 +0,0 @@
-# Configuration for building Mesa on alpha.
-
-include $(TOP)/configs/debian-default
-include $(TOP)/configs/linux-alpha
-
-CONFIG_NAME = debian-alpha
-
-override LIB_DIR = lib/ev5/cmov
-
-# vim: ft=make
-

Deleted: branches/experimental/mesa/configs/debian-amd64
===
--- branches/experimental/mesa/configs/debian-amd64 2006-10-16 08:58:05 UTC 
(rev 3824)
+++ branches/experimental/mesa/configs/debian-amd64 2006-10-16 09:39:59 UTC 
(rev 3825)
@@ -1,11 +0,0 @@
-# Configuration for building Mesa on amd64.
-
-include $(TOP)/configs/debian-default
-include $(TOP)/configs/linux-x86-64
-
-CONFIG_NAME = debian-amd64
-
-override LIB_DIR = lib64
-
-# vim: ft=make
-

Deleted: branches/experimental/mesa/configs/debian-any
===
--- branches/experimental/mesa/configs/debian-any   2006-10-16 08:58:05 UTC 
(rev 3824)
+++ branches/experimental/mesa/configs/debian-any   2006-10-16 09:39:59 UTC 
(rev 3825)
@@ -1,7 +0,0 @@
-# Chicken-out configuration for architectures where optimized builds are not
-# supported.
-
-CONFIG_NAME = debian-any
-
-# vim: ft=make
-

Deleted: branches/experimental/mesa/configs/debian-arch
===
--- branches/experimental/mesa/configs/debian-arch  2006-10-16 08:58:05 UTC 
(rev 3824)
+++ branches/experimental/mesa/configs/debian-arch  2006-10-16 09:39:59 UTC 
(rev 3825)
@@ -1,13 +0,0 @@
-# Configuration for building a version of Mesa optimized for the build
-# architecture.
-
-ifneq ($(wildcard $(TOP)/configs/debian-$(DEB_BUILD_ARCH)),)
-   include $(TOP)/configs/debian-$(DEB_BUILD_ARCH)
-else
-   include $(TOP)/configs/debian-any
-endif
-
-CONFIG_NAME = debian-arch
-
-# vim: ft=make
-

Modified: branches/experimental/mesa/configs/debian-dri-any
===
--- branches/experimental/mesa/configs/debian-dri-any   2006-10-16 08:58:05 UTC 
(rev 3824)
+++ branches/experimental/mesa/configs/debian-dri-any   2006-10-16 09:39:59 UTC 
(rev 3825)
@@ -3,7 +3,7 @@
 include $(TOP)/configs/debian-dri-default
 include $(TOP)/configs/linux-dri
 
-CONFIG_NAME = debian-dri
+CONFIG_NAME = debian-dri-any
 
 # vim: ft=make
 

Deleted: branches/experimental/mesa/configs/debian-i386-i686
===
--- branches/experimental/mesa/configs/debian-i386-i686 2006-10-16 08:58:05 UTC 
(rev 3824)
+++ branches/experimental/mesa/configs/debian-i386-i686 2006-10-16 09:39:59 UTC 
(rev 3825)
@@ -1,12 +0,0 @@
-# Configuration for building Mesa on i386.
-
-include $(TOP)/configs/debian-default
-include $(TOP)/configs/linux-x86
-
-CONFIG_NAME = debian-i386
-
-override ARCH_FLAGS += -mcpu=i686
-override LIB_DIR = lib/i686/cmov
-
-# vim: ft=make
-

Deleted: branches/experimental/mesa/configs/debian-powerpc-603
===
--- branches/experimental/mesa/configs/debian-powerpc-603   2006-10-16 
08:58:05 UTC (rev 3824)
+++ branches/experimental/mesa/configs/debian-powerpc-603 

Bug#353865: Sarge to Etch upgrade with radeon

2006-10-16 Thread Michel Dänzer
On Sun, 2006-10-15 at 19:15 +, Bill Allombert wrote:
> On Sat, Apr 08, 2006 at 01:12:34PM +0200, Michel D?nzer wrote:
> > On Fri, 2006-04-07 at 09:38 -0500, Bill Allombert wrote:
> > > 
> > > I would like to point to bug #353865:
> > >   * #353865: [ati/radeon] Fails to start up with DRI enabled because
> > > driver is incompatible with 2.4 kernel DRM since 6.9
> > > Package: xserver-xorg (xserver-xorg 6.9.0.dfsg.1-4); Severity:
> > > important; Reported by: Simon Woodward <[EMAIL PROTECTED]>; 44 days
> > > old.
> > > 
> > > I got hit by this bug some day ago: if you happen to have a radeon card
> > > that has (free) DRI support and use 2.4.27 on sarge, the upgrade will
> > > cause xdm to display a black screen after reboot and no way to get a
> > > local console. Since this includes cards advertised at sarge time as the
> > > best cards with DFSG-free DRI drivers, this is problematic.
> > 
> > If someone could kindly let us know the version of the radeon DRM in the
> > 2.4.27 kernel, we could bump the DRM version requirement in the radeon X
> > driver to something above that to avoid this problem.
> 
> Any progress on this ?

Yes, upstream xf86-video-ati no longer enables the DRI with radeon DRM
<= 1.7 as of 6.6.1.


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



Bug#392658: Problems with freeglut

2006-10-16 Thread Michel Dänzer
On Sun, 2006-10-15 at 20:52 +0200, Patrick Matthäi wrote:
> 
> This bug is now fixed, but now, games which use freeglut are lagging so 
> much, that they are unplayable, like torcs.
> Here the consolemessages from torcs:
> 
> [EMAIL PROTECTED]:~$ torcs
> Visual Properties Report
> 
> Compatibility mode, properties unknown.
> freeglut (/usr/lib/torcs/torcs-bin): Unable to create direct context 

This is the problem. Is direct rendering working with other apps?


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



Bug#390646: xserver-xorg: Server crash when switching back from full screen mode

2006-10-16 Thread Michel Dänzer
On Sun, 2006-10-15 at 22:34 +0200, Frans Pop wrote:
> On Sunday 15 October 2006 22:19, Alan Hourihane wrote:
> > On Fri, 2006-10-13 at 14:22 +0200, Michel Dänzer wrote:
> > > On Fri, 2006-10-13 at 12:31 +0100, Alan Hourihane wrote:
> > > > Here's a slight tweak to that last patch.
> > >
> > > Looks good, but it might still make sense to handle it gracefully in
> > > the driver as well for the benefit of people running with unpatched
> > > servers. What do you think?
> >
> > I don't mind. If you want to commit it - go ahead.
> 
> Want me to test your patch first Michel?
> With the "broken" xserver-xorg-core I guess?

That would be great, thanks Frans.


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



X Strike Force X.Org X11 SVN commit: r3824 - in branches/experimental/mesa: configs debian

2006-10-16 Thread X Strike Force SVN Repository Admin
Author: beatle
Date: 2006-10-16 04:58:05 -0400 (Mon, 16 Oct 2006)
New Revision: 3824

Added:
   branches/experimental/mesa/configs/debian-alpha-ev5
   branches/experimental/mesa/configs/debian-i386-i686
   branches/experimental/mesa/configs/debian-powerpc-603
   branches/experimental/mesa/configs/debian-sparc-ultrasparc
   branches/experimental/mesa/configs/debian-swx11+glu
   branches/experimental/mesa/debian/libgl1-mesa-swx11-i686.install
Removed:
   branches/experimental/mesa/configs/debian
   branches/experimental/mesa/configs/debian-alpha
   branches/experimental/mesa/configs/debian-common
   branches/experimental/mesa/configs/debian-i386
   branches/experimental/mesa/configs/debian-powerpc
   branches/experimental/mesa/configs/debian-sparc
   branches/experimental/mesa/debian/libgl1-mesa-swx11-dbg.install
Modified:
   branches/experimental/mesa/configs/debian-amd64
   branches/experimental/mesa/configs/debian-default
   branches/experimental/mesa/configs/debian-osmesa
   branches/experimental/mesa/configs/debian-osmesa16
   branches/experimental/mesa/configs/debian-osmesa16-static
   branches/experimental/mesa/configs/debian-osmesa32
   branches/experimental/mesa/configs/debian-osmesa32-static
   branches/experimental/mesa/configs/debian-ppc64
   branches/experimental/mesa/debian/changelog
   branches/experimental/mesa/debian/control
   branches/experimental/mesa/debian/rules
Log:
Drop the libgl1-mesa-swx11-dbg package until there's a decision as to whether
it is really needed.

Allow more than one type of optimization libraries to be built for any given
architecture. Currently optimization configurations are provided for i386
[i686], alpha [ev5], amd64, powerpc [603], ppc64 and sparc [ultrasparc].
However, only i686 and amd64 are enabled for now for safety.

Add the libgl1-mesa-swx11-i686 for i686 optimized libraries.

Drop the debian-common configuration because it is no longer used.

Don't build libGLU in all configurations, only when needed.


Deleted: branches/experimental/mesa/configs/debian
===
--- branches/experimental/mesa/configs/debian   2006-10-15 18:02:33 UTC (rev 
3823)
+++ branches/experimental/mesa/configs/debian   2006-10-16 08:58:05 UTC (rev 
3824)
@@ -1,9 +0,0 @@
-# Configuration for building Mesa on the build architecture.
-
-include $(TOP)/configs/debian-default
-include $(TOP)/configs/linux
-
-CONFIG_NAME = debian
-
-# vim: ft=make
-

Deleted: branches/experimental/mesa/configs/debian-alpha
===
--- branches/experimental/mesa/configs/debian-alpha 2006-10-15 18:02:33 UTC 
(rev 3823)
+++ branches/experimental/mesa/configs/debian-alpha 2006-10-16 08:58:05 UTC 
(rev 3824)
@@ -1,9 +0,0 @@
-# Configuration for building Mesa on alpha.
-
-include $(TOP)/configs/debian-default
-include $(TOP)/configs/linux-alpha
-
-CONFIG_NAME = debian-alpha
-
-# vim: ft=make
-

Copied: branches/experimental/mesa/configs/debian-alpha-ev5 (from rev 3823, 
branches/experimental/mesa/configs/debian-alpha)
===
--- branches/experimental/mesa/configs/debian-alpha-ev5 
(rev 0)
+++ branches/experimental/mesa/configs/debian-alpha-ev5 2006-10-16 08:58:05 UTC 
(rev 3824)
@@ -0,0 +1,11 @@
+# Configuration for building Mesa on alpha.
+
+include $(TOP)/configs/debian-default
+include $(TOP)/configs/linux-alpha
+
+CONFIG_NAME = debian-alpha
+
+override LIB_DIR = lib/ev5/cmov
+
+# vim: ft=make
+

Modified: branches/experimental/mesa/configs/debian-amd64
===
--- branches/experimental/mesa/configs/debian-amd64 2006-10-15 18:02:33 UTC 
(rev 3823)
+++ branches/experimental/mesa/configs/debian-amd64 2006-10-16 08:58:05 UTC 
(rev 3824)
@@ -5,5 +5,7 @@
 
 CONFIG_NAME = debian-amd64
 
+override LIB_DIR = lib64
+
 # vim: ft=make
 

Deleted: branches/experimental/mesa/configs/debian-common
===
--- branches/experimental/mesa/configs/debian-common2006-10-15 18:02:33 UTC 
(rev 3823)
+++ branches/experimental/mesa/configs/debian-common2006-10-16 08:58:05 UTC 
(rev 3824)
@@ -1,6 +0,0 @@
-# Override defaults set by the Mesa configuration.
-
-CONFIG_NAME = debian-common
-
-# vim: ft=make
-

Modified: branches/experimental/mesa/configs/debian-default
===
--- branches/experimental/mesa/configs/debian-default   2006-10-15 18:02:33 UTC 
(rev 3823)
+++ branches/experimental/mesa/configs/debian-default   2006-10-16 08:58:05 UTC 
(rev 3824)
@@ -1,14 +1,8 @@
-# Debian-specific defaults for the default Mesa configuration.
-#
-# Yes, this is somewhat confusing: this is different from debian-common in
-# that debian-common only sets general compilation flags while this file
-# overrides the directories that are actually buil