Open Khyretos opened 3 years ago
i am currently running the driver like this:
Section "InputClass"
Identifier "Graphics tablet Keyboard"
MatchIsKeyboard "on"
MatchProduct "UPIN.INC 906 Keyboard"
MatchDevicePath "/dev/input/event*"
Driver "evdev"
EndSection
Section "InputClass"
Identifier "Graphics tablet mouse"
MatchIsPointer "on"
MatchProduct "UPIN.INC 906 Mouse"
MatchDevicePath "/dev/input/event*"
Driver "evdev"
EndSection
Section "InputClass"
Identifier "Graphics tablet pen"
MatchIsTablet "on"
MatchProduct "UPIN.INC 906"
MatchDevicePath "/dev/input/event*"
Driver "evdev"
EndSection
The only thing i would like is to make it work on my left monitor and have the pressure sensitivity on
Hello! Could you post the diagnostics as described on this page? That would be very helpful for getting things like the buttons working properly.
here they are, but if the pen gets close it inmedeatly starts readin so im sorry if there is inacurate data, just tell me what i need to repeat if something was not clear.
descriptors.txt frame_buttons.txt frame_wheel_srolling.txt hid_report_descriptors.txt pen_buttons.txt pen_coords.txt pen_pressure.txt pen_tilt.txt probe.txt
Hello! Could you post the diagnostics as described on this page? That would be very helpful for getting things like the buttons working properly.
Hey there,
i recently bought a drawing tablet named AP 906 and i have several things to report.
this is how the pen is identified with
lsusb
:this is how it is identified with
xinput list
:using it as a wacom tablet:
works, but the hardware buttons dont work, only pressure, mouse and button 2 work.
using it as a evdev device:
works, but pressure doesnt work and button 3 has to be remapped because it detects it as left mouse click.
uclogic output:
xinput properties:
i would like some help on how to bound it to my left monitor, currently i have 2 monitors 1080p is my left monitor and 4k my right monitor
ideally i want it just to work with the wacom drivers because KDE has a "graphic tablet" tool which is very handy but the buttons wont work.
if anyone can help me with i would appreciate it very much. since this is a pretty cheap tablet and perfect for people that just started.
thanks in advance