You are not logged in.
Sometimes the pen stops working while I use it and keeps the current state (e.g. Clicked button hold down).
I can still move the cursor with the Touchpad/Trackpoint but if the tablet stops while I'm holding down a button I can't release the "hold down" state.
However it's fine again after suspending and resuming the TabletPC (HP 2730p)
I've already figured out that "cat /dev/ttyS0" has no output if the tablet isn't working, but there is a lot of characters appear when I move the pen while the tablet is working.
Another problem is that the Cursor sometimes is jumping around the screen and sending random click-events when the pen is close enough to be detected. The odd thing is that this error only occurs around midnight +/- 1h
Kernel: 2.6.34, 32Bit
I know the kernel is old, but the newer ones generate other problems with my TabletPC (external Monitor not working, Screen flickering)
Xorg: 1.12.1
xf86-input-wacom 0.14.0-1
xorg.conf only has data for the dualscreen layout
# xsetwacom --list
Serial Wacom Tablet WACf004 stylus id: 16 type: STYLUS
Serial Wacom Tablet WACf004 eraser id: 18 type: ERASER50-wacom.conf
Section "InputClass"
Identifier "Wacom class"
# WALTOP needs a patched kernel driver, that isn't in mainline lk yet,
# so for now just let it fall through and be picked up by evdev instead.
# MatchProduct "Wacom|WALTOP|WACOM"
MatchProduct "Wacom|WACOM|Hanwang"
MatchDevicePath "/dev/input/event*"
Driver "wacom"
Option "TabletPCButton" "off"
EndSection
Section "InputClass"
Identifier "Wacom serial class"
MatchProduct "Serial Wacom Tablet"
Driver "wacom"
Option "TabletPCButton" "off"
EndSection
Section "InputClass"
Identifier "Wacom serial class identifiers"
MatchProduct "WACf|WACf004|FUJ02e5|FUJ02e7|FUJ02e9"
Driver "wacom"
Option "Device" "/dev/ttyS0"
Option "TabletPCButton" "off"
Option "TPCButton" "off"
EndSection
# N-Trig Duosense Electromagnetic Digitizer
#Section "InputClass"
# Identifier "Wacom N-Trig class"
# MatchProduct "HID 1b96:0001|N-Trig Pen"
# MatchDevicePath "/dev/input/event*"
# Driver "wacom"
# Option "Button2" "3"
# Option "TabletPCButton" "off"
#EndSection50-wacom.conf.pacnew
Section "InputClass"
Identifier "Wacom class"
MatchProduct "Wacom|WACOM|WALTOP|Hanwang|PTK-540WL"
MatchDevicePath "/dev/input/event*"
Driver "wacom"
EndSection
Section "InputClass"
Identifier "Wacom serial class"
MatchProduct "Serial Wacom Tablet"
Driver "wacom"
EndSection
Section "InputClass"
Identifier "Wacom serial class identifiers"
MatchProduct "WACf|FUJ02e5|FUJ02e7|FUJ02e9"
Driver "wacom"
EndSection
# N-Trig Duosense Electromagnetic Digitizer
Section "InputClass"
Identifier "Wacom N-Trig class"
MatchProduct "HID 1b96:0001|N-Trig Pen"
MatchDevicePath "/dev/input/event*"
Driver "wacom"
Option "Button2" "3"
EndSection/var/log/Xorg.0.log doesn't show any information that an error occured; only the events due to the suspend/resume
Are there any other logs/data you need before/after the pen stops working?
I hope you can help me.
Last edited by grayscale (2012-04-28 09:22:20)
Offline