Re: X server crash due to evdev device - regression

2012-05-14 Thread Timo Aaltonen
On 14.05.2012 13:28, Ben Bucksch wrote: > On 14.05.2012 08:01, Peter Hutterer wrote: >> Please try to reproduce with the stock 1.12 server and file a bug. Attach >> your evemu recording so I can try to reproduce this. > > Sorry, but I can't do anything that involves changing my Xserver on my > pro

Re: X server crash due to evdev device - regression

2012-05-14 Thread Peter Hutterer
On Mon, May 14, 2012 at 12:28:38PM +0200, Ben Bucksch wrote: > On 14.05.2012 08:01, Peter Hutterer wrote: > >Please try to reproduce with the stock 1.12 server and file a bug. Attach > >your evemu recording so I can try to reproduce this. > > Sorry, but I can't do anything that involves changing m

Re: X server crash due to evdev device - regression

2012-05-14 Thread Ben Bucksch
On 14.05.2012 08:01, Peter Hutterer wrote: Please try to reproduce with the stock 1.12 server and file a bug. Attach your evemu recording so I can try to reproduce this. Sorry, but I can't do anything that involves changing my Xserver on my production system, installing a separate OS, or compi

Re: X server crash due to evdev device - regression

2012-05-13 Thread Peter Hutterer
On Fri, May 11, 2012 at 08:41:08PM +0200, Ben Bucksch wrote: > On 11.05.2012 20:36, Ben Bucksch wrote: > >I've upgraded from Ubuntu 11.10 to 12.04, and the X server is now > >crashing. Log excerpt below. lsusb -vv attached. > > Forgot to add: Obviously, that's not an input device. With Ubuntu > 11

Re: X server crash due to evdev device - regression

2012-05-11 Thread Ben Bucksch
On 11.05.2012 20:36, Ben Bucksch wrote: I've upgraded from Ubuntu 11.10 to 12.04, and the X server is now crashing. Log excerpt below. lsusb -vv attached. Forgot to add: Obviously, that's not an input device. With Ubuntu 11.10, this was already in the Xorg log as event device (I don't have the

Re: X server crash due to evdev device - regression

2012-05-11 Thread Ben Bucksch
Workaround (in case another victim happens to find this): Put the following in /etc/X11/xorg.conf.d/conexant.conf Section "InputClass" Identifier "Disable Conexant USB Audio due to crash" MatchProduct"Conexant USB Audio" Driver "none" EndSection