Re: kwin 4.6.5 crashes when enabling effects with mesa 7.11 and intel sandybridge

2011-08-28 Thread Michel Dänzer
On Son, 2011-08-28 at 01:38 +0200, Martin Steigerwald wrote: 
 
 Okay, I get this reproduced. I didn´t close a previous DrKonqi crash 
 windows that I didn´t notice then anymore.
 
 So here goes:
 
 Application: KWin (kwin), signal: Segmentation fault
 [KCrash Handler]
 #6  __memcpy_ssse3 () at ../sysdeps/x86_64/multiarch/memcpy-ssse3.S:91
 #7  0x7f0d5a6f7d4b in __indirect_glProgramParameters4fvNV 
 (target=13189264, index=406736, num=221141504, params=0x634d0) at 
 indirect.c:9317

Does the crash also happen if kwin uses direct rendering?


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


--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1314527382.31972.18.camel@thor.local



xorg-server: Changes to 'refs/tags/xorg-server-2_1.11.0-1'

2011-08-28 Thread Cyril Brulebois
Tag 'xorg-server-2_1.11.0-1' created by Cyril Brulebois k...@debian.org at 
2011-08-28 10:55 +

Tagging upload of xorg-server 2:1.11.0-1 to unstable.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEABECAAYFAk5aHpUACgkQeGfVPHR5Nd0pdACfbjIxgRfMbPWKlU4cY9NsQf2g
Pl0An2KiEgsvWh/XCtugZfc3iC/XefaZ
=A38h
-END PGP SIGNATURE-

Changes since xorg-server-2_1.10.99.901+git20110731-1:
Adam Jackson (1):
  fb: Fix memcpy abuse

Cyril Brulebois (4):
  Merge branch 'upstream-experimental' into debian-experimental
  Bump changelogs.
  Close bugs.
  Upload to unstable.

Jeremy Huddleston (2):
  XQuartz: Use CFSTR to avoid implicit cast warning of NSString * to 
CFStringRef
  XQuartz: xpr: Don't FatalError if xp_unlock_window fails

Julien Cristau (3):
  Restore the xserver virtual package
  Xquartz: include new localization files in the tarball
  Xephyr/dri: register screen and window privates on init

Keith Packard (2):
  Version bumped to 1.10.99.902 (1.11 RC2)
  Version bumped to 1.11

Michel Dänzer (1):
  EXA/mixed: Update sys_pitch in MPH even when there's no system memory 
copy.

Pelle Johansson (1):
  XQuartz: Initialize darwin pointer valuators

Pierre-Loup A. Griffais (1):
  Revert composite: Don't backfill non-MapWindow allocations

Ville Syrjälä (1):
  composite: Inhibit window background paint with manual subwindow 
redirection

---
 ChangeLog |  161 ++
 composite/compalloc.c |   12 +--
 configure.ac  |4 -
 debian/changelog  |   14 +++
 debian/control|4 +
 exa/exa_mixed.c   |   23 +++---
 fb/fbblt.c|9 +-
 hw/kdrive/ephyr/ephyrdriext.c |4 +
 hw/xquartz/X11Application.m   |2 
 hw/xquartz/darwin.c   |4 -
 hw/xquartz/xpr/xprFrame.c |9 +-
 include/windowstr.h   |1 
 mi/miexpose.c |4 +
 13 files changed, 224 insertions(+), 27 deletions(-)
---


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



xorg-server: Changes to 'debian-unstable'

2011-08-28 Thread Cyril Brulebois
Rebased ref, commits from common ancestor:
commit 6747edeaa9337c8ceb38d8cf0c57249edd144332
Author: Cyril Brulebois k...@debian.org
Date:   Sun Aug 28 12:53:12 2011 +0200

Upload to unstable.

diff --git a/debian/changelog b/debian/changelog
index 30d9de9..ac07882 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xorg-server (2:1.11.0-1) UNRELEASED; urgency=low
+xorg-server (2:1.11.0-1) unstable; urgency=low
 
   [ Julien Cristau ]
   * Make xvfb, xnest, xserver-xephyr and xserver-xfbdev provide the xserver
@@ -10,7 +10,7 @@ xorg-server (2:1.11.0-1) UNRELEASED; urgency=low
   Thanks, Mohammed Sameer!
 - Fix memcpy abuse in the fb layer (Closes: #626682).
 
- -- Julien Cristau jcris...@debian.org  Mon, 01 Aug 2011 01:18:39 +0200
+ -- Cyril Brulebois k...@debian.org  Sun, 28 Aug 2011 12:53:06 +0200
 
 xorg-server (2:1.10.99.901+git20110731-1) experimental; urgency=low
 

commit 4d85945b81f250fb13783c9cee1d138cfd32f1f4
Author: Cyril Brulebois k...@debian.org
Date:   Sat Aug 27 13:31:38 2011 +0200

Close bugs.

diff --git a/debian/changelog b/debian/changelog
index 36f8d88..30d9de9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,7 +5,10 @@ xorg-server (2:1.11.0-1) UNRELEASED; urgency=low
 virtual package again.
 
   [ Cyril Brulebois ]
-  * New upstream release.
+  * New upstream release:
+- Fix assertion failure when calling dixSetPrivate (Closes: #632549).
+  Thanks, Mohammed Sameer!
+- Fix memcpy abuse in the fb layer (Closes: #626682).
 
  -- Julien Cristau jcris...@debian.org  Mon, 01 Aug 2011 01:18:39 +0200
 

commit d6e934be8c3363ff6e4f5243ee675493205fa5da
Author: Cyril Brulebois k...@debian.org
Date:   Sat Aug 27 13:26:16 2011 +0200

Bump changelogs.

diff --git a/ChangeLog b/ChangeLog
index b157de8..11653bc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,164 @@
+commit 0caeef6146bee5fb1827ab25db191685dde9d4b4
+Author: Keith Packard kei...@keithp.com
+Date:   Fri Aug 26 16:46:13 2011 -0700
+
+Version bumped to 1.11
+
+Signed-off-by: Keith Packard kei...@keithp.com
+
+commit e32cc0b4c85c78cd8743a6e1680dcc79054b57ce
+Author: Adam Jackson a...@redhat.com
+Date:   Thu Apr 21 16:37:11 2011 -0400
+
+fb: Fix memcpy abuse
+
+The memcpy fast path implicitly assumes that the copy walks
+left-to-right.  That's not something memcpy guarantees, and newer glibc
+on some processors will indeed break that assumption.  Since we walk a
+line at a time, check the source and destination against the width of
+the blit to determine whether we can be sloppy enough to allow memcpy.
+(Having done this, we can remove the check for !reverse as well.)
+
+On an Intel Core i7-2630QM with an NVIDIA GeForce GTX 460M running in
+NoAccel, the broken code and various fixes for -copywinwin{10,100,500}
+gives (edited to fit in 80 columns):
+
+1: Disable the fastpath entirely
+2: Replace memcpy with memmove
+3: This fix
+4: The code before this fix
+
+  12 3 4   Operation
+--   ---   ---   ---   
+258000   269000 (  1.04)   544000 (  2.11)   552000 (  2.14)   Copy 10x10
+ 2130023000 (  1.08)43700 (  2.05)47100 (  2.21)   Copy 100x100
+   960  962 (  1.00) 1990 (  2.09) 1990 (  2.07)   Copy 500x500
+
+So it's a modest performance hit, but correctness demands it, and it's
+probably worth keeping the 2x speedup from having the fast path in the
+first place.
+
+Signed-off-by: Adam Jackson a...@redhat.com
+Signed-off-by: Keith Packard kei...@keithp.com
+
+commit ac2c307f4716ebd3e955c004ceec9f4c029401a0
+Author: Pelle Johansson pe...@morth.org
+Date:   Sun Aug 14 17:44:40 2011 -0700
+
+XQuartz: Initialize darwin pointer valuators
+
+This fixes a regression introduced by: 
633b81e8ba09cc6a1ea8b43f323874fda2cf0bde
+
+http://xquartz.macosforge.org/trac/ticket/498
+
+Signed-off-by: Pelle Johansson pe...@morth.org
+Reviewed-by: Jeremy Huddleston jerem...@apple.com
+
+commit 4020cab88f5cf3164fc83cf912f94f288aa5a45d
+Author: Michel Dänzer michel.daen...@amd.com
+Date:   Wed Aug 10 11:36:16 2011 +0200
+
+EXA/mixed: Update sys_pitch in MPH even when there's no system memory copy.
+
+Otherwise sys_pitch will be stale when a system memory copy is allocated.
+
+Fixes https://bugs.freedesktop.org/show_bug.cgi?id=38322 and a crash when
+unlocking the screen with xscreensaver, reported by Janne Huttunen.
+
+Signed-off-by: Michel Dänzer michel.daen...@amd.com
+Tested-by: Janne Huttunen jahut...@gmail.com
+Tested-by: Jan Kriho erbur...@gmail.com
+Signed-off-by: Keith Packard kei...@keithp.com
+
+commit a1dec7cd6adabaf8770dc3b21b0df30ce2f0bc8d
+Author: Julien Cristau jcris...@debian.org
+Date:   Thu Jul 7 19:18:03 2011 +0200
+
+Xephyr/dri: register screen and 

xorg-server: Changes to 'upstream-unstable'

2011-08-28 Thread Cyril Brulebois
Rebased ref, commits from common ancestor:
commit d4bb09823fa9a7cd78366e7a3cf4319e1f69f1b5
Author: Cyril Brulebois k...@debian.org
Date:   Mon May 30 11:37:48 2011 +0200

Upload to unstable.

diff --git a/debian/changelog b/debian/changelog
index f4da03e..607e7f9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,11 @@
-xorg-server (2:1.10.2-1) UNRELEASED; urgency=low
+xorg-server (2:1.10.2-1) unstable; urgency=low
 
   * New upstream release.
   * Add 20-workaround-36986.diff to avoid test failures on *i386.
   * On GNU/kFreeBSD, enable HAL support for the main build, but disable it
 for the udeb build, thanks to Robert Millan (Closes: #596586).
 
- -- Cyril Brulebois k...@debian.org  Mon, 30 May 2011 11:22:21 +0200
+ -- Cyril Brulebois k...@debian.org  Mon, 30 May 2011 11:37:37 +0200
 
 xorg-server (2:1.10.1.901-1) experimental; urgency=low
 

commit 4ee10d0849a2642ba1ef342a843a7d574d1ee30d
Author: Cyril Brulebois k...@debian.org
Date:   Mon May 30 11:37:22 2011 +0200

On GNU/kFreeBSD, enable HAL support for the main build, but disable it for 
the udeb build, thanks to Robert Millan (Closes: #596586).

diff --git a/debian/changelog b/debian/changelog
index d1da2d0..f4da03e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ xorg-server (2:1.10.2-1) UNRELEASED; urgency=low
 
   * New upstream release.
   * Add 20-workaround-36986.diff to avoid test failures on *i386.
+  * On GNU/kFreeBSD, enable HAL support for the main build, but disable it
+for the udeb build, thanks to Robert Millan (Closes: #596586).
 
  -- Cyril Brulebois k...@debian.org  Mon, 30 May 2011 11:22:21 +0200
 
diff --git a/debian/rules b/debian/rules
index 87880af..7d1c012 100755
--- a/debian/rules
+++ b/debian/rules
@@ -69,7 +69,9 @@ config_backend = --disable-config-dbus
 ifeq ($(DEB_HOST_ARCH_OS), linux)
config_backend += --enable-config-udev --disable-config-hal
 else ifeq ($(DEB_HOST_ARCH_OS), kfreebsd)
-   config_backend += --disable-config-udev --enable-config-hal
+   config_backend += --disable-config-udev
+   config_backend_main += --enable-config-hal
+   config_backend_udeb += --disable-config-hal
 else # hurd
config_backend += --disable-config-udev --disable-config-hal
 endif
@@ -146,6 +148,7 @@ confflags_main = \
$(build_xfbdev) \
--with-sha1=libgcrypt \
--enable-xcsecurity \
+   $(config_backend_main) \
$(void)
 
 confflags_udeb = \
@@ -176,6 +179,7 @@ confflags_udeb = \
--disable-xephyr \
--disable-xfbdev \
--with-sha1=nettle \
+   $(config_backend_udeb) \
$(void)
 
 $(STAMP_DIR)/autoreconf: $(STAMP_DIR)/stampdir $(QUILT_STAMPFN)

commit 4c8fbd4a01ee7146ed2451a3a0d248a3b802e1d3
Author: Cyril Brulebois k...@debian.org
Date:   Mon May 30 11:32:13 2011 +0200

Add 20-workaround-36986.diff to avoid test failures on *i386.

diff --git a/debian/changelog b/debian/changelog
index c062eee..d1da2d0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 xorg-server (2:1.10.2-1) UNRELEASED; urgency=low
 
   * New upstream release.
+  * Add 20-workaround-36986.diff to avoid test failures on *i386.
 
  -- Cyril Brulebois k...@debian.org  Mon, 30 May 2011 11:22:21 +0200
 
diff --git a/debian/patches/20-workaround-36986.diff 
b/debian/patches/20-workaround-36986.diff
new file mode 100644
index 000..24b3cb9
--- /dev/null
+++ b/debian/patches/20-workaround-36986.diff
@@ -0,0 +1,14 @@
+Workaround fdo#36986 http://bugs.freedesktop.org/show_bug.cgi?id=36986
+--- a/test/input.c
 b/test/input.c
+@@ -1213,8 +1213,10 @@
+ 
+ g_assert(v);
+ g_assert(v-numAxes == num_axes);
++#if 0
+ g_assert(((void*)v-axisVal - (void*)v) % sizeof(double) == 0);
+ g_assert(((void*)v-axes - (void*)v) % sizeof(double) == 0);
++#endif
+ num_axes ++;
+ }
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 2e0f947..a9c30f6 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -5,3 +5,4 @@
 07-xfree86-fix-build-with-xv-disabled.diff
 #13_debian_add_xkbpath_env_variable.diff
 15-nouveau.diff
+20-workaround-36986.diff

commit 4b44aa8a9dca344ab61ee7e0d511a2d44124e65b
Author: Cyril Brulebois k...@debian.org
Date:   Mon May 30 11:22:34 2011 +0200

Bump changelogs.

diff --git a/ChangeLog b/ChangeLog
index 047e8cf..a914e76 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,181 @@
+commit d784fd09dc277610d5f4e98d577c4fdcd9215f9c
+Author: Jeremy Huddleston jerem...@apple.com
+Date:   Sat May 28 16:59:05 2011 -0700
+
+configure.ac: Bump version to 1.10.2
+
+Signed-off-by: Jeremy Huddleston jerem...@apple.com
+
+commit 398114c1489fbfc9fe487de38ff4a4176755eee6
+Author: Jeremy Huddleston jerem...@apple.com
+Date:   Sun May 22 10:18:36 2011 -0700
+
+XQuartz: Don't crash if CG increases our display resolution
+
+miPaintWindow would cause fbFill() to overwrite pScreen's pixmap which was
+sized for the old 

Bug#639576: xserver-xorg-video-intel: xserver stops with FATAL: Module fbcon not found

2011-08-28 Thread Mathias Palm
Package: xserver-xorg-video-intel
Version: 2:2.15.0-3
Severity: important

The xserver on my Aspire ONE stopped after a upgrasde about two works ago. 
Before it worked fine, but I had to
remove older kernels.

I could not find the module fbcon and also did not find useful information on 
the internet.

I unseccesfully tried the vesa and the fbdev driver.

I appreciate any help

Kind regards
Mathias

-- Package-specific info:
X server symlink status:

lrwxrwxrwx 1 root root 13 Aug 29  2008 /etc/X11/X - /usr/bin/Xorg
-rwxr-xr-x 1 root root 2020104 Aug 24 11:43 /usr/bin/Xorg

VGA-compatible devices on PCI bus:
--
00:02.0 VGA compatible controller [0300]: Intel Corporation Mobile 945GME 
Express Integrated Graphics Controller [8086:27ae] (rev 03)

Xorg X server configuration file status:

-rw-r--r-- 1 root root 2852 Aug 28 12:37 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
---
Section ServerLayout
Identifier X.org Configured
Screen  0  Screen0 0 0
InputDeviceMouse0 CorePointer
InputDeviceKeyboard0 CoreKeyboard
EndSection

Section Files
ModulePath   /usr/lib/xorg/modules
FontPath /usr/share/fonts/X11/misc
FontPath /usr/share/fonts/X11/cyrillic
FontPath /usr/share/fonts/X11/100dpi/:unscaled
FontPath /usr/share/fonts/X11/75dpi/:unscaled
FontPath /usr/share/fonts/X11/Type1
FontPath /usr/share/fonts/X11/100dpi
FontPath /usr/share/fonts/X11/75dpi
FontPath /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
FontPath built-ins
EndSection

Section Module
#Load  dbe
#Load  dri
#Load  extmod
#Load  glx
#Load  record
#Load  dri2
#Load  synaptics
EndSection

Section InputDevice
Identifier  Keyboard0
Driver  kbd
EndSection

Section InputDevice
Identifier  Mouse0
Driver  mouse
Option  Protocol auto
Option  Device /dev/input/mice
Option  ZAxisMapping 4 5 6 7
EndSection

Section Monitor
Identifier   Monitor0
VendorName   Monitor Vendor
ModelNameMonitor Model
EndSection

Section Device
### Available Driver options are:-
### Values: i: integer, f: float, bool: True/False,
### string: String, freq: f Hz/kHz/MHz,
### percent: f%
### [arg]: arg optional
#Option AccelMethod   # [str]
#Option DRI   # [bool]
#Option ColorKey  # i
#Option VideoKey  # i
#Option FallbackDebug # [bool]
#Option Tiling# [bool]
#Option LinearFramebuffer # [bool]
#Option Shadow# [bool]
#Option SwapbuffersWait   # [bool]
#Option XvMC  # [bool]
#Option XvPreferOverlay   # [bool]
#Option DebugFlushBatches # [bool]
#Option DebugFlushCaches  # [bool]
#Option DebugWait # [bool]
#Option HotPlug   # [bool]
#Option RelaxedFencing# [bool]
Identifier  Card0
Driver  intel
BusID   PCI:0:2:0
EndSection

Section Screen
Identifier Screen0
Device Card0
MonitorMonitor0
SubSection Display
Viewport   0 0
Depth 1
EndSubSection
SubSection Display
Viewport   0 0
Depth 4
EndSubSection
SubSection Display
Viewport   0 0
Depth 8
EndSubSection
SubSection Display
Viewport   0 0
Depth 15
EndSubSection
SubSection Display
Viewport   0 0
Depth 16
EndSubSection
SubSection Display
Viewport   0 0
Depth 24
EndSubSection
EndSection


/etc/X11/xorg.conf.d does not exist.

KMS configuration files:

/etc/modprobe.d/i915-kms.conf:
  options i915 modeset=1
/etc/modprobe.d/radeon-kms.conf:
  options radeon modeset=1

Kernel version (/proc/version):
---
Linux version 3.0.0-1-686-pae (Debian 3.0.0-1) (b...@decadent.org.uk) (gcc 
version 4.5.3 (Debian 4.5.3-3) ) #1 SMP Sun Jul 24 14:27:32 UTC 2011

Xorg X server log files on system:
--
-rw-r--r-- 1 root root 29693 Aug 29  2008 /var/log/Xorg.1.log
-rw-r--r-- 1 root root 25931 Aug 28 13:02 /var/log/Xorg.0.log

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

Bug#639576: xserver-xorg-video-intel: xserver stops with FATAL: Module fbcon not found

2011-08-28 Thread Julien Cristau
On Sun, Aug 28, 2011 at 13:06:08 +0200, Mathias Palm wrote:

 Package: xserver-xorg-video-intel
 Version: 2:2.15.0-3
 Severity: important
 
 The xserver on my Aspire ONE stopped after a upgrasde about two works ago. 
 Before it worked fine, but I had to
 remove older kernels.
 
 I could not find the module fbcon and also did not find useful information on 
 the internet.
 
Whatever problem you have is unrelated to the fbcon message (which is
expected and not an issue).  What did you upgrade when it stopped
working?  What exactly happens when you start X?

Cheers,
Julien



-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110828111901.ge2...@radis.liafa.jussieu.fr



Bug#626682: marked as done (xserver-xorg-core: overlapping memcpy in libfb.so)

2011-08-28 Thread Debian Bug Tracking System
Your message dated Sun, 28 Aug 2011 11:19:02 +
with message-id e1qxdoi-0008ib...@franck.debian.org
and subject line Bug#626682: fixed in xorg-server 2:1.11.0-1
has caused the Debian Bug report #626682,
regarding xserver-xorg-core: overlapping memcpy in libfb.so
to be marked as done.

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

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


-- 
626682: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=626682
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: xserver-xorg-core
Version: 2:1.9.5-1
Severity: important

Hello,

After upgrading libc6 to 2.13-4 and adding
/usr/lib/libc/memcpy-syslog-preload.so to my /etc/ld.so.preload as
suggested by the NEWS file, lines like the following:

 May 14 12:22:41 korell Xorg: source and destination overlap in memcpy() at ip 
 0x7f3d6dbfdc3c

appear in my user.log whenever I move a window to the left.

grep 7f3d6db /proc/`pidof Xorg`/maps returns:

 7f3d6d9ed000-7f3d6dbec000 ---p 6000 fd:00 42327  
 /usr/lib/xorg/modules/libshadow.so
 7f3d6dbec000-7f3d6dbed000 rw-p 5000 fd:00 42327  
 /usr/lib/xorg/modules/libshadow.so
 7f3d6dbed000-7f3d6dc0f000 r-xp  fd:00 42701  
 /usr/lib/xorg/modules/libfb.so

Looking even further leads to fb/fbblt.c, line 92. After googling, I ended up 
to:

  http://www.mail-archive.com/xorg-devel@lists.x.org/msg20788.html

This might explain bugs like #626655 or #625521, but I'm not sure... so I 
report it separately.


Cheers,

-- 
Stéphane


-- Package-specific info:
X server symlink status:

lrwxrwxrwx 1 root root 13 Feb 22  2009 /etc/X11/X - /usr/bin/Xorg
-rwxr-xr-x 1 root root 1926464 Mar 26 04:49 /usr/bin/Xorg

VGA-compatible devices on PCI bus:
--
02:00.0 VGA compatible controller [0300]: nVidia Corporation C77 [GeForce 8200] 
[10de:0849] (rev a2)

/etc/X11/xorg.conf does not exist.

/etc/X11/xorg.conf.d does not exist.

/etc/modprobe.d contains no KMS configuration files.

Kernel version (/proc/version):
---
Linux version 2.6.38-2-amd64 (Debian 2.6.38-5) (b...@decadent.org.uk) (gcc 
version 4.4.6 (Debian 4.4.6-3) ) #1 SMP Sun May 8 13:51:57 UTC 2011

Xorg X server log files on system:
--
-rw-r--r-- 1 root root 15356 May 22  2010 /var/log/Xorg.20.log
-rw-r--r-- 1 root root 29257 May 14 11:18 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file (/var/log/Xorg.0.log):
-
[   140.271] 
X.Org X Server 1.9.5
Release Date: 2011-03-17
[   140.271] X Protocol Version 11, Revision 0
[   140.271] Build Operating System: Linux 2.6.38-1-amd64 x86_64 Debian
[   140.271] Current Operating System: Linux korell 2.6.38-2-amd64 #1 SMP Sun 
May 8 13:51:57 UTC 2011 x86_64
[   140.271] Kernel command line: BOOT_IMAGE=/vmlinuz-2.6.38-2-amd64 
root=/dev/mapper/korell0-root ro
[   140.271] Build Date: 26 March 2011  03:32:34AM
[   140.271] xorg-server 2:1.9.5-1 (Cyril Brulebois k...@debian.org) 
[   140.271] Current version of pixman: 0.21.8
[   140.271]Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[   140.271] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   140.271] (==) Log file: /var/log/Xorg.0.log, Time: Sat May 14 11:18:32 
2011
[   140.272] (==) Using system config directory /usr/share/X11/xorg.conf.d
[   140.287] (==) No Layout section.  Using the first Screen section.
[   140.287] (==) No screen section available. Using defaults.
[   140.287] (**) |--Screen Default Screen Section (0)
[   140.287] (**) |   |--Monitor default monitor
[   140.288] (==) No monitor specified for screen Default Screen Section.
Using a default monitor configuration.
[   140.288] (==) Automatically adding devices
[   140.288] (==) Automatically enabling devices
[   140.288] (WW) The directory /usr/share/fonts/X11/cyrillic does not exist.
[   140.288]Entry deleted from font path.
[   140.308] (WW) The directory 
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType does not exist.
[   140.308]Entry deleted from font path.
[   140.308] (==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
   

Bug#632549: marked as done (Xephyr asserts and aborts during startup)

2011-08-28 Thread Debian Bug Tracking System
Your message dated Sun, 28 Aug 2011 11:19:02 +
with message-id e1qxdoi-0008ih...@franck.debian.org
and subject line Bug#632549: fixed in xorg-server 2:1.11.0-1
has caused the Debian Bug report #632549,
regarding Xephyr asserts and aborts during startup
to be marked as done.

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

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


-- 
632549: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=632549
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: xserver-xephyr
Version: 2:1.10.2-1+wheezy1
Severity: grave
File: /usr/bin/Xephyr


Not much to say:
$ Xephyr :2
Xephyr: ../../../../include/privates.h:116: dixGetPrivateAddr: Assertion 
`key-initialized' failed.
Aborted

Program received signal SIGABRT, Aborted.
0xb7b37667 in raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
64 ../nptl/sysdeps/unix/sysv/linux/raise.c: No such file or directory.
   in ../nptl/sysdeps/unix/sysv/linux/raise.c
(gdb) where
#0  0xb7b37667 in raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
#1  0xb7b3aa52 in abort () at abort.c:92
#2  0xb7b308f7 in __assert_fail (assertion=0x81eff02 key-initialized, 
file=0x81efe4c ../../../../include/privates.h, line=116, 
function=0x81f03fc dixGetPrivateAddr) at assert.c:81
#3  0x0806dee8 in ?? ()
#4  0x08064e6b in ?? ()
#5  0x080c5e45 in ?? ()
#6  0x0809089d in AddScreen ()
#7  0x080c6368 in ?? ()
#8  0x08062d55 in ?? ()
#9  0xb7b23e16 in __libc_start_main (main=0x8062b90, argc=2, ubp_av=0xb424, 
init=0x81efa20 __libc_csu_init, fini=0x81efa10 __libc_csu_fini, 
rtld_fini=0xb7ff12f0, 
stack_end=0xb41c) at libc-start.c:228
#10 0x08063211 in _start ()

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing'), (50, 'unstable'), (50, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.39-2-686-pae (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages xserver-xephyr depends on:
ii  libaudit0 1.7.13-1.2 Dynamic library for security audit
ii  libc6 2.13-7 Embedded GNU C Library: Shared lib
ii  libdrm2   2.4.25-3   Userspace interface to kernel DRM 
ii  libgcrypt11   1.4.6-5LGPL Crypto library - runtime libr
ii  libgl1-mesa-glx [libg 7.10.2-3   free implementation of the OpenGL 
ii  libpixman-1-0 0.21.8-1   pixel-manipulation library for X a
ii  libselinux1   2.0.98-1+b1SELinux runtime shared libraries
ii  libx11-6  2:1.4.3-2  X11 client-side library
ii  libxau6   1:1.0.6-3  X11 authorisation library
ii  libxdmcp6 1:1.1.0-3  X11 Display Manager Control Protoc
ii  libxext6  2:1.3.0-3  X11 miscellaneous extension librar
ii  libxfont1 1:1.4.3-2  X11 font rasterisation library
ii  libxv12:1.0.6-1  X11 Video extension library
ii  xserver-common2:1.10.2-1+wheezy1 common files used by various X ser

Versions of packages xserver-xephyr recommends:
ii  libgl1-mesa-dri   7.10.2-3   free implementation of the OpenGL 

xserver-xephyr suggests no packages.

-- no debconf information

-- 
GPG-Key: 0xA3FD0DF7 - 9F73 032E EAC9 F7AD 951F  280E CB66 8E29 A3FD 0DF7
Debian User and Developer.
Homepage: www.foolab.org


---End Message---
---BeginMessage---
Source: xorg-server
Source-Version: 2:1.11.0-1

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.11.0-1_amd64.deb
  to main/x/xorg-server/xdmx-tools_1.11.0-1_amd64.deb
xdmx_1.11.0-1_amd64.deb
  to main/x/xorg-server/xdmx_1.11.0-1_amd64.deb
xnest_1.11.0-1_amd64.deb
  to main/x/xorg-server/xnest_1.11.0-1_amd64.deb
xorg-server_1.11.0-1.diff.gz
  to main/x/xorg-server/xorg-server_1.11.0-1.diff.gz
xorg-server_1.11.0-1.dsc
  to main/x/xorg-server/xorg-server_1.11.0-1.dsc
xorg-server_1.11.0.orig.tar.gz
  to main/x/xorg-server/xorg-server_1.11.0.orig.tar.gz
xserver-common_1.11.0-1_all.deb
  to main/x/xorg-server/xserver-common_1.11.0-1_all.deb
xserver-xephyr_1.11.0-1_amd64.deb
  to main/x/xorg-server/xserver-xephyr_1.11.0-1_amd64.deb
xserver-xfbdev_1.11.0-1_amd64.deb
  to main/x/xorg-server/xserver-xfbdev_1.11.0-1_amd64.deb
xserver-xorg-core-dbg_1.11.0-1_amd64.deb
  to main/x/xorg-server/xserver-xorg-core-dbg_1.11.0-1_amd64.deb
xserver-xorg-core-udeb_1.11.0-1_amd64.udeb
  to 

Processing of xorg-server_1.11.0-1_amd64.changes

2011-08-28 Thread Debian FTP Masters
xorg-server_1.11.0-1_amd64.changes uploaded successfully to localhost
along with the files:
  xorg-server_1.11.0-1.dsc
  xorg-server_1.11.0.orig.tar.gz
  xorg-server_1.11.0-1.diff.gz
  xserver-common_1.11.0-1_all.deb
  xserver-xorg-core_1.11.0-1_amd64.deb
  xserver-xorg-core-udeb_1.11.0-1_amd64.udeb
  xserver-xorg-dev_1.11.0-1_amd64.deb
  xdmx_1.11.0-1_amd64.deb
  xdmx-tools_1.11.0-1_amd64.deb
  xnest_1.11.0-1_amd64.deb
  xvfb_1.11.0-1_amd64.deb
  xserver-xephyr_1.11.0-1_amd64.deb
  xserver-xfbdev_1.11.0-1_amd64.deb
  xserver-xorg-core-dbg_1.11.0-1_amd64.deb

Greetings,

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


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



xorg-server_1.11.0-1_amd64.changes ACCEPTED into unstable

2011-08-28 Thread Debian FTP Masters



Accepted:
xdmx-tools_1.11.0-1_amd64.deb
  to main/x/xorg-server/xdmx-tools_1.11.0-1_amd64.deb
xdmx_1.11.0-1_amd64.deb
  to main/x/xorg-server/xdmx_1.11.0-1_amd64.deb
xnest_1.11.0-1_amd64.deb
  to main/x/xorg-server/xnest_1.11.0-1_amd64.deb
xorg-server_1.11.0-1.diff.gz
  to main/x/xorg-server/xorg-server_1.11.0-1.diff.gz
xorg-server_1.11.0-1.dsc
  to main/x/xorg-server/xorg-server_1.11.0-1.dsc
xorg-server_1.11.0.orig.tar.gz
  to main/x/xorg-server/xorg-server_1.11.0.orig.tar.gz
xserver-common_1.11.0-1_all.deb
  to main/x/xorg-server/xserver-common_1.11.0-1_all.deb
xserver-xephyr_1.11.0-1_amd64.deb
  to main/x/xorg-server/xserver-xephyr_1.11.0-1_amd64.deb
xserver-xfbdev_1.11.0-1_amd64.deb
  to main/x/xorg-server/xserver-xfbdev_1.11.0-1_amd64.deb
xserver-xorg-core-dbg_1.11.0-1_amd64.deb
  to main/x/xorg-server/xserver-xorg-core-dbg_1.11.0-1_amd64.deb
xserver-xorg-core-udeb_1.11.0-1_amd64.udeb
  to main/x/xorg-server/xserver-xorg-core-udeb_1.11.0-1_amd64.udeb
xserver-xorg-core_1.11.0-1_amd64.deb
  to main/x/xorg-server/xserver-xorg-core_1.11.0-1_amd64.deb
xserver-xorg-dev_1.11.0-1_amd64.deb
  to main/x/xorg-server/xserver-xorg-dev_1.11.0-1_amd64.deb
xvfb_1.11.0-1_amd64.deb
  to main/x/xorg-server/xvfb_1.11.0-1_amd64.deb


Override entries for your package:
xdmx-tools_1.11.0-1_amd64.deb - optional x11
xdmx_1.11.0-1_amd64.deb - optional x11
xnest_1.11.0-1_amd64.deb - optional x11
xorg-server_1.11.0-1.dsc - source x11
xserver-common_1.11.0-1_all.deb - optional x11
xserver-xephyr_1.11.0-1_amd64.deb - optional x11
xserver-xfbdev_1.11.0-1_amd64.deb - optional x11
xserver-xorg-core-dbg_1.11.0-1_amd64.deb - extra debug
xserver-xorg-core-udeb_1.11.0-1_amd64.udeb - optional debian-installer
xserver-xorg-core_1.11.0-1_amd64.deb - optional x11
xserver-xorg-dev_1.11.0-1_amd64.deb - optional x11
xvfb_1.11.0-1_amd64.deb - optional x11

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


Thank you for your contribution to Debian.


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



xserver-xorg-video-intel: Changes to 'refs/tags/xserver-xorg-video-intel-2_2.16.0-1'

2011-08-28 Thread Cyril Brulebois
Tag 'xserver-xorg-video-intel-2_2.16.0-1' created by Cyril Brulebois 
k...@debian.org at 2011-08-28 11:16 +

Tagging upload of xserver-xorg-video-intel 2:2.16.0-1 to unstable.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEABECAAYFAk5aI30ACgkQeGfVPHR5Nd0G9gCfe4KHUtiff4BZZ7544bemjhN6
W0kAniJAxpVxRObI8uY0JD41TwVSHgZR
=BewC
-END PGP SIGNATURE-

Changes since xserver-xorg-video-intel-2_2.15.901-1:
Chris Wilson (2):
  dri: Build fix for xserver-1.7.7
  NEWS: 2.16.0 release

Cyril Brulebois (3):
  Merge branch 'upstream-experimental' into debian-experimental
  Bump changelogs.
  Upload to unstable.

Edward Sheldrake (1):
  Fix man page formatting

---
 ChangeLog|   26 ++
 NEWS |   11 +++
 configure.ac |2 +-
 debian/changelog |6 ++
 man/intel.man|2 ++
 src/intel_dri.c  |   13 +
 6 files changed, 59 insertions(+), 1 deletion(-)
---


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1qxe1l-00069v...@vasks.debian.org



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

2011-08-28 Thread Cyril Brulebois
 Makefile.am |4 
 NEWS|   43 
 configure.ac|  114 
 man/intel.man   |   30 
 src/Makefile.am |6 
 src/brw_structs.h   |  124 
 src/i965_3d.c   |  438 ++
 src/i965_reg.h  |  132 
 src/i965_render.c   |  578 ++-
 src/i965_video.c|  578 ++-
 src/intel.h |   45 
 src/intel_batchbuffer.c |   13 
 src/intel_batchbuffer.h |2 
 src/intel_display.c |   16 
 src/intel_dri.c |  479 ++-
 src/intel_driver.c  |   26 
 src/intel_driver.h  |9 
 src/intel_module.c  |  660 +---
 src/intel_video.c   |1 
 src/legacy/i810/i810_dri.c  |1 
 src/render_program/Makefile.am  |   50 
 src/render_program/exa_wm_affine.g6i|   35 
 src/render_program/exa_wm_mask_affine.g6a   |8 
 src/render_program/exa_wm_mask_affine.g7a   |   41 
 src/render_program/exa_wm_mask_affine.g7b   |4 
 src/render_program/exa_wm_mask_projective.g7a   |   63 
 src/render_program/exa_wm_mask_projective.g7b   |   12 
 src/render_program/exa_wm_mask_sample_a.g7a |   49 
 src/render_program/exa_wm_mask_sample_a.g7b |3 
 src/render_program/exa_wm_mask_sample_argb.g7a  |   49 
 src/render_program/exa_wm_mask_sample_argb.g7b  |3 
 src/render_program/exa_wm_sample_planar.g4i |   64 
 src/render_program/exa_wm_src_affine.g6a|8 
 src/render_program/exa_wm_src_affine.g7a|   41 
 src/render_program/exa_wm_src_affine.g7b|4 
 src/render_program/exa_wm_src_projective.g7a|   63 
 src/render_program/exa_wm_src_projective.g7b|   12 
 src/render_program/exa_wm_src_sample_a.g7a  |   48 
 src/render_program/exa_wm_src_sample_a.g7b  |3 
 src/render_program/exa_wm_src_sample_argb.g4a   |   18 
 src/render_program/exa_wm_src_sample_argb.g4i   |   44 
 src/render_program/exa_wm_src_sample_argb.g7a   |   38 
 src/render_program/exa_wm_src_sample_argb.g7b   |3 
 src/render_program/exa_wm_src_sample_planar.g4a |   36 
 src/render_program/exa_wm_src_sample_planar.g7a |   38 
 src/render_program/exa_wm_src_sample_planar.g7b |5 
 src/render_program/exa_wm_write.g6a |   38 
 src/render_program/exa_wm_write.g6i |   61 
 src/render_program/exa_wm_write.g7a |   41 
 src/render_program/exa_wm_write.g7b |   17 
 src/render_program/exa_wm_yuv_rgb.g7a   |1 
 src/render_program/exa_wm_yuv_rgb.g7b   |   12 
 src/sna/Makefile.am |  101 
 src/sna/README  |   30 
 src/sna/blt.c   |   73 
 src/sna/gen2_render.c   | 2314 ++
 src/sna/gen2_render.h   |  795 +
 src/sna/gen3_render.c   | 3716 
 src/sna/gen3_render.h   | 1479 +
 src/sna/gen4_render.c   | 2839 ++
 src/sna/gen4_render.h   | 2643 +
 src/sna/gen5_render.c   | 2842 ++
 src/sna/gen5_render.h   | 2730 +
 src/sna/gen6_render.c   | 2891 ++
 src/sna/gen6_render.h   | 1598 ++
 src/sna/gen7_render.c   | 3036 +++
 src/sna/gen7_render.h   | 1716 +++
 src/sna/kgem.c  | 1978 
 src/sna/kgem.h  |  337 ++
 src/sna/kgem_debug.c|  408 ++
 src/sna/kgem_debug.h|   31 
 src/sna/kgem_debug_gen2.c   |   60 
 src/sna/kgem_debug_gen3.c   | 1620 ++
 src/sna/kgem_debug_gen4.c   |  711 
 src/sna/kgem_debug_gen5.c   |  687 
 src/sna/kgem_debug_gen6.c   | 1099 +++
 src/sna/sna.h   |  581 +++
 src/sna/sna_accel.c | 3435 ++
 src/sna/sna_blt.c   | 1361 
 src/sna/sna_composite.c |  738 
 src/sna/sna_damage.c|  971 ++
 src/sna/sna_damage.h|  109 
 src/sna/sna_display.c

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

2011-08-28 Thread Cyril Brulebois
 ChangeLog   | 2500 
 Makefile.am |4 
 NEWS|   43 
 configure.ac|  114 
 debian/changelog|   12 
 debian/control  |2 
 man/intel.man   |   30 
 src/Makefile.am |6 
 src/brw_structs.h   |  124 
 src/i965_3d.c   |  438 ++
 src/i965_reg.h  |  132 
 src/i965_render.c   |  578 ++-
 src/i965_video.c|  578 ++-
 src/intel.h |   45 
 src/intel_batchbuffer.c |   13 
 src/intel_batchbuffer.h |2 
 src/intel_display.c |   16 
 src/intel_dri.c |  479 ++-
 src/intel_driver.c  |   26 
 src/intel_driver.h  |9 
 src/intel_module.c  |  660 +---
 src/intel_video.c   |1 
 src/legacy/i810/i810_dri.c  |1 
 src/render_program/Makefile.am  |   50 
 src/render_program/exa_wm_affine.g6i|   35 
 src/render_program/exa_wm_mask_affine.g6a   |8 
 src/render_program/exa_wm_mask_affine.g7a   |   41 
 src/render_program/exa_wm_mask_affine.g7b   |4 
 src/render_program/exa_wm_mask_projective.g7a   |   63 
 src/render_program/exa_wm_mask_projective.g7b   |   12 
 src/render_program/exa_wm_mask_sample_a.g7a |   49 
 src/render_program/exa_wm_mask_sample_a.g7b |3 
 src/render_program/exa_wm_mask_sample_argb.g7a  |   49 
 src/render_program/exa_wm_mask_sample_argb.g7b  |3 
 src/render_program/exa_wm_sample_planar.g4i |   64 
 src/render_program/exa_wm_src_affine.g6a|8 
 src/render_program/exa_wm_src_affine.g7a|   41 
 src/render_program/exa_wm_src_affine.g7b|4 
 src/render_program/exa_wm_src_projective.g7a|   63 
 src/render_program/exa_wm_src_projective.g7b|   12 
 src/render_program/exa_wm_src_sample_a.g7a  |   48 
 src/render_program/exa_wm_src_sample_a.g7b  |3 
 src/render_program/exa_wm_src_sample_argb.g4a   |   18 
 src/render_program/exa_wm_src_sample_argb.g4i   |   44 
 src/render_program/exa_wm_src_sample_argb.g7a   |   38 
 src/render_program/exa_wm_src_sample_argb.g7b   |3 
 src/render_program/exa_wm_src_sample_planar.g4a |   36 
 src/render_program/exa_wm_src_sample_planar.g7a |   38 
 src/render_program/exa_wm_src_sample_planar.g7b |5 
 src/render_program/exa_wm_write.g6a |   38 
 src/render_program/exa_wm_write.g6i |   61 
 src/render_program/exa_wm_write.g7a |   41 
 src/render_program/exa_wm_write.g7b |   17 
 src/render_program/exa_wm_yuv_rgb.g7b   |   12 
 src/sna/Makefile.am |  101 
 src/sna/README  |   30 
 src/sna/blt.c   |   73 
 src/sna/gen2_render.c   | 2314 ++
 src/sna/gen2_render.h   |  795 +
 src/sna/gen3_render.c   | 3716 
 src/sna/gen3_render.h   | 1479 +
 src/sna/gen4_render.c   | 2839 ++
 src/sna/gen4_render.h   | 2643 +
 src/sna/gen5_render.c   | 2842 ++
 src/sna/gen5_render.h   | 2730 +
 src/sna/gen6_render.c   | 2891 ++
 src/sna/gen6_render.h   | 1598 ++
 src/sna/gen7_render.c   | 3036 +++
 src/sna/gen7_render.h   | 1716 +++
 src/sna/kgem.c  | 1978 
 src/sna/kgem.h  |  337 ++
 src/sna/kgem_debug.c|  408 ++
 src/sna/kgem_debug.h|   31 
 src/sna/kgem_debug_gen2.c   |   60 
 src/sna/kgem_debug_gen3.c   | 1620 ++
 src/sna/kgem_debug_gen4.c   |  711 
 src/sna/kgem_debug_gen5.c   |  687 
 src/sna/kgem_debug_gen6.c   | 1099 +++
 src/sna/sna.h   |  581 +++
 src/sna/sna_accel.c | 3435 ++
 src/sna/sna_blt.c   | 1361 
 src/sna/sna_composite.c |  738 
 src/sna/sna_damage.c   

xserver-xorg-video-ati: Changes to 'refs/tags/xserver-xorg-video-ati-1_6.14.2-2'

2011-08-28 Thread Cyril Brulebois
Tag 'xserver-xorg-video-ati-1_6.14.2-2' created by Cyril Brulebois 
k...@debian.org at 2011-08-28 11:59 +

Tagging upload of xserver-xorg-video-ati 1:6.14.2-2 to unstable.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEABECAAYFAk5aLaEACgkQeGfVPHR5Nd0QgwCeOEfqifH8qkulfLWSq7TXuyG0
ZGYAoNOuUnNfxqQON9vd9Di4SE+RLBqs
=5aDm
-END PGP SIGNATURE-

Changes since xserver-xorg-video-ati-1_6.14.2-1:
Cyril Brulebois (3):
  Enable parallel building.
  Build against xserver 1.11.
  Upload to unstable.

---
 debian/changelog |7 +++
 debian/control   |2 +-
 debian/rules |2 +-
 3 files changed, 9 insertions(+), 2 deletions(-)
---


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



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

2011-08-28 Thread Cyril Brulebois
 debian/changelog |7 +++
 debian/control   |2 +-
 debian/rules |2 +-
 3 files changed, 9 insertions(+), 2 deletions(-)

New commits:
commit dd16320f7ef77b193430b6afb3235c33d8f5c227
Author: Cyril Brulebois k...@debian.org
Date:   Sun Aug 28 13:26:29 2011 +0200

Upload to unstable.

diff --git a/debian/changelog b/debian/changelog
index 5568dba..44f9b58 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,9 @@
-xserver-xorg-video-ati (1:6.14.2-2) UNRELEASED; urgency=low
+xserver-xorg-video-ati (1:6.14.2-2) unstable; urgency=low
 
   * Enable parallel building.
   * Build against xserver 1.11.
 
- -- Cyril Brulebois k...@debian.org  Sun, 28 Aug 2011 13:17:50 +0200
+ -- Cyril Brulebois k...@debian.org  Sun, 28 Aug 2011 13:26:23 +0200
 
 xserver-xorg-video-ati (1:6.14.2-1) unstable; urgency=low
 

commit 2e143c46c07a03562218a8f07645e769e94839ca
Author: Cyril Brulebois k...@debian.org
Date:   Sun Aug 28 13:26:12 2011 +0200

Build against xserver 1.11.

diff --git a/debian/changelog b/debian/changelog
index 6e8a68a..5568dba 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 xserver-xorg-video-ati (1:6.14.2-2) UNRELEASED; urgency=low
 
   * Enable parallel building.
+  * Build against xserver 1.11.
 
  -- Cyril Brulebois k...@debian.org  Sun, 28 Aug 2011 13:17:50 +0200
 
diff --git a/debian/control b/debian/control
index 957f36f..6d428a6 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends:
  dh-autoreconf,
  quilt,
  pkg-config,
- xserver-xorg-dev (= 2:1.9.4),
+ xserver-xorg-dev (= 2:1.11),
  x11proto-gl-dev,
  x11proto-xext-dev,
  x11proto-core-dev,

commit 71388021b9a8131d1fc0be1904fea143e88c5c7b
Author: Cyril Brulebois k...@debian.org
Date:   Sun Aug 28 13:18:30 2011 +0200

Enable parallel building.

diff --git a/debian/changelog b/debian/changelog
index 6600a16..6e8a68a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xserver-xorg-video-ati (1:6.14.2-2) UNRELEASED; urgency=low
+
+  * Enable parallel building.
+
+ -- Cyril Brulebois k...@debian.org  Sun, 28 Aug 2011 13:17:50 +0200
+
 xserver-xorg-video-ati (1:6.14.2-1) unstable; urgency=low
 
   * New upstream release.
diff --git a/debian/rules b/debian/rules
index 4ee42ee..d4c8c81 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,4 +28,4 @@ override_dh_shlibdeps:
dh_shlibdeps -- --warnings=6
 
 %:
-   dh $@ --with quilt,autoreconf,xsf --builddirectory=build/
+   dh $@ --with quilt,autoreconf,xsf --builddirectory=build/ --parallel


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



Re: kwin 4.6.5 crashes when enabling effects with mesa 7.11 and intel sandybridge

2011-08-28 Thread Martin Steigerwald
Am Sonntag, 28. August 2011 schrieb Michel Dänzer:
 On Son, 2011-08-28 at 01:38 +0200, Martin Steigerwald wrote:
  Okay, I get this reproduced. I didn´t close a previous DrKonqi crash
  windows that I didn´t notice then anymore.
  
  So here goes:
  
  Application: KWin (kwin), signal: Segmentation fault
  [KCrash Handler]
  #6  __memcpy_ssse3 () at
  ../sysdeps/x86_64/multiarch/memcpy-ssse3.S:91 #7  0x7f0d5a6f7d4b
  in __indirect_glProgramParameters4fvNV (target=13189264,
  index=406736, num=221141504, params=0x634d0) at indirect.c:9317
 
 Does the crash also happen if kwin uses direct rendering?

Well, I don´t know. When it uses indirect rendering, then it seems that 
the driver check doesn´t work with Intel from Mesa 7.11 indeed.

I think I need to force it to use direct rendering in that case, since 
direct rendering is available on that machine:

martin@merkaba:~ glxinfo | egrep -i (direct|OpenGL) 
direct rendering: Yes
OpenGL vendor string: Tungsten Graphics, Inc
OpenGL renderer string: Mesa DRI Intel(R) Sandybridge Mobile 
OpenGL version string: 2.1 Mesa 7.11
OpenGL shading language version string: 1.20
OpenGL extensions:

I think there was an environment variable for that...

-- 
Martin 'Helios' Steigerwald - http://www.Lichtvoll.de
GPG: 03B0 0D6C 0040 0710 4AFA  B82F 991B EAAC A599 84C7


--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201108281414.19495.mar...@lichtvoll.de



Processing of xserver-xorg-video-intel_2.16.0-1_amd64.changes

2011-08-28 Thread Debian FTP Masters
xserver-xorg-video-intel_2.16.0-1_amd64.changes uploaded successfully to 
localhost
along with the files:
  xserver-xorg-video-intel_2.16.0-1.dsc
  xserver-xorg-video-intel_2.16.0.orig.tar.gz
  xserver-xorg-video-intel_2.16.0-1.diff.gz
  xserver-xorg-video-intel_2.16.0-1_amd64.deb
  xserver-xorg-video-intel-dbg_2.16.0-1_amd64.deb

Greetings,

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


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



Processing of xserver-xorg-video-ati_6.14.2-2_amd64.changes

2011-08-28 Thread Debian FTP Masters
xserver-xorg-video-ati_6.14.2-2_amd64.changes uploaded successfully to localhost
along with the files:
  xserver-xorg-video-ati_6.14.2-2.dsc
  xserver-xorg-video-ati_6.14.2-2.diff.gz
  xserver-xorg-video-ati_6.14.2-2_amd64.deb
  xserver-xorg-video-ati-dbg_6.14.2-2_amd64.deb
  xserver-xorg-video-radeon_6.14.2-2_amd64.deb
  xserver-xorg-video-radeon-dbg_6.14.2-2_amd64.deb

Greetings,

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


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



xserver-xorg-video-ati_6.14.2-2_amd64.changes ACCEPTED into unstable

2011-08-28 Thread Debian FTP Masters



Accepted:
xserver-xorg-video-ati-dbg_6.14.2-2_amd64.deb
  to main/x/xserver-xorg-video-ati/xserver-xorg-video-ati-dbg_6.14.2-2_amd64.deb
xserver-xorg-video-ati_6.14.2-2.diff.gz
  to main/x/xserver-xorg-video-ati/xserver-xorg-video-ati_6.14.2-2.diff.gz
xserver-xorg-video-ati_6.14.2-2.dsc
  to main/x/xserver-xorg-video-ati/xserver-xorg-video-ati_6.14.2-2.dsc
xserver-xorg-video-ati_6.14.2-2_amd64.deb
  to main/x/xserver-xorg-video-ati/xserver-xorg-video-ati_6.14.2-2_amd64.deb
xserver-xorg-video-radeon-dbg_6.14.2-2_amd64.deb
  to 
main/x/xserver-xorg-video-ati/xserver-xorg-video-radeon-dbg_6.14.2-2_amd64.deb
xserver-xorg-video-radeon_6.14.2-2_amd64.deb
  to main/x/xserver-xorg-video-ati/xserver-xorg-video-radeon_6.14.2-2_amd64.deb


Override entries for your package:
xserver-xorg-video-ati-dbg_6.14.2-2_amd64.deb - extra debug
xserver-xorg-video-ati_6.14.2-2.dsc - source x11
xserver-xorg-video-ati_6.14.2-2_amd64.deb - optional x11
xserver-xorg-video-radeon-dbg_6.14.2-2_amd64.deb - extra debug
xserver-xorg-video-radeon_6.14.2-2_amd64.deb - optional x11

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


Thank you for your contribution to Debian.


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



xserver-xorg-video-intel_2.16.0-1_amd64.changes ACCEPTED into unstable

2011-08-28 Thread Debian FTP Masters



Accepted:
xserver-xorg-video-intel-dbg_2.16.0-1_amd64.deb
  to 
main/x/xserver-xorg-video-intel/xserver-xorg-video-intel-dbg_2.16.0-1_amd64.deb
xserver-xorg-video-intel_2.16.0-1.diff.gz
  to main/x/xserver-xorg-video-intel/xserver-xorg-video-intel_2.16.0-1.diff.gz
xserver-xorg-video-intel_2.16.0-1.dsc
  to main/x/xserver-xorg-video-intel/xserver-xorg-video-intel_2.16.0-1.dsc
xserver-xorg-video-intel_2.16.0-1_amd64.deb
  to main/x/xserver-xorg-video-intel/xserver-xorg-video-intel_2.16.0-1_amd64.deb
xserver-xorg-video-intel_2.16.0.orig.tar.gz
  to main/x/xserver-xorg-video-intel/xserver-xorg-video-intel_2.16.0.orig.tar.gz


Override entries for your package:
xserver-xorg-video-intel-dbg_2.16.0-1_amd64.deb - extra debug
xserver-xorg-video-intel_2.16.0-1.dsc - source x11
xserver-xorg-video-intel_2.16.0-1_amd64.deb - optional x11

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


Thank you for your contribution to Debian.


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



Processed: tagging 631284

2011-08-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 631284 + sid wheezy
Bug #631284 [src:compiz] compiz needs updates for changes in private API of 
metacity
Bug #617763 [src:compiz] /usr/bin/gtk-window-decorator: Windows decoration 
disappear. No more button minimize, maximize nor close
Added tag(s) sid and wheezy.
Added tag(s) sid and wheezy.
 thanks
Stopping processing here.

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


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



Bug#639576: xserver-xorg-video-intel: xserver stops with FATAL: Module fbcon not found

2011-08-28 Thread Mathias Palm
Hi Julien, thanks for your swift answer.

I frequently doing a dist-upgrade. Usually it goes without problems or am 
able to solve the problems myself (it is testing).

When I remember correctly it stopped working after a dist-upgrade about two 
weeks ago
and I also removed some old kernels from my computer (up to 2.3.36). I did use 
the
newer kernels (3.0 and 2.39) for a while before.

X is started through xdm. When I log in now, the screen goes black and the 
login screen appears
a few seconds later.

While trying to relsove the problem, I started the server with the comand X. 
The screen
goes black also and nothing happens anymore. I can switch back to the console 
using
SRRG+ALT+F1 and see the output of the X command (I attach it to this mail).

Kind regards
Mathias


 Whatever problem you have is unrelated to the fbcon message (which is
 expected and not an issue).  What did you upgrade when it stopped
 working?  What exactly happens when you start X?
 
 Cheers,
 Julien



-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20110828123822.ga5...@mini-mp.iup.physik.uni-bremen.de



xterm: Changes to 'pristine-tar'

2011-08-28 Thread Julien Cristau
 xterm_272.orig.tar.gz.delta |binary
 xterm_272.orig.tar.gz.id|1 +
 xterm_273.orig.tar.gz.delta |binary
 xterm_273.orig.tar.gz.id|1 +
 4 files changed, 2 insertions(+)

New commits:
commit 343867f82b9be8e6a315312279a9dba35b534fcb
Author: Julien Cristau jcris...@debian.org
Date:   Sun Aug 28 17:56:21 2011 +0200

pristine-tar data for xterm_273.orig.tar.gz

diff --git a/xterm_273.orig.tar.gz.delta b/xterm_273.orig.tar.gz.delta
new file mode 100644
index 000..d3df60f
Binary files /dev/null and b/xterm_273.orig.tar.gz.delta differ
diff --git a/xterm_273.orig.tar.gz.id b/xterm_273.orig.tar.gz.id
new file mode 100644
index 000..31015c4
--- /dev/null
+++ b/xterm_273.orig.tar.gz.id
@@ -0,0 +1 @@
+e2853acdc3e5209924a7030e9083299bfd3f7003

commit 66ca10780bd4d408d4453454ebb2810df2eefc3f
Author: Julien Cristau jcris...@debian.org
Date:   Sun Aug 28 17:55:44 2011 +0200

pristine-tar data for xterm_272.orig.tar.gz

diff --git a/xterm_272.orig.tar.gz.delta b/xterm_272.orig.tar.gz.delta
new file mode 100644
index 000..e559a08
Binary files /dev/null and b/xterm_272.orig.tar.gz.delta differ
diff --git a/xterm_272.orig.tar.gz.id b/xterm_272.orig.tar.gz.id
new file mode 100644
index 000..a581d15
--- /dev/null
+++ b/xterm_272.orig.tar.gz.id
@@ -0,0 +1 @@
+706f6cbf654b4f69575107a12079ce042dcc7b8d


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1qxhqd-0005nf...@vasks.debian.org



xterm: Changes to 'debian-unstable'

2011-08-28 Thread Julien Cristau
 MANIFEST |4 
 Makefile.in  |   36 -
 THANKS   |7 
 aclocal.m4   |   32 -
 button.c |4 
 charproc.c   |7 
 configure|  965 +++
 configure.in |8 
 debian/changelog |   12 
 fontutils.c  |6 
 koi8rxterm.man   |6 
 main.c   |  460 ++
 minstall.in  |  133 ++
 minstall.sh  |  125 --
 misc.c   |  152 +++
 package/debian/changelog |   12 
 package/xterm.spec   |4 
 ptyx.h   |9 
 resize.man   |   24 -
 termcap  |   48 +-
 terminfo |   24 -
 trace.c  |   88 
 trace.h  |   12 
 uxterm.man   |6 
 version.h|4 
 xstrings.c   |   75 +++
 xstrings.h   |   10 
 xterm.h  |   12 
 xterm.log.html   |   76 +++
 xterm.man|  110 ++---
 30 files changed, 1549 insertions(+), 922 deletions(-)

New commits:
commit 29d413592ce54487988eeb243f2b8da374219428
Author: Julien Cristau jcris...@debian.org
Date:   Sun Aug 28 18:03:35 2011 +0200

Changelog entry for new upstream release

diff --git a/debian/changelog b/debian/changelog
index d791b2a..77be5ba 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,16 @@
-xterm (271-2) UNRELEASED; urgency=low
+xterm (273-1) UNRELEASED; urgency=low
 
+  [ Timo Aaltonen ]
   * Install .desktop files again. (Closes: #486317, LP: #129041)
 
- -- Timo Aaltonen tjaal...@ubuntu.com  Thu, 04 Aug 2011 15:19:28 +0300
+  [ Julien Cristau ]
+  * New upstream release
++ document limitation of Gtk in connection with xterm's -into option, in
+  the manpage (LP: #806969)
++ fix regression in command-line parsing introduced in patch #271 changes
+  for Debian #629358 (closes: #637910)
+
+ -- Julien Cristau jcris...@debian.org  Sun, 28 Aug 2011 18:00:26 +0200
 
 xterm (271-1) unstable; urgency=low
 

commit e2853acdc3e5209924a7030e9083299bfd3f7003
Author: Julien Cristau jcris...@debian.org
Date:   Sun Aug 28 17:56:20 2011 +0200

Imported Upstream version 273

diff --git a/MANIFEST b/MANIFEST
index 4e2d987..083ef51 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,4 +1,4 @@
-MANIFEST for xterm-272, version xterm-272
+MANIFEST for xterm-273, version xterm-273
 

 MANIFESTthis file
 256colres.h resource-definitions for 256-color mode
diff --git a/Makefile.in b/Makefile.in
index 9cc073a..17684ea 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,4 +1,4 @@
-## $XTermId: Makefile.in,v 1.184 2011/08/19 09:08:05 tom Exp $
+## $XTermId: Makefile.in,v 1.186 2011/08/25 09:25:51 tom Exp $
 # -
 # this file is part of xterm
 #
@@ -130,7 +130,7 @@ all :   $(PROGRAMS)
grep '^CASE_' $ | $(AWK) '{printf #define %s %d\n, $$1, n++}' $@
 
 .man.$(manext) :
-   $(SHELL) $(srcdir)/minstall $(INSTALL_DATA) $ $@ $(appsdir) $(CLASS)
+   $(SHELL) ./minstall $(INSTALL_DATA) $ $@ $(appsdir) $(CLASS)
 
 .$(manext).html :
GROFF_NO_SGR=stupid $(SHELL) -c tbl $*.$(manext) | groff -Thtml -man 
$@
@@ -142,13 +142,13 @@ all : $(PROGRAMS)
GROFF_NO_SGR=stupid $(SHELL) -c tbl $*.$(manext) | nroff -Tascii -man 
| col -bx $@
 
 .ms.html :
-   GROFF_NO_SGR=stupid $(SHELL) -c tbl $*.ms | groff -Thtml -ms $@
+   GROFF_NO_SGR=stupid $(SHELL) -c tbl $ | groff -Thtml -ms $@
 
 .ms.ps :
-   $(SHELL) -c tbl $*.ms | groff -ms $@
+   $(SHELL) -c tbl $ | groff -ms $@
 
 .ms.txt :
-   GROFF_NO_SGR=stupid $(SHELL) -c tbl $*.ms | nroff -Tascii -ms | col 
-bx $@
+   GROFF_NO_SGR=stupid $(SHELL) -c tbl $ | nroff -Tascii -ms | col -bx 
$@
 
 .ps.pdf :
ps2pdf $*.ps
@@ -222,10 +222,10 @@ install-full ::
 install \
 install-man \
 install-full :: $(MANDIR)
-   $(SHELL) $(srcdir)/minstall $(INSTALL_DATA) $(srcdir)/xterm.man
$(MANDIR)/$(actual_xterm).$(manext)  $(appsdir) $(CLASS)
-   $(SHELL) $(srcdir)/minstall $(INSTALL_DATA) $(srcdir)/resize.man   
$(MANDIR)/$(actual_resize).$(manext) $(appsdir) $(CLASS)
-   $(SHELL) $(srcdir)/minstall $(INSTALL_DATA) $(srcdir)/uxterm.man   
$(MANDIR)/$(actual_uxterm).$(manext) $(appsdir) $(CLASS)
-   $(SHELL) $(srcdir)/minstall $(INSTALL_DATA) $(srcdir)/koi8rxterm.man  
 $(MANDIR)/$(actual_k8term).$(manext) $(appsdir) $(CLASS)
+   $(SHELL) ./minstall $(INSTALL_DATA) $(srcdir)/xterm.man
$(MANDIR)/$(actual_xterm).$(manext)  $(appsdir) $(CLASS)
+   $(SHELL) ./minstall $(INSTALL_DATA) $(srcdir)/resize.man   
$(MANDIR)/$(actual_resize).$(manext) $(appsdir) $(CLASS)
+   $(SHELL) ./minstall $(INSTALL_DATA) 

xterm: Changes to 'upstream-unstable'

2011-08-28 Thread Julien Cristau
 MANIFEST |4 
 Makefile.in  |   36 -
 THANKS   |7 
 aclocal.m4   |   32 -
 button.c |4 
 charproc.c   |7 
 configure|  965 +++
 configure.in |8 
 fontutils.c  |6 
 koi8rxterm.man   |6 
 main.c   |  460 ++
 minstall.in  |  133 ++
 minstall.sh  |  125 --
 misc.c   |  152 +++
 package/debian/changelog |   12 
 package/xterm.spec   |4 
 ptyx.h   |9 
 resize.man   |   24 -
 termcap  |   48 +-
 terminfo |   24 -
 trace.c  |   88 
 trace.h  |   12 
 uxterm.man   |6 
 version.h|4 
 xstrings.c   |   75 +++
 xstrings.h   |   10 
 xterm.h  |   12 
 xterm.log.html   |   76 +++
 xterm.man|  110 ++---
 29 files changed, 1539 insertions(+), 920 deletions(-)

New commits:
commit e2853acdc3e5209924a7030e9083299bfd3f7003
Author: Julien Cristau jcris...@debian.org
Date:   Sun Aug 28 17:56:20 2011 +0200

Imported Upstream version 273

diff --git a/MANIFEST b/MANIFEST
index 4e2d987..083ef51 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,4 +1,4 @@
-MANIFEST for xterm-272, version xterm-272
+MANIFEST for xterm-273, version xterm-273
 

 MANIFESTthis file
 256colres.h resource-definitions for 256-color mode
diff --git a/Makefile.in b/Makefile.in
index 9cc073a..17684ea 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,4 +1,4 @@
-## $XTermId: Makefile.in,v 1.184 2011/08/19 09:08:05 tom Exp $
+## $XTermId: Makefile.in,v 1.186 2011/08/25 09:25:51 tom Exp $
 # -
 # this file is part of xterm
 #
@@ -130,7 +130,7 @@ all :   $(PROGRAMS)
grep '^CASE_' $ | $(AWK) '{printf #define %s %d\n, $$1, n++}' $@
 
 .man.$(manext) :
-   $(SHELL) $(srcdir)/minstall $(INSTALL_DATA) $ $@ $(appsdir) $(CLASS)
+   $(SHELL) ./minstall $(INSTALL_DATA) $ $@ $(appsdir) $(CLASS)
 
 .$(manext).html :
GROFF_NO_SGR=stupid $(SHELL) -c tbl $*.$(manext) | groff -Thtml -man 
$@
@@ -142,13 +142,13 @@ all : $(PROGRAMS)
GROFF_NO_SGR=stupid $(SHELL) -c tbl $*.$(manext) | nroff -Tascii -man 
| col -bx $@
 
 .ms.html :
-   GROFF_NO_SGR=stupid $(SHELL) -c tbl $*.ms | groff -Thtml -ms $@
+   GROFF_NO_SGR=stupid $(SHELL) -c tbl $ | groff -Thtml -ms $@
 
 .ms.ps :
-   $(SHELL) -c tbl $*.ms | groff -ms $@
+   $(SHELL) -c tbl $ | groff -ms $@
 
 .ms.txt :
-   GROFF_NO_SGR=stupid $(SHELL) -c tbl $*.ms | nroff -Tascii -ms | col 
-bx $@
+   GROFF_NO_SGR=stupid $(SHELL) -c tbl $ | nroff -Tascii -ms | col -bx 
$@
 
 .ps.pdf :
ps2pdf $*.ps
@@ -222,10 +222,10 @@ install-full ::
 install \
 install-man \
 install-full :: $(MANDIR)
-   $(SHELL) $(srcdir)/minstall $(INSTALL_DATA) $(srcdir)/xterm.man
$(MANDIR)/$(actual_xterm).$(manext)  $(appsdir) $(CLASS)
-   $(SHELL) $(srcdir)/minstall $(INSTALL_DATA) $(srcdir)/resize.man   
$(MANDIR)/$(actual_resize).$(manext) $(appsdir) $(CLASS)
-   $(SHELL) $(srcdir)/minstall $(INSTALL_DATA) $(srcdir)/uxterm.man   
$(MANDIR)/$(actual_uxterm).$(manext) $(appsdir) $(CLASS)
-   $(SHELL) $(srcdir)/minstall $(INSTALL_DATA) $(srcdir)/koi8rxterm.man  
 $(MANDIR)/$(actual_k8term).$(manext) $(appsdir) $(CLASS)
+   $(SHELL) ./minstall $(INSTALL_DATA) $(srcdir)/xterm.man
$(MANDIR)/$(actual_xterm).$(manext)  $(appsdir) $(CLASS)
+   $(SHELL) ./minstall $(INSTALL_DATA) $(srcdir)/resize.man   
$(MANDIR)/$(actual_resize).$(manext) $(appsdir) $(CLASS)
+   $(SHELL) ./minstall $(INSTALL_DATA) $(srcdir)/uxterm.man   
$(MANDIR)/$(actual_uxterm).$(manext) $(appsdir) $(CLASS)
+   $(SHELL) ./minstall $(INSTALL_DATA) $(srcdir)/koi8rxterm.man   
$(MANDIR)/$(actual_k8term).$(manext) $(appsdir) $(CLASS)
@-$(SHELL) -c if test @XTERM_SYMLINK@ != NONE ; then cd $(MANDIR)  
rm -f @XTERM_SYMLINK@.$(manext) ; fi
@-$(SHELL) -c if test @XTERM_SYMLINK@ != NONE ; then cd $(MANDIR)  
$(LN_S) $(actual_xterm).$(manext) @XTERM_SYMLINK@.$(manext) ; fi
@-$(SHELL) -c if test @XTERM_SYMLINK@ != NONE ; then cd $(MANDIR)  
echo '... created symbolic link:'  ls -l $(actual_xterm).$(manext) 
@XTERM_SYMLINK@.$(manext) ; fi
@@ -252,10 +252,10 @@ APP_NAMES = XTerm UXTerm KOI8RXTerm
 @no_icondir@install \
 @no_icondir@install-icon \
 @no_icondir@install-full :: $(ICONDIR)
-@no_icondir@   @$(INSTALL_DATA) $(srcdir)/icons/xterm-color_32x32.xpm 
$(ICONDIR)/$(actual_xterm)-color_32x32.xpm 
-@no_icondir@   @$(INSTALL_DATA) $(srcdir)/icons/xterm-color_48x48.xpm 

mesa: Changes to 'debian-unstable'

2011-08-28 Thread Cyril Brulebois
 debian/changelog  |   13 +
 debian/control|   14 +++---
 debian/scripts/choose-configs |2 +-
 3 files changed, 21 insertions(+), 8 deletions(-)

New commits:
commit b205a7d6e9890ae11d3aa6643a7976156b19b88b
Author: Cyril Brulebois k...@debian.org
Date:   Sun Aug 28 19:07:52 2011 +0200

Upload to unstable.

diff --git a/debian/changelog b/debian/changelog
index d3fc0e0..07c59f9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-mesa (7.11-5) UNRELEASED; urgency=low
+mesa (7.11-5) unstable; urgency=low
 
   * Merge patch from Pino Tiscano (thanks!):
 - Use hurd-any instead of: hurd-i386 (“wildcard archs are free”).
@@ -9,7 +9,7 @@ mesa (7.11-5) UNRELEASED; urgency=low
 - Switch libglapi-mesa{,-dbg} arch: any. This fixes the FTBFS on
   hurd-i386^Wany.
 
- -- Cyril Brulebois k...@debian.org  Sun, 28 Aug 2011 18:55:28 +0200
+ -- Cyril Brulebois k...@debian.org  Sun, 28 Aug 2011 19:07:48 +0200
 
 mesa (7.11-4) unstable; urgency=low
 

commit 103926c53c4b9a1e46a2c543df710f0c1598a5b2
Author: Cyril Brulebois k...@debian.org
Date:   Sun Aug 28 19:07:42 2011 +0200

Fix FTBFS on hurd, fix uninstallability on kfreebsd. Thanks, Pino!

diff --git a/debian/changelog b/debian/changelog
index e1dd757..d3fc0e0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
+mesa (7.11-5) UNRELEASED; urgency=low
+
+  * Merge patch from Pino Tiscano (thanks!):
+- Use hurd-any instead of: hurd-i386 (“wildcard archs are free”).
+- Use any-i386 instead of: i386 kfreebsd-i386 hurd-i386.
+- Rewrite a check in debian/rules to follow the same logic.
+- Switch libgbm1-dbg to arch: linux-any. This fixes uninstallability
+  on kfreebsd-* by getting rid of this package there.
+- Switch libglapi-mesa{,-dbg} arch: any. This fixes the FTBFS on
+  hurd-i386^Wany.
+
+ -- Cyril Brulebois k...@debian.org  Sun, 28 Aug 2011 18:55:28 +0200
+
 mesa (7.11-4) unstable; urgency=low
 
   * Use xz compression for dbg packages.
diff --git a/debian/control b/debian/control
index 0f592f5..4fe7bce 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends:
  debhelper (= 8.1.3),
  quilt (= 0.40),
  pkg-config,
- libdrm-dev (= 2.4.24) [!hurd-i386],
+ libdrm-dev (= 2.4.24) [!hurd-any],
  libx11-dev,
  xutils-dev,
  x11proto-gl-dev (= 1.4.11),
@@ -94,7 +94,7 @@ Description: free implementation of the OpenGL API -- 
debugging symbols
 Package: libgl1-mesa-swx11-i686
 Section: libs
 Priority: extra
-Architecture: i386 kfreebsd-i386 hurd-i386
+Architecture: any-i386
 Depends:
  libgl1-mesa-swx11 (= ${binary:Version}),
  ${shlibs:Depends},
@@ -159,7 +159,7 @@ Description: generic buffer management API -- runtime
 Package: libgbm1-dbg
 Section: debug
 Priority: extra
-Architecture: linux-any kfreebsd-any
+Architecture: linux-any
 Depends:
  libgbm1 (= ${binary:Version}),
  ${misc:Depends},
@@ -229,7 +229,7 @@ Section: libdevel
 Architecture: linux-any kfreebsd-any
 Depends:
  libegl1-mesa (= ${binary:Version}),
- libdrm-dev (= 2.4.19) [!hurd-i386],
+ libdrm-dev (= 2.4.19) [!hurd-any],
  x11proto-dri2-dev (= 2.1),
  x11proto-gl-dev (= 1.4.11),
  libx11-dev,
@@ -450,7 +450,7 @@ Description: free implementation of the OpenGL|ES 2.x API 
-- development files
 
 Package: libglapi-mesa
 Section: libs
-Architecture: linux-any kfreebsd-any
+Architecture: any
 Depends:
  ${shlibs:Depends},
  ${misc:Depends},
@@ -464,7 +464,7 @@ Description: free implementation of the GL API -- shared 
library
 Package: libglapi-mesa-dbg
 Section: debug
 Priority: extra
-Architecture: linux-any kfreebsd-any
+Architecture: any
 Depends:
  libglapi-mesa (= ${binary:Version}),
  ${misc:Depends},
@@ -528,7 +528,7 @@ Description: Debugging symbols for the Mesa GLX runtime
 #Package: libgl1-mesa-glx-i686
 #Section: libs
 #Priority: extra
-#Architecture: i386 kfreebsd-i386 hurd-i386
+#Architecture: any-i386
 #Pre-Depends: libgl1-mesa-glx
 #Description: A free implementation of the OpenGL API -- GLX runtime [i686 
optimized]
 # This version of Mesa provides GLX and DRI capabilities: it is capable of
diff --git a/debian/scripts/choose-configs b/debian/scripts/choose-configs
index ebb5221..a4c8d6b 100644
--- a/debian/scripts/choose-configs
+++ b/debian/scripts/choose-configs
@@ -26,7 +26,7 @@ SWX11_GLU_CONFIGS := swx11+glu swx11+glu-static
 ##
 ## CPU-optimized configurations ##
 
-ifneq (,$(filter $(DEB_HOST_ARCH), i386 kfreebsd-i386 hurd-i386))
+ifeq ($(DEB_HOST_ARCH_CPU), i386)
SWX11_GLU_CONFIGS += swx11+glu-i386-i686
 endif
 


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



mesa: Changes to 'refs/tags/mesa-7.11-5'

2011-08-28 Thread Cyril Brulebois
Tag 'mesa-7.11-5' created by Cyril Brulebois k...@debian.org at 2011-08-28 
17:37 +

Tagging upload of mesa 7.11-5 to unstable.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEABECAAYFAk5afMsACgkQeGfVPHR5Nd3nKQCgiugMt1tP3OP0yw2Xvcz7LddV
WnAAn05UqwzIVhkHutmJ6ISFcatq1wh/
=tgBz
-END PGP SIGNATURE-

Changes since mesa-7.11-4:
Cyril Brulebois (2):
  Fix FTBFS on hurd, fix uninstallability on kfreebsd. Thanks, Pino!
  Upload to unstable.

---
 debian/changelog  |   13 +
 debian/control|   14 +++---
 debian/scripts/choose-configs |2 +-
 3 files changed, 21 insertions(+), 8 deletions(-)
---


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1qxjid-00031t...@vasks.debian.org



Bug#639617: libgl1-mesa-glx: libGL should give some indication when DRI2 fails

2011-08-28 Thread Andrew Deason
Package: libgl1-mesa-glx
Version: 7.11-4
Severity: minor
Tags: patch

Recently I was trying to figure out why 3d was getting rendered by
software on my radeon X1300. The reason was that the packaged
r300_dri.so is a gallium driver and appears to be DRI2-only, but I had
DRI2 disabled in X (deliberately, for other reasons). This was very
non-obvious, since libGL gives no indication that anything is going on
with DRI2:

$ LIBGL_DEBUG=verbose glxinfo -b
libGL: OpenDriver: trying /usr/lib/i386-linux-gnu/dri/tls/r300_dri.so
libGL: OpenDriver: trying /usr/lib/i386-linux-gnu/dri/r300_dri.so
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 4, (OK)
drmOpenByBusid: Searching for BusID pci::01:00.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 4, (OK)
drmOpenByBusid: drmOpenMinor returns 4
drmOpenByBusid: Interface 1.4 failed, trying 1.1
drmOpenByBusid: drmGetBusid reports pci::01:00.0
libGL error: Calling driver entry point failedlibGL error: reverting to 
software direct rendering
libGL: OpenDriver: trying /usr/lib/i386-linux-gnu/dri/tls/swrast_dri.so
libGL: OpenDriver: trying /usr/lib/i386-linux-gnu/dri/swrast_dri.so 33

Arguably the real problem here is that DRI2 is disabled. So, after it
tried DRI2, libGL tried to use r300_dri.so with DRI, which doesn't work
(which is that 'Calling driver entry point failed' error). I spent a bit
of time trying to debug this, and it would have been easier if the debug
messages said a little more about what was happening.

Attached is a patch (which modifies libGL and the *_dri.so drivers) so
instead I get these messages:

$ LIBGL_DEBUG=verbose /usr/bin/glxinfo -b
libGL: screen 0 does not appear to be DRI2 capable
libGL: XF86DRIGetClientDriverName: 5.3.0 r300 (screen 0)
libGL: OpenDriver: trying /usr/lib/i386-linux-gnu/dri/tls/r300_dri.so
libGL: OpenDriver: trying /usr/lib/i386-linux-gnu/dri/r300_dri.so
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 4, (OK)
drmOpenByBusid: Searching for BusID pci::01:00.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 4, (OK)
drmOpenByBusid: drmOpenMinor returns 4
drmOpenByBusid: Interface 1.4 failed, trying 1.1
drmOpenByBusid: drmGetBusid reports pci::01:00.0
libGL: driver does not support DRI1
libGL error: Calling driver entry point failedlibGL error: reverting to 
software direct rendering
libGL: OpenDriver: trying /usr/lib/i386-linux-gnu/dri/tls/swrast_dri.so
libGL: OpenDriver: trying /usr/lib/i386-linux-gnu/dri/swrast_dri.so 33

which to me seems a bit more clear.

Technically this affects both libgl1-mesa-glx and libgl1-mesa-dri, but
this is such a little thing, I didn't want to clutter both packages with
a bug report.

-- 
Andrew Deason
adea...@dson.org
From dd7e72d7883c63884f37020c38f89fa4e8ecc45c Mon Sep 17 00:00:00 2001
From: Andrew Deason adea...@dson.org
Date: Sun, 28 Aug 2011 11:46:02 -0500
Subject: [PATCH 1/2] GLX: Say something if we cannot connect via DRI2

---
 src/glx/dri2_glx.c |1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/glx/dri2_glx.c b/src/glx/dri2_glx.c
index 80e4da3..1adea98 100644
--- a/src/glx/dri2_glx.c
+++ b/src/glx/dri2_glx.c
@@ -832,6 +832,7 @@ dri2CreateScreen(int screen, struct glx_display * priv)
 		driverName, deviceName)) {
   glx_screen_cleanup(psc-base);
   XFree(psc);
+  InfoMessageF(screen %d does not appear to be DRI2 capable\n, screen);
   return NULL;
}
 
-- 
1.7.5.4


From 12aeb060d1d924ba9b9da8cda1210b96f52ff234 Mon Sep 17 00:00:00 2001
From: Andrew Deason adea...@dson.org
Date: Sun, 28 Aug 2011 12:14:46 -0500
Subject: [PATCH 2/2] DRI: Log something if we don't support legacy DRI

If we are called via the legacy DRI interface, and we don't support
legacy DRI (InitScreen is NULL), print a debug message, so it is easy
to see why the driver fails to initialize.
---
 src/mesa/drivers/dri/common/dri_util.c |4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/mesa/drivers/dri/common/dri_util.c b/src/mesa/drivers/dri/common/dri_util.c
index 82638fa..725549b 100644
--- a/src/mesa/drivers/dri/common/dri_util.c
+++ b/src/mesa/drivers/dri/common/dri_util.c
@@ -806,8 +806,10 @@ driCreateNewScreen(int scrn,
 static const __DRIextension *emptyExtensionList[] = { NULL };
 __DRIscreen *psp;
 
-if (driDriverAPI.InitScreen == NULL)
+if (driDriverAPI.InitScreen == NULL) {
+	__driUtilMessage(driver does not support DRI1);
 	return NULL;
+}
 
 psp = calloc(1, sizeof *psp);
 if (!psp)
-- 
1.7.5.4



mesa: Changes to 'debian-unstable'

2011-08-28 Thread Julien Cristau
 debian/changelog  |6 +
 debian/rules  |   11 +-
 debian/scripts/choose-configs |   46 --
 3 files changed, 12 insertions(+), 51 deletions(-)

New commits:
commit b5a21b23d67a5efabbd8c493242971dde520af6d
Author: Julien Cristau jcris...@debian.org
Date:   Sun Aug 28 19:47:22 2011 +0200

Inline what's left of debian/scripts/choose-configs in debian/rules.

diff --git a/debian/changelog b/debian/changelog
index 07c59f9..7641d2a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+mesa (7.11-6) UNRELEASED; urgency=low
+
+  * Inline what's left of debian/scripts/choose-configs in debian/rules.
+
+ -- Julien Cristau jcris...@debian.org  Sun, 28 Aug 2011 19:46:58 +0200
+
 mesa (7.11-5) unstable; urgency=low
 
   * Merge patch from Pino Tiscano (thanks!):
diff --git a/debian/rules b/debian/rules
index 81e01fb..a842bab 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,7 +20,6 @@ ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
 endif
 
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
-DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
 DEB_HOST_ARCH  ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
 DEB_HOST_ARCH_OS   ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
 DEB_HOST_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
@@ -33,15 +32,13 @@ else
confflags += --build=$(DEB_BUILD_GNU_TYPE) --host=$(DEB_HOST_GNU_TYPE)
 endif
 
-# choose which configurations to build
-include debian/scripts/choose-configs
-
 # keep a list of files we don't install (yet), but since it's a bit
 # large, use an external file:
 include debian/not-installed
 
 # build the following configurations by default
-CONFIGS = $(SWX11_GLU_CONFIGS) \
+CONFIGS = swx11+glu \
+ swx11+glu-static \
  dri \
  osmesa \
  osmesa-static \
@@ -50,6 +47,10 @@ CONFIGS = $(SWX11_GLU_CONFIGS) \
  osmesa32 \
  osmesa32-static
 
+ifeq ($(DEB_HOST_ARCH_CPU), i386)
+   CONFIGS += swx11+glu-i386-i686
+endif
+
 STAMP_DIR = debian/stamp
 STAMP = $(STAMP_DIR)/$(DEB_BUILD_GNU_TYPE)
 BUILD_STAMPS = $(addprefix $(STAMP)-build-, $(CONFIGS))
diff --git a/debian/scripts/choose-configs b/debian/scripts/choose-configs
deleted file mode 100644
index a4c8d6b..000
--- a/debian/scripts/choose-configs
+++ /dev/null
@@ -1,46 +0,0 @@
-# Script to choose which configurations are to be built depending on the value
-# of the DEB_BUILD_ARCH variable.
-#
-# Copyright © 2006 Thierry Reding thie...@gilfi.de
-
-##
-## architecture-specific configurations ##
-
-# choose an architecture-specific build of swx11 and GLU if a matching
-# configuration 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
-
-# same for static builds
-#ifneq ($(wildcard configs/debian-swx11+glu-static-$(DEB_BUILD_ARCH)),)
-#  SWX11_GLU_CONFIGS += debian-swx11+glu-static-$(DEB_BUILD_ARCH)
-#else
-#  SWX11_GLU_CONFIGS += debian-swx11+glu-static-any
-#endif
-
-SWX11_GLU_CONFIGS := swx11+glu swx11+glu-static
-
-##
-## CPU-optimized configurations ##
-
-ifeq ($(DEB_HOST_ARCH_CPU), i386)
-   SWX11_GLU_CONFIGS += swx11+glu-i386-i686
-endif
-
-#ifeq ($(DEB_BUILD_ARCH), alpha)
-#  SWX11_GLU_CONFIGS += debian-swx11+glu-alpha-ev5
-#endif
-
-#ifeq ($(DEB_BUILD_ARCH), powerpc)
-#  SWX11_GLU_CONFIGS += debian-swx11+glu-powerpc-603
-#endif
-
-#ifeq ($(DEB_BUILD_ARCH), sparc)
-#  SWX11_GLU_CONFIGS += debian-swx11+glu-sparc-ultrasparc
-#endif
-
-# vim: ft=make
-


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



Bug#639617: libgl1-mesa-glx: libGL should give some indication when DRI2 fails

2011-08-28 Thread Cyril Brulebois
Hi,

Andrew Deason adea...@dson.org (28/08/2011):
 […]
 Arguably the real problem here is that DRI2 is disabled.

not really “arguably”. :)

 […] So, after it
 tried DRI2, libGL tried to use r300_dri.so with DRI, which doesn't work
 (which is that 'Calling driver entry point failed' error). I spent a bit
 of time trying to debug this, and it would have been easier if the debug
 messages said a little more about what was happening.
 
 Attached is a patch (which modifies libGL and the *_dri.so drivers) so
 instead I get these messages:

Thanks for the patch. Can you please mail it upstream? That'd be:
  mesa-...@lists.freedesktop.org

 Technically this affects both libgl1-mesa-glx and libgl1-mesa-dri, but
 this is such a little thing, I didn't want to clutter both packages with
 a bug report.

Yes, that's very fine.

Mraw,
KiBi.


signature.asc
Description: Digital signature


Processing of mesa_7.11-5_amd64.changes

2011-08-28 Thread Debian FTP Masters
mesa_7.11-5_amd64.changes uploaded successfully to localhost
along with the files:
  mesa_7.11-5.dsc
  mesa_7.11-5.diff.gz
  libgl1-mesa-swx11_7.11-5_amd64.deb
  libgl1-mesa-swx11-dbg_7.11-5_amd64.deb
  libgl1-mesa-swx11-dev_7.11-5_amd64.deb
  libgbm1_7.11-5_amd64.deb
  libgbm1-dbg_7.11-5_amd64.deb
  libgbm-dev_7.11-5_amd64.deb
  libegl1-mesa_7.11-5_amd64.deb
  libegl1-mesa-dbg_7.11-5_amd64.deb
  libegl1-mesa-dev_7.11-5_amd64.deb
  libegl1-mesa-drivers_7.11-5_amd64.deb
  libegl1-mesa-drivers-dbg_7.11-5_amd64.deb
  libopenvg1-mesa_7.11-5_amd64.deb
  libopenvg1-mesa-dbg_7.11-5_amd64.deb
  libopenvg1-mesa-dev_7.11-5_amd64.deb
  libgles1-mesa_7.11-5_amd64.deb
  libgles1-mesa-dbg_7.11-5_amd64.deb
  libgles1-mesa-dev_7.11-5_amd64.deb
  libgles2-mesa_7.11-5_amd64.deb
  libgles2-mesa-dbg_7.11-5_amd64.deb
  libgles2-mesa-dev_7.11-5_amd64.deb
  libglapi-mesa_7.11-5_amd64.deb
  libglapi-mesa-dbg_7.11-5_amd64.deb
  libgl1-mesa-glx_7.11-5_amd64.deb
  libgl1-mesa-glx-dbg_7.11-5_amd64.deb
  libgl1-mesa-dri_7.11-5_amd64.deb
  libgl1-mesa-dri-dbg_7.11-5_amd64.deb
  libgl1-mesa-dri-experimental_7.11-5_amd64.deb
  libgl1-mesa-dri-experimental-dbg_7.11-5_amd64.deb
  libgl1-mesa-dev_7.11-5_amd64.deb
  mesa-common-dev_7.11-5_amd64.deb
  libosmesa6_7.11-5_amd64.deb
  libosmesa6-dev_7.11-5_amd64.deb
  libglu1-mesa_7.11-5_amd64.deb
  libglu1-mesa-dev_7.11-5_amd64.deb
  libglw1-mesa_7.11-5_amd64.deb
  libglw1-mesa-dev_7.11-5_amd64.deb

Greetings,

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


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



Bug#639621: libgl1-mesa-dri: A DRI1-capable r300_dri.so should be provided

2011-08-28 Thread Andrew Deason
Package: libgl1-mesa-dri
Version: 7.11-4

On my system, using KMS and DRI2 is really slow (this is known in at
least some cases; KMS/DRI2 just isn't as mature right now, I think? See
572911, 607510, and probably others). So, I have disabled KMS and just
want to use regular DRI, which is currently much better.

The problem is, the r300_dri.so that is shipped with libgl1-mesa-dri is
the Gallium driver (I have a Radeon X1300, which uses r300_dri.so).
This only works with DRI2, so all of the 3d rendering is done via
swrast_dri.so. The performance isn't bad (still much better than KMS),
but if I build libgl1-mesa-dri locally, and grab the non-Gallium
r300_dri.so I get better performance since I'm no longer rendering via
software.

I think libgl1-mesa-dri should provide the non-Gallium r300_dri.so
somewhere. It doesn't need to be the default, but it should be an
option. I see a few ways to do this:

 1. Just install the non-Gallium r300_dri.so instead of the Gallium one
(I assume you don't want to do this, since the Gallium driver is
deliberately chosen, and for all I know is much better on other
systems)

 2. Install the non-Gallium r300_dri.so under another name
(r300dri1_dri.so or something?), and get the 'radeon' X driver in
xserver-xorg-video-ati to report r300dri1 as the DRI driver name for
DRI1. Currently it reports r300_dri.so for both DRI1 and DRI2 (see
src/radeon_dri.c and R300_DRIVER_NAME in xserver-xorg-video-ati).

 3. Allow the user to choose between the Gallium and non-Gallium drivers
via the alternatives system, or via installing a package that
diverts r300_dri.so, or something along those lines.

 4. Make the Gallium r300 driver support both DRI1 and DRI2. I assume
this is difficult and not a feasible short-term option, or it
deliberately does not support DRI1.

I'm not sure which way sounds the best to you. In the meantime, I'm just
locally diverting r300_dri.so.

-- 
Andrew Deason
adea...@dson.org



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



mesa_7.11-5_amd64.changes ACCEPTED into unstable

2011-08-28 Thread Debian FTP Masters



Accepted:
libegl1-mesa-dbg_7.11-5_amd64.deb
  to main/m/mesa/libegl1-mesa-dbg_7.11-5_amd64.deb
libegl1-mesa-dev_7.11-5_amd64.deb
  to main/m/mesa/libegl1-mesa-dev_7.11-5_amd64.deb
libegl1-mesa-drivers-dbg_7.11-5_amd64.deb
  to main/m/mesa/libegl1-mesa-drivers-dbg_7.11-5_amd64.deb
libegl1-mesa-drivers_7.11-5_amd64.deb
  to main/m/mesa/libegl1-mesa-drivers_7.11-5_amd64.deb
libegl1-mesa_7.11-5_amd64.deb
  to main/m/mesa/libegl1-mesa_7.11-5_amd64.deb
libgbm-dev_7.11-5_amd64.deb
  to main/m/mesa/libgbm-dev_7.11-5_amd64.deb
libgbm1-dbg_7.11-5_amd64.deb
  to main/m/mesa/libgbm1-dbg_7.11-5_amd64.deb
libgbm1_7.11-5_amd64.deb
  to main/m/mesa/libgbm1_7.11-5_amd64.deb
libgl1-mesa-dev_7.11-5_amd64.deb
  to main/m/mesa/libgl1-mesa-dev_7.11-5_amd64.deb
libgl1-mesa-dri-dbg_7.11-5_amd64.deb
  to main/m/mesa/libgl1-mesa-dri-dbg_7.11-5_amd64.deb
libgl1-mesa-dri-experimental-dbg_7.11-5_amd64.deb
  to main/m/mesa/libgl1-mesa-dri-experimental-dbg_7.11-5_amd64.deb
libgl1-mesa-dri-experimental_7.11-5_amd64.deb
  to main/m/mesa/libgl1-mesa-dri-experimental_7.11-5_amd64.deb
libgl1-mesa-dri_7.11-5_amd64.deb
  to main/m/mesa/libgl1-mesa-dri_7.11-5_amd64.deb
libgl1-mesa-glx-dbg_7.11-5_amd64.deb
  to main/m/mesa/libgl1-mesa-glx-dbg_7.11-5_amd64.deb
libgl1-mesa-glx_7.11-5_amd64.deb
  to main/m/mesa/libgl1-mesa-glx_7.11-5_amd64.deb
libgl1-mesa-swx11-dbg_7.11-5_amd64.deb
  to main/m/mesa/libgl1-mesa-swx11-dbg_7.11-5_amd64.deb
libgl1-mesa-swx11-dev_7.11-5_amd64.deb
  to main/m/mesa/libgl1-mesa-swx11-dev_7.11-5_amd64.deb
libgl1-mesa-swx11_7.11-5_amd64.deb
  to main/m/mesa/libgl1-mesa-swx11_7.11-5_amd64.deb
libglapi-mesa-dbg_7.11-5_amd64.deb
  to main/m/mesa/libglapi-mesa-dbg_7.11-5_amd64.deb
libglapi-mesa_7.11-5_amd64.deb
  to main/m/mesa/libglapi-mesa_7.11-5_amd64.deb
libgles1-mesa-dbg_7.11-5_amd64.deb
  to main/m/mesa/libgles1-mesa-dbg_7.11-5_amd64.deb
libgles1-mesa-dev_7.11-5_amd64.deb
  to main/m/mesa/libgles1-mesa-dev_7.11-5_amd64.deb
libgles1-mesa_7.11-5_amd64.deb
  to main/m/mesa/libgles1-mesa_7.11-5_amd64.deb
libgles2-mesa-dbg_7.11-5_amd64.deb
  to main/m/mesa/libgles2-mesa-dbg_7.11-5_amd64.deb
libgles2-mesa-dev_7.11-5_amd64.deb
  to main/m/mesa/libgles2-mesa-dev_7.11-5_amd64.deb
libgles2-mesa_7.11-5_amd64.deb
  to main/m/mesa/libgles2-mesa_7.11-5_amd64.deb
libglu1-mesa-dev_7.11-5_amd64.deb
  to main/m/mesa/libglu1-mesa-dev_7.11-5_amd64.deb
libglu1-mesa_7.11-5_amd64.deb
  to main/m/mesa/libglu1-mesa_7.11-5_amd64.deb
libglw1-mesa-dev_7.11-5_amd64.deb
  to main/m/mesa/libglw1-mesa-dev_7.11-5_amd64.deb
libglw1-mesa_7.11-5_amd64.deb
  to main/m/mesa/libglw1-mesa_7.11-5_amd64.deb
libopenvg1-mesa-dbg_7.11-5_amd64.deb
  to main/m/mesa/libopenvg1-mesa-dbg_7.11-5_amd64.deb
libopenvg1-mesa-dev_7.11-5_amd64.deb
  to main/m/mesa/libopenvg1-mesa-dev_7.11-5_amd64.deb
libopenvg1-mesa_7.11-5_amd64.deb
  to main/m/mesa/libopenvg1-mesa_7.11-5_amd64.deb
libosmesa6-dev_7.11-5_amd64.deb
  to main/m/mesa/libosmesa6-dev_7.11-5_amd64.deb
libosmesa6_7.11-5_amd64.deb
  to main/m/mesa/libosmesa6_7.11-5_amd64.deb
mesa-common-dev_7.11-5_amd64.deb
  to main/m/mesa/mesa-common-dev_7.11-5_amd64.deb
mesa_7.11-5.diff.gz
  to main/m/mesa/mesa_7.11-5.diff.gz
mesa_7.11-5.dsc
  to main/m/mesa/mesa_7.11-5.dsc


Override entries for your package:
libegl1-mesa-dbg_7.11-5_amd64.deb - extra debug
libegl1-mesa-dev_7.11-5_amd64.deb - optional libdevel
libegl1-mesa-drivers-dbg_7.11-5_amd64.deb - extra debug
libegl1-mesa-drivers_7.11-5_amd64.deb - optional libs
libegl1-mesa_7.11-5_amd64.deb - optional libs
libgbm-dev_7.11-5_amd64.deb - optional libdevel
libgbm1-dbg_7.11-5_amd64.deb - extra debug
libgbm1_7.11-5_amd64.deb - optional libs
libgl1-mesa-dev_7.11-5_amd64.deb - optional libdevel
libgl1-mesa-dri-dbg_7.11-5_amd64.deb - extra debug
libgl1-mesa-dri-experimental-dbg_7.11-5_amd64.deb - extra debug
libgl1-mesa-dri-experimental_7.11-5_amd64.deb - optional libs
libgl1-mesa-dri_7.11-5_amd64.deb - optional libs
libgl1-mesa-glx-dbg_7.11-5_amd64.deb - extra debug
libgl1-mesa-glx_7.11-5_amd64.deb - optional libs
libgl1-mesa-swx11-dbg_7.11-5_amd64.deb - extra debug
libgl1-mesa-swx11-dev_7.11-5_amd64.deb - extra libdevel
libgl1-mesa-swx11_7.11-5_amd64.deb - extra libs
libglapi-mesa-dbg_7.11-5_amd64.deb - extra debug
libglapi-mesa_7.11-5_amd64.deb - optional libs
libgles1-mesa-dbg_7.11-5_amd64.deb - extra debug
libgles1-mesa-dev_7.11-5_amd64.deb - optional libdevel
libgles1-mesa_7.11-5_amd64.deb - optional libs
libgles2-mesa-dbg_7.11-5_amd64.deb - extra debug
libgles2-mesa-dev_7.11-5_amd64.deb - optional libdevel
libgles2-mesa_7.11-5_amd64.deb - optional libs
libglu1-mesa-dev_7.11-5_amd64.deb - optional libdevel
libglu1-mesa_7.11-5_amd64.deb - optional libs
libglw1-mesa-dev_7.11-5_amd64.deb - optional libdevel
libglw1-mesa_7.11-5_amd64.deb - optional libs
libopenvg1-mesa-dbg_7.11-5_amd64.deb - extra debug
libopenvg1-mesa-dev_7.11-5_amd64.deb - optional libdevel
libopenvg1-mesa_7.11-5_amd64.deb - optional libs
libosmesa6-dev_7.11-5_amd64.deb - optional libdevel

Bug#639617: libgl1-mesa-glx: libGL should give some indication when DRI2 fails

2011-08-28 Thread Andrew Deason
On Sun, 28 Aug 2011 19:47:20 +0200
Cyril Brulebois k...@debian.org wrote:

 Andrew Deason adea...@dson.org (28/08/2011):

  Arguably the real problem here is that DRI2 is disabled.
 
 not really “arguably”. :)

Well, another problem is that r300_dri.so doesn't work with DRI, but it
does at least say something when that happens.

  Attached is a patch (which modifies libGL and the *_dri.so drivers)
  so instead I get these messages:
 
 Thanks for the patch. Can you please mail it upstream? That'd be:
   mesa-...@lists.freedesktop.org

Creating bugs seems to email that list, so:
https://bugs.freedesktop.org/show_bug.cgi?id=40437

-- 
Andrew Deason
adea...@dson.org



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



Processed: Re: Bug#639617: libgl1-mesa-glx: libGL should give some indication when DRI2 fails

2011-08-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 forwarded 639617 https://bugs.freedesktop.org/show_bug.cgi?id=40437
Bug #639617 [libgl1-mesa-glx] libgl1-mesa-glx: libGL should give some 
indication when DRI2 fails
Set Bug forwarded-to-address to 
'https://bugs.freedesktop.org/show_bug.cgi?id=40437'.
 thanks
Stopping processing here.

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


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



Bug#639617: libgl1-mesa-glx: libGL should give some indication when DRI2 fails

2011-08-28 Thread Cyril Brulebois
forwarded 639617 https://bugs.freedesktop.org/show_bug.cgi?id=40437
thanks

Andrew Deason adea...@dson.org (28/08/2011):
  Thanks for the patch. Can you please mail it upstream? That'd be:
mesa-...@lists.freedesktop.org
 
 Creating bugs seems to email that list, so:
 https://bugs.freedesktop.org/show_bug.cgi?id=40437

Thanks, tagging this report accordingly. I can't tell for mesa-dev@, but
at least for xorg-devel@, git send-email means quicker reviews/merges
than bugzilla.

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#639621: marked as done (libgl1-mesa-dri: A DRI1-capable r300_dri.so should be provided)

2011-08-28 Thread Debian Bug Tracking System
Your message dated Sun, 28 Aug 2011 20:56:01 +0200
with message-id 20110828185601.gc23...@mraw.org
and subject line Re: Bug#639621: libgl1-mesa-dri: A DRI1-capable r300_dri.so 
should be provided
has caused the Debian Bug report #639621,
regarding libgl1-mesa-dri: A DRI1-capable r300_dri.so should be provided
to be marked as done.

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

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


-- 
639621: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=639621
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: libgl1-mesa-dri
Version: 7.11-4

On my system, using KMS and DRI2 is really slow (this is known in at
least some cases; KMS/DRI2 just isn't as mature right now, I think? See
572911, 607510, and probably others). So, I have disabled KMS and just
want to use regular DRI, which is currently much better.

The problem is, the r300_dri.so that is shipped with libgl1-mesa-dri is
the Gallium driver (I have a Radeon X1300, which uses r300_dri.so).
This only works with DRI2, so all of the 3d rendering is done via
swrast_dri.so. The performance isn't bad (still much better than KMS),
but if I build libgl1-mesa-dri locally, and grab the non-Gallium
r300_dri.so I get better performance since I'm no longer rendering via
software.

I think libgl1-mesa-dri should provide the non-Gallium r300_dri.so
somewhere. It doesn't need to be the default, but it should be an
option. I see a few ways to do this:

 1. Just install the non-Gallium r300_dri.so instead of the Gallium one
(I assume you don't want to do this, since the Gallium driver is
deliberately chosen, and for all I know is much better on other
systems)

 2. Install the non-Gallium r300_dri.so under another name
(r300dri1_dri.so or something?), and get the 'radeon' X driver in
xserver-xorg-video-ati to report r300dri1 as the DRI driver name for
DRI1. Currently it reports r300_dri.so for both DRI1 and DRI2 (see
src/radeon_dri.c and R300_DRIVER_NAME in xserver-xorg-video-ati).

 3. Allow the user to choose between the Gallium and non-Gallium drivers
via the alternatives system, or via installing a package that
diverts r300_dri.so, or something along those lines.

 4. Make the Gallium r300 driver support both DRI1 and DRI2. I assume
this is difficult and not a feasible short-term option, or it
deliberately does not support DRI1.

I'm not sure which way sounds the best to you. In the meantime, I'm just
locally diverting r300_dri.so.

-- 
Andrew Deason
adea...@dson.org


---End Message---
---BeginMessage---
Andrew Deason adea...@dson.org (28/08/2011):
 On my system, using KMS and DRI2 is really slow (this is known in at
 least some cases; KMS/DRI2 just isn't as mature right now, I think? See
 572911, 607510, and probably others). So, I have disabled KMS and just
 want to use regular DRI, which is currently much better.

That's the bug you want to get solved, then.

 I think libgl1-mesa-dri should provide the non-Gallium r300_dri.so
 somewhere. It doesn't need to be the default, but it should be an
 option. I see a few ways to do this:
 
  1. Just install the non-Gallium r300_dri.so instead of the Gallium one
 (I assume you don't want to do this, since the Gallium driver is
 deliberately chosen, and for all I know is much better on other
 systems)
 
  2. Install the non-Gallium r300_dri.so under another name
 (r300dri1_dri.so or something?), and get the 'radeon' X driver in
 xserver-xorg-video-ati to report r300dri1 as the DRI driver name for
 DRI1. Currently it reports r300_dri.so for both DRI1 and DRI2 (see
 src/radeon_dri.c and R300_DRIVER_NAME in xserver-xorg-video-ati).
 
  3. Allow the user to choose between the Gallium and non-Gallium drivers
 via the alternatives system, or via installing a package that
 diverts r300_dri.so, or something along those lines.
 
  4. Make the Gallium r300 driver support both DRI1 and DRI2. I assume
 this is difficult and not a feasible short-term option, or it
 deliberately does not support DRI1.

That's something we're not keen on doing, at all. Alternatives or
diversions mean users are going to get broken stuff at some point, and
concentrating on getting the Gallium drivers to work is something which
looks like a better idea.

 I'm not sure which way sounds the best to you. In the meantime, I'm just
 locally diverting r300_dri.so.

Since I'm not too happy with keeping bugs opened forever tagged
“wontfix” I'm closing this bug report instead.

Mraw,
KiBi.


signature.asc
Description: Digital signature
---End Message---


binNMUs for xorg-server

2011-08-28 Thread Cyril Brulebois
Hi folks,

you may want to binNMU all X driver-providing packages to build against
the new server. The dep-wait should be on xserver-xorg-dev (= 2:1.11).
A possibly complete list can be found on the transition page:
  http://release.debian.org/transitions/html/xorg.html

Be sure to have “good” ticked, otherwise, fully binNMU'd (for release
archs) packages wouldn't be shown.

Please include debian-x@ in your replies if you have any questions.

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#639621: closed by Cyril Brulebois k...@debian.org (Re: Bug#639621: libgl1-mesa-dri: A DRI1-capable r300_dri.so should be provided)

2011-08-28 Thread Andrew Deason
On Sun, 28 Aug 2011 18:57:14 +
ow...@bugs.debian.org (Debian Bug Tracking System) wrote:

 That's something we're not keen on doing, at all. Alternatives or
 diversions mean users are going to get broken stuff at some point, and
 concentrating on getting the Gallium drivers to work is something
 which looks like a better idea.

Fine, but is the Gallium driver ever going to support DRI1? Currently
the radeon X driver reports that r300_dri.so should be used when DRI is
requested, which is wrong; currently that will not work at all. Will it
in the future?

-- 
Andrew Deason
adea...@dson.org



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



Bug#639621: closed by Cyril Brulebois k...@debian.org (Re: Bug#639621: libgl1-mesa-dri: A DRI1-capable r300_dri.so should be provided)

2011-08-28 Thread Cyril Brulebois
Andrew Deason adea...@dson.org (28/08/2011):
 Fine, but is the Gallium driver ever going to support DRI1? Currently
 the radeon X driver reports that r300_dri.so should be used when DRI is
 requested, which is wrong; currently that will not work at all. Will it
 in the future?

I think you want to ask that on mesa-dev@, where knowledgeable people live.

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#638978: xorg: X crashes when opening pidgin

2011-08-28 Thread Mandrantosoa 'Ndrianiaina
 I'm afraid I don't understand what you're saying. If there's still a
 problem with radeon.agpmode=1 or radeon.agpmode=-1, please provide more
 details about that.

I've already set radeon.agpmode=1, I have to reproduce the error, and
send all the relevant logs.

 Hmm, actually there's some confusion about whether there's 64 or 128 MB
 of VRAM, e.g.
 
 (II) RADEON(0): mem size init: gart size :fdff000 vram size: s:400 
 visible:7b94000
 
 Do you know how much there's supposed to be?

It seems like my graphic card has 128MB RAM :
:00:10.0 VGA compatible controller: ATI Technologies Inc RV350 [Mobility 
Radeon 9600 M10] (prog-if 00 [VGA controller])
Subsystem: ATI Technologies Inc RV350 [Mobility Radeon 9600 M10]
Flags: bus master, 66MHz, medium devsel, latency 255, IRQ 48
Memory at b800 (32-bit, prefetchable) [size=128M]
I/O ports at 0400 [size=256]
Memory at b000 (32-bit, non-prefetchable) [size=64K]
Expansion ROM at b002 [size=128K]
Capabilities: [58] AGP version 2.0
Capabilities: [50] Power Management version 2

But I don't know where to set VRAM configuration...'

tosoa.



-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110828195438.GA4741@lunatex.local



Bug#639621: closed by Cyril Brulebois k...@debian.org (Re: Bug#639621: libgl1-mesa-dri: A DRI1-capable r300_dri.so should be provided)

2011-08-28 Thread Julien Cristau
On Sun, Aug 28, 2011 at 14:05:26 -0500, Andrew Deason wrote:

 On Sun, 28 Aug 2011 18:57:14 +
 ow...@bugs.debian.org (Debian Bug Tracking System) wrote:
 
  That's something we're not keen on doing, at all. Alternatives or
  diversions mean users are going to get broken stuff at some point, and
  concentrating on getting the Gallium drivers to work is something
  which looks like a better idea.
 
 Fine, but is the Gallium driver ever going to support DRI1? Currently

No, dri1 is dead.

Cheers,
Julien



-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110828195426.gh2...@radis.liafa.jussieu.fr



Bug#632549: marked as done (Xephyr asserts and aborts during startup)

2011-08-28 Thread Debian Bug Tracking System
Your message dated Sun, 28 Aug 2011 21:56:36 +0200
with message-id 20110828195636.gg23...@mraw.org
and subject line Fixed in 2:1.10.4-1 as well.
has caused the Debian Bug report #632549,
regarding Xephyr asserts and aborts during startup
to be marked as done.

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

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


-- 
632549: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=632549
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: xserver-xephyr
Version: 2:1.10.2-1+wheezy1
Severity: grave
File: /usr/bin/Xephyr


Not much to say:
$ Xephyr :2
Xephyr: ../../../../include/privates.h:116: dixGetPrivateAddr: Assertion 
`key-initialized' failed.
Aborted

Program received signal SIGABRT, Aborted.
0xb7b37667 in raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
64 ../nptl/sysdeps/unix/sysv/linux/raise.c: No such file or directory.
   in ../nptl/sysdeps/unix/sysv/linux/raise.c
(gdb) where
#0  0xb7b37667 in raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
#1  0xb7b3aa52 in abort () at abort.c:92
#2  0xb7b308f7 in __assert_fail (assertion=0x81eff02 key-initialized, 
file=0x81efe4c ../../../../include/privates.h, line=116, 
function=0x81f03fc dixGetPrivateAddr) at assert.c:81
#3  0x0806dee8 in ?? ()
#4  0x08064e6b in ?? ()
#5  0x080c5e45 in ?? ()
#6  0x0809089d in AddScreen ()
#7  0x080c6368 in ?? ()
#8  0x08062d55 in ?? ()
#9  0xb7b23e16 in __libc_start_main (main=0x8062b90, argc=2, ubp_av=0xb424, 
init=0x81efa20 __libc_csu_init, fini=0x81efa10 __libc_csu_fini, 
rtld_fini=0xb7ff12f0, 
stack_end=0xb41c) at libc-start.c:228
#10 0x08063211 in _start ()

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing'), (50, 'unstable'), (50, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.39-2-686-pae (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages xserver-xephyr depends on:
ii  libaudit0 1.7.13-1.2 Dynamic library for security audit
ii  libc6 2.13-7 Embedded GNU C Library: Shared lib
ii  libdrm2   2.4.25-3   Userspace interface to kernel DRM 
ii  libgcrypt11   1.4.6-5LGPL Crypto library - runtime libr
ii  libgl1-mesa-glx [libg 7.10.2-3   free implementation of the OpenGL 
ii  libpixman-1-0 0.21.8-1   pixel-manipulation library for X a
ii  libselinux1   2.0.98-1+b1SELinux runtime shared libraries
ii  libx11-6  2:1.4.3-2  X11 client-side library
ii  libxau6   1:1.0.6-3  X11 authorisation library
ii  libxdmcp6 1:1.1.0-3  X11 Display Manager Control Protoc
ii  libxext6  2:1.3.0-3  X11 miscellaneous extension librar
ii  libxfont1 1:1.4.3-2  X11 font rasterisation library
ii  libxv12:1.0.6-1  X11 Video extension library
ii  xserver-common2:1.10.2-1+wheezy1 common files used by various X ser

Versions of packages xserver-xephyr recommends:
ii  libgl1-mesa-dri   7.10.2-3   free implementation of the OpenGL 

xserver-xephyr suggests no packages.

-- no debconf information

-- 
GPG-Key: 0xA3FD0DF7 - 9F73 032E EAC9 F7AD 951F  280E CB66 8E29 A3FD 0DF7
Debian User and Developer.
Homepage: www.foolab.org


---End Message---
---BeginMessage---
Version: 2:1.10.4-1

Upload a bit rushed, forgot to close that bug in that version…

Mraw,
KiBi.


signature.asc
Description: Digital signature
---End Message---


xorg-server: Changes to 'refs/tags/xorg-server-2_1.10.4-1-bpo60+1'

2011-08-28 Thread Cyril Brulebois
Tag 'xorg-server-2_1.10.4-1-bpo60+1' created by Cyril Brulebois 
k...@debian.org at 2011-08-28 22:17 +

Tagging upload of xorg-server 2:1.10.4-1~bpo60+1 to squeeze-backports.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEABECAAYFAk5avm0ACgkQeGfVPHR5Nd0TZgCfeiq11T399wJk69h9j5Mesg44
F9sAnRwauqc8z0SprpaG6/AivSML8Vzv
=yziX
-END PGP SIGNATURE-

Changes since xorg-server-2_1.10.4-1:
Cyril Brulebois (5):
  Rebuild for squeeze-backports.
  Support upgrades from squeeze and to wheezy.
  Upload to squeeze-backports.
  Merge commit 'xorg-server-2_1.10.4-1' into debian-squeeze-backports
  Upload to squeeze-backports.

---
 debian/changelog |   17 +
 debian/control   |4 +---
 2 files changed, 18 insertions(+), 3 deletions(-)
---


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



xorg-server: Changes to 'debian-squeeze-backports'

2011-08-28 Thread Cyril Brulebois
 ChangeLog|  385 
 configure.ac |4 
 debian/changelog |   13 
 dix/getevents.c  |   23 
 exa/exa_mixed.c  |   23 
 glx/glxscreens.c |7 
 glx/glxscreens.h |1 
 hw/dmx/glxProxy/glxscreens.h |1 
 hw/kdrive/ephyr/ephyrdriext.c|4 
 hw/xfree86/common/xf86Config.c   |3 
 hw/xfree86/common/xf86Init.c |   32 
 hw/xfree86/common/xf86Option.c   |2 
 hw/xfree86/common/xf86Xinput.c   |1 
 hw/xquartz/GL/indirect.c |   18 
 hw/xquartz/X11Application.h  |3 
 hw/xquartz/X11Application.m  |   47 
 hw/xquartz/X11Controller.h   |2 
 hw/xquartz/X11Controller.m   |   18 
 hw/xquartz/bundle/Makefile.am|9 
 hw/xquartz/bundle/Resources/Dutch.lproj/Localizable.strings  |binary
 hw/xquartz/bundle/Resources/Dutch.lproj/locversion.plist |4 
 hw/xquartz/bundle/Resources/Dutch.lproj/main.nib/designable.nib  | 7414 
-
 hw/xquartz/bundle/Resources/Dutch.lproj/main.nib/keyedobjects.nib|binary
 hw/xquartz/bundle/Resources/English.lproj/locversion.plist   |   14 
 hw/xquartz/bundle/Resources/French.lproj/Localizable.strings |binary
 hw/xquartz/bundle/Resources/French.lproj/locversion.plist|4 
 hw/xquartz/bundle/Resources/French.lproj/main.nib/designable.nib |  633 
 hw/xquartz/bundle/Resources/French.lproj/main.nib/keyedobjects.nib   |binary
 hw/xquartz/bundle/Resources/German.lproj/Localizable.strings |binary
 hw/xquartz/bundle/Resources/German.lproj/locversion.plist|4 
 hw/xquartz/bundle/Resources/German.lproj/main.nib/designable.nib |  586 
 hw/xquartz/bundle/Resources/German.lproj/main.nib/keyedobjects.nib   |binary
 hw/xquartz/bundle/Resources/Italian.lproj/Localizable.strings|binary
 hw/xquartz/bundle/Resources/Italian.lproj/locversion.plist   |4 
 hw/xquartz/bundle/Resources/Italian.lproj/main.nib/designable.nib| 7417 
-
 hw/xquartz/bundle/Resources/Italian.lproj/main.nib/keyedobjects.nib  |binary
 hw/xquartz/bundle/Resources/Japanese.lproj/Localizable.strings   |binary
 hw/xquartz/bundle/Resources/Japanese.lproj/locversion.plist  |4 
 hw/xquartz/bundle/Resources/Japanese.lproj/main.nib/designable.nib   |  583 
 hw/xquartz/bundle/Resources/Japanese.lproj/main.nib/keyedobjects.nib |binary
 hw/xquartz/bundle/Resources/Spanish.lproj/Localizable.strings|binary
 hw/xquartz/bundle/Resources/Spanish.lproj/locversion.plist   |4 
 hw/xquartz/bundle/Resources/Spanish.lproj/main.nib/designable.nib| 7430 
-
 hw/xquartz/bundle/Resources/Spanish.lproj/main.nib/keyedobjects.nib  |binary
 hw/xquartz/bundle/Resources/ar.lproj/Localizable.strings |binary
 hw/xquartz/bundle/Resources/ar.lproj/locversion.plist|4 
 hw/xquartz/bundle/Resources/ar.lproj/main.nib/designable.nib |  375 
 hw/xquartz/bundle/Resources/ar.lproj/main.nib/keyedobjects.nib   |binary
 hw/xquartz/bundle/Resources/da.lproj/Localizable.strings |binary
 hw/xquartz/bundle/Resources/da.lproj/locversion.plist|4 
 hw/xquartz/bundle/Resources/da.lproj/main.nib/designable.nib |  652 
 hw/xquartz/bundle/Resources/da.lproj/main.nib/keyedobjects.nib   |binary
 hw/xquartz/bundle/Resources/el.lproj/InfoPlist.strings   |binary
 hw/xquartz/bundle/Resources/el.lproj/Localizable.strings |binary
 hw/xquartz/bundle/Resources/el.lproj/locversion.plist|   14 
 hw/xquartz/bundle/Resources/el.lproj/main.nib/designable.nib | 3521 

 hw/xquartz/bundle/Resources/el.lproj/main.nib/keyedobjects.nib   |binary
 hw/xquartz/bundle/Resources/fi.lproj/Localizable.strings |binary
 hw/xquartz/bundle/Resources/fi.lproj/locversion.plist|4 
 hw/xquartz/bundle/Resources/fi.lproj/main.nib/designable.nib |  421 
 hw/xquartz/bundle/Resources/fi.lproj/main.nib/keyedobjects.nib   |binary
 hw/xquartz/bundle/Resources/he.lproj/InfoPlist.strings   |binary
 hw/xquartz/bundle/Resources/he.lproj/Localizable.strings |binary
 

Processing of xorg-server_1.10.4-1~bpo60+1_amd64.changes

2011-08-28 Thread Debian FTP Masters
xorg-server_1.10.4-1~bpo60+1_amd64.changes uploaded successfully to localhost
along with the files:
  xorg-server_1.10.4-1~bpo60+1.dsc
  xorg-server_1.10.4.orig.tar.gz
  xorg-server_1.10.4-1~bpo60+1.diff.gz
  xserver-common_1.10.4-1~bpo60+1_all.deb
  xserver-xorg-core_1.10.4-1~bpo60+1_amd64.deb
  xserver-xorg-core-udeb_1.10.4-1~bpo60+1_amd64.udeb
  xserver-xorg-dev_1.10.4-1~bpo60+1_amd64.deb
  xdmx_1.10.4-1~bpo60+1_amd64.deb
  xdmx-tools_1.10.4-1~bpo60+1_amd64.deb
  xnest_1.10.4-1~bpo60+1_amd64.deb
  xvfb_1.10.4-1~bpo60+1_amd64.deb
  xserver-xephyr_1.10.4-1~bpo60+1_amd64.deb
  xserver-xfbdev_1.10.4-1~bpo60+1_amd64.deb
  xserver-xorg-core-dbg_1.10.4-1~bpo60+1_amd64.deb

Greetings,

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


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



Re: xorg-server_1.10.4-1~bpo60+1_amd64.changes REJECTED

2011-08-28 Thread Cyril Brulebois
Debian FTP Masters ftpmas...@ftp-master.debian.org (28/08/2011):
 Reject Reasons:
 Unknown distribution `squeeze-backports'.
[…]
 Cannot find target suite squeeze-backports to perform version checks
 xorg-server_1.10.4-1~bpo60+1.dsc: cannot find suite squeeze-backports when 
 checking source formats
 Cannot find target suite squeeze-backports to perform version checks
 
 Warnings:
 ignoring xorg-server_1.10.4.orig.tar.gz, since it's already in the archive.

As mentioned on IRC, dput foo.changes ≠ dput backports foo.changes

dcut rm was too late, but version checks ensure we're safe, so *shrug*.

Mraw,
KiBi.


signature.asc
Description: Digital signature


xorg-server_1.10.4-1~bpo60+1_amd64.changes REJECTED

2011-08-28 Thread Debian FTP Masters



Reject Reasons:
Unknown distribution `squeeze-backports'.
Cannot find target suite squeeze-backports to perform version checks
Cannot find target suite squeeze-backports to perform version checks
Cannot find target suite squeeze-backports to perform version checks
Cannot find target suite squeeze-backports to perform version checks
Cannot find target suite squeeze-backports to perform version checks
Cannot find target suite squeeze-backports to perform version checks
Cannot find target suite squeeze-backports to perform version checks
Cannot find target suite squeeze-backports to perform version checks
Cannot find target suite squeeze-backports to perform version checks
Cannot find target suite squeeze-backports to perform version checks
Cannot find target suite squeeze-backports to perform version checks
xorg-server_1.10.4-1~bpo60+1.dsc: cannot find suite squeeze-backports when 
checking source formats
Cannot find target suite squeeze-backports to perform version checks

Warnings:
ignoring xorg-server_1.10.4.orig.tar.gz, since it's already in the archive.



===

Please feel free to respond to this email if you don't understand why
your files were rejected, or if you upload new files which address our
concerns.


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



Bug#637910: #637910 271 broke -e parsing

2011-08-28 Thread Thomas Dickey
...it was a little larger than I'd estimated - but is fixed in #273.

-- 
Thomas E. Dickey dic...@invisible-island.net
http://invisible-island.net
ftp://invisible-island.net


signature.asc
Description: Digital signature


Bug#639651: xserver-xorg-video-r128: FTBFS: Package 'xorg-server' requires 'dri2proto = 2.6' but version of DRI2Proto is 2.3

2011-08-28 Thread Jonathan Nieder
Package: xserver-xorg-dev
Version: 2:1.10.99.901+git20110731-1
Tags: patch

Hi,

Trying to build xserver-xorg-video-r128 today:

checking for XORG... no
configure: error: Package requirements (xorg-server = 1.2 xproto font

Package 'xorg-server' requires 'dri2proto = 2.6' but version of DRI2P

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables XORG_CFLAGS
and XORG_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
dh_auto_configure: ../configure --build=x86_64-linux-gnu --prefix=/usr
make: *** [build] Error 2

Well, I asked for it.  It seems that the dri2 requirement bumped with
932513e2 (DRI2/GLX: use new swap event types, 2011-05-05).  How about
this patch?

-- 8 --
Subject: Bump xserver-xorg-core Depends on x11proto-dri2-dev

This avoids build failures in drivers that use PKG_CHECK_MODULES(XORG,
[xorg-server]):

Package 'xorg-server' requires 'dri2proto = 2.6' but version of 
DRI2Proto is 2.3
---
 debian/changelog |7 +++
 debian/control   |2 +-
 2 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ac07882c..42351787 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+xorg-server (2:1.11.0-1.1) local; urgency=low
+
+  * xserver-xorg-core: Bump dependency on x11proto-dri2-dev, needed
+since xorg-server.pc pulls a newer dri2proto version.
+
+ -- Jonathan Nieder jrnie...@gmail.com  Sun, 28 Aug 2011 20:39:07 -0500
+
 xorg-server (2:1.11.0-1) unstable; urgency=low
 
   [ Julien Cristau ]
diff --git a/debian/control b/debian/control
index ea69deb1..f822fc9f 100644
--- a/debian/control
+++ b/debian/control
@@ -163,7 +163,7 @@ Depends:
  x11proto-video-dev,
  x11proto-randr-dev (= 1.2.99.3),
  x11proto-render-dev (= 2:0.11),
- x11proto-dri2-dev (= 2.3),
+ x11proto-dri2-dev (= 2.6),
  x11proto-fonts-dev,
  x11proto-xinerama-dev,
  x11proto-kb-dev,
-- 
1.7.6




-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110829015343.ga28...@elie.gateway.2wire.net



Bug#634833: Acknowledgement (xserver-xorg: drawing of drop down boxes produces artifacts temporarily)

2011-08-28 Thread Vance Lee
further information to this bug : 
https://bugs.freedesktop.org/show_bug.cgi?id=34427




--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4e5b01bb.7010...@gmail.com



Bug#639656: xorg-server: debian/rules references unknown configuration options

2011-08-28 Thread Dave Witbrodt
Source: xorg-server
Version: 1.11.0-1
Severity: minor


I do my own local builds of the X stack, and I have been noticing
warnings like this when building the X server for a while:

configure: WARNING: unrecognized options: --disable-builddocs, 
--disable-xcalibrate

Curious, I investigated a little:

$ ./configure --help | grep -- -docs
  --enable-docs   Enable building the documentation (default: yes)
  --enable-devel-docs Enable building the developer documentation

$ ./configure --help | grep calibrate

There is no output in the second case.  Looking in debian/rules, I see

confflags += \
[...]
 --disable-builddocs \
[...]
 --enable-mitshm \
[...]
 --disable-xcalibrate \
[...]

It looks like the rules file has gotten a bit crufty over time, and
--disable-builddocs should be replaced by --disable-docs and
--disable-devel-docs, and --disable-xcalibrate should be dropped.

I left --enable-mitshm quoted there because './configure --help'
doesn't mention such an option (instead it mentions --disable-shm),
but reading the 'configure' script itself reveals that
--enable-mitshm is correct (and there is no such thing as
--enable-shm).  Does the X Strike Force know anything about this
last  issue?  Would you like me to report it upstream as a bug in the
help text, or is it not a bug?


HTH,
Dave W.


-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (350, 'experimental')
Architecture: amd64 (x86_64)

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



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



Static linking LLVM

2011-08-28 Thread Seo Sanghyeon
Recently Mesa DRI started to use LLVM. (I noticed this because of
sudden increase in package size.) According to the changelog of
Debian source package mesa:

Build r300 classic (through DRI_DRIVERS) everywhere, since r300g comes
with a few additional requirements: LLVM is needed for this driver,
and apparently only works fine on x86 platform. As a consequence, only
build r300g on amd and i386, and add llvm-2.9-dev build-dep on those
platforms accordingly. Disable it explicitly on other platforms.

From what I can tell, r300_dri.so and r600_dri.so under
/usr/lib/i386-linux-gnu/dri in libgl1-mesa-dri package statically link
LLVM 2.9. Since LLVM is a complex software and it is not inconceivable
that security issues will be found, I think this should be noted in
embedded-code-copies file.

CC'ing Debian X Strike Force who may have some ideas.

Seo Sanghyeon


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110829040636.ga27...@sparcs.kaist.ac.kr