linuxwacom / xf86-input-wacom

X.Org driver for Wacom devices
361 stars 45 forks source link

Tilt not working on wired Intuos CTL 4100 #356

Closed pablogila closed 1 week ago

pablogila commented 1 week ago

The tilt does not work at all on Intuos CTL 4100. Attached is the log file.

sysinfo.rhITjslOoh.tar.gz

whot commented 1 week ago

can you run libinput record please (might be in libinput-utils.rpm or corresponding deb file) and attach the output here, thanks.

pablogila commented 1 week ago

Here it is. I got this log file with sudo apt install libinput-tools followed by sudo libinput record > libinput_pen.txt. I approached the pen vertically and then tilted it to draw a circle.

libinput_pen.txt

whot commented 1 week ago

Looks like you have the tool 0x862 (ABS_MISC of decimal 2146) and libwacom says that tool doesn't support tilt. Mind you, the tablet doesn't appear to support any other tools anyway, so the driver doesn't even enable tilt for it.

Which means - everything working as intended albeit apparently not as expected :)

pablogila commented 1 week ago

Thanks for the comment!