Bug#550497: #550497 xterm: Xft packed fonts are excessively wide

2009-10-11 Thread Thomas Dickey
...also, the limits checked on the continue statement aren't right (which I found on investigating further). It seems that Xft (or the fonts) gives bogus values for extents of control-characters. Fixing the limits seems to improve things - will make #250 once I'm done with regression builds... -

Bug#544961: Cannot set keymap on hotplugged keyboard

2009-10-11 Thread Michal Suchanek
Upstream bug at http://bugs.freedesktop.org/show_bug.cgi?id=18583 Basically the problem is that before you press any key after X startup xkb is in a different state from after the first keypress which somehow confuses the X server. Only affects people who set their keymap in X session scripts or

Processed: Re: Bug#525896: linux-image-2.6.26-2-686: GUI mode (X.org) does not start on a HP DC7100

2009-10-11 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > reassign 525896 xserver-xorg-video-intel 2:2.3.2-2+lenny6 Bug #525896 [linux-2.6] linux-image-2.6.26-2-686: GUI mode (X.org) does not start on a HP DC7100 Bug #525482 [linux-2.6] linux-image-2.6.26-2-486: GUI mode (X.org) does not start on a HP

Bug#550621: Screen blanks unrecoverably once in a while

2009-10-11 Thread Jurij Smakov
On Sun, Oct 11, 2009 at 10:53:54PM +0200, Julien Cristau wrote: > On Sun, Oct 11, 2009 at 17:10:35 +0100, Jurij Smakov wrote: > > > For a while now (probably, since upgrade to kernel ~2.6.30 and/or > > newer xorg packages, my laptop (Dell XPS m1210) has been suffering > > from the following proble

Re: Bug#525896: linux-image-2.6.26-2-686: GUI mode (X.org) does not start on a HP DC7100

2009-10-11 Thread Julien Cristau
reassign 525896 xserver-xorg-video-intel 2:2.3.2-2+lenny6 kthxbye On Wed, Apr 29, 2009 at 09:16:48 +0200, Pierre Bauduin wrote: > Hi and thanks for your interest... > > Here's the /var/log/Xorg.log when I boot a Debian Live system based on > Debian 5.0 (not 5.0.1) based on linux-image-2.6.26-1-6

Bug#550621: Screen blanks unrecoverably once in a while

2009-10-11 Thread Julien Cristau
On Sun, Oct 11, 2009 at 17:10:35 +0100, Jurij Smakov wrote: > For a while now (probably, since upgrade to kernel ~2.6.30 and/or > newer xorg packages, my laptop (Dell XPS m1210) has been suffering > from the following problem: once in a while (roughly once a day) the > screen in X goes completely

Processed: severity of 550652 is wishlist, tagging 550652

2009-10-11 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > severity 550652 wishlist Bug #550652 [xserver-xorg-core] xserver-xorg-core: X server no longer reports virtual size in the log Severity set to 'wishlist' from 'important' > tags 550652 upstream Bug #550652 [xserver-xorg-core] xserver-xorg-core:

Bug#547810: Patch for #547810

2009-10-11 Thread Sandro Tosi
tags 547810 + patch thanks Dear maintainer, Here attached a patch for this bug Regards. diff -u ccsm-0.8.2/debian/rules ccsm-0.8.2/debian/rules --- ccsm-0.8.2/debian/rules +++ ccsm-0.8.2/debian/rules @@ -8,6 +8,7 @@ #UPSTREAM_PRESERVE:=po/Makefile.in.in include /usr/share/quilt/quilt.make +i

Processed: Patch for #547810

2009-10-11 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > tags 547810 + patch Bug #547810 [ccsm] ccsm: manipulates site-packages/ directly, failing with Python 2.6 Added tag(s) patch. > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator

Bug#550637: xserver-xorg-video-radeon: with dri enabled, the whole desktop flickers if tmw is started

2009-10-11 Thread Patrick Matthäi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Julien Cristau schrieb: > On Sun, Oct 11, 2009 at 20:05:04 +0200, Patrick Matthäi wrote: > >> I do not know when this issue appeared, because I didn't played the game >> since a longer time.. >> I am using kde4, sid, i386 and amd64 and radeon dri on

Bug#544864: Bug fix in new unstable kernel image

2009-10-11 Thread Brice Goglin
Sylvain Archenault wrote: > Hi > > The problem seems to be solved in the new kernel version in unstable > (linux-image-2.6.30-2-686). Here is the extract from the changelog : > > [ Ben Hutchings ] > * intel-agp: Fix cache flushing on i8xx chipsets, avoiding graphics > corruption and GPU loc

Bug#550497: #550497 xterm: Xft packed fonts are excessively wide

2009-10-11 Thread Thomas Dickey
I think this change (which works for the case reported) is more in line with what I'm trying to do. The problem with just using the max-advance property is that for fonts with a mixture of single- and double-column glyphs, there's no reliable way to get the width of a single-column glyph. So I di

Bug#550637: xserver-xorg-video-radeon: with dri enabled, the whole desktop flickers if tmw is started

2009-10-11 Thread Julien Cristau
On Sun, Oct 11, 2009 at 20:05:04 +0200, Patrick Matthäi wrote: > I do not know when this issue appeared, because I didn't played the game > since a longer time.. > I am using kde4, sid, i386 and amd64 and radeon dri on my mobile x1250 and > sapphire x1650 pro. > > If I start tmw windows and hav

xorg-server 2:1.6.4-2 MIGRATED to testing

2009-10-11 Thread Debian testing watch
FYI: The status of the xorg-server source package in Debian's testing distribution has changed. Previous version: 2:1.6.3.901-1 Current version: 2:1.6.4-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you

Bug#550368: #550368 Double-click in the last line of an xterm window is seen as a single click

2009-10-11 Thread Thomas Dickey
It's an off-by-one here: --- button.c2009/10/01 09:06:20 1.355 +++ button.c2009/10/10 23:37:27 @@ -1,4 +1,4 @@ -/* $XTermId: button.c,v 1.355 2009/10/01 09:06:20 tom Exp $ */ +/* $XTermId: button.c,v 1.356 2009/10/10 23:37:27 tom Exp $ */ /* * Copyright 1999-2008,2009 by Thomas E.

Bug#544864: Bug fix in new unstable kernel image

2009-10-11 Thread Sylvain Archenault
Hi The problem seems to be solved in the new kernel version in unstable (linux-image-2.6.30-2-686). Here is the extract from the changelog : [ Ben Hutchings ] * intel-agp: Fix cache flushing on i8xx chipsets, avoiding graphics corruption and GPU lock-ups (Closes: #541307) Cheers -- Sylv

Bug#547496: xserver-xorg-core: terminates with signal 11

2009-10-11 Thread Thomas Koenig
The crashes still happen with xorg-server 2:1.6.4-2. Corefile available on request. Is there anything else I can do? Thomas -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org