https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247417
Vladimir Kondratyev <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #8 from Vladimir Kondratyev <[email protected]> --- (In reply to Mc James from comment #7) > Why my touchpad just being translated to mouse. According to xorg.log provided, your touchpad is ALPS rather than Synaptics. It has no native support in FreeBSD, only generic mouse mode is available. If you think it worked better before 1.20/evdev than you can try to manually state /dev/psm0 as input device for x11-drivers/xf86-input-mouse driver. Or recompile kernel with EVDEV_SUPPORT option disabled. Latter should trigger old input device auto-configuration behavior for both DEVD and UDEV Xorg backends. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
