From owner-freebsd-questions@freebsd.org Sat Apr 18 03:45:07 2020 Return-Path: Delivered-To: freebsd-questions@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 6EE162B8107 for ; Sat, 18 Apr 2020 03:45:07 +0000 (UTC) (envelope-from ngor@antonovs.family) Received: from mail.antonovs.family (mail.antonovs.family [100.25.240.195]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mail.antonovs.family", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 493zPG3dl5z4MJM for ; Sat, 18 Apr 2020 03:45:06 +0000 (UTC) (envelope-from ngor@antonovs.family) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=antonovs.family; s=20200215; t=1587181498; h=from:from:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=SipTodk5/SR5wKHOV2cNJn0yhw2cLz9nI3q02UsYVmA=; b=iOsWVvwEHAN70MOUhJ5zAW59cliI7I7anwjBcs93dShv3DXiVdvr0XBiYB5MSiaPNMV9dM LqS9jjEXFWVIIoVybO3vpHepubYnxtJ8ngX03BXcezru1+g9LS7CTliwWs+vg9gjkrtZFH wy5EwynhIjVikyQqa9CqjspDAfZGY5Q= Received: by mail.antonovs.family (OpenSMTPD) with ESMTPSA id d42f4911 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for ; Sat, 18 Apr 2020 03:44:58 +0000 (UTC) From: Ihor Antonov To: freebsd-questions@freebsd.org Reply-To: ihor@antonovs.family Subject: Re: Wayland on FreeBSD Date: Fri, 17 Apr 2020 20:44:56 -0700 Message-ID: <19214139.lkKKEJL0j7@amos> In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Rspamd-Queue-Id: 493zPG3dl5z4MJM X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=antonovs.family header.s=20200215 header.b=iOsWVvwE; dmarc=pass (policy=none) header.from=antonovs.family; spf=pass (mx1.freebsd.org: domain of ngor@antonovs.family designates 100.25.240.195 as permitted sender) smtp.mailfrom=ngor@antonovs.family X-Spamd-Result: default: False [-5.31 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_DKIM_ALLOW(-0.20)[antonovs.family:s=20200215]; HAS_REPLYTO(0.00)[ihor@antonovs.family]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+mx]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-questions@freebsd.org]; TO_DN_NONE(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLYTO_DOM_EQ_FROM_DOM(0.00)[]; DKIM_TRACE(0.00)[antonovs.family:+]; DMARC_POLICY_ALLOW(-0.50)[antonovs.family,none]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; IP_SCORE(-3.31)[ip: (-9.08), ipnet: 100.24.0.0/13(-4.41), asn: 14618(-3.02), country: US(-0.05)]; FROM_EQ_ENVFROM(0.00)[]; MID_RHS_NOT_FQDN(0.50)[]; CTE_CASE(0.50)[]; ASN(0.00)[asn:14618, ipnet:100.24.0.0/13, country:US]; MIME_TRACE(0.00)[0:+]; RCVD_TLS_ALL(0.00)[]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Apr 2020 03:45:07 -0000 On Friday, 17 April 2020 13:34:16 PDT Tomasz CEDRO wrote: > Hello world :-) Hello > Time to move from X11 to Wayland :-) Well, > Anyone using Wayland with success already? Hi, I had some success in running sway (i3 drop-in replacement) Although some fixes were required as it was not working out of the box. LMK if you are going to update the wiki - I can share my notes on setting up sway. > I would like to use Enlightenment (0.23.1) + Wayland. > > The WiKi for Wayland on FreeBSD seems a bit out of date (2018). How > can I modify it with my discoveries? :-) > > https://wiki.freebsd.org/Graphics/Wayland > > Best regards :-) > Tomek