benthor / HuionKamvasGT191LinuxDriver

Working user space evdev driver for Huion Kamvas GT-191 for Linux
MIT License
25 stars 2 forks source link

Also works for Huion H950P #2

Open insomniux opened 6 years ago

insomniux commented 6 years ago

Hi benthor, My great thanks for your userspace solution! I've been trying to get my HUION H950P to work with the regular driver, but to no avail. I'm no C-programmer so tweaking the work done by Nicolai would be impossible for me. However your solution nearly worked out of the box for me. I had to do some additional things to get it to work:

  1. python3-devel needed to be installed before evdev could be installed
  2. I needed to change the X and Y resolution to 44200 resp 27600 Starting the python3 kamvas.py now works: it covers the entire screen (like the mouse) and the pen-buttons do work.

I, however have not figured out how to make the 8 buttons work. The actions are caught (report 1,2,4,8,16,32,64,128) however there is no action associated with these events. Also I would like to know if it is possible to associate the PRESSURE event with an action in, eg, gimp. Mike

joseluis commented 6 years ago

Hello @insomniux, I've been working on a fork of the huion tablets drivers featuring several improvements like e.g. buttons support. I'd love for you to try them with your tablet and tell me if they worked for you. Feel free to open any issue on my repo if you want.