Date: Sun, 22 Sep 2019 19:12:19 +0300 From: Vasily Postnicov <shamaz.mazum@gmail.com> To: greg@unrelenting.technology Cc: freebsd-x11@freebsd.org Subject: Re: Xorg with evdev input devices Message-ID: <CADnZ6Bnzdk_kr608wg8t8Ugth%2BS8zMDy18w7KhoLWbLoBXCjJg@mail.gmail.com> In-Reply-To: <bceb7ed1804dd98d9c186c42b08473c1@unrelenting.technology> References: <CADnZ6B=foNChKaH6j%2Bx4pv4Z6g2ycCL7yiuLvDZSAOBHOa4ugw@mail.gmail.com> <bceb7ed1804dd98d9c186c42b08473c1@unrelenting.technology>
next in thread | previous in thread | raw e-mail | index | archive | help
Thanks, it works. The purpose of my evdev kernel support testing is eventually switch to wayland. For this time I have all related ports recompiled with WAYLAND option and also have x11-wm/sway installed. Then I run following commands in terminal (I mean, without xorg server running): > setenv XDG_RUNTIME_DIR /tmp > sway -d Sway fails to start with the following log: https://pastebin.com/M3eExb0C > 2019-09-22 18:53:04 - [backend/libinput/backend.c:55] Initializing libinput > 2019-09-22 18:53:04 - [backend/libinput/backend.c:84] libinput initialization failed, no input devices > 2019-09-22 18:53:04 - [backend/libinput/backend.c:85] Set WLR_LIBINPUT_NO_DEVICES=1 to suppress this check > 2019-09-22 18:53:04 - [backend/multi/backend.c:32] Failed to initialize backend. > 2019-09-22 18:53:04 - [sway/server.c:195] Failed to start backend I've tried to run "setenv WLR_LIBINPUT_NO_DEVICES 1" as suggested and got sway started (but without input devices, I suppose). What's wrong with my libinput? It seems it works OK with Xorg
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CADnZ6Bnzdk_kr608wg8t8Ugth%2BS8zMDy18w7KhoLWbLoBXCjJg>