Re: sway and libinput initialization failed
Greg V <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.x11 |
|---|---|
| Message-ID | <[email protected]> |
On Sun, May 26, 2019 at 5:09 PM, Grzegorz Junka <[email protected]> wrote: > When I set WLR_LIBINPUT_NO_DEVICES to 1, as suggested, sway seems to > be starting fine, i.e. both screens show the SWAY background, dates > are displayed, etc. But of course neither mouse no keyboard work. My > motherboard is Asrock X470 TaiChi Ultimate and mouse and keyboard are > connected through USB3. hi, 12.0-RELEASE does not have EVDEV_SUPPORT enabled out of the box :( so all the drivers not developed for evdev specifically (e.g. wmt is, but ums/ukbd/psm/atkbd/etc aren't) do not have evdev support. IIRC, it's on by default in -STABLE, and it will be in 12.1-RELEASE. You have to either switch to a -STABLE snapshot kernel or rebuild a -RELEASE kernel with options EVDEV_SUPPORT. (or switch to -CURRENT of course :D) Also it's a good idea to set sysctl kern.evdev.rcpt_mask=12 to make sure you get events from individual devices instead of the virtual/multiplexed things. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-x11 To unsubscribe, send any mail to "[email protected]"