[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
Fri Feb 26 01:23:46 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196678
--- Comment #33 from rozhuk.im at gmail.com ---
0. "xf86-input-wacom driver does not install any xorg config files..." ->
"xf86-input-evdev driver does not install any xorg config files.."
1. If you install xf86-input-wacom and xf86-input-evdev and want to use
xf86-input-evdev then you need:
cp /usr/local/share/X11/xorg.conf.d/50-wacom.conf
/etc/X11/xorg.conf.d/55-wacom-evdev.conf
in /etc/X11/xorg.conf.d/55-wacom-evdev.conf replace Driver "wacom" to Driver
"evdev"
2. add to /etc/rc.conf[.local] file:
wacom_enable="YES"
3. reboot and replug device after xorg start.
In my system wacom rc.d script starts after devd, so ums driver attach to
wacom.
Fix: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207506
Touch does not work with evdev driver on my system.
With xf86-input-wacom Touch is work.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-x11
mailing list