From owner-freebsd-x11@FreeBSD.ORG Mon Mar 25 16:35:51 2013 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id D400B206 for ; Mon, 25 Mar 2013 16:35:51 +0000 (UTC) (envelope-from jakub_lach@mailplus.pl) Received: from sam.nabble.com (sam.nabble.com [216.139.236.26]) by mx1.freebsd.org (Postfix) with ESMTP id BC6E7FC4 for ; Mon, 25 Mar 2013 16:35:51 +0000 (UTC) Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1UKANC-0003oE-OT for freebsd-x11@freebsd.org; Mon, 25 Mar 2013 09:35:50 -0700 Date: Mon, 25 Mar 2013 09:35:50 -0700 (PDT) From: Jakub Lach To: freebsd-x11@freebsd.org Message-ID: <1364229350613-5798981.post@n5.nabble.com> Subject: Is xorg trunk / glxgears supposed to work with KMS2 GM45? (SWRAST?) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.14 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, 25 Mar 2013 16:35:51 -0000 $ glxinfo name of display: :0 Error: couldn't find RGB GLX visual or fbconfig Error: couldn't find RGB GLX visual or fbconfig $ glxgears Error: couldn't get an RGB, Double-buffered visual $ pkg_info | grep 'intel' xf86-video-intel-2.21.5 Driver for Intel integrated graphics chipsets $ pkg_info | grep 'xorg' xorg-drivers-7.7 X.org drivers meta-port xorg-minimal-7.5.2 X.Org minimal distribution metaport xorg-server-1.12.4,1 X.Org X server and related programs $ kldstat Id Refs Address Size Name 1 32 0xffffffff80200000 83bde0 kernel 2 1 0xffffffff80a3c000 6eae8 if_em.ko 3 1 0xffffffff80aab000 3dc98 snd_hda.ko 4 1 0xffffffff80c12000 5cfa9 i915kms.ko 5 1 0xffffffff80c6f000 2bac0 drm2.ko All works fine (videos, html5 youtube etc) apart from ioquake3 and glxgears obviously. I found something promising in Xorg.0.log at least just now- [ 27.664] (EE) AIGLX error: dlopen of /usr/local/lib/dri/swrast_dri.so failed (Cannot open "/usr/local/lib/dri/swrast_dri.so") [ 27.664] (EE) GLX: could not load software renderer [ 27.664] (II) GLX: no usable GL providers found for screen 0 [ 27.664] (II) intel(0): Setting screen physical size to 381 x 238 Looks that SWRAST is actually required too in /usr/ports/graphics/dri. Will post back if it was it, and post this message nonetheless for future list reference. -- View this message in context: http://freebsd.1045724.n5.nabble.com/Is-xorg-trunk-glxgears-supposed-to-work-with-KMS2-GM45-SWRAST-tp5798981.html Sent from the freebsd-x11 mailing list archive at Nabble.com.