From owner-freebsd-x11@freebsd.org Tue Apr 28 02:02:46 2020 Return-Path: Delivered-To: freebsd-x11@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 414D92CF3B3 for ; Tue, 28 Apr 2020 02:02:46 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49B4fZ0s8Vz44QN; Tue, 28 Apr 2020 02:02:46 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id E8BE2DD2A; Tue, 28 Apr 2020 02:02:45 +0000 (UTC) From: Jan Beich To: Grzegorz Junka Cc: freebsd-x11@freebsd.org Subject: Re: Wayland on FreeBSD References: <9a914a03-d431-7d99-abb8-6f949e562f14@gjunka.com> Date: Tue, 28 Apr 2020 04:02:43 +0200 In-Reply-To: <9a914a03-d431-7d99-abb8-6f949e562f14@gjunka.com> (Grzegorz Junka's message of "Tue, 28 Apr 2020 00:32:18 +0000") Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Apr 2020 02:02:46 -0000 Grzegorz Junka writes: > I am able to start sway, which in turn seems to be starting > Xwayland. But I don't seem to be able to open any graphical > applications? GUI toolkits (due to bugs) default to X11 except Gtk3 and winit. Try starting gtk3-demo explicitly with GDK_BACKEND=wayland and GDK_BACKEND=x11 to rule out Xwayland as the primary cause. > The mouse seems to be working fine in Sway, I don't know about the keyboard. Check key presses via wev, wshowkeys or gtk3-demo. If you don't have a working terminal emulator due to Xwayland issues try alacritty.