Bug#650210: xserver-xorg: /usr/bin/X segfault at address 0x8

2011-11-28 Thread ael
On Mon, Nov 28, 2011 at 03:00:54AM +0100, Cyril Brulebois wrote:
> ael  (27/11/2011):
> > Attempting to start x as a normal user segfaults. 
> 
> You're getting VESA here.
> 
> > Starting as root succeeds...
> 
> And MGA there.


Yes, but I noted that the same problem arises with either vesa or mga:
root succeeds but ordinary user fails.

The mga X driver is no longer maintained and has it own problems which
is why I tested with both vesa and mga.

Nevertheless even mga works as root and has been working until a couple
of weeks ago.

So I am pretty sure that *this* bug is not directly associated with the
particular driver. (Or they share common buggy code..)

Thanks for the reply,

ael




-- 
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/2028083719.GA3640@elf.conquest



Re: Bug#619636: Info received (Clutter problem?)

2011-11-28 Thread Luca Capello
user 619636 l...@pca.it
usertags 619636 + pca-communication
thanks

Hi there!

Cc:ing all the people involved with this bug, sorry for the spam.  Also
Cc:ing the Debian X Strike Force for comments about the Mesa part.

On Sat, 16 Apr 2011 17:38:51 +0200, Alex Stewart wrote:
> See also bug 620908. IMO, they should not be merged, because 619636
> can be solved in two ways: depending on a version of libclutter-1.0-0
> with a fix for bug 620908 or, AFAICT, building empathy without
> libchamplain support.

I can confirm that with the following diff empathy works without no
problem on a last-week up-to-date sid on libvirt/KVM with no HW
acceleration:

--8<---cut here---start->8---
diff -Nru empathy-3.2.2/debian/control empathy-3.2.2/debian/control
--- empathy-3.2.2/debian/control2011-11-19 18:24:56.0 +0100
+++ empathy-3.2.2/debian/control2011-11-21 00:36:24.0 +0100
@@ -13,7 +13,6 @@
debhelper (>= 8),
rarian-compat,
librarian-dev,
-   libchamplain-gtk-0.12-dev,
libglib2.0-dev (>= 2.28),
libgtk-3-dev (>= 3.0.2),
libtelepathy-glib-dev (>= 0.16.0),
diff -Nru empathy-3.2.2/debian/rules empathy-3.2.2/debian/rules
--- empathy-3.2.2/debian/rules  2011-11-19 18:24:56.0 +0100
+++ empathy-3.2.2/debian/rules  2011-11-21 00:51:04.0 +0100
@@ -13,7 +13,7 @@
 
 DEB_CONFIGURE_EXTRA_FLAGS := --enable-spell \
  --enable-webkit \
- --enable-map=yes \
+ --enable-map=no \
  --enable-geocode=yes \
  --with-cheese \
  --with-eds \
--8<---cut here---end--->8---

On Wed, 16 Nov 2011 11:07:45 +0100, Laurent Bigonville wrote:
> According to upstream this is a known issue and due to the software
> rasterizer in mesa. The only way here is, for now, to use proper
> hardware acceleration.

Until this week-end Mesa updates (see below), it seemed that there was
another way: installing libgl1-mesa-swx11 solved the problem for two
up-to-date sid, a schroot and the libvirt/KVM above.  However, in the
latter case GNOME 3 always crashes and I can not login (this should be
confirmed on a real machine, i.e. not on a VM).  So the situation was
the following:

1) libgl1-mesa-glx alone
   => empathy segfault

2) libgl1-mesa-glx *AND* libgl1-mesa-dri *AND* HW acceleration
   => empathy works

3) libgl1-mesa-swx11 (with or without libgl1-mesa-dri)
   => empathy works, but GNOME 3 crashes 

libclutter-1.0 already Depends: on 'libgl1-mesa-glx | libgl1' and this
includes also libgl1-mesa-swx11 (which Provides: libgl1).  What it could
be needed is a Depends: on 'libgl1-mesa-dri | libgl1-mesa-swx11':

--8<---cut here---start->8---
diff -Nru clutter-1.0-1.8.2/debian/control.in 
clutter-1.0-1.8.2/debian/control.in
--- clutter-1.0-1.8.2/debian/control.in 2011-11-14 13:18:06.0 +0100
+++ clutter-1.0-1.8.2/debian/control.in 2011-11-21 15:16:07.0 +0100
@@ -36,6 +36,7 @@
 Architecture: any
 Depends: ${shlibs:Depends},
  ${misc:Depends},
+ libgl1-mesa-dri | libgl1-mesa-swx11
 Recommends: libclutter-1.0-common
 Breaks: python-clutter (<< 1.3.2)
 Pre-Depends: ${misc:Pre-Depends}
--8<---cut here---end--->8---

> The long term solution is to switch to llvmpipe in debian to make it
> work for people that cannot get hardware acceleration. I think that the
> next release of mesa has switch to this.

It seems that upstream Mesa already solved this in a different way:

  
  

The upstream fix went into the new Mesa package during the week-end (I
was building the old 7.11-6 plus this patch, but given that the build
process needed more than 5 GB of disk space I could not get it earlier):

  

  

Nevertheless, empathy still segfaults witwh libgl1-mesa-glx_7.11.1-1
alone (i.e. without libgl1-mesa-dri) on both sid above, the schroot and
the libvirt/KVM.  However, the error on the latter is a bit more
explicative:
=
luca.capello@gismo-sid:~$ empathy

(empathy:2824): Clutter-CRITICAL **: Unable to initialize Clutter: \
 The OpenGL version could not be determined
Segmentation fault
luca.capello@gismo-sid:~$ empathy
=

Installing libgl1-mesa-dri solves the problem, which is anyway a
progress, given that before it did not work at all on libvirt/KVM with
no HW acceleration (see point 2 above).

Thx, bye,
Gismo / Luca


pgpIHE2nSDccu.pgp
Description: PGP signature


Bug#649495: Assertion failure causes X server abortion

2011-11-28 Thread martin f krafft
notfound 649495 1:6.14.2-3
found 649495 1:6.14.3-1
thanks

also sprach Cyril Brulebois  [2011.11.28.0306 +0100]:
> > The problem does *not* persist after a downgrade to -2. Therefore
> > I am filing it here.
> 
> Hmmm. Are you actually talking about 1:6.14.3-1?

I suppose so, I am sorry, I got mixed up on the numbers. Since
1:6.14.2-3 never existed…

-- 
 .''`.   martin f. krafft   Related projects:
: :'  :  proud Debian developer   http://debiansystem.info
`. `'`   http://people.debian.org/~madduckhttp://vcs-pkg.org
  `-  Debian - when you have better things to do than fixing systems
 
"we all know linux is great...
 it does infinite loops in 5 seconds."
 -- linus torvalds


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)


Processed: Re: Bug#649495: Assertion failure causes X server abortion

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

> notfound 649495 1:6.14.2-3
Bug #649495 [xserver-xorg-video-radeon] Assertion failure causes X server 
abortion
There is no source info for the package 'xserver-xorg-video-radeon' at version 
'1:6.14.2-3' with architecture ''
Unable to make a source version for version '1:6.14.2-3'
Bug No longer marked as found in versions 1:6.14.2-3.
> found 649495 1:6.14.3-1
Bug #649495 [xserver-xorg-video-radeon] Assertion failure causes X server 
abortion
Bug Marked as found in versions xserver-xorg-video-ati/1:6.14.3-1.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
649495: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=649495
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.132248958631514.transcr...@bugs.debian.org



Bug#650291: xterm -bg/-fg doesn't choose nearest colour the hardware supports

2011-11-28 Thread Marc Lehmann
Package: xterm
Version: 261-1
Severity: minor


When specifying colours not supported by the hardware, xterm does not
choose the nearest hardware colour.

For example:

   xterm -bg '#9c009c009c00'

On a standard 24 bit colour server, the nearest colour is #9b9b9b9b9b9b,
but xterm chooses #9c9c9c9c9c9c.

Likewise, for e.g. -bg '#ff00ff00ff00', xterm chooses #fff,
which is much farther then the nearest colour supported by the display
(#fefefefefefe) - xterm's chosen colour has a difference of 255 units per
component to the requested colour, while the nearest colour the display
supports only has a difference of only 2 units, which is a considerable
difference).

-- System Information:
Debian Release: 6.0.3
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'unstable'), (500, 'testing'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages xterm depends on:
hi  libc6 2.11.2-10  Embedded GNU C Library: Shared lib
ii  libfontconfig12.8.0-2.1  generic font configuration library
ii  libice6   2:1.0.6-2  X11 Inter-Client Exchange library
ii  libncurses5   5.7+20100313-5 shared libraries for terminal hand
ii  libutempter0  1.1.5-3A privileged helper for utmp/wtmp 
ii  libx11-6  2:1.3.3-4  X11 client-side library
ii  libxaw7   2:1.0.7-1  X11 Athena Widget library
ii  libxft2   2.1.14-2   FreeType-based font drawing librar
ii  libxmu6   2:1.0.5-2  X11 miscellaneous utility library
ii  libxt61:1.0.7-1  X11 toolkit intrinsics library
ii  xbitmaps  1.1.0-1Base X bitmaps

Versions of packages xterm recommends:
ii  x11-utils 7.5+4  X11 utilities
ii  xutils1:7.5+8X Window System utility programs m

Versions of packages xterm suggests:
ii  xfonts-cyrillic   1:1.0.1Cyrillic fonts for X

-- no debconf information



-- 
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/2028160758.5494.35961.reportbug@cerebro.laendle



Processed: [bts-link] source package xserver-xorg-video-intel

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

> #
> # bts-link upstream status pull for source package xserver-xorg-video-intel
> # see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
> #
> user bts-link-upstr...@lists.alioth.debian.org
Setting user to bts-link-upstr...@lists.alioth.debian.org (was 
bts-link-de...@lists.alioth.debian.org).
> # remote status report for #637448 (http://bugs.debian.org/637448)
> # Bug title: xserver-xorg-video-intel: X server crashes after starting the 
> same wine application twice
> #  * https://bugs.freedesktop.org/show_bug.cgi?id=41211
> #  * remote status changed: NEW -> REOPENED
> usertags 637448 - status-NEW
Bug#637448: xserver-xorg-video-intel: X server crashes after starting the same 
wine application twice
Usertags were: status-NEW.
Usertags are now: .
> usertags 637448 + status-REOPENED
Bug#637448: xserver-xorg-video-intel: X server crashes after starting the same 
wine application twice
There were no usertags set.
Usertags are now: status-REOPENED.
> # remote status report for #649420 (http://bugs.debian.org/649420)
> # Bug title: xserver-xorg-video-intel: Crashes on gnome-shell start
> #  * https://bugs.freedesktop.org/show_bug.cgi?id=43124
> #  * remote status changed: (?) -> RESOLVED
> #  * remote resolution changed: (?) -> FIXED
> #  * closed upstream
> tags 649420 + fixed-upstream
Bug #649420 [xserver-xorg-video-intel] xserver-xorg-video-intel: Crashes on 
gnome-shell start
Added tag(s) fixed-upstream.
> usertags 649420 + status-RESOLVED resolution-FIXED
Bug#649420: xserver-xorg-video-intel: Crashes on gnome-shell start
There were no usertags set.
Usertags are now: status-RESOLVED resolution-FIXED.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
649420: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=649420
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.132249843916269.transcr...@bugs.debian.org



[bts-link] source package xserver-xorg-video-intel

2011-11-28 Thread bts-link-upstream
#
# bts-link upstream status pull for source package xserver-xorg-video-intel
# see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
#

user bts-link-upstr...@lists.alioth.debian.org

# remote status report for #637448 (http://bugs.debian.org/637448)
# Bug title: xserver-xorg-video-intel: X server crashes after starting the same 
wine application twice
#  * https://bugs.freedesktop.org/show_bug.cgi?id=41211
#  * remote status changed: NEW -> REOPENED
usertags 637448 - status-NEW
usertags 637448 + status-REOPENED

# remote status report for #649420 (http://bugs.debian.org/649420)
# Bug title: xserver-xorg-video-intel: Crashes on gnome-shell start
#  * https://bugs.freedesktop.org/show_bug.cgi?id=43124
#  * remote status changed: (?) -> RESOLVED
#  * remote resolution changed: (?) -> FIXED
#  * closed upstream
tags 649420 + fixed-upstream
usertags 649420 + status-RESOLVED resolution-FIXED

thanks


--
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/2028164038.3637.53915.btsl...@busoni.debian.org



[bts-link] source package xkeyboard-config

2011-11-28 Thread bts-link-upstream
#
# bts-link upstream status pull for source package xkeyboard-config
# see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
#

user bts-link-upstr...@lists.alioth.debian.org

# remote status report for #649519 (http://bugs.debian.org/649519)
# Bug title: symbols/is: Some corrections and additions to the keymap
#  * https://bugs.freedesktop.org/show_bug.cgi?id=43173
#  * remote status changed: (?) -> NEEDINFO
usertags 649519 + status-NEEDINFO

thanks


--
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/2028164038.3637.3171.btsl...@busoni.debian.org



Bug#632831: marked as done (mesa: X freeze after update on AMD64/Radeon)

2011-11-28 Thread Debian Bug Tracking System
Your message dated Mon, 28 Nov 2011 21:32:03 +0100
with message-id <2028203203.ga5...@mraw.org>
and subject line Re: Bug#632831: mesa: X freeze after update on AMD64/Radeon
has caused the Debian Bug report #632831,
regarding mesa: X freeze after update on AMD64/Radeon
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.)


-- 
632831: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=632831
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: mesa
Version: 7.10.3-3
Severity: normal


After a updating my Debian/testing system on 2011-07-04, amongst others 

...
libgl1-mesa-dev:amd64 (7.10.2-3, 7.10.3-3), 
xserver-xorg-core:amd64 (1.10.1-2, 1.10.2-2), 
xserver-common:amd64 (1.10.1-2, 1.10.2-2),
libxcb-xv0:amd64 (1.7-2, 1.7-3), 
libgl1-mesa-dri:amd64 (7.10.2-2, 7.10.3-3),
libgl1-mesa-glx:amd64 (7.10.2-3, 7.10.3-3), 
mesa-common-dev:amd64 (7.10.2-3, 7.10.3-3), 
libdrm-radeon1:amd64 (2.4.25-2, 2.4.25-3),
...

I experienced X window system freezes when starting 3d-Applications
(supertuxkart, neverputt) with symptoms as described in 
https://wiki.ubuntu.com/X/Troubleshooting/Freeze#Reporting_GPU_lockup_Bugs

* X stops responding to input
* The screen displays but does not update.
* X cannot be killed; switch to text-mode console not possible,
  only a reboot clears the state.

This happened "reliably" and reproducable. (Because of the needed hard-reset
and new boot I did not test more applications.)

I cannot tell whether it would have been possible to ssh into the computer
(missing a second computer with the required setup).

I run XFCE4, without compiz.



Downgrading mesa, drm and dependencies to Debian/stable 

Start-Date: 2011-07-05  15:41:44
Downgrade: xserver-xorg-video-ati:amd64 (6.14.2-1, 6.13.1-2+squeeze1), 
libgl1-mesa-dev:amd64 (7.10.3-3, 7.7.1-4), xserver-xorg-core:amd64 (1.10.2-2, 
1.7.7-13), xserver-xorg-video-mach64:amd64 (6.9.0-1, 6.8.2-3), 
libgl1-mesa-dri:amd64 (7.10.3-3, 7.7.1-4), libgl1-mesa-glx:amd64 (7.10.3-3, 
7.7.1-4), mesa-common-dev:amd64 (7.10.3-3, 7.7.1-4), 
xserver-xorg-video-r128:amd64 (6.8.1-5+b1, 6.8.1-3), 
xserver-xorg-input-evdev:amd64 (2.6.0-2+b1, 2.3.2-6), 
xserver-xorg-video-vesa:amd64 (2.3.0-7, 2.3.0-3), xserver-xorg-input-kbd:amd64 
(1.6.0-3, 1.4.0-2), xserver-xorg:amd64 (7.6+7, 7.5+8), 
xserver-xorg-video-fbdev:amd64 (0.4.2-4+b1, 0.4.2-2), 
xserver-xorg-input-wacom:amd64 (0.10.10+20110203-1+b1, 0.10.5+20100416-1), 
xserver-xorg-input-mouse:amd64 (1.7.0-4, 1.5.0-2), xorg:amd64 (7.6+7, 7.5+8), 
xserver-xorg-video-radeon:amd64 (6.14.2-1, 6.13.1-2+squeeze1), 
xserver-xorg-input-synaptics:amd64 (1.4.0-1+b1, 1.2.2-2)
Remove: libgpg-error-dev:amd64 (1.10-0.3), libgpm-dev:amd64 (1.20.4-3.4)
End-Date: 2011-07-05  15:42:07

Start-Date: 2011-07-05  15:48:50
Downgrade: libglu1-mesa-dev:amd64 (7.10.3-3, 7.7.1-4), libglu1-mesa:amd64 
(7.10.3-3, 7.7.1-4)
End-Date: 2011-07-05  15:48:53

Start-Date: 2011-07-05  15:51:00
Downgrade: libdrm2:amd64 (2.4.26-1, 2.4.21-1~squeeze3)
End-Date: 2011-07-05  15:51:03

Start-Date: 2011-07-05  15:57:31
Downgrade: libxext-dev:amd64 (1.3.0-3, 1.1.2-1), libxext6:amd64 (1.3.0-3, 
1.1.2-1)
End-Date: 2011-07-05  15:57:39

Start-Date: 2011-07-05  16:37:58
Install: mesa-utils:amd64 (7.7.1-4)
End-Date: 2011-07-05  16:38:01

resulted in usable 3d apps again (after re-boot).

Günter

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)

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


--- End Message ---
--- Begin Message ---
Version: 7.11-6

Guenter Milde  (28/11/2011):
> Dear Cyril,
> 
> On 28.11.11, Cyril Brulebois wrote:
> > Guenter Milde  (01/11/2011):
> 
> > > [AKTUALISIERUNG] libgl1-mesa-dri 7.7.1-4 -> 7.10.3-4
> 
> > what about 7.11?
> 
> At that time not yet available in Debian/testing.

I think it is :)
 mesa | 7.11-6   | wheezy| source

[2011-10-05] mesa 7.11-6 MIGRATED to testing (Britney)

cf. http://packages.qa.debian.org/m/mesa.html

> At some stage, I had a new strange experience: after running and closing
> supertuxkart, the CPU load stayed high. The taskmanager showed that
> usr/bin/X took some 30%. Even closing/reopening did not change this.
> 
> In the meantime, I updated to 7.11-6 and it seems to work fine.
> Even plante-penguin-racer works again.

Great, closing with that version then.

Mraw,
KiBi.


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


Bug#650210: xserver-xorg: /usr/bin/X segfault at address 0x8

2011-11-28 Thread Cyril Brulebois
ael  (28/11/2011):
> Yes, but I noted that the same problem arises with either vesa or mga:
> root succeeds but ordinary user fails.

Hi,

feel free to rebuild xorg with debug symbols and get a full backtrace
from it. You can use:

  DEB_BUILD_OPTIONS="debug noopt nostrip" dpkg-buildpackage -b

and install the resulting xserver-xorg package. If you have lintian
installed, you should get:
  E: xserver-xorg: unstripped-binary-or-object usr/bin/X

And “file /usr/bin/X” should say “not stripped”.

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#640799: kwin: crashes on login (sandybridge/mesa7.11/blur effect)

2011-11-28 Thread Arno Töll
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi KiBi,

On 28.11.2011 03:08, Cyril Brulebois wrote:
> you may wanna check what happens with mesa 7.11.$n stable releases.

just for the sake of completeness as I already said it in IRC: Upgrading
libgl1-mesa-glx to 7.11.1-1 does not solve the problem and causes the
same problems. Forcing KDE's kwin to use direct rendering still works
though.

- -- 
with kind regards,
Arno Töll
IRC: daemonkeeper on Freenode/OFTC
GnuPG Key-ID: 0x9D80F36D
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQIcBAEBAgAGBQJO1BedAAoJEMcrUe6dgPNteNoP/3mZcA2gi/xm35zD2NlBWu7P
1XDdF67pM1mVK7Ox0K39m600jWYv6CX5x1J0lTn3eTBoB4fDhiwDO6OQ7o5UblAm
5RVXYJlMLf7eHup8MDjIhIuQJebGYKDgvmrPL6zT/BEtWin2nCBiRCDgB019NbAg
URe3E/w/uu0TrjnaBBHWmHPhj6FaWTY0CKFqE1b1q87IpSYEeDH+q7W18mIDO9wp
kNhjoJFmawe8mzPfErfRn3A1uX17jwDZzyWwg8DuflAP5mQPXD4WwI0AHoGHcYID
ByXRkkP7hpWfrHeG5S9oukIk4jIC44AhvKs5eQVbTVrXArOcLal2oA4Shk63PFyK
hvvNQCvJl2uCkBVpmb9M2UsBLdMA3SHC8Geyv2N0vBuKKyWfVlwq+scoODLWGVT7
lN9IyHPaTe/rLiCYsiXQfBsclMrYiBmw5Lbq+TyPK5pNkTSV+FN/4OJByfu6QGRO
48P/cBol8e5utKtmN++yB5KD2c9l4ai9fBXVs/JgvQ7C6TctaSMJK2L8l0LR+cGc
uifVHjXT76YFVEkcBe/u+gLOVbz+iVKbNoFw12wbo2npIqw6YPPpYi2fkfmd1nKx
x3ByeGBVPdU2VEKas8iyla6huO0EE7OCBoTZOjGWtfXoem9XBm5dNzO9P4066rIm
tETkMPLB5ZMrOe7YbUB4
=/XOW
-END PGP SIGNATURE-



--
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/4ed4179d.2060...@toell.net



Bug#649495: Assertion failure causes X server abortion

2011-11-28 Thread Cyril Brulebois
martin f krafft  (28/11/2011):
> notfound 649495 1:6.14.2-3
> found 649495 1:6.14.3-1
> thanks

Cheers for that.

> also sprach Cyril Brulebois  [2011.11.28.0306 +0100]:
> > Hmmm. Are you actually talking about 1:6.14.3-1?
> 
> I suppose so, I am sorry, I got mixed up on the numbers. Since
> 1:6.14.2-3 never existed…

Thanks, just making sure.

I see that in master:

commit 3853c3020d05175ae180b9a188dec7c425bdd0b8
Author: Dave Airlie 
Date:   Mon Nov 28 18:38:30 2011 +

fixup xinerama since 9151f3b1c2ebcc34e63195888ba696f2183ba5e2

since the driver would call RRFirstOutput without checking if randr has
been enabled, and it would crash in privates code.

reported by vereteran on #radeon

Signed-off-by: Dave Airlie 
Acked-on-irc-by: Michel Dänzer 


Given you have several outputs, that might be it. Michel might confirm,
cc-ing him accordingly.

If you need/want guidance to check what happens with it, feel free to
drop by #debian-x.

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#648796: symlinks fail in xorg.conf

2011-11-28 Thread Cyril Brulebois
jida...@jidanni.org  (15/11/2011):
> Package: xserver-xorg-core
> Version: 2:1.11.1.902-1
> 
> Undeniable proof that xserver-xorg-core cannot read symlinks here: […]

*cough*

Where is the bug script output in both situations?

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#648795: Consider standardizing how you say boolean on man xorg.conf

2011-11-28 Thread Cyril Brulebois
jida...@jidanni.org  (15/11/2011):
> Package: xserver-xorg-core
> Version: 2:1.11.1.902-1
> Severity: wishlist
> File: /usr/share/man/man5/xorg.conf.5.gz
> 
> Consider standardizing how you say boolean.
> $ man xorg.conf|col -b|perl -nwle 'print $& if /"bool\S*"/'|sort|uniq -c
>  12 "bool"
>  27 "boolean"

Consider opening upstream bug reports upstream (bugs.freedesktop.org),
and even better, submit a patch:
  http://wiki.x.org/wiki/Development/Documentation/SubmittingPatches

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#648793: mention how to see attributes

2011-11-28 Thread Cyril Brulebois
jida...@jidanni.org  (15/11/2011):
> At
>There are two types of match entries used in InputClass  sections.  The
>first  allows  various  tokens  to be matched against attributes of the
>device. An entry can be constructed to match attributes from  different
> 
> please also mention how one can see the attributes of devices so one
> knows what to match against.

Please contribute a patch, and contribute it there:
  http://wiki.x.org/wiki/Development/Documentation/SubmittingPatches

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#648794: document xkbwatch man page further

2011-11-28 Thread Cyril Brulebois
jida...@jidanni.org  (15/11/2011):
> DESCRIPTION
>This  program  reports changes in the fundamental components of the XKB
>keyboard state plus the effective compatibility state.
> 
> However to the user it only seems to put a picture on the screen and then
> warn when one tries to kill it.
> 
> So please document it further.

What is your proposed wording (preferably as a patch against the source 
package)?

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#648445: xorg: Xorg -configure fails, gives Bus error on Apple eMac G4 PPC, Radeon 9600

2011-11-28 Thread Cyril Brulebois
Hi,

Christoph Werthwein  (11/11/2011):
> xorg: Xorg -configure fails, gives Bus error on Apple eMac G4 PPC, Radeon 9600

it's been a while since I last tried to debug this bug…

> I've installed Debian on an Apple eMac. Gnome is running but the graphic 
> output
> is glitchy. I've tried to create a xorg.conf in order to test other drivers,
> but "Xorg -configure" fails. Xorg.0.log after "Xorg -configure" is appendend.

see the fbdev example on:
  http://x.debian.net/faq/general.html

You don't need much more than that to switch to another video driver.

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#648796: symlinks fail in xorg.conf

2011-11-28 Thread jidanni
CB> Where is the bug script output in both situations?
And that's another bug for you, both of them won't add a line to 
/var/log/Xorg.0.log.
So you'll just have to try the experiment to prove the bug. Thanks.



-- 
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/87aa7fyd62@jidanni.org



Bug#648794: document xkbwatch man page further

2011-11-28 Thread jidanni
CB> What is your proposed wording (preferably as a patch against the source 
package)?
Well all I know is the program apparently doesn't work.



-- 
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/8762i3yd3s@jidanni.org



Bug#645027: marked as done (/usr/bin/xconsole: xconsole does not work in Debian Squeeze 6.0.0 (upgrade to 6.0.3 failed))

2011-11-28 Thread Debian Bug Tracking System
Your message dated Tue, 29 Nov 2011 01:44:18 +0100
with message-id <2029004418.gb23...@mraw.org>
and subject line Re: Bug#645027: /usr/bin/xconsole: xconsole does not work in 
Debian Squeeze 6.0.0 (upgrade to 6.0.3 failed)
has caused the Debian Bug report #645027,
regarding /usr/bin/xconsole: xconsole does not work in Debian Squeeze 6.0.0 
(upgrade to 6.0.3 failed)
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.)


-- 
645027: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=645027
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: x11-apps
Version: 7.5+5
Severity: important
File: /usr/bin/xconsole

Hello dear Listers,

xconsole seems to be broken in 6.0.0 - package of Debian.
there is only the message of this console "Couldn't open console".
Is it a matter of file-permissions ???
When I try to upgrade with apt-get install xconsole
resp. apt-get upgrade xconsole
this package retrieving ends with:
"0 actualized, 0 new installed, 0 to remove and 0 not actualized"

Whats up and what can I do ?
For feedback thank you.

Happy Hacking.
dschinn
cv.deb...@gmail.com



-- System Information:
Debian Release: 6.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_LU.UTF-8, LC_CTYPE=de_LU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages x11-apps depends on:
ii  cpp4:4.4.5-1 The GNU C preprocessor (cpp)
ii  libc6  2.11.2-10 Embedded GNU C Library: Shared lib
ii  libpng12-0 1.2.44-1+squeeze1 PNG library - runtime
ii  libsm6 2:1.1.1-1 X11 Session Management library
ii  libx11-6   2:1.3.3-4 X11 client-side library
ii  libxaw72:1.0.7-1 X11 Athena Widget library
ii  libxcursor11:1.1.10-2X cursor management library
ii  libxext6   2:1.1.2-1 X11 miscellaneous extension librar
ii  libxft22.1.14-2  FreeType-based font drawing librar
ii  libxkbfile11:1.0.6-2 X11 keyboard file manipulation lib
ii  libxmu62:1.0.5-2 X11 miscellaneous utility library
ii  libxmuu1   2:1.0.5-2 X11 miscellaneous micro-utility li
ii  libxrender11:0.9.6-1 X Rendering Extension client libra
ii  libxt6 1:1.0.7-1 X11 toolkit intrinsics library
ii  x11-common 1:7.5+8   X Window System (X.Org) infrastruc

x11-apps recommends no packages.

Versions of packages x11-apps suggests:
ii  mesa-utils7.7.1-4Miscellaneous Mesa GL utilities

-- no debconf information


--- End Message ---
--- Begin Message ---
Hi.

dschinn  (11/10/2011):
> xconsole seems to be broken in 6.0.0 - package of Debian.
> there is only the message of this console "Couldn't open console".
> Is it a matter of file-permissions ???

If you run “strace -o /tmp/foo xconsole” as a user and then check that
/tmp/foo file, you'll see EPERM there. If you use sudo, you'll see it
works just fine.

From the manpage:
| DESCRIPTION
|The xconsole program displays messages which are usually sent to 
/dev/console.

kibi@bowmore:~$ ls -l /dev/console 
crw--- 1 root root 5, 1 Nov 14 00:22 /dev/console

So I think what you're seeing is the expected behaviour. I'm therefore
closing this bug report.

Mraw,
KiBi.


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


Bug#648794: document xkbwatch man page further

2011-11-28 Thread Cyril Brulebois
jida...@jidanni.org  (29/11/2011):
> CB> What is your proposed wording (preferably as a patch against the source 
> package)?
> Well all I know is the program apparently doesn't work.

Too bad. Appearances can be deceiving.

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#648796: marked as done (symlinks fail in xorg.conf)

2011-11-28 Thread Debian Bug Tracking System
Your message dated Tue, 29 Nov 2011 01:49:05 +0100
with message-id <2029004905.gc23...@mraw.org>
and subject line Re: Bug#648796: symlinks fail in xorg.conf
has caused the Debian Bug report #648796,
regarding symlinks fail in xorg.conf
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.)


-- 
648796: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=648796
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: xserver-xorg-core
Version: 2:1.11.1.902-1

Undeniable proof that xserver-xorg-core cannot read symlinks here:
$ cat /usr/share/X11/xorg.conf.d/66-jidanni.conf
Section "InputClass"
Identifier "Bypassed Busted Keyboard"
MatchIsKeyboard "on"
MatchDevicePath "/dev/input/by-path/platform-i8042-serio-0-event-kbd"
Option "Ignore" "on"
EndSection

Does not work.

If one uses instead
MatchDevicePath "/dev/input/event0"
then it works perfectly.

Even though
$ ls -og /dev/input/by-path/platform-i8042-serio-0-event-kbd
lrwxrwxrwx 1 9 11-15 07:08 /dev/input/by-path/platform-i8042-serio-0-event-kbd 
-> ../event0

Removing MatchIsKeyboard "on" does not help.


--- End Message ---
--- Begin Message ---
jida...@jidanni.org  (29/11/2011):
> CB> Where is the bug script output in both situations?
> And that's another bug for you, both of them won't add a line to 
> /var/log/Xorg.0.log.
> So you'll just have to try the experiment to prove the bug. Thanks.

Uncooperative reporter, closing.

Mraw,
KiBi.


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


Bug#648793: mention how to see attributes

2011-11-28 Thread jidanni
OK, I found the upstream bug reporting site
https://bugs.freedesktop.org/
and in the _future_ I'll try to remember to send such _new_ reports there.



-- 
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/87y5uzwy16@jidanni.org



Processed: bug 648796 is forwarded to https://bugs.freedesktop.org/show_bug.cgi?id=43319

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

> forwarded 648796 https://bugs.freedesktop.org/show_bug.cgi?id=43319
Bug #648796 {Done: Cyril Brulebois } [xserver-xorg-core] 
symlinks fail in xorg.conf
Set Bug forwarded-to-address to 
'https://bugs.freedesktop.org/show_bug.cgi?id=43319'.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
648796: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=648796
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.132253024217781.transcr...@bugs.debian.org



Bug#650356: RM: xserver-xorg-video-nouveau/experimental -- RoQA; not installable, same version as sid

2011-11-28 Thread Paul Wise
Package: ftp.debian.org
Severity: normal
X-Debbugs-CC: debian-x@lists.debian.org

Please remove xserver-xorg-video-nouveau from experimental (version
1:0.0.16+git20110411+8378443-1+exp1) since it was built against an old
version of the xorg video ABI (xorg-video-abi-10) and is thus not
installable. It is the same upstream version as sid anyway.

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


signature.asc
Description: This is a digitally signed message part