You are not logged in.

#1 2022-10-27 07:29:23

Matt3o
Member
From: Firenze, Italy
Registered: 2007-09-13
Posts: 177

Screen tablet Huion Kamvas Pro

I have a Huion Kamvas Pro screen pen tablet that actually works... just not at first boot.

At boot it is seen just as an additional monitor and to have the pen working I have to do:

rmmod hid_uclogic
modprobe hid_uclogic
xsetwacom set "Huion Tablet_GT1602 stylus" MapToOutput DisplayPort-2

Sometimes also rebooting is enough to make it work.

Is it some kind of race condition where something gets initialized before something else? Is there anything I can do to fix it?

Looking at dmesg everything seems to be recognized correctly at boot but still doesn't work until I force reload the module.

The only config file I had to do is this

cat /etc/X11/xorg.conf.d/40-tablet.conf 
Section "InputClass"
        Identifier "Tablet"
        Driver "wacom"
        MatchDevicePath "/dev/input/event*"
        MatchUSBID "256c:006d"
EndSection

It was actually working a few kernels ago, unfortunately I haven't used the tablet for a few months so I'm not sure what kernel version it stopped working.

Last edited by Matt3o (2022-10-27 08:17:57)

Offline

#2 2022-10-27 07:35:44

d.ALT
Member
Registered: 2019-05-10
Posts: 959

Re: Screen tablet Huion Kamvas Pro

Matt3o wrote:

At boot it is seen just as an additional monitor and to have the pen working I have to do:

Are you seeing other video output(s) in dmesg?
Try force-disabling the output you DON'T want, using this kernel parameter:

video=UNWANTED-OUTPUT:d

Replace UNWANTED-OUTPUT with the correct one you need to disable.


<49,17,III,I>    Fama di loro il mondo esser non lassa;
<50,17,III,I>    misericordia e giustizia li sdegna:
<51,17,III,I>    non ragioniam di lor, ma guarda e passa.

Offline

#3 2022-10-27 07:57:01

Matt3o
Member
From: Firenze, Italy
Registered: 2007-09-13
Posts: 177

Re: Screen tablet Huion Kamvas Pro

d.ALT wrote:

Are you seeing other video output(s) in dmesg?

like unused/wrong ones? none that I can tell. Also looking at xorg log everything seems fine, no errors and the tablet is recognized correctly

Offline

#4 2022-10-27 08:00:50

d.ALT
Member
Registered: 2019-05-10
Posts: 959

Re: Screen tablet Huion Kamvas Pro

Matt3o wrote:
d.ALT wrote:

Are you seeing other video output(s) in dmesg?

like unused/wrong ones? none that I can tell.

Matt3o wrote:

At boot it is seen just as an additional monitor and to have the pen working I have to do:


<49,17,III,I>    Fama di loro il mondo esser non lassa;
<50,17,III,I>    misericordia e giustizia li sdegna:
<51,17,III,I>    non ragioniam di lor, ma guarda e passa.

Offline

#5 2022-10-27 08:06:56

Matt3o
Member
From: Firenze, Italy
Registered: 2007-09-13
Posts: 177

Re: Screen tablet Huion Kamvas Pro

it actually is a monitor, so that is an expected behavior smile (sorry unless I'm missing something)

Offline

#6 2022-10-27 08:09:22

d.ALT
Member
Registered: 2019-05-10
Posts: 959

Re: Screen tablet Huion Kamvas Pro

I made a wrong assumption, sorry.

Matt3o wrote:

it actually is a monitor, so that is an expected behavior smile

OK


<49,17,III,I>    Fama di loro il mondo esser non lassa;
<50,17,III,I>    misericordia e giustizia li sdegna:
<51,17,III,I>    non ragioniam di lor, ma guarda e passa.

Offline

Board footer

Powered by FluxBB