From owner-freebsd-x11@freebsd.org Sun Apr 19 11:50:21 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 F3FDC2C2E51; Sun, 19 Apr 2020 11:50:20 +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 494p6h6Dwwz47Ll; Sun, 19 Apr 2020 11:50:20 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id CCF5E5412; Sun, 19 Apr 2020 11:50:20 +0000 (UTC) From: Jan Beich To: Tomasz CEDRO Cc: FreeBSD Questions Mailing List , freebsd-x11@freebsd.org Subject: Re: Wayland on FreeBSD References: Date: Sun, 19 Apr 2020 13:50:07 +0200 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: Sun, 19 Apr 2020 11:50:21 -0000 Tomasz CEDRO writes: > Hello world :-) > > Time to move from X11 to Wayland :-) > > Anyone using Wayland with success already? Many, bsdstats.org should have some numbers from those who opted in. wlroots-based compositors have very good support and can be tested without leaving the comfort zone of xorg-server: - x11-wm/cage: kiosk, good for nesting - x11-wm/hikari: stacking with some tiling, developed on FreeBSD - x11-wm/sway: manual tiling, often first to adopt new wlroots features - x11-wm/wayfire: stacking with some tiling, many plugins Elsewhere the situation isn't as good (correct me): - Gnome Wayland is stable upstream but not ported due to logind (from systemd) - KDE5 on Wayland maybe buggy upstream and hasn't been QA'd on FreeBSD by kde@ team yet - Enlightenment in ports/ currently fails to build with Wayland support - Weston port is abandoned due to being poor fit for day-to-day usage I'm using Sway myself primarily with X11 applications. For example, "vblank_mode=0 glxgears" shows 3x more FPS than on real Xorg server. ;)