[Bug 222609] x11-servers/xorg-server: Add UDEV option to support evdev devices autodetection
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Oct 15 12:48:14 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222609
--- Comment #22 from Ivan <bsd at abinet.ru> ---
Probably, I'm doing it wrong to use this bug for support, feel free to point me
to right direction, but I can't get node for synaptics touchpad on STABLE and
according commits, this code is already in. https://reviews.freebsd.org/D10265
1. FreeBSD 11.1-STABLE #1 r324623: Sun Oct 15 15:10:17 MSK 2017
2. Custom kernel with
device evdev
options EVDEV_SUPPORT
3. hw.psm.synaptics_support=1 in /boot/loader.conf
4. kern.evdev.rcpt_mask=12 in /etc/sysctl.conf
I don't see touchpad under /dev/input , and /dev/input/event3 is missing in
libinput-list-devices.
ls /dev/input/
event0 event1 event2 event3 event4 event5
When I run libinput-list-devices, event3 is skipped, the following warning is
printed
# libinput-list-devices
libinput error: kernel bug: Kernel has only x or y resolution, not both.
Here is bits from /var/log/messages
Oct 15 15:28:27 sphinx kernel: psm0: <PS/2 Mouse> irq 12 on atkbdc0
Oct 15 15:28:27 sphinx kernel: psm0: [GIANT-LOCKED]
Oct 15 15:28:27 sphinx kernel: psm0: model Synaptics Touchpad, device ID 3
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-x11
mailing list