From owner-freebsd-x11@freebsd.org Mon Jan 23 00:46:19 2017 Return-Path: Delivered-To: freebsd-x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AA4F8CBC11A for ; Mon, 23 Jan 2017 00:46:19 +0000 (UTC) (envelope-from pete@nomadlogic.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 991A01DF for ; Mon, 23 Jan 2017 00:46:19 +0000 (UTC) (envelope-from pete@nomadlogic.org) Received: by mailman.ysv.freebsd.org (Postfix) id 9879BCBC119; Mon, 23 Jan 2017 00:46:19 +0000 (UTC) Delivered-To: x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 98294CBC117 for ; Mon, 23 Jan 2017 00:46:19 +0000 (UTC) (envelope-from pete@nomadlogic.org) Received: from vps-mail.nomadlogic.org (unknown [IPv6:2607:f2f8:a098::2]) (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 839231DE for ; Mon, 23 Jan 2017 00:46:19 +0000 (UTC) (envelope-from pete@nomadlogic.org) Received: from [IPv6:2605:e000:1313:b3:223:24ff:fea8:4fb5] (2605:e000:1313:b3:223:24ff:fea8:4fb5 [IPv6:2605:e000:1313:b3:223:24ff:fea8:4fb5]) by vps-mail.nomadlogic.org (OpenSMTPD) with ESMTPSA id efd00e37 TLS version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO for ; Sun, 22 Jan 2017 16:46:18 -0800 (PST) To: x11@freebsd.org From: Pete Wright Subject: glamor initialization failed Message-ID: <8ab6ccf4-1d5d-916c-a1b5-7b6eaf766a24@nomadlogic.org> Date: Sun, 22 Jan 2017 16:46:13 -0800 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.23 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, 23 Jan 2017 00:46:19 -0000 hey there - been seeing this for a while on current, using the drm-next branch on github. i can't reproduce this on stock current as i'm on a Skylake CPU and require the i915 patches in the drm-next tree. anyway, using the modesetting Xorg driver and have been getting this error about eglInitialize() failing, wonder if anyone else has seen this or knows where i good place to start looking is? [ 590.591] (II) LoadModule: "glamoregl" [ 590.591] (II) Loading /usr/local/lib/xorg/modules/libglamoregl.so [ 590.591] (II) Module glamoregl: vendor="X.Org Foundation" [ 590.591] compiled for 1.17.4, module version = 1.0.0 [ 590.591] ABI class: X.Org ANSI C Emulation, version 0.4 [ 590.591] (II) glamor: OpenGL accelerated X.org driver based. [ 590.601] (EE) modeset(0): eglInitialize() failed [ 590.601] (EE) modeset(0): glamor initialization failed aside from this everything works great using modesetting on my system, although i'm not taking full advantage of hardware accellerated OpenGL rendering. Cheers, -pete