Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Mar 2013 09:35:50 -0700 (PDT)
From:      Jakub Lach <jakub_lach@mailplus.pl>
To:        freebsd-x11@freebsd.org
Subject:   Is xorg trunk / glxgears supposed to work with KMS2 GM45? (SWRAST?)
Message-ID:  <1364229350613-5798981.post@n5.nabble.com>

next in thread | raw e-mail | index | archive | help
$ 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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1364229350613-5798981.post>