From owner-freebsd-x11@freebsd.org Thu Mar 12 02:22:36 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 E493F272319 for ; Thu, 12 Mar 2020 02:22:36 +0000 (UTC) (envelope-from pete@nomadlogic.org) Received: from mail.nomadlogic.org (mail.nomadlogic.org [174.136.98.114]) (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.nomadlogic.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48dCK66x3fz3DWv for ; Thu, 12 Mar 2020 02:22:34 +0000 (UTC) (envelope-from pete@nomadlogic.org) Received: from [192.168.1.141] (cpe-23-243-162-239.socal.res.rr.com [23.243.162.239]) by mail.nomadlogic.org (OpenSMTPD) with ESMTPSA id edc54b00 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for ; Thu, 12 Mar 2020 02:22:26 +0000 (UTC) To: "freebsd-x11@freebsd.org" From: Pete Wright Subject: xwayland issue with i965_dri.so Message-ID: <7bfd39a6-3236-c0f9-04d9-e8ecaeb15ca5@nomadlogic.org> Date: Wed, 11 Mar 2020 19:22:27 -0700 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Thunderbird/68.5.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US X-Rspamd-Queue-Id: 48dCK66x3fz3DWv X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of pete@nomadlogic.org designates 174.136.98.114 as permitted sender) smtp.mailfrom=pete@nomadlogic.org X-Spamd-Result: default: False [-4.99 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; RECEIVED_SPAMHAUS_PBL(0.00)[239.162.243.23.khpj7ygk5idzvmvt5x4ziurxhy.zen.dq.spamhaus.net : 127.0.0.10]; 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-x11@freebsd.org]; DMARC_NA(0.00)[nomadlogic.org]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; IP_SCORE(-2.76)[ip: (-9.30), ipnet: 174.136.96.0/20(-4.07), asn: 25795(-0.39), country: US(-0.05)]; TO_DN_EQ_ADDR_ALL(0.00)[]; NEURAL_HAM_MEDIUM(-0.92)[-0.923,0]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:25795, ipnet:174.136.96.0/20, country:US]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_TLS_ALL(0.00)[]; RCVD_COUNT_TWO(0.00)[2] 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: Thu, 12 Mar 2020 02:22:37 -0000 hello - i've discussed this on irc but wanted to move it to email for wider exposure (and also providing myself with notes i can refer to later). i am able to launch sway on my i915 intel laptop running 12-STABLE without any issues, and i am able to run xfce4-terminal in native wayland more which is great!  yet i notice this from the output from sway: i965_dri.so does not support the 0xffffffff PCI ID. Refusing to try glamor on llvmpipe EGL setup failed, disabling glamor Failed to initialize glamor, falling back to sw i believe this is causing problems with starting Xorg apps via xwayland, for example chrome and firefox crash on startup.  i did some googling and it looks like Jan ran into this problem a while back: http://freebsd.1045724.x6.nabble.com/Xwayland-i965-dri-so-does-not-support-the-0xffffffff-PCI-ID-td6307408.html but other than that i haven't found any other relevant items.  i also tried installing patched versions of the mesa-dri ports to bring it up to v19, but that did not work either. not really sure where i should start trying to pin this issue down... -p -- Pete Wright pete@nomadlogic.org @nomadlogicLA