Bug#687699: screen output

2012-09-18 Thread Harald Dunkel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 A am using C on the shell: % env | egrep LANG\|LC LC_ALL=C LANG=C The ctrl-right-mouse-button memu shows no mark at utf-encoding and ut-font, either. I do not see what pbuilder uses inside, but should this matter? Any guess about the used locale

Bug#687699: screen output

2012-09-18 Thread Thomas Dickey
On Tue, Sep 18, 2012 at 08:19:29AM +0200, Harald Dunkel wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 A am using C on the shell: % env | egrep LANG\|LC LC_ALL=C LANG=C The ctrl-right-mouse-button memu shows no mark at utf-encoding and ut-font, either. I do not see what

Processed: Bouncing severity

2012-09-18 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: severity 640499 important Bug #640499 [libxvmc] libxvmc: please add multiarch support Severity set to 'important' from 'wishlist' thanks Stopping processing here. Please contact me if you need assistance. -- 640499:

libglu: Changes to 'upstream-unstable'

2012-09-18 Thread Timo Aaltonen
configure.ac | 12 ++-- glu.pc.in|2 +- 2 files changed, 7 insertions(+), 7 deletions(-) New commits: commit 030651b64854b84a01ebebad9af188e7644c541a Author: Matt Turner matts...@gmail.com Date: Mon Sep 17 11:32:14 2012 -0700 build: Put correct thing in glu.pc's

libglu: Changes to 'debian-unstable'

2012-09-18 Thread Timo Aaltonen
configure.ac | 12 ++-- debian/changelog |2 +- debian/watch |3 +++ glu.pc.in|2 +- 4 files changed, 11 insertions(+), 8 deletions(-) New commits: commit ce6c09452576dfc4f5aa227f12c1a563410cd42c Author: Timo Aaltonen tjaal...@ubuntu.com Date: Tue Sep 18

libglu: Changes to 'ubuntu'

2012-09-18 Thread Timo Aaltonen
configure.ac | 12 ++-- debian/changelog |9 + debian/watch |3 +++ glu.pc.in|2 +- 4 files changed, 15 insertions(+), 11 deletions(-) New commits: commit 7d9418145f51dda86ac2f0afcd8703492c58cb96 Author: Timo Aaltonen tjaal...@ubuntu.com Date: Tue

xserver-xorg-video-intel: Changes to 'ubuntu'

2012-09-18 Thread Timo Aaltonen
ChangeLog | 337 +++ NEWS | 48 + configure.ac | 19 debian/changelog | 2254 -- src/intel_display.c |9 src/intel_driver.c|4 src/intel_driver.h|2 src/intel_module.c

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

2012-09-18 Thread Timo Aaltonen
ChangeLog | 337 ++ NEWS | 48 ++- configure.ac | 19 ++ debian/changelog |2 src/intel_display.c |9 + src/intel_driver.c|4 src/intel_driver.h|2 src/intel_module.c

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

2012-09-18 Thread Timo Aaltonen
NEWS | 48 +++ configure.ac | 19 ++- src/intel_display.c |9 + src/intel_driver.c|4 src/intel_driver.h|2 src/intel_module.c| 21 ++- src/sna/gen2_render.c |4 src/sna/gen3_render.c | 17 -- src/sna/gen4_render.c |4

[PATCH RFC 0/7] squeeze backport of mesa 8.0.4

2012-09-18 Thread Anisse Astier
Hi, This patch series is a backport of mesa 8.0.4 for squeeze. It was based on Kibi's previous mesa 7.10 backport. It needs a libdrm backport as well that wasn't included because it's much simpler. This new mesa might be useful for those still using squeeze and wanting the new hardware support

[PATCH RFC 1/7] Rebuild for squeeze-backports

2012-09-18 Thread Anisse Astier
Based on Cyril Brulebois's mesa 7.10 backport for squeeze. --- debian/changelog |6 ++ 1 file changed, 6 insertions(+) diff --git a/debian/changelog b/debian/changelog index 21a8a2b..9b59181 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +mesa (8.0.4~bpo-1+1)

[PATCH RFC 2/7] Drop multi-arch support

2012-09-18 Thread Anisse Astier
Based on Cyril Brulebois's mesa 7.10 backport for squeeze. --- debian/changelog |6 ++ debian/control | 42 +- debian/not-installed | 24 debian/rules | 18 +- 4 files changed, 28

[PATCH RFC 3/7] Support upgrades from squeeze and to wheezy.

2012-09-18 Thread Anisse Astier
Based on Cyril Brulebois's mesa 7.10 backport for squeeze. --- debian/changelog |4 debian/control | 18 +++--- 2 files changed, 7 insertions(+), 15 deletions(-) diff --git a/debian/changelog b/debian/changelog index 8046b19..f8963a7 100644 --- a/debian/changelog +++

[PATCH RFC 7/7] Remove debhelper xz compression, we prefer to use default(gzip)

2012-09-18 Thread Anisse Astier
This should be better supported by squeeze's dpkg --- debian/rules |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index ddda68b..ce98e9f 100755 --- a/debian/rules +++ b/debian/rules @@ -333,7 +333,7 @@ endif dh_shlibdeps -s

[PATCH RFC 4/7] Fix path for those special DRI files

2012-09-18 Thread Anisse Astier
This should take into account multi-arch removal and fix the install paths. Based on Cyril Brulebois's mesa 7.10 backport for squeeze. --- debian/changelog|2 ++ debian/libgl1-mesa-dri.install.in |2 +- debian/libgl1-mesa-dri.install.linux.in | 10

[PATCH RFC 6/7] Used LLVM 2.7 instead of 2.9

2012-09-18 Thread Anisse Astier
--- debian/control|2 +- debian/patches/13-llvm-config-pick-a-version.diff |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 3f4bfd7..eff2e96 100644 --- a/debian/control +++ b/debian/control @@

[PATCH RFC 5/7] Remove wayland support

2012-09-18 Thread Anisse Astier
--- debian/control |1 - debian/libegl1-mesa-dev.install.linux.in |3 --- debian/libegl1-mesa-drivers.install.linux.in |3 --- debian/libegl1-mesa.symbols |1 - debian/rules |2 -- 5 files

Bug#687203: dpi/resolution setting lost on suspend/resume

2012-09-18 Thread Carsten Otto
Hi, I just noticed that this problem only occurs when I suspend my notebook by closing the lid. Pressing the Fn key for suspend does not trigger the problem. In addition to the DPI problem I now also (with kernel 3.5.4) see that the display brightness is reduced to some low value. This, too,

Re: [PATCH RFC 0/7] squeeze backport of mesa 8.0.4

2012-09-18 Thread Cyril Brulebois
Hello, Anisse Astier ani...@astier.eu (18/09/2012): This patch series is a backport of mesa 8.0.4 for squeeze. It was based on Kibi's previous mesa 7.10 backport. It needs a libdrm backport as well that wasn't included because it's much simpler. This new mesa might be useful for those still

Re: [PATCH RFC 0/7] squeeze backport of mesa 8.0.4

2012-09-18 Thread Anisse Astier
On Tue, 18 Sep 2012 12:57:47 +0200, Cyril Brulebois k...@debian.org wrote : Hello, Anisse Astier ani...@astier.eu (18/09/2012): This patch series is a backport of mesa 8.0.4 for squeeze. It was based on Kibi's previous mesa 7.10 backport. It needs a libdrm backport as well that wasn't

Bug#687203: dpi/resolution setting lost on suspend/resume

2012-09-18 Thread Carsten Otto
Hi, digging in a bit deeper revealed that this is not related to sleep nor suspend. I disabled sleep everywhere I could, so that closing the lid now just blanks the screen (without locking, without sleep, ...). When I now open the lid, the screen shows content after a very short while. However,

Bug#688067: xserver-xorg: X server maintains incorrect data on black background after Flash crash

2012-09-18 Thread Noel David Torres TaƱo
Package: xserver-xorg Version: 1:7.5+8 Severity: normal Dear Maintainer, *** Please consider answering these questions, where appropriate *** * What led up to the situation? I killed xulrunner process that was showing a flash animation for Blogger * What exactly did you do (or not do) that