Closed EricGebhart closed 5 years ago
Hello @EricGebhart I believe this can happen if the screens are not properly configured in in the config.ini
file.
How many monitors do you have connected, including the tablet screen, and what are their resolutions?
E.g. If you have 2 monitors, you have to set enable_multi_monitor
to true
in line 30. And then write the correct widths and heights in the [monitor_2]
section at lines 285 and following.
The huion is my only screen.
Ok. Try changing these config rules and let me know if it works:
enable_multi_monitor = true
current_monitor_setup = [monitor_1]
That didn't go so well...
It looked ok up until then.
modprobe: FATAL: Module uinput not found in directory /lib/modules/5.1.15-arch1-1-ARCH
Traceback (most recent call last):
File "./huion-tablet-driver.py", line 744, in
Ok that is a bug with an easy fix. You need to add the following lines to config.ini
inside the [monitor_1]
section. For example just after the line 261:
tablet_offset_x = 0
tablet_offset_y = 0
That worked better here is the log.
But it still died in the end with missing uinput.
modprobe: FATAL: Module uinput not found in directory /lib/modules/5.1.15-arch1-1-ARCH
I rechecked that I installed everything and that my X tablet config was correct. It is as the readme says for it to be.
Ok. This error is dependant on your particular system. It means your kernel doesn't have the required module.
Either you compiled the kernel yourself and didn't enable that module, or you are running a different kernel version after an update than the one the modules are installed for, or you need to rebuild the kernel...
The solution may be as easy as to reboot your system after an update, in case you haven't done so in weeks....
If that doesn't work you should google for alternative solutions you can try.
Ok. I thought I rebooted after my last update but apparently not.
It's working now.
It is a little strange that I have to change it to a multi-monitor setup with one monitor for it work. Either the code or the instructions should probably be updated. Thanks for your help
The driver seems to be working but the mouse moves to the lower right corner any time the pen comes close to the screen. it seems to be registering all of the movements of the pen just fine.
The scrollbar causes the mouse pointer to appear to the left and to move up and down. after letting go of the scroll bar the pointer jumps to the top of the screen.
Putting the pen close to the screen moves the pointer to the bottom right corner.
This is a fresh install of Arch Linux from last week. 07/07/2019. I had installed the wacom drivers but have uninstalled them since.
Kernel is 5.1
i made the entry in the xorg. conf as stated in the install guide. I changed the name to tablet_gt133 and that's the only change i made to the config.
Here is the startup from the driver log.
grep evdev of the xorg.log looks ilke this.