-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Touch screen stopped working (stylus works) on Thinkpad X1 Yoga 4gen #396
Comments
It's started to work again without any known change I made 🧑🦲 🔫 |
Reopend since it happen sporadically. I can see this in dmesg:
|
I have this problem as well. And the cursor jumps around, causing constant havoc. There are many reports but I haven't seen a solution eg: #342 #262 #288 Originally, I thought it was because I was trying to use the lenovo or wacom active pen, but this also happens with the lenovo stylus which comes with the laptop (x1 yoga 5th gen). modinfo wacom | grep version |
Here is the output of libinput record for the stylus. |
This issue has been around for a while, but I don't believe that its root cause is a driver issue (meaning that it can be very difficult to "fix" from the driver). There are too many instances of the bug appearing and disappearing without any obvious change to the affected system; let alone changes that I would expect to influence this. I'll follow-up on some of the wilder possibilities of what could be going wrong, however. I've made four branches that disable various parts of the driver and am interested in knowing if any of them have any effect on the jumping issue. You'll first need to clone my repository as follows:
Next you'll need to check out one of the four test branches:
Compile and install the code as per the wiki instructions and then reboot. Run |
Checking to see if there's any update on this. |
I had stylus cursor jumping around issue too, it was strangely solved when I installed this LENOVO firmware update https://download.lenovo.com/pccbbs/mobiles/n3arl02w.zip manually. |
Using Gnome + Wayland
Wacom Driver version 2.0.0
I tried with 2 kernels: 6.5.7 and LTS 6.1.58.
I can see: wacom_idleprox_timeout: tool appears to be hung in-prox. forcing it out. like in #342.
# journalctl -k --grep wacom --no-pager Oct 18 11:30:33 localhost kernel: usb 1-6: Manufacturer: Wacom Co.,Ltd. Oct 18 11:30:33 localhost kernel: input: Wacom Co.,Ltd. Pen and multitouch sensor Touchscreen as /devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0/0003:056A:51B7.0001/input/input6 Oct 18 11:30:33 localhost kernel: input: Wacom Co.,Ltd. Pen and multitouch sensor as /devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0/0003:056A:51B7.0001/input/input7 Oct 18 11:30:33 localhost kernel: hid-generic 0003:056A:51B7.0001: input,hiddev96,hidraw0: USB HID v1.11 Device [Wacom Co.,Ltd. Pen and multitouch sensor] on usb-0000:00:14.0-6/input0 Oct 18 11:30:33 localhost kernel: input: Wacom Co.,Ltd. Pen and multitouch sensor Stylus as /devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.1/0003:056A:51B7.0002/input/input8 Oct 18 11:30:33 localhost kernel: input: Wacom Co.,Ltd. Pen and multitouch sensor as /devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.1/0003:056A:51B7.0002/input/input9 Oct 18 11:30:33 localhost kernel: input: Wacom Co.,Ltd. Pen and multitouch sensor Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.1/0003:056A:51B7.0002/input/input10 Oct 18 11:30:33 localhost kernel: hid-generic 0003:056A:51B7.0002: input,hiddev97,hidraw1: USB HID v1.11 Mouse [Wacom Co.,Ltd. Pen and multitouch sensor] on usb-0000:00:14.0-6/input1 Oct 18 11:30:35 localhost kernel: input: Wacom Pen and multitouch sensor Finger as /devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0/0003:056A:51B7.0001/input/input20 Oct 18 11:30:35 localhost kernel: wacom 0003:056A:51B7.0001: hidraw0: USB HID v1.11 Device [Wacom Co.,Ltd. Pen and multitouch sensor] on usb-0000:00:14.0-6/input0 Oct 18 11:30:36 localhost kernel: input: Wacom Pen and multitouch sensor Pen as /devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.1/0003:056A:51B7.0002/input/input22 Oct 18 11:30:36 localhost kernel: wacom 0003:056A:51B7.0002: hidraw1: USB HID v1.11 Mouse [Wacom Co.,Ltd. Pen and multitouch sensor] on usb-0000:00:14.0-6/input1 Oct 18 11:36:34 localhost kernel: wacom 0003:056A:51B7.0002: wacom_idleprox_timeout: tool appears to be hung in-prox. forcing it out. Oct 18 11:36:36 localhost kernel: wacom 0003:056A:51B7.0002: wacom_idleprox_timeout: tool appears to be hung in-prox. forcing it out. Oct 18 11:36:38 localhost kernel: wacom 0003:056A:51B7.0002: wacom_idleprox_timeout: tool appears to be hung in-prox. forcing it out. Oct 18 11:36:40 localhost kernel: wacom 0003:056A:51B7.0002: wacom_idleprox_timeout: tool appears to be hung in-prox. forcing it out. Oct 18 11:36:44 localhost kernel: wacom 0003:056A:51B7.0002: wacom_idleprox_timeout: tool appears to be hung in-prox. forcing it out. Oct 18 11:36:49 localhost kernel: wacom 0003:056A:51B7.0002: wacom_idleprox_timeout: tool appears to be hung in-prox. forcing it out. Oct 18 11:36:50 localhost kernel: wacom 0003:056A:51B7.0002: wacom_idleprox_timeout: tool appears to be hung in-prox. forcing it out. Oct 18 11:36:50 localhost kernel: wacom 0003:056A:51B7.0002: wacom_idleprox_timeout: tool appears to be hung in-prox. forcing it out. Oct 18 11:36:53 localhost kernel: wacom 0003:056A:51B7.0002: wacom_idleprox_timeout: tool appears to be hung in-prox. forcing it out
I also posted on Arch Linux forum.
Attached hid-recorder for all devices while I'm touching the screen.
hid-recorder_hidraw0.txt
hid-recorder_hidraw1.txt
hid-recorder_hidraw2.txt
Please let me know if anything is missing here and appreciate any help and thanks in advance :)
The text was updated successfully, but these errors were encountered: