Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Feb 2020 20:19:12 +0000
From:      bugzilla-noreply@freebsd.org
To:        x11@FreeBSD.org
Subject:   [Bug 222609] x11-servers/xorg-server: Add UDEV option to support evdev devices autodetection
Message-ID:  <bug-222609-7141-PnvwWnXWYh@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-222609-7141@https.bugs.freebsd.org/bugzilla/>
References:  <bug-222609-7141@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=3D222609

--- Comment #42 from Ulrich Spoerlein <uqs@FreeBSD.org> ---
THANK YOU!

I had the loader.conf already, so the only thing I added was this from your
tutorial. Too bad that this isn't properly autoconfigured, but oh well.

cat >/usr/local/etc/X11/xorg.conf.d/99-myinput.conf <<EOF
Section "InputClass"
  Identifier "libinput keyboard catchall"
  MatchIsKeyboard "on"
  MatchDevicePath "/dev/input/event*"
  Driver "libinput"
  Option "XkbRules" "evdev"
EndSection

Section "InputClass"
  Identifier "libinput touchpad catchall"
  MatchIsTouchpad "on"
  MatchDevicePath "/dev/input/event*"
  Driver "libinput"
  Option "MiddleEmulation" "on"
  Option "DisableWhileTyping" "off"
EndSection
EOF

I still have to fiddle with sensitivity and accel of the touchpad, as it's
quite slow, but I can work with this. Finally I have 2 finger vertical
scrolling that works and isn't all choppy and useless (sorry, moused(8)).

--=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-222609-7141-PnvwWnXWYh>