You are not logged in.

#1 2018-05-14 04:31:16

diamondburned
Member
Registered: 2017-09-06
Posts: 2

XP-Pen tablet, hover not working for both evdev and wacom

Hey. I have a XP-Pen tablet. It kind of works: dragging is hovering and hovering doesn't do anything. Clicking doesn't work as well, with pen down being button 8, button 1 is 9 and button 2 is 10 in xev.

I already have digimend drivers. Tried with both evdev and wacom, doesn't work.

/etc/X11/xorg.conf.d/98-xppen.conf:

Section "InputClass"
       Identifier "xppen"
       MatchIsPointer "on"
       MatchProduct "XP-PEN"
       MatchDevicePath "/dev/input/event*"
       Driver "evdev"
       # Apply custom Options below.
EndSection

Section "InputClass"
       Identifier "xppen"
       MatchIsTablet "on"
       MatchProduct "XP-PEN"
       MatchDevicePath "/dev/input/event*"
       Driver "evdev"
       # Apply custom Options below.
EndSection

Last edited by diamondburned (2018-05-14 07:43:15)

Offline

Board footer

Powered by FluxBB