How to make drawing tablet work as an input device? #2032
Replies: 2 comments 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.
-
|
Apologies for dredging this back up but I've tried the above with an older (dumber) Huion HS610 to no avail. What I have tried:
with {
"Huion 256C PEN STYLUS": (
state: Enabled,
map_to_output: Some("DP-2"),
),
"Huion Tablet": (
state: Enabled,
map_to_output: Some("DP-2")
),
"Huion Mouse": (
state: Enabled,
map_to_output: Some("DP-2")
),
"Huion keyboard": (
state: Enabled,
map_to_output: Some("DP-2")
)
}Both drivers do detect the tablet and in their own little calibrate/preview windows show the coordinates change as I move the stylus .
However, if I try using the tablet/stylus anywhere outside of the drivers preview modes I get nothing - no mouse movement, no clicks, nothing. I've tried this on the desktop, rnote, xournalpp, and krita. This smells to me of missing some sort of permission but I don't know enough about wayland compositors to debug any deeper. Additional infoI'm not sure if I need all four mappings but Poking through logs I did notice this: I have also tried mapping the OpenTabletDriver virtual artists tablet but same issue. "OpenTabletDriver Virtual Artist Tablet": (
state: Enabled,
map_to_output: Some("DP-2")
) |
Beta Was this translation helpful? Give feedback.

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
libinputis 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