From owner-freebsd-x11@freebsd.org Mon Apr 20 10:07:45 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 EBF182BDBF0; Mon, 20 Apr 2020 10:07:45 +0000 (UTC) (envelope-from greg@unrelenting.technology) Received: from out0.migadu.com (out0.migadu.com [94.23.1.103]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 495Mnr5XQFz44B2; Mon, 20 Apr 2020 10:07:44 +0000 (UTC) (envelope-from greg@unrelenting.technology) Date: Mon, 20 Apr 2020 10:07:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=unrelenting.technology; s=default; t=1587377231; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=uX0d8q8B5DL8OtJn2SKGOHZrnHWAiEAZJJ0LD6z6w9M=; b=HBSP5N2x7HA5uTjAHy0R60r2qpiml205v+2e2/JBDu2/0UlUl7+duSKsMYGX5yPF+uJuQX 8WEVzKRKieFqQTboZdi5koQVpo+wxU35MAZ+49nPOonD81XBoZ9OJTJMovcssnHvU+aDvD pLpwKjKMZ2WCByq/a4ouTi0wW5v+C/w= X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Greg V To: Frederic Chardon Cc: freebsd-x11@freebsd.org, FreeBSD Questions Mailing List Message-ID: <6c7abdcf-aeef-4af4-b8f4-9d7fd0e45cf0@localhost> In-Reply-To: References: Subject: Re: Wayland on FreeBSD MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Correlation-ID: <6c7abdcf-aeef-4af4-b8f4-9d7fd0e45cf0@localhost> X-Spam-Score: 0.40 X-Rspamd-Queue-Id: 495Mnr5XQFz44B2 X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; dkim=pass header.d=unrelenting.technology header.s=default header.b=HBSP5N2x; dmarc=pass (policy=none) header.from=unrelenting.technology; spf=pass (mx1.freebsd.org: domain of greg@unrelenting.technology designates 94.23.1.103 as permitted sender) smtp.mailfrom=greg@unrelenting.technology X-Spamd-Result: default: False [-1.30 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.94)[-0.939,0]; R_DKIM_ALLOW(-0.20)[unrelenting.technology:s=default]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; R_SPF_ALLOW(-0.20)[+ip4:94.23.1.103]; NEURAL_HAM_LONG(-1.00)[-0.996,0]; TAGGED_RCPT(0.00)[]; MIME_GOOD(-0.10)[text/plain]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_SOME(0.00)[]; DKIM_TRACE(0.00)[unrelenting.technology:+]; DMARC_POLICY_ALLOW(-0.50)[unrelenting.technology,none]; FREEMAIL_TO(0.00)[gmail.com]; RCVD_COUNT_ZERO(0.00)[0]; FROM_EQ_ENVFROM(0.00)[]; MID_RHS_NOT_FQDN(0.50)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:16276, ipnet:94.23.0.0/16, country:FR]; IP_SCORE(1.14)[ipnet: 94.23.0.0/16(3.67), asn: 16276(2.01), country: FR(0.00)] 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: Mon, 20 Apr 2020 10:07:46 -0000 Apr 20, 2020 12:56:35 PM Frederic Chardon : > Le dim. 19 avr. 2020 =C3=A0 13:50, Jan Beich a =C3= =A9crit : > > > > > > > I'm using Sway myself primarily with X11 applications. For example, > > "vblank_mode=3D0 glxgears" shows 3x more FPS than on real Xorg server. = ;) > > > > I decided to give it a try, is hardware acceleration supposed to work? > glxgears gives 10x less fps than with X, and 3D is incredibly > sluggish. > eglinfo output that leads me to believe it is not: > GBM platform: > i965_dri.so does not support the 0xffffffff PCI ID. > > It is with sway, -current from yesterday, intel HD4000 iGPU (Ivybridge i5= -3320M) > no difference between drm-devel-kmod or drm-current-kmod. Sway itself wouldn't even start without hardware rendering, it doesn't *hav= e* a software renderer. For the X applications like glxgears, I guess with the mesa build that's in= official ports currently you still need that DRI3 something environment va= riable..