Re: wacom on X1 Yoga 3rd generation not detected
Jan Beich <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.x11 |
|---|---|
| Message-ID | <[email protected]> |
Mathias Picker <[email protected]> writes: > Jan Beich writes: > >> Mathias Picker <[email protected]> writes: >> >>> Hi all, >>> >>> webcamd says that a wacom stylus should be automatically detected >>> by >>> devd. >>> This does not work on my 3rd gen X1 Yoga on 12-stable >>> >>> I’ve installed >>> xf86-input-evdev-2.10.6_4 >>> xf86-input-wacom-0.37.0 >>> webcamd-5.3.7.1 >> >> devd-based hotplug is the least stable. While bug 196678 may help >> better >> switch to xf86-input-libinput + UDEV (bug 222609). xf86-input-wacom >> can >> optionally be deinstalled as libinput uses libwacom but on my Bamboo >> P&T >> doing so breaks touchpad. xf86-input-evdev, xf86-input-keyboard, >> xf86-input-mouse are redundant if xf86-input-libinput is used. > > Thanks, > > it’s now working with the libinput patch! This could really be in the > port, I wonder why it isn’t. > > I still need to reconfigure the keyboard (win-key seems different, my > exwm-setup doesn’t quite work) but that should be simple, I’m just out > of time for now. libinput uses evdev(4) + libxkbcommon. FreeBSD unlike Linux configures libxkbcommon to use "xorg" rules by default, so you need the following in order to get modifer keys (e.g., Super or Windows key) work correctly. # Add to xorg.conf(5) Section "InputClass" Identifier "keyboard defaults" MatchIsKeyboard "true" Option "XkbRules" "evdev" EndSection Note, on Wayland "export XKB_DEFAULT_RULES=evdev" to make it global for all compositors. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-x11 To unsubscribe, send any mail to "[email protected]"