You are not logged in.
Hello, I am having an issue with OpenGL being loaded.
glxinfo outputs:
name of display: :0
Error: couldn't find RGB GLX visual or fbconfig
The main issue I have found in /var/log/Xorg.0.log was:
[ 23.951] (EE) AIGLX error: dlopen of /usr/lib/xorg/modules/dri/i915_dri.so failed (/usr/lib/xorg/modules/dri/i915_dri.so: undefined symbol: _glapi_tls_Dispatch)
[ 23.951] (EE) AIGLX: reverting to software rendering
[ 24.607] (EE) AIGLX error: dlopen of /usr/lib/xorg/modules/dri/swrast_dri.so failed (/usr/lib/xorg/modules/dri/swrast_dri.so: undefined symbol: _glapi_tls_Dispatch)
[ 24.607] (EE) GLX: could not load software renderer
[ 24.607] (II) GLX: no usable GL providers found for screen 0
If more information is needed, just ask. Thanks.
Last edited by samrg472 (2014-01-06 20:09:06)
Offline
Which version of mesa, mesa-libgl, intel-dri, xf86-video-intel, xorg-server and xorg-server-common are you running?
for p in mesa mesa-libgl intel-dri xf86-video-intel xorg-server xorg-server-common; do pacman -Q $p; doneOffline
All the versions are as follows:
mesa 10.0.1-1
mesa-libgl 10.0.1-1
intel-dri 10.0.1-1
xf86-video-intel 2.99.907-1
xorg-server 1.15.0-3
xorg-server-common 1.15.0-3
Offline
It appears you're using the potentially unstable testing repository. See if disabling that and downgrading to the stable repo versions works for you.
Offline
Ah. It appears that one of the xorg packages were broken (I have actually downgraded mesa before with no luck).
Anyways, I have gone off of the testing repositories and downgraded all my packages via "pacman -Suu". The problem is now fixed.
Thank you for your help.
Offline