[Bug 196678] x11-servers/xorg-server: make config/devd recognize /dev/input/eventX from multimedia/webcamd

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Mar 1 18:48:02 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196678

Jakob Alvermark <jakob at alvermark.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakob at alvermark.net

--- Comment #43 from Jakob Alvermark <jakob at alvermark.net> ---
I have a Lenovo Thinkpad Yoga 12 (Broadwell) with touchscreen and stylus.

The stylus works fine with the wacom driver.
The touchscreen is detected as SYNAPTICS Synaptics Touch Digitizer V04

It does not work with the synaptics driver, but almost with the evdev driver.
To override the synaptics driver I have this in my xorg.conf:
Section "InputClass"
        Identifier "touch"
        Driver "evdev"
        MatchUSBID "06cb:*"
EndSection

I can touch the screen and drag things around, but about half the time there is
no ButtonRelease event when I lift my finger off the screen.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-x11 mailing list