Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Mar 2020 22:56:13 -0400
From:      Waitman Gobble <gobble.wa@gmail.com>
To:        FreeBSD <freebsd-questions@freebsd.org>
Subject:   Re: Huion drawing pad
Message-ID:  <CAFuo_fzONp18k4brFwXdyF710sEfDhcT5XStBf%2BU8Y7fFXMLPg@mail.gmail.com>
In-Reply-To: <CAFuo_fz4LJJZaFUkh66oJUgiaeCq_cqUvG-SQRZODr7frwfChw@mail.gmail.com>
References:  <CAFuo_fz4LJJZaFUkh66oJUgiaeCq_cqUvG-SQRZODr7frwfChw@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Mar 10, 2020 at 10:26 PM Waitman Gobble <gobble.wa@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAFuo_fzONp18k4brFwXdyF710sEfDhcT5XStBf%2BU8Y7fFXMLPg>