Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Feb 2016 01:23:44 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-x11@FreeBSD.org
Subject:   [Bug 196678] x11-servers/xorg-server: make config/devd recognize /dev/input/eventX from multimedia/webcamd
Message-ID:  <bug-196678-8047-UX00ui8jmJ@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-196678-8047@https.bugs.freebsd.org/bugzilla/>
References:  <bug-196678-8047@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D196678

--- Comment #33 from rozhuk.im@gmail.com ---
0. "xf86-input-wacom driver does not install any xorg config files..." ->=20
"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=3D"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=3D207506
Touch does not work with evdev driver on my system.

With xf86-input-wacom Touch is work.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-196678-8047-UX00ui8jmJ>