You are not logged in.
Hi all,
I'm having trouble getting my Wacom tablet working with libinput (it worked fine in Ubuntu, so I think it's a libinput issue). The tablet is recognized, and the touch input (ie, using a finger to control the cursor) works, but the stylus does not work at all. Looking at the output of xinput --list, I only see one Wacom device. Does anyone know if this is supposed to be a composite device, or if I should see one for touch, and one for stylus?
lsusb
Bus 007 Device 003: ID 056a:033c Wacom Co., Ltd
dmesg
[58572.957002] usb 7-1: new full-speed USB device number 3 using ohci-pci
[58573.132413] input: Wacom Intuos PT S 2 Pen as /devices/pci0000:00/0000:00:13.0/usb7/7-1/7-1:1.0/0003:056A:033C.000B/input/input17
[58573.132786] wacom 0003:056A:033C.000B: hidraw2: USB HID v1.10 Device [Wacom Co.,Ltd. Intuos PTS] on usb-0000:00:13.0-1/input0
[58573.160312] input: Wacom Intuos PT S 2 Finger as /devices/pci0000:00/0000:00:13.0/usb7/7-1/7-1:1.1/0003:056A:033C.000C/input/input21
[58573.160696] input: Wacom Intuos PT S 2 Pad as /devices/pci0000:00/0000:00:13.0/usb7/7-1/7-1:1.1/0003:056A:033C.000C/input/input22
[58573.161077] wacom 0003:056A:033C.000C: hidraw3: USB HID v1.10 Device [Wacom Co.,Ltd. Intuos PTS] on usb-0000:00:13.0-1/input1
xinput --list
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ Logitech M570 id=8 [slave pointer (2)]
⎜ ↳ Logitech M570 id=9 [slave pointer (2)]
⎜ ↳ Logitech K400 id=10 [slave pointer (2)]
⎜ ↳ TPPS/2 IBM TrackPoint id=14 [slave pointer (2)]
⎜ ↳ Wacom Intuos PT S 2 Finger id=11 [slave pointer (2)]
⎣ Virtual core keyboard id=3 [master keyboard (2)]
↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
↳ Power Button id=6 [slave keyboard (3)]
↳ Power Button id=7 [slave keyboard (3)]
↳ Eee PC WMI hotkeys id=12 [slave keyboard (3)]
↳ AT Translated Set 2 keyboard id=13 [slave keyboard (3)]
↳ Logitech K400 id=15 [slave keyboard (3)]
xinput --list-props 11
Device 'Wacom Intuos PT S 2 Finger':
Device Enabled (140): 1
Coordinate Transformation Matrix (142): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
libinput Tapping Enabled (296): 1
libinput Tapping Enabled Default (297): 1
libinput Tapping Drag Enabled (298): 1
libinput Tapping Drag Enabled Default (299): 1
libinput Tapping Drag Lock Enabled (300): 0
libinput Tapping Drag Lock Enabled Default (301): 0
libinput Tapping Button Mapping Enabled (302): 1, 0
libinput Tapping Button Mapping Default (303): 1, 0
libinput Accel Speed (277): 0.000000
libinput Accel Speed Default (278): 0.000000
libinput Natural Scrolling Enabled (282): 0
libinput Natural Scrolling Enabled Default (283): 0
libinput Send Events Modes Available (261): 1, 0
libinput Send Events Mode Enabled (262): 0, 0
libinput Send Events Mode Enabled Default (263): 0, 0
libinput Left Handed Enabled (284): 0
libinput Left Handed Enabled Default (285): 0
libinput Scroll Methods Available (286): 1, 1, 0
libinput Scroll Method Enabled (287): 1, 0, 0
libinput Scroll Method Enabled Default (288): 1, 0, 0
Device Node (264): "/dev/input/event6"
Device Product ID (265): 1386, 828
libinput Drag Lock Buttons (295): <no items>
libinput Horizontal Scroll Enabled (266): 1
libwacom-list-local-devices
[Device]
Name=Intuos Pen & Touch Small
DeviceMatch=usb:056a:033c;
Class=Intuos
Width=6
Height=4
IntegratedIn=
Layout=intuos-s-pt2.svg
Styli=0x8e2;
[Features]
Reversible=false
Stylus=true
Ring=false
Ring2=false
Touch=true
TouchSwitch=true
StatusLEDs=
NumStrips=0
Buttons=4
[Buttons]
Left=
Right=
Top=A;B;C;D;
Bottom=
Touchstrip=
Touchstrip2=
OLEDs=
Ring=
Ring2=
RingNumModes=0
Ring2NumModes=0
StripsNumModes=0
---------------------------------------------------------------
[Device]
Name=Intuos Pen & Touch Small
DeviceMatch=usb:056a:033c;
Class=Intuos
Width=6
Height=4
IntegratedIn=
Layout=intuos-s-pt2.svg
Styli=0x8e2;
[Features]
Reversible=false
Stylus=true
Ring=false
Ring2=false
Touch=true
TouchSwitch=true
StatusLEDs=
NumStrips=0
Buttons=4
[Buttons]
Left=
Right=
Top=A;B;C;D;
Bottom=
Touchstrip=
Touchstrip2=
OLEDs=
Ring=
Ring2=
RingNumModes=0
Ring2NumModes=0
StripsNumModes=0
---------------------------------------------------------------
[Device]
Name=Intuos Pen & Touch Small
DeviceMatch=usb:056a:033c;
Class=Intuos
Width=6
Height=4
IntegratedIn=
Layout=intuos-s-pt2.svg
Styli=0x8e2;
[Features]
Reversible=false
Stylus=true
Ring=false
Ring2=false
Touch=true
TouchSwitch=true
StatusLEDs=
NumStrips=0
Buttons=4
[Buttons]
Left=
Right=
Top=A;B;C;D;
Bottom=
Touchstrip=
Touchstrip2=
OLEDs=
Ring=
Ring2=
RingNumModes=0
Ring2NumModes=0
StripsNumModes=0
Thanks,
--erik
Last edited by ertw (2016-10-18 22:21:05)
Offline
I had to install "xf86-input-wacom", reboot to get the stylus working.
And then in e.g. GIMP I had to recreate the wacom related preferences, picking up the new devices.
Offline
That did the trick! The secret sauce was in the reboot.
Offline