-
Notifications
You must be signed in to change notification settings - Fork 175
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Huion Kamvas 16 touch strip not working #669
Comments
I know this is a random question, Do you have drift while using the Pen? The further away you get from the center of the screen if your pointer further away from the Pen? |
I don't have this problem. Apart from the issue I describe (touch strip not working) the tablet works without problems. |
Hi @matitaelettrica , Please try with the latest release (v13) as it should send the right events for touch strips. You'll need to wait for the next libinput release for the mapping to be accurate (i.e., expect some weird values at the moment), but the overall experience should be a bit better. |
Oh! This is the relevant merge request in libinput: https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/989 The change will be available in libinput v1.26 |
Hi @JoseExposito, Sadly I don't have any kind of response from the touch strip, even a wrong one, but I'm suspecting that's because I don't know the right kind of code to assign the strip behaviour in my script. I'm using these lines of code:
which I found in many searches about this specific topic. [Buttons work as desired.] I'll wait for the next release. (Thank you for your work.) |
If you run If you are not able to find the right event number, you can always run If your device sends Rx and Ry events, then you should be able to configure the touch strips (and buttons) from GNOME or KDE settings. You might need to make minimal changes to libwacom's descriptor file for it to appear in GNOME/KDE settings: But I can help you with those :) EDIT: Oh! You mentioned Linux Mint, apparently it includes similar settings: |
This is the output of a single movement, from top to bottom of strip, with To my untrained eye seems that the event is at least recognized? Also to my untrained eye the libwacom descriptor for my tablet seems more this one: I'm on Cinnamon, which has origin on Gnome2 if I recall correctly, I'll make some research on this side too. Thanks again for the pointers! |
Fixes the automated fields with the information provided in [1]. [1] DIGImend/digimend-kernel-drivers#669
Yes! The touch strip is recognized and it sends the right events. It looks like only the libwacom bits are missing.
Correct again, that's the right file. I created a PR with some minor fixes for your device: You'd need to create an issue in https://github.com/linuxwacom/wacom-hid-descriptors with your tablet info as described here: If you want to test the table file locally, there are instructions here: Basically, copy and paste from my pull request Note that you'd need libwacom-2.12.0 or newer. In older versions, the |
Fixes the automated fields with the information provided in [1]. [1] DIGImend/digimend-kernel-drivers#669
Fixes the automated fields with the information provided in [1]. [1] DIGImend/digimend-kernel-drivers#669
Fixes the automated fields with the information provided in [1]. [1] DIGImend/digimend-kernel-drivers#669
Fixes the automated fields with the information provided in [1]. [1] DIGImend/digimend-kernel-drivers#669
Thanks again! And sorry again for being late. The (Also, I found on my system all the *.tablet descriptor files are under |
That's OK, |
I have a huion Kamvas 16 pen display model GS1561, installed latest version to me available, v.11
This model is not a touch screen, but it has a touch strip on the left side used as a replacement for mouse scroll.
On Linux Mint 21.2 Cinnamon, kernel 5.15.0-86-generic
[Apologies for wonky English, ESL here]
Description: Stylus works (tilt and such it's OK). I managed to get all the available button work, but:
-- I can't make the central strip work, even if it seems it is detected.
What I have available:
I have scripts to use when i connect the tablet (I'm on a laptop PC, I don't always lug the tablet with me)
This one maps all buttons I was able to get working (there are other five buttons below 13 but I guess they are reserved for OSD setup thus not available)
I'm not aware if there's any setup similar to buttons and I tried these ones, to no avail:
(found on other issues after searching for keyword "huion kamvas 16 touch stripe how to|not work")
Available to other kind of test etc. I'm a basic user so I might need some newbie-proof explanation, I apologize.
The text was updated successfully, but these errors were encountered: