You are not logged in.

#1 2023-06-21 16:19:16

adrit1234
Member
Registered: 2023-06-21
Posts: 28

Setting up Huion H1060p graphics tablet

I am testing out a Huion H1060p graphics tablet on my archlinux system with cinnamon DE. So far I have followed this wiki guide using the xf86-input-wacom driver and creating a 50-tablet.conf file in /etc/X11/xorg.conf.d like so:

 Section "InputClass"
        Identifier "Huion tablets with Wacom driver"
        MatchUSBID "5543:006e|256c:006e|256c:006d|256c:0064"
        MatchDevicePath "/dev/input/event*"
        MatchIsKeyboard "false"
        Driver "wacom"
EndSection

After a reboot, the device does seem to be detected as xsetwacom list devices shows:

HUION HUION Tablet_H1060P stylus	id: 11	type: STYLUS    
HUION HUION Tablet_H1060P eraser	id: 22	type: ERASER

However, the problem is when I test the buttons out with xenv -event button like in the guide, only the stylus' button is detected, while the buttons on the tablet itself aren't. I wonder if this could be related to the xsetwacom list devices not listing the tablet itself as a device, only having the stylus and eraser. Other information about the tablet:
lsusb:

Bus 001 Device 002: ID 256c:0064 HUION HUION Tablet_H1060P

dmesg(plugging in tablet):

[ 2654.439876] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 2654.439880] usb 1-1: Product: HUION Tablet_H1060P
[ 2654.439883] usb 1-1: Manufacturer: HUION
[ 2654.439885] usb 1-1: SerialNumber: 20211028
[ 2654.444268] hid-generic 0003:256C:0064.0007: hiddev96,hidraw1: USB HID v1.10 Device [HUION HUION Tablet_H1060P] on usb-0000:00:14.0-1/input0
[ 2654.491579] input: HUION HUION Tablet_H1060P as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:256C:0064.0008/input/input31

Offline

Board footer

Powered by FluxBB