익명 07:28

Issues getting drawing tablet input to draw with Kamvas 13 Gen 3

Issues getting drawing tablet input to draw with Kamvas 13 Gen 3

I just got my tablet today, downloaded the drivers and installed them. Then restarted the PC. The buttons and dials all work with the proprietary drivers, but the Pen refuses to work as anything other than a mouse when a drawing app or window is involved. On the "Test settings" part of the Graphics Tablets settings, pen and pressure work. But on any other art program it's not interacting at all.

Same thing with OpenTabletDriver.

I found out that the pen and pressure do work with both drivers through a test. If I bring the mouse into the canvas as a brush and move it, then I put draw with my stylus, then I can draw with the tablet, pen pressure and all working. Though if I stop, I have to repeat the process. Some apps allowed me to test the tablet, and their log showed me that the stylus input isn't recognized unless I bring the mouse in the drawing area and move it, while testing my pen to draw. It's either the mouse input gets recognized or the stylus one does, and the mouse input has priority.

Can anyone tell me what I'm missing here?

I'm on Ubuntu 26.04 LTS, Wayland.

How my Graphics Tablets sections looks like.

I checked my Graphics Tablets sections, and by default it looks like:

  • Huion Kamvas 13 (Gen 3)

  • General Pen with no Eraser

Which doesn't work and is just a second monitor to my screen. Pen doesn't get recognized on input or proximity.

When I launch Huion's driver, it *adds* to the list:

  • Huion Tablet

  • Huion Tablet

  • Huion 256C PEN STYLUS **shows the same icon as previous two**

  • General Pen Eraser **this makes it two pens**

Or if I launch OpenTabletDriver, it would add:

  • OpenTabletDriver Virtual Assist Tablet

  • General Pen Eraser

When I launch either OpenTabletDriver or Huion's proprietary drivers, pen is finally recognized though as just a mouse unless I do the aforementioned test. Essentially, the tablet only registers a stylus input when the mouse cursor is moving.



Top Answer/Comment:

Welcome to ASK

Having multiple drivers installed for the same tablet can lead to conflicts. This is a common issue that can cause erratic behavior, including the stylus not functioning properly unless the mouse is in motion.

Check which drivers are currently installed for your tablet. Ensure that only one driver is active.

lsmod | grep -iE "(hid|goodix)"

Find out about a drive...

modinfo -v MODULENAME

Remove a driver

rmmod MODULENAME

Possibly you might have to use X11 rather than Wayland. Being that you are using 26.04 it does present a difficulty as you can no longer login under X11. The following link describes how to install X11 for 26.04. (Please note: I have not does this myself so it will be a voyage of discovery. I think is this example they install the KDE Desktop. Further down there is Xfce Desktop; MATE Desktop; Cinnamon Desktop&LXQt Desktop`.

Even further down it explains how to switch between X11 and Wayland by logging off and back in again. )

https://linuxconfig.org/how-to-install-x11-on-ubuntu-26-04

상단 광고의 [X] 버튼을 누르면 내용이 보입니다