Hi.
I have a persistent problem with my tablet. I want to totally disable the touch function that interferes with my child’s use of the tablet. I am failing to do this on hers and on my computer (fresh Manjaro here and there).
I tried xsetwacom, xinput, creating a 99-wacom.conf file in etc/X11/xorg.conf.d . Installing the wacomtablet GUI where there is supposedly an option to disable touch also did nothing.
I also checked: modprobe wacom touch_arbitration=0 No effect.
In general, the tablet operation is managed by libwacom from the beginning. Can somehow disable it?
I installed OpenDriverTablet but it doesn’t see the tablet. Maybe the problem is that it is flatpak. I’m afraid to install AURs.
Xserver here.
libwacom-list-local-devices ✔
devices:
- name: 'Wacom Bamboo Pen & Touch (2+FG)'
bus: 'usb'
vid: 0x056a
pid: 0x00d6
nodes:
- /dev/input/event20: 'Wacom BambooPT 2FG 4x5 Pad'
- /dev/input/event19: 'Wacom BambooPT 2FG 4x5 Finger'
- /dev/input/event13: 'Wacom BambooPT 2FG 4x5 Pen'
styli:
- id: 0xffffe
vid: 0x0000
name: 'General Pen Eraser'
type: 'general'
axes: ['x', 'y' , 'tilt', 'distance', 'pressure']
buttons: 2
is_eraser: 'true'
eraser_type: 'invert'
- id: 0xfffff
vid: 0x0000
name: 'General Pen'
type: 'general'
axes: ['x', 'y' , 'tilt', 'distance', 'pressure']
buttons: 2
erasers: [0xffffe]