Bug#462243: x11-xkb-utils: calling setxkbmap crashes X server

2008-02-01 Thread André Wöbbeking
 Do you happen to have a wacom device? If so, try unplugging it and 
 restarting the X server.

No, but my keyboard is an USB device (Microsoft Natural Ergonomic 
Keyboard 4000).

 I had the same problem and it was solved when i unplugged the wacom
 volito usb device.

I wouldn't call this solved

 Alternatively you may remove the wacom-related 
 configuration options from xorg.conf.  

Well, I did that for my keyboard and it helped. But now the server 
crashes while logging out.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#462243: x11-xkb-utils: calling setxkbmap crashes X server

2008-01-30 Thread André Wöbbeking
Wow, without

Option  XkbModel  microsoft

it doesn't crash. My settings are now

Section InputDevice
Identifier  Generic Keyboard
Driver  kbd
Option  CoreKeyboard
Option  XkbRules  xorg
#   Option  XkbModel  pc105
#   Option  XkbModel  microsoft
Option  XkbLayout de
#   Option  XkbVariantnodeadkeys
EndSection



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#462243: x11-xkb-utils: calling setxkbmap crashes X server

2008-01-23 Thread Andre Woebbeking
Package: x11-xkb-utils
Version: 7.3+1
Severity: grave
Justification: renders package unusable

Hi,

when I call setxkbmap (KDE does this for me) the X server crashes.

FYI, I'm using Nvidia's drivers.

If I'm not totaly wrong I've this problem since I updated on 19th of
Janury.


Cheers,
André


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.23-1-amd64 (SMP w/2 CPU cores)
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages x11-xkb-utils depends on:
ii  cpp 4:4.2.2-2The GNU C preprocessor (cpp)
ii  libc6   2.7-6GNU C Library: Shared libraries
ii  libice6 2:1.0.4-1X11 Inter-Client Exchange library
ii  libsm6  2:1.0.3-1+b1 X11 Session Management library
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxaw7 2:1.0.4-1X11 Athena Widget library
ii  libxkbfile1 1:1.0.4-1X11 keyboard file manipulation lib
ii  libxmu6 2:1.0.4-1X11 miscellaneous utility library
ii  libxt6  1:1.0.5-3X11 toolkit intrinsics library
ii  x11-common  1:7.3+10 X Window System (X.Org) infrastruc

x11-xkb-utils recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#462243: x11-xkb-utils: calling setxkbmap crashes X server

2008-01-23 Thread Julien Cristau
reassign 462243 xserver-xorg-core 2:1.4.1~git20080118-1
severity 462243 important
kthxbye

On Wed, Jan 23, 2008 at 13:09:47 +0100, Andre Woebbeking wrote:

 Package: x11-xkb-utils
 Version: 7.3+1
 Severity: grave
 Justification: renders package unusable
 
 Hi,
 
 when I call setxkbmap (KDE does this for me) the X server crashes.

A server crash is not a client bug.

 
 FYI, I'm using Nvidia's drivers.
 
 If I'm not totaly wrong I've this problem since I updated on 19th of
 Janury.
 
Please send at least your X log, and xkb configuration.  A backtrace
from gdb would be even better.

Cheers,
Julien



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#462243: x11-xkb-utils: calling setxkbmap crashes X server

2008-01-23 Thread André Wöbbeking
On Wednesday 23 January 2008, Julien Cristau wrote:

 On Wed, Jan 23, 2008 at 13:09:47 +0100, Andre Woebbeking wrote:

  when I call setxkbmap (KDE does this for me) the X server crashes.

 A server crash is not a client bug.

OK, I was not sure who is guilty. At least it's triggered by the client.

  FYI, I'm using Nvidia's drivers.
 
  If I'm not totaly wrong I've this problem since I updated on 19th
  of Janury.

 Please send at least your X log, and xkb configuration.  

I only need to start setxkbmap (without parameters).

 A backtrace from gdb would be even better.

From Xorg.log:

Backtrace:
0: /usr/bin/X(xf86SigHandler+0x6a) [0x47565a]
1: /lib/libc.so.6 [0x2afb929e7090]
2: /lib/libc.so.6(cfree+0x3b) [0x2afb92a2cb6b]
3: /usr/bin/X [0x5579db]
4: /usr/bin/X(SrvXkbFreeGeomKeys+0x21) [0x557a11]
5: /usr/bin/X [0x5575d9]
6: /usr/bin/X(SrvXkbFreeGeomRows+0x2e) [0x55771e]
7: /usr/bin/X [0x55774b]
8: /usr/bin/X [0x5575d9]
9: /usr/bin/X(SrvXkbFreeGeomSections+0x2e) [0x5576de]
10: /usr/bin/X(SrvXkbFreeGeometry+0xc0) [0x557bd0]
11: /usr/bin/X(SrvXkbFreeKeyboard+0xc6) [0x556166]
12: /usr/bin/X(XkbFreeInfo+0xde) [0x545cfe]
13: /usr/bin/X [0x44717f]
14: /usr/bin/X(CloseDownDevices+0x1f) [0x44754f]
15: /usr/bin/X(main+0x4b9) [0x436bc9]
16: /lib/libc.so.6(__libc_start_main+0xf4) [0x2afb929d31c4]
17: /usr/bin/X(FontFileCompleteXLFD+0x279) [0x435ec9]


Cheers,
André