From owner-freebsd-x11@freebsd.org Fri Jun 14 17:16:38 2019 Return-Path: Delivered-To: freebsd-x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8FC7C15AD22F for ; Fri, 14 Jun 2019 17:16:38 +0000 (UTC) (envelope-from greg@unrelenting.technology) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id EE0D3722D3 for ; Fri, 14 Jun 2019 17:16:37 +0000 (UTC) (envelope-from greg@unrelenting.technology) Received: by mailman.ysv.freebsd.org (Postfix) id AB6F015AD22C; Fri, 14 Jun 2019 17:16:37 +0000 (UTC) Delivered-To: x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9733715AD228 for ; Fri, 14 Jun 2019 17:16:37 +0000 (UTC) (envelope-from greg@unrelenting.technology) Received: from out.migadu.com (out.migadu.com [91.121.223.63]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.migadu.com", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F17D0722CF for ; Fri, 14 Jun 2019 17:16:36 +0000 (UTC) (envelope-from greg@unrelenting.technology) Received: (Migadu outbound); Fri, 14 Jun 2019 17:16:29 +0000 Received: from [192.168.2.155] ([62.122.208.146]) by out.migadu.com (Haraka/2.8.16) with ESMTPSA id 888B3429-9745-4316-A38B-32639E9C14BF.1 envelope-from (authenticated bits=0) (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 verify=FAIL); Fri, 14 Jun 2019 17:16:28 +0000 Date: Fri, 14 Jun 2019 20:16:25 +0300 User-Agent: K-9 Mail for Android In-Reply-To: References: <3112c733-c168-8683-892f-d3042b136ec7@FreeBSD.org> <1560288228.78549.0@unrelenting.technology>, MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: Sway, Wayland, and Xwayland To: Dale Brazelton , Johannes Lundberg CC: "x11@freebsd.org" From: Greg V Message-ID: <88F6F199-8AF6-41AB-981A-EAE846D0BA77@unrelenting.technology> DKIM-Signature: v=1; a=rsa-sha256; bh=xi52bJKaheTw1BjHT8FDvDuOmzQ0Zj/1X9OLQ/EiwoY=; c=relaxed/simple; d=unrelenting.technology; h=from:subject:date:to; s=default; b=DR/bCnvfkAswma6Bk6LjVfefuMXoZSkFxg1pv+Zajxuy6wJTlQB8C/ZaZc5c/iW2qCcaKPrJpdoUYbyMJVjN7WsbiAwB0CFQ4n7qAa+CnSEgZF7vx+HLLqxWEB/ih8H+qYnATjsFQAS3Y2oDdxw/RaC4Lb4jYOgoQ77nDmjPw2E= X-Rspamd-Queue-Id: F17D0722CF X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.97 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[]; NEURAL_HAM_SHORT(-0.97)[-0.971,0] 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: Fri, 14 Jun 2019 17:16:38 -0000 On June 13, 2019 10:36:26 PM GMT+03:00, Dale Brazelton wrote: >Even after implementing all the suggestions from Jan I was unable to >get firefox to work in sway, neither natively in wayland or with >xwayland=2E After spending a good part of yesterday testing it, I'm >convinced my problems are due to the implementation of amdgpu in >FreeBSD 12 stable=2E For example, I could only run sway once per boot=2E = If >I ever exited sway and tried to restart it my computer would hang and >I'd have to power it off=2E Yeah, recovery from a compositor exit has always been=2E=2E fun=2E With my= consolekit2 setup, quitting and restarting a compositor sometimes works=2E > (I realize I'm probably the only person in >the world trying to run a FreeBSD desktop on an amd Vega 64 graphics >card!) Oh no, I'm using a Vega daily, been doing that since last winter (and used= an RX 480 before that)=2E And several people with Vega have reported bugs = on our GitHub issue tracker (FreeBSDDesktop/kms-drm)=2E > I'll postpone further testing until we have a more up to date >amdgpu, mesa, xorg-server, and xwayland in 12 stable=2E Why wait when you can use -CURRENT and kms-drm from git? :D