== evdev notes ==

From the [[https://www.freebsd.org/cgi/man.cgi?query=evdev&apropos=0&sektion=4|evdev(4) manpage]]:
{{{
  evdev is an Xorg input driver for Linux's generic event devices.  It therefore
  supports all input devices that the kernel knows  about, including most mice,
  keyboards, tablets and touchscreens.  evdev is the default driver on the major
  Linux distributions.
}}}

== Figuring Out What Devices You Have ==

Touchpad devices, in particular, have been known to be problematic.

For figuring out problems with e.g. your touchpad device:

 * {{{xinput --list}}}
 * {{{xinput list-props <touchpad's id>}}}

=== See Also ===

 * [[https://forums.freebsd.org/threads/new-xorg-switch-from-devd-to-udev.74144|FreeBSD Forum post]] post about upgrading from devd to udev 20200221
 * a [[https://lists.freebsd.org/pipermail/freebsd-stable/2020-February/091966.html|mailing list post]] about upgrading from devd to udev 20200222
 * [[https://bugs.freebsd.org/bugzilla/buglist.cgi?quicksearch=evdev&list_id=369061|PRs including the string evdev]]

----
CategoryHowTo