xcb-util: Changes to 'debian-unstable'

2012-02-08 Thread Timo Aaltonen
 debian/changelog|4 
 debian/control  |7 +--
 debian/libxcb-util0-dev.install |6 +++---
 debian/libxcb-util0.install |2 +-
 debian/rules|2 ++
 5 files changed, 15 insertions(+), 6 deletions(-)

New commits:
commit 317651922039b9b734d74ddd3678d50f1cd01c21
Author: Tom Ellis 
Date:   Wed Feb 8 14:13:21 2012 +0200

Convert to multi-arch

diff --git a/debian/changelog b/debian/changelog
index 208f6a0..85b9ceb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
 xcb-util (0.3.8-1) unstable; urgency=low
 
+  [ Arnaud Fontaine ]
   * New upstream release.
 + xcb-util has been split up into several modules.
 + Build-Depends on libxcb1-dev >= 1.6. Closes: #544865.
@@ -8,6 +9,9 @@ xcb-util (0.3.8-1) unstable; urgency=low
 + Now maintain as part of pkg-xorg team.
   * Switch to "3.0 (quilt)" source format.
 
+  [ Tom Ellis ]
+  * Convert to multi-arch. (LP: #925388)
+
  -- Arnaud Fontaine   Fri, 06 May 2011 21:44:09 +0900
 
 xcb-util (0.3.6-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index d4997e4..9babb31 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,8 @@ Priority: extra
 Maintainer: Debian X Strike Force 
 Uploaders: Julien Danjou ,
Arnaud Fontaine 
-Build-Depends: cdbs,
-   debhelper (>= 5),
+Build-Depends: cdbs ( >= 0.4.93),
+   debhelper (>= 8.1.3),
libxcb1-dev (>= 1.6),
gperf,
pkg-config,
@@ -24,7 +24,9 @@ Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/lib/xcb-util.git
 Package: libxcb-util0
 Section: libs
 Architecture: any
+Pre-Depends: ${misc:Pre-Depends}
 Depends: ${shlibs:Depends}, ${misc:Depends}
+Multi-Arch: same
 Description: utility libraries for X C Binding -- atom, aux and event
  This package contains the library files needed to run software using
  libxcb-util.
@@ -51,6 +53,7 @@ Architecture: any
 Depends: libxcb-util0 (= ${binary:Version}),
  libxcb1-dev,
  ${misc:Depends}
+Multi-Arch: same
 Description: utility libraries for X C Binding -- atom, aux and event
  This package contains the header and library files needed to build software
  using libxcb-util.
diff --git a/debian/libxcb-util0-dev.install b/debian/libxcb-util0-dev.install
index 489c554..7d0ad47 100644
--- a/debian/libxcb-util0-dev.install
+++ b/debian/libxcb-util0-dev.install
@@ -1,4 +1,4 @@
 usr/include/xcb/*.h
-usr/lib/libxcb-util.a
-usr/lib/libxcb-util.so
-usr/lib/pkgconfig/*.pc
+usr/lib/*/libxcb-util.a
+usr/lib/*/libxcb-util.so
+usr/lib/*/pkgconfig/*.pc
diff --git a/debian/libxcb-util0.install b/debian/libxcb-util0.install
index 7223d2c..bdc40ab 100644
--- a/debian/libxcb-util0.install
+++ b/debian/libxcb-util0.install
@@ -1 +1 @@
-usr/lib/libxcb-util.so.*
+usr/lib/*/libxcb-util.so.*
diff --git a/debian/rules b/debian/rules
index 8938b7d..7f1acee 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,6 +9,8 @@ DEB_DH_MAKESHLIBS_ARGS=-V
 
 ORIG_MAJOR=$(shell git describe upstream | cut -d- -f1)
 ORIG_GIT=$(shell git describe upstream | cut -d- -f2)
+DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
+DEB_CONFIGURE_EXTRA_FLAGS += --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH)
 
 post-patches:: configure-stamp
 configure-stamp:


-- 
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/e1rv6pa-0004rr...@vasks.debian.org



Bug#658636: Acknowledgement (xserver-xorg-video-radeon: Multiple DRI regressions)

2012-02-08 Thread Alex Deucher
On Tue, Feb 7, 2012 at 7:32 PM, Witold Baryluk  wrote:
>
> So why there are two incompatible drivers, especially when radeon looks
> to be providing framebuffer anyway? Is radeonfb module supporting even
> some older hardware so it is keeped in kernel?

radeon covers all hw radeonfb covers and more.  The reason radeonfb is
still around is that it covers a few corner cases (suspend and resume
on ppc mac cards) which hasn't been ported over to radeon yet.  On
x86, there is no reason to use radeonfb.

Alex



-- 
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/cadnq5_o9uxr6oqssfcd13ua0vlcfcsh2gtteqnvpkswpyn6...@mail.gmail.com



Bug#658636: Acknowledgement (xserver-xorg-video-radeon: Multiple DRI regressions)

2012-02-08 Thread Michel Dänzer
On Mit, 2012-02-08 at 08:25 -0500, Alex Deucher wrote: 
> On Tue, Feb 7, 2012 at 7:32 PM, Witold Baryluk  
> wrote:
> >
> > So why there are two incompatible drivers, especially when radeon looks
> > to be providing framebuffer anyway? Is radeonfb module supporting even
> > some older hardware so it is keeped in kernel?
> 
> radeon covers all hw radeonfb covers and more.  The reason radeonfb is
> still around is that it covers a few corner cases (suspend and resume
> on ppc mac cards) which hasn't been ported over to radeon yet.  On
> x86, there is no reason to use radeonfb.

radeonfb also has console acceleration.


-- 
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/1328708002.2859.88.camel@thor.local



Bug#659115: Problems with Non-Zero Border Radius of GTK Widgets after Upgrading libpixman-1-0

2012-02-08 Thread Tsu Jan
Package: libpixman-1-0
Version: 0.24.2-1

After upgrading libpixman-1-0 to v0.24.2-1, some problems related to
border radius appeared in GTK3 (and GTK2) apps. One of them is so:

If border-radius is set to a non-zero value for GtkNotebooks (in
".notebook" block of gtk-widgets.css and even in the Adwaita theme), the
left border won't be shown when the leftmost (first) tab is active, and
only when another tab is active it will be shown. This can be easily
seen in Bluefish but exists in all GTK3 (and perhaps, GTK2) apps.
However, it isn't ugly in Nautilus because Nautilus' pane separator is
visible with Adwaita.

There's also another issue when the toolbar border radius is non-zero
but this issue can't be seen with a modified Adwaita.

I reported this bug against libpixman-1-0 just because downgrading it to
v0.24.0-1 solved both problems.

System Information:
--
Debian Release: wheezy/sid
Kernel: Linux 3.1.0-1-amd64
libc6: 2.13.26
libcairo2: 1.10.2-6.2
libgtk-3-0: 3.2.3-1 
nVidia: 290.10-1

info on libpixman-1-0 0.24.2-1
--
Depends: libc6 (>= 2.3)
Pre-Depends: multiarch-support






-- 
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/1328709339.4930.0.camel@debian



Bug#659110: xserver-xorg-video-nouveau: Hibernate restore/thawing causes blank sscreen and unresponsive keyboard

2012-02-08 Thread Cyril Brulebois
Hi,

Rikard Mustajärvi  (08/02/2012):
> Package: xserver-xorg-video-nouveau
> Version: 1:0.0.16+git20111201+b5534a1-1
> Severity: normal

Sven, what about a new snapshot, btw?

> See https://bugs.freedesktop.org/show_bug.cgi?id=45752 for original bug
> report where Ben Skeggs believes the issue is fixed upstream.

If you want to try it right now, here's a quick walkthrough:
  sudo apt-get build-dep xserver-xorg-video-nouveau
  debcheckout xserver-xorg-video-nouveau
  cd xserver-xorg-video-nouveau
  git remote add upstream 
git://anongit.freedesktop.org/nouveau/xf86-video-nouveau
  git fetch upstream
  git merge upstream/master
  dch --local +quicktest "Merge from upstream master."
  debuild -b
  sudo debi --upgrade

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#659115: Problems with Non-Zero Border Radius of GTK Widgets after Upgrading libpixman-1-0

2012-02-08 Thread Cyril Brulebois
Hi,

Tsu Jan  (08/02/2012):
> Package: libpixman-1-0
> Version: 0.24.2-1
> 
> After upgrading libpixman-1-0 to v0.24.2-1, some problems related to
> border radius appeared in GTK3 (and GTK2) apps. One of them is so: […]

just a quick note: there's #656682 which should be fixed with a new
upstream release any time soon (fd.o's git was down for a while, that
might explain the delay).

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#659110: xserver-xorg-video-nouveau: Hibernate restore/thawing causes blank sscreen and unresponsive keyboard

2012-02-08 Thread Sven Joachim
On 2012-02-08 15:04 +0100, Cyril Brulebois wrote:

> Rikard Mustajärvi  (08/02/2012):
>> Package: xserver-xorg-video-nouveau
>> Version: 1:0.0.16+git20111201+b5534a1-1
>> Severity: normal
>
> Sven, what about a new snapshot, btw?

I can prepare one if you like, but the commits in upstream's master
branch since the current snapshot do not seem particularly important to
me.  Also, I'm positive that none of them has any relevance wrt this
problem.

>> See https://bugs.freedesktop.org/show_bug.cgi?id=45752 for original bug
>> report where Ben Skeggs believes the issue is fixed upstream.
>
> If you want to try it right now, here's a quick walkthrough:
>   sudo apt-get build-dep xserver-xorg-video-nouveau
>   debcheckout xserver-xorg-video-nouveau
>   cd xserver-xorg-video-nouveau
>   git remote add upstream 
> git://anongit.freedesktop.org/nouveau/xf86-video-nouveau
>   git fetch upstream
>   git merge upstream/master
>   dch --local +quicktest "Merge from upstream master."
>   debuild -b
>   sudo debi --upgrade

This is not going to help, upgrading the kernel is necessary.

Cheers,
   Sven



-- 
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/87y5sdb9j2@turtle.gmx.de



Bug#659110: xserver-xorg-video-nouveau: Hibernate restore/thawing causes blank sscreen and unresponsive keyboard

2012-02-08 Thread Sven Joachim
On 2012-02-08 14:19 +0100, Rikard Mustajärvi wrote:

> Package: xserver-xorg-video-nouveau
> Version: 1:0.0.16+git20111201+b5534a1-1
> Severity: normal
>
> Dear Maintainer,
>
> Using xfce4-power-manager to hibernate the machine (seems to work) and then.
> restoring causes a blank screen and unresponsive keyboard. SSH works though.
>
> Suspend/restore to/from ram works.
>
> See https://bugs.freedesktop.org/show_bug.cgi?id=45752 for original bug report
> where Ben Skeggs believes the issue is fixed upstream.

This is a kernel problem, so you have to upgrade…

> Linux version 3.1.0-1-amd64 (Debian 3.1.8-2)

…to a 3.2 kernel.  If that does not help, follow up on the upstream bug
and ask for commit IDs of the fix. 

> [31.403] (EE) NOUVEAU(0): Error creating GPU channel: -19
> [31.403] (EE) NOUVEAU(0): Error initialising acceleration.  Falling back 
> to NoAccel

This should be fixed by upgrading to Linux 3.2 as well.

Cheers,
   Sven



-- 
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/87mx8tb977@turtle.gmx.de



Bug#659161: running xfontsel causes X server segfault

2012-02-08 Thread Andrew O. Shadura
Package: xserver-xorg-core

Version: 2:1.11.99.902-1
Severity: normal

Cool, now I can use xfontsel to restart my X instead of long invoke-rc.d
gdm restart ;)

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

lrwxrwxrwx 1 root root 13 Apr  3  2009 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 2068776 Feb  2 06:55 /usr/bin/Xorg

VGA-compatible devices on PCI bus:
--
00:02.0 VGA compatible controller [0300]: Intel Corporation Mobile 945GM/GMS, 
943/940GML Express Integrated Graphics Controller [8086:27a2] (rev 03)

Xorg X server configuration file status:

-rw-r--r-- 1 root root 1683 Sep 24 00:16 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
---
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "ServerLayout"
Identifier  "Layout 1"
Screen  "Default Screen"
InputDevice "Generic Keyboard" "CoreKeyboard"
InputDevice "Configured Mouse" "CorePointer"
EndSection

Section "ServerFlags"
Option "DontZap" "off"
EndSection

Section "InputDevice"
Identifier  "Generic Keyboard"
Driver  "kbd"
Option  "XkbRules"  "xorg"
Option  "XkbOption" "grp:ctrl_shift_toggle"
Option  "XkbModel"  "pc104"
Option  "XkbLayout" "by(latin),ru(winkeys),by(winkeys)"
EndSection

Section "InputDevice"
Identifier  "Configured Mouse"
Driver  "mouse"
EndSection

Section "Device"
Identifier  "Configured Video Device"
#   Driver  "vesa"
#   Driver  "ati"
EndSection

Section "Monitor"
Identifier  "VGA1"
EndSection

Section "Monitor"
Identifier  "DVI1"
EndSection

Section "Monitor"
Identifier  "LVDS1"
DisplaySize 304 190
EndSection

Section "Screen"
Identifier  "Default Screen"
Monitor "LVDS1"
DefaultDepth24
SubSection "Display"
Depth   24
#Modes  "1024x768" "800x600" "640x480"
#Virtual 1024 768
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.2.0-rc7-686-pae (Debian 3.2~rc7-1~experimental.1) 
(wa...@debian.org) (gcc version 4.6.2 (Debian 4.6.2-4) ) #1 SMP Wed Dec 28 
21:26:25 UTC 2011

Xorg X server log files on system:
--
-rw-r--r-- 1 root root 28154 Jun 24  2011 /var/log/Xorg.20.log
-rw-r--r-- 1 root root 79096 Jun 30  2011 /var/log/Xorg.1.log
-rw-r--r-- 1 root root 30455 Feb  8 23:22 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file (/var/log/Xorg.0.log):
-
[822619.573] 
X.Org X Server 1.11.99.902 (1.12.0 RC 2)
Release Date: 2012-01-27
[822619.573] X Protocol Version 11, Revision 0
[822619.573] Build Operating System: Linux 2.6.32-5-amd64 i686 Debian
[822619.573] Current Operating System: Linux ileemo 3.2.0-rc7-686-pae #1 SMP 
Wed Dec 28 21:26:25 UTC 2011 i686
[822619.573] Kernel command line: 
root=UUID=5caec832-0116-4961-918d-e6df8166014f ro fastboot quiet splash 
video=radeonfb:mode_option=1400x1050-24@60
[822619.573] Build Date: 02 February 2012  03:49:20AM
[822619.573] xorg-server 2:1.11.99.902-1 (Cyril Brulebois ) 
[822619.573] Current version of pixman: 0.22.2
[822619.573]Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[822619.573] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[822619.573] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Feb  8 23:22:37 
2012
[822619.573] (==) Using config file: "/etc/X11/xorg.conf"
[822619.573] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[822619.574] (==) ServerLayout "Layout 1"
[822619.574] (**) |-->Screen "Default Screen" (0)
[822619.574] (**) |   |-->Monitor "LVDS1"
[822619.574] (==) No device specified for screen "Default Screen

xcb-util: Changes to 'debian-unstable'

2012-02-08 Thread Timo Aaltonen
 debian/changelog |9 ++---
 1 file changed, 6 insertions(+), 3 deletions(-)

New commits:
commit c51e92c0e99ae685d512bc0ff91603c60896463f
Author: Timo Aaltonen 
Date:   Wed Feb 8 22:40:16 2012 +0200

fix the changelog entry of the previous commit

diff --git a/debian/changelog b/debian/changelog
index 85b9ceb..dcf158e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xcb-util (0.3.8-2) UNRELEASED; urgency=low
+
+  * Convert to multi-arch. (LP: #925388)
+
+ -- Tom Ellis   Wed, 08 Feb 2012 11:28:48 +
+
 xcb-util (0.3.8-1) unstable; urgency=low
 
   [ Arnaud Fontaine ]
@@ -9,9 +15,6 @@ xcb-util (0.3.8-1) unstable; urgency=low
 + Now maintain as part of pkg-xorg team.
   * Switch to "3.0 (quilt)" source format.
 
-  [ Tom Ellis ]
-  * Convert to multi-arch. (LP: #925388)
-
  -- Arnaud Fontaine   Fri, 06 May 2011 21:44:09 +0900
 
 xcb-util (0.3.6-1) unstable; urgency=low


-- 
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/e1rvejq-0001aa...@vasks.debian.org



Bug#626337: xserver-xorg-video-intel: Screen update problems (non-compositing)

2012-02-08 Thread Tobias Hansen
Hi,

the bug is gone for me in Debian testing. What about you? Can I close it?

Best regards,
Tobias



-- 
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/4f32e5e1.7020...@gmx.de



Bug#659110: xserver-xorg-video-nouveau: Hibernate restore/thawing causes blank sscreen and unresponsive keyboard

2012-02-08 Thread Rikard Mustajärvi

On 02/08/2012 05:07 PM, Sven Joachim wrote:

On 2012-02-08 14:19 +0100, Rikard Mustajärvi wrote:


Package: xserver-xorg-video-nouveau
Version: 1:0.0.16+git20111201+b5534a1-1
Severity: normal

Dear Maintainer,

Using xfce4-power-manager to hibernate the machine (seems to work) and then.
restoring causes a blank screen and unresponsive keyboard. SSH works though.

Suspend/restore to/from ram works.

See https://bugs.freedesktop.org/show_bug.cgi?id=45752 for original bug report
where Ben Skeggs believes the issue is fixed upstream.

This is a kernel problem, so you have to upgrade…


Linux version 3.1.0-1-amd64 (Debian 3.1.8-2)

…to a 3.2 kernel.  If that does not help, follow up on the upstream bug
and ask for commit IDs of the fix.


[31.403] (EE) NOUVEAU(0): Error creating GPU channel: -19
[31.403] (EE) NOUVEAU(0): Error initialising acceleration.  Falling back to 
NoAccel

This should be fixed by upgrading to Linux 3.2 as well.

Cheers,
Sven


Thanks for your comment. How far away is the 3.2 kernel in 
testing(wheezy? Or is there another way?


//Rikard



--
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/4f32ea3c.5050...@gmail.com



Bug#659110: xserver-xorg-video-nouveau: Hibernate restore/thawing causes blank sscreen and unresponsive keyboard

2012-02-08 Thread Sven Joachim
On 2012-02-08 22:33 +0100, Rikard Mustajärvi wrote:

> Thanks for your comment. How far away is the 3.2 kernel in
> testing(wheezy?

It should hopefully migrate soon, but I'm not involved in that process.

> Or is there another way?

Download the package from
http://packages.debian.org/sid/amd64/linux-image-3.2.0-1-amd64/download,
install it with "dpkg -i" and reboot.

Cheers,
   Sven



-- 
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/87bop97zsc@turtle.gmx.de



Bug#659110: xserver-xorg-video-nouveau: Hibernate restore/thawing causes blank sscreen and unresponsive keyboard

2012-02-08 Thread Cyril Brulebois
Sven Joachim  (08/02/2012):
> On 2012-02-08 22:33 +0100, Rikard Mustajärvi wrote:
> 
> > Thanks for your comment. How far away is the 3.2 kernel in
> > testing(wheezy?
> 
> It should hopefully migrate soon, but I'm not involved in that process.

Cruft left over from 3.1 packages should be getting cleaned up as I
write; migration should indeed happen soon.

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#659110: xserver-xorg-video-nouveau: Hibernate restore/thawing causes blank sscreen and unresponsive keyboard

2012-02-08 Thread Cyril Brulebois
Sven Joachim  (08/02/2012):
> I can prepare one if you like, but the commits in upstream's master
> branch since the current snapshot do not seem particularly important
> to me.

Thanks for the status update; just checking nothing important was
sitting there waiting for us to merge&upload.

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#659110: xserver-xorg-video-nouveau: Hibernate restore/thawing causes blank sscreen and unresponsive keyboard

2012-02-08 Thread Rikard Mustajärvi

8 feb 2012 kl. 22.58 skrev Sven Joachim:

> On 2012-02-08 22:33 +0100, Rikard Mustajärvi wrote:
> 
>> Thanks for your comment. How far away is the 3.2 kernel in
>> testing(wheezy?
> 
> It should hopefully migrate soon, but I'm not involved in that process.
> 
>> Or is there another way?
> 
> Download the package from
> http://packages.debian.org/sid/amd64/linux-image-3.2.0-1-amd64/download,
> install it with "dpkg -i" and reboot.
> 
> Cheers,
>   Sven

Ok, tried it but no luck. The following is from an SSH session while the 
machine is blanked out.

rikard@bergarn:~$ uname -a
Linux bergarn 3.2.0-1-amd64 #1 SMP Sun Feb 5 15:17:15 UTC 2012 x86_64 GNU/Linux
rikard@bergarn:~$ dmesg



[  268.378066] wlan0: deauthenticating from 30:46:9a:7d:4c:8e by local choice 
(reason=3)
[  268.542698] cfg80211: Calling CRDA to update world regulatory domain
[  268.554180] cfg80211: World regulatory domain updated:
[  268.554189] cfg80211: (start_freq - end_freq @ bandwidth), 
(max_antenna_gain, max_eirp)
[  268.554197] cfg80211: (2402000 KHz - 2472000 KHz @ 4 KHz), (300 mBi, 
2000 mBm)
[  268.554204] cfg80211: (2457000 KHz - 2482000 KHz @ 2 KHz), (300 mBi, 
2000 mBm)
[  268.554211] cfg80211: (2474000 KHz - 2494000 KHz @ 2 KHz), (300 mBi, 
2000 mBm)
[  268.554217] cfg80211: (517 KHz - 525 KHz @ 4 KHz), (300 mBi, 
2000 mBm)
[  268.554223] cfg80211: (5735000 KHz - 5835000 KHz @ 4 KHz), (300 mBi, 
2000 mBm)
[  269.766317] jme :03:00.0: irq 53 for MSI/MSI-X
[  269.789189] jme :03:00.0: eth0: Link is down
[  269.791968] ADDRCONF(NETDEV_UP): eth0: link is not ready
[  269.814884] jme :03:00.0: irq 53 for MSI/MSI-X
[  269.841059] jme :03:00.0: eth0: Link is down
[  269.843826] ADDRCONF(NETDEV_UP): eth0: link is not ready
[  270.131973] jme :03:00.0: irq 53 for MSI/MSI-X
[  270.156626] jme :03:00.0: eth0: Link is down
[  270.159393] ADDRCONF(NETDEV_UP): eth0: link is not ready
[  270.327947] PM: Marking nosave pages: 0009d000 - 0010
[  270.327951] PM: Marking nosave pages: ced05000 - ced48000
[  270.327953] PM: Marking nosave pages: cefbd000 - cf168000
[  270.327959] PM: Marking nosave pages: cf3c7000 - 0001
[  270.328563] PM: Basic memory bitmaps created
[  270.580817] Syncing filesystems ... done.
[  270.581254] Freezing user space processes ... (elapsed 0.01 seconds) done.
[  270.595522] PM: Preallocating image memory... done (allocated 4006668 pages)
[  272.281674] PM: Allocated 16026672 kbytes in 1.68 seconds (9539.68 MB/s)
[  272.281675] Freezing remaining freezable tasks ... (elapsed 0.01 seconds) 
done.
[  272.296930] Suspending console(s) (use no_console_suspend to debug)
[  272.297323] [drm] nouveau :01:00.0: Disabling fbcon acceleration...
[  272.297325] [drm] nouveau :01:00.0: Unpinning framebuffer(s)...
[  272.297330] jmb38x_ms :03:00.3: PCI INT B disabled
[  272.297338] pci :00:1f.3: PCI INT C disabled
[  272.297386] [drm] nouveau :01:00.0: Evicting buffers...
[  272.398910] [drm] nouveau :01:00.0: Idling channels...
[  272.399073] [drm] nouveau :01:00.0: Suspending GPU objects...
[  272.500400] sd 0:0:0:0: [sda] Synchronizing SCSI cache
[  272.605223] snd_hda_intel :00:1b.0: PCI INT A disabled
[  272.744059] snd_hda_intel :01:00.1: PCI INT B disabled
[  272.744114] ACPI handle has no context!
[  273.477438] [drm] nouveau :01:00.0: And we're gone!
[  273.477499] PM: freeze of devices complete after 1182.323 msecs
[  273.477998] PM: late freeze of devices complete after 0.498 msecs
[  273.478257] ACPI: Preparing to enter system sleep state S4
[  273.504991] PM: Saving platform NVS memory
[  273.511655] Disabling non-boot CPUs ...
[  273.614819] CPU 1 is now offline
[  273.718662] CPU 2 is now offline
[  273.822509] CPU 3 is now offline
[  273.926351] CPU 4 is now offline
[  274.030200] CPU 5 is now offline
[  274.134048] CPU 6 is now offline
[  274.237883] CPU 7 is now offline
[  274.238267] Extended CMOS year: 2000
[  274.238346] PM: Creating hibernation image:
[  274.438931] PM: Need to copy 159600 pages
[  274.438933] PM: Normal pages needed: 159600 + 1024, available pages: 4028645
[  274.238371] PM: Restoring platform NVS memory
[  274.239135] Extended CMOS year: 2000
[  274.239171] Enabling non-boot CPUs ...
[  274.239296] Booting Node 0 Processor 1 APIC 0x2
[  274.239297] smpboot cpu 1: start_ip = 98000
[  274.250210] Calibrating delay loop (skipped) already calibrated this CPU
[  274.270523] NMI watchdog enabled, takes one hw-pmu counter.
[  274.270807] CPU1 is up
[  274.270984] Booting Node 0 Processor 2 APIC 0x4
[  274.270985] smpboot cpu 2: start_ip = 98000
[  274.281897] Calibrating delay loop (skipped) already calibrated this CPU
[  274.302240] NMI watchdog enabled, takes one hw-pmu counter.
[  274.302509] CPU2 is up
[  274.302907] Booting Node 0 Processor 3 APIC 0x6
[  274.302908] smpboot cpu 3: start_ip = 98000
[  27

Bug#659185: mouse click after scrolling causes additional page jump

2012-02-08 Thread Andrew O. Shadura
Package: xserver-xorg-input-synaptics

Version: 1.5.0+git20120101-1
Severity: normal

Hi,

Tried to use X.org from experimental, and noticed an annoying bug:
if I scroll, for example, a webpage in a browser using synaptics
touchpad (doesn't depend whether it's one- or two-finger scroll mode),
and after that I perform a mouse click, I get additional page-up (or
sometimes page-down) event. Downgrading X.org to a version from unstable
reverted everything back to normal.

-- 
WBR, Andrew



-- 
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/20120208230600.7869.41043.reportbug@localhost



mesa: Changes to 'ubuntu'

2012-02-08 Thread Christopher Halse Rogers
 debian/changelog |6 +-
 debian/control   |1 +
 2 files changed, 6 insertions(+), 1 deletion(-)

New commits:
commit 1b2a61e8dee70b75d2c88c6cfcfd90462c055f10
Author: Christopher James Halse Rogers 
Date:   Thu Feb 9 16:53:37 2012 +1100

Add libx11-xcb-dev to libegl1-mesa-dev depends.

We now have all the packages listed as Requires or Requires.private in
egl.pc.  Yay!

diff --git a/debian/changelog b/debian/changelog
index 2de7fe3..b638dc2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,12 @@
 mesa (8.0~rc2-0ubuntu5) precise; urgency=low
 
+  [ Robert Hooker ]
   * debian/control: Add libxcb-glx0-dev to libegl1-mesa-dev depends.
 
- -- Robert Hooker   Fri, 03 Feb 2012 15:31:14 -0500
+  [ Christopher James Halse Rogers ]
+  * debian/control: Add libx11-xcb-dev to libegl1-mesa-dev depends.
+
+ -- Christopher James Halse Rogers   Thu, 09 Feb 2012 
16:49:26 +1100
 
 mesa (8.0~rc2-0ubuntu4) precise; urgency=low
 
diff --git a/debian/control b/debian/control
index 3124507..649e3e4 100644
--- a/debian/control
+++ b/debian/control
@@ -261,6 +261,7 @@ Depends:
  libxdamage-dev,
  libxfixes-dev,
  libxcb-glx0-dev,
+ libx11-xcb-dev,
  ${misc:Depends},
 Description: free implementation of the EGL API -- development files
  This package contains the development environment required for compiling


-- 
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/e1rvmx2-000365...@vasks.debian.org