Maui Forums

Full Version: Wacom tablet not detected properly
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
(25th October 2016, 17:11)AJSlye Wrote: [ -> ]I'm having an issue getting this to build on Maui, I'm still looking into why I'm getting these errors.
For now you'll need to use xwacom to set it up.
I'd also suggest removing the xorg libinput driver as this could posibly be what's causing it to show up under joystick.

Hopefully, this will be released by upstream Plasma soon.

I'm not sure the lack of widget is really the main problem here, since the widget is just to change settings and the tablet should function without that. Could it be a Wayland problem? I tried libinput-list-devices and it says the tablet doesn't meet tablet criteria. It looks like we have an old version of libinput in the repo since it is up to 1.5 and we have 1.2.3. Would a newer version possibly work? How can I get a newer version?

Code:
@ASUS-Maui:~$ sudo libinput-list-devices
[sudo] password for melisa:
libinput error: libinput bug: Device 'Wacom Intuos5 touch S Pad' does not meet tablet criteria. Ignoring this device.
Device:           Power Button
Kernel:           /dev/input/event1
Group:            1
Seat:             seat0, default
Capabilities:     keyboard
Tap-to-click:     n/a
Tap-and-drag:     n/a
Tap drag lock:    n/a
Left-handed:      n/a
Nat.scrolling:    n/a
Middle emulation: n/a
Calibration:      n/a
Scroll methods:   none
Click methods:    none
Disable-w-typing: n/a
Accel profiles:   n/a

Device:           Video Bus
Kernel:           /dev/input/event2
Group:            2
Seat:             seat0, default
Capabilities:     keyboard
Tap-to-click:     n/a
Tap-and-drag:     n/a
Tap drag lock:    n/a
Left-handed:      n/a
Nat.scrolling:    n/a
Middle emulation: n/a
Calibration:      n/a
Scroll methods:   none
Click methods:    none
Disable-w-typing: n/a
Accel profiles:   n/a

Device:           Power Button
Kernel:           /dev/input/event0
Group:            3
Seat:             seat0, default
Capabilities:     keyboard
Tap-to-click:     n/a
Tap-and-drag:     n/a
Tap drag lock:    n/a
Left-handed:      n/a
Nat.scrolling:    n/a
Middle emulation: n/a
Calibration:      n/a
Scroll methods:   none
Click methods:    none
Disable-w-typing: n/a
Accel profiles:   n/a

Device:           Wacom Intuos5 touch S Pen
Kernel:           /dev/input/event3
Group:            4
Seat:             seat0, default
Size:             157.48x98.42mm
Capabilities:     tablet
Tap-to-click:     n/a
Tap-and-drag:     n/a
Tap drag lock:    n/a
Left-handed:      disabled
Nat.scrolling:    n/a
Middle emulation: n/a
Calibration:      n/a
Scroll methods:   none
Click methods:    none
Disable-w-typing: n/a
Accel profiles:   none

Device:           Wacom Intuos5 touch S Finger
Kernel:           /dev/input/event5
Group:            5
Seat:             seat0, default
Size:             157.54x97.52mm
Capabilities:     pointer
Tap-to-click:     enabled
Tap-and-drag:     enabled
Tap drag lock:    disabled
Left-handed:      disabled
Nat.scrolling:    disabled
Middle emulation: n/a
Calibration:      n/a
Scroll methods:   *two-finger edge
Click methods:    none
Disable-w-typing: enabled
Accel profiles:   none

Device:           USB Optical Mouse
Kernel:           /dev/input/event6
Group:            6
Seat:             seat0, default
Capabilities:     pointer
Tap-to-click:     n/a
Tap-and-drag:     n/a
Tap drag lock:    n/a
Left-handed:      disabled
Nat.scrolling:    disabled
Middle emulation: disabled
Calibration:      n/a
Scroll methods:   button
Click methods:    none
Disable-w-typing: n/a
Accel profiles:   flat*adaptive

Device:           Wired USB Keyboard
Kernel:           /dev/input/event7
Group:            7
Seat:             seat0, default
Capabilities:     keyboard
Tap-to-click:     n/a
Tap-and-drag:     n/a
Tap drag lock:    n/a
Left-handed:      n/a
Nat.scrolling:    n/a
Middle emulation: n/a
Calibration:      n/a
Scroll methods:   none
Click methods:    none
Disable-w-typing: n/a
Accel profiles:   n/a

Device:           Eee PC WMI hotkeys
Kernel:           /dev/input/event8
Group:            8
Seat:             seat0, default
Capabilities:     keyboard
Tap-to-click:     n/a
Tap-and-drag:     n/a
Tap drag lock:    n/a
Left-handed:      n/a
Nat.scrolling:    n/a
Middle emulation: n/a
Calibration:      n/a
Scroll methods:   none
Click methods:    none
Disable-w-typing: n/a
Accel profiles:   n/a
Pages: 1 2