[DIGImend-users] How to calibrate Huion H610PRO graphics tablet?
Brought to you by:
spb_nick
|
From: Ulrich L. <ulr...@t-...> - 2015-05-01 22:23:21
|
Hi,
I use the hid_uclogic driver with my Huion H610PRO and that works o.k.
However, I need to calibrate it.
I tried to put some stuff into /etc/X11/xorg.conf.d/52-tablet.conf and restarted X (CNTR ALT BACKSPACE).
However, from ls -ltu /etc/X11/xorg.conf.d/52-tablet.conf I see that the file has not been read.
So where have I to put the calibration information and what should it look like?
What I tried, was:
/etc/X11/xorg.conf.d/52-tablet.conf:
# HUION tablets
Section "InputClass"
Identifier "Custom tablet options"
MatchIsTablet "on"
MatchProduct "HUION Pentablet"
MatchDevicePath "/dev/input/event*"
Driver "hid_uclogic"
# Apply custom Options below.
Option "Calibration" "0 40000 0 25000"
EndSection
The system is
Linux honolulu 3.13.0-51-generic #84~precise1-Ubuntu SMP Wed Apr 15 21:46:23 UTC 2015 i686 i686 i386 GNU/Linux
Thanks for anyhelp,
ulrich
|