How to make drawing tablet work as an input device? #2032
Remi-Godin
started this conversation in
General
Replies: 1 comment 1 reply
-
Your tablet currently needs to be manually map to an output. In the interest of not repeating myself, here is a link to an issue, where I explained that yesterday: pop-os/cosmic-comp#1495 Note that the tablet support definitely is not fleshed out so far! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hopefully this is the right place to ask, and I'm not sure if this is an issue on my end, or an issue with Cosmic or Pop!_OS version 24.04, so did not want to open an issue for it.
This is on a fresh install of Pop!_OS 24.04 with Cosmic DE. My Huion 1060p, which was previously working on Pop!_OS version 22.04, is not working anymore, and I'm looking for help to make it work again.
I have installed the official Huion drivers, and
libinput
is detecting events properly, would it be location, tilt, pressure, everything is seemingly detected properly. The buttons on the tablet are working, and the buttons on the pen itself are working, but the pen is not working as an input device to control the mouse or be used as a drawing/sculpting device in software.Here is an example output from
libinput
:I marked the X and Y axis for reference. X goes from 0.00 to 7.85, and Y goes from 0.00 to 4.92, with (0.00,0.00) being the top left corner of the tablet, and (7.85,4.92) being the bottom right.
I would appreciate any help into figuring out how to make it work. I don't know if I have to set something up using libinput, but can't seem to find anything on this subject.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions