[Bug 835634] Re: Touchscreen not working, Lenovo X201t

2013-05-06 Thread Stephen Kitt
** Changed in: joystick (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/835634 Title: Touchscreen not working, Lenovo X201t To manage notifications a

[Bug 835634] Re: Touchscreen not working, Lenovo X201t

2011-09-30 Thread Bug Watch Updater
** Changed in: joystick (Debian) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/835634 Title: Touchscreen not working, Lenovo X201t To manage notificatio

[Bug 835634] Re: Touchscreen not working, Lenovo X201t

2011-09-14 Thread Bug Watch Updater
** Changed in: joystick (Debian) Status: New => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/835634 Title: Touchscreen not working, Lenovo X201t To manage notifications about

[Bug 835634] Re: Touchscreen not working, Lenovo X201t

2011-09-06 Thread Stephen Kitt
Great, thanks for the info! That is indeed the change I intended. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/835634 Title: Touchscreen not working, Lenovo X201t To manage notifications about thi

[Bug 835634] Re: Touchscreen not working, Lenovo X201t

2011-09-06 Thread Bug Watch Updater
** Changed in: joystick (Debian) Status: Unknown => New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/835634 Title: Touchscreen not working, Lenovo X201t To manage notifications about this b

[Bug 835634] Re: Touchscreen not working, Lenovo X201t

2011-09-06 Thread j-b-m
Thanks Stephen. Yes, I confirm that splitting the inputattach udev rule like suggested in http://bugs.debian.org/632961 (baud rate of 38400 for wacom devices) AND removing the wacom id from /usr/share/X11/xorg.conf.d/50-wacom.conf (see patch below) allows my touchscreen to be correctly recognised.

[Bug 835634] Re: Touchscreen not working, Lenovo X201t

2011-09-06 Thread Stephen Kitt
Hi, This has been reported in Debian as http://bugs.debian.org/632961 and the reporter there indicates that removing a configuration section from /usr/share/X11/xorg.conf.d/50-wacom.conf, along with the "--baud" fix, corrects things. Would you mind trying this out too? With the inputattach udev ru

[Bug 835634] Re: Touchscreen not working, Lenovo X201t

2011-09-06 Thread j-b-m
Ok, some more infos. If I change the inputattach udev rule baud rate to 38400 (replace "--baud 19200" with "--baud 38400", I have some more success, and my device is then recognised as a "Wacom Serial Penabled 2FG Touchscreen". It is listed in the xsetwacom command, however, trying to use the

[Bug 835634] Re: Touchscreen not working, Lenovo X201t

2011-09-06 Thread j-b-m
... And here is the info (Xorg log and xsetwacom info) when I comment out the inputattach udev rule, and my touchscreen works fine ** Attachment added: "Log info without the inputattach rule" https://bugs.launchpad.net/ubuntu/+source/joystick/+bug/835634/+attachment/2363765/+files/wacom_no_inp

[Bug 835634] Re: Touchscreen not working, Lenovo X201t

2011-09-06 Thread j-b-m
I don't think it is caused by some upgrade problem since I could reproduce the issue with an Oneiric live CD -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/835634 Title: Touchscreen not working, Leno

[Bug 835634] Re: Touchscreen not working, Lenovo X201t

2011-09-06 Thread Andrew Tonks
Timo: maybe because we are not talking about a clean install on oneiric but rather an upgrade from a system where we already had things working? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/835634 Ti

[Bug 835634] Re: Touchscreen not working, Lenovo X201t

2011-09-06 Thread Timo Aaltonen
That is weird, since the rule was added there recently to support these devices.. ** Package changed: xf86-input-wacom (Ubuntu) => inputattach (Ubuntu) ** Package changed: inputattach (Ubuntu) => joystick (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, wh

[Bug 835634] Re: Touchscreen not working, Lenovo X201t

2011-09-04 Thread Andrew Tonks
and yes, it looks like for the solution to survive a reboot is just comment out the (only) line of /lib/udev/rules.d/40-inputattach.rules ... #SUBSYSTEM=="tty", KERNEL=="ttyS[0-9]*", ATTRS{id}=="FUJ02e5|WACf00c", ACTION=="add|change", RUN+="/lib/udev/inputattach --daemon --baud 19200 --w8001 /de

[Bug 835634] Re: Touchscreen not working, Lenovo X201t

2011-09-04 Thread j-b-m
Oh, thanks a lot! I can confirm that killing inputattach also solves the problem for me and the touchscreen works after an X restart! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/835634 Title: Touc

[Bug 835634] Re: Touchscreen not working, Lenovo X201t

2011-09-04 Thread Andrew Tonks
Seems to be a problem with inputattach on my machine at least (upgrade from a nicely tuned natty install) If I log in to a rescue window, sudo killall -1 inputattach, then ctrl-D, X restarts with a working touchscreen. Will try removing the udev rule containing the inputattach line, see if that

[Bug 835634] Re: Touchscreen not working, Lenovo X201t

2011-09-03 Thread Launchpad Bug Tracker
** Changed in: xf86-input-wacom (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/835634 Title: Touchscreen not working, Lenovo X201t To manage notifications ab

[Bug 835634] Re: Touchscreen not working, Lenovo X201t

2011-08-28 Thread bugbot
** Tags added: kubuntu -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/835634 Title: Touchscreen not working, Lenovo X201t To manage notifications about this bug go to: https://bugs.launchpad.net/ubu

[Bug 835634] Re: Touchscreen not working, Lenovo X201t

2011-08-28 Thread j-b-m
If it can be of any help, here is the xorg log when using Natty (from live CD) on the same machine, with the touchscreen working correctly. [ 101.106] (II) config/udev: Adding input device Serial Wacom Tablet (/dev/ttyS4) [ 101.106] (**) Serial Wacom Tablet: Applying InputClass "Wacom serial

[Bug 835634] Re: Touchscreen not working, Lenovo X201t

2011-08-27 Thread j-b-m
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/835634 Title: Touchscreen not working, Lenovo X201t To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xf86-input-w