From owner-freebsd-x11@freebsd.org Thu Mar 12 05:41:33 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 6C8D0275753 for ; Thu, 12 Mar 2020 05:41:33 +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 48dHkh3Gkhz3QB1; Thu, 12 Mar 2020 05:41:32 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 457501037E; Thu, 12 Mar 2020 05:41:31 +0000 (UTC) From: Jan Beich To: Pete Wright Cc: "freebsd-x11@freebsd.org" Subject: Re: xwayland issue with i965_dri.so References: <7bfd39a6-3236-c0f9-04d9-e8ecaeb15ca5@nomadlogic.org> Date: Thu, 12 Mar 2020 06:41:30 +0100 In-Reply-To: <7bfd39a6-3236-c0f9-04d9-e8ecaeb15ca5@nomadlogic.org> (Pete Wright's message of "Wed, 11 Mar 2020 19:22:27 -0700") Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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 05:41:33 -0000 Pete Wright writes: > 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=20 > wayland more which is great!=C2=A0 yet i notice this from the output from= sway: > > i965_dri.so does not support the 0xffffffff PCI ID. This error comes from Mesa. > 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.=C2=A0 i did so= me > 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-suppor= t-the-0xffffffff-PCI-ID-td6307408.html I also had https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D241821 which did reappear for some time but not anymore. What FreeBSD kernel are you running? Makes sure you have https://reviews.freebsd.org/D23846 as it may affect more than just Vulkan in Mesa.