Huion drawing pad

Waitman Gobble gobble.wa at gmail.com
Wed Mar 11 02:56:27 UTC 2020


On Tue, Mar 10, 2020 at 10:26 PM Waitman Gobble <gobble.wa at gmail.com> wrote:
>
> Working on getting a Huion drawing pad working on a laptop.
>
> # uname -a
> FreeBSD ayo 12.1-RELEASE FreeBSD 12.1-RELEASE r354233 GENERIC  amd64
>
> I followed the directions at:
> https://wiki.freebsd.org/WacomTablet
>

It seems that the wacom driver does not support this tablet, however
'evdev' driver does support it, which seems to be why it works on the
Debian machine.

If I put in a manual entry in Xorg.conf

Section "InputDevice"
       Identifier      "Huion tablet"
       Driver          "evdev"
       Option          "Type"                  "tablet"
       Option          "Device"                "/dev/input/event7"
       Option          "AutoServerLayout"      "true"
EndSection



...Xorg.0.log:

[    19.662] (II) Using input driver 'evdev' for 'Huion tablet'
[    19.662] (**) Huion tablet: always reports core events
[    19.662] (**) evdev: Huion tablet: Device: "/dev/input/event7"
[    19.662] (--) evdev: Huion tablet: Vendor 0x256c Product 0x6d
[    19.662] (--) evdev: Huion tablet: Found 1 mouse buttons
[    19.662] (II) evdev: Huion tablet: Forcing relative x/y axes to exist.
[    19.662] (II) evdev: Huion tablet: Configuring as mouse
[    19.662] (**) evdev: Huion tablet: YAxisMapping: buttons 4 and 5
[    19.662] (**) evdev: Huion tablet: EmulateWheelButton: 4,
EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    19.662] (II) XINPUT: Adding extended input device "Huion tablet"
(type: MOUSE, id 6)
[    19.662] (II) evdev: Huion tablet: initialized for relative axes.
[    19.662] (**) Huion tablet: (accel) keeping acceleration scheme 1
[    19.662] (**) Huion tablet: (accel) acceleration profile 0
[    19.662] (**) Huion tablet: (accel) acceleration factor: 2.000
[    19.662] (**) Huion tablet: (accel) acceleration threshold: 4


It shows up as if it is going to work, but it's not working yet.  But
no EE in Xorg log.


-- 
Waitman Gobble


More information about the freebsd-questions mailing list