You are not logged in.

#1 2014-01-05 02:17:35

samrg472
Member
Registered: 2014-01-05
Posts: 3

[SOLVED] Cannot load anything to do with OpenGL

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

#2 2014-01-05 10:25:00

elipp
Member
Registered: 2013-12-19
Posts: 11

Re: [SOLVED] Cannot load anything to do with OpenGL

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; done

Offline

#3 2014-01-05 19:00:44

samrg472
Member
Registered: 2014-01-05
Posts: 3

Re: [SOLVED] Cannot load anything to do with OpenGL

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

#4 2014-01-06 18:15:06

elipp
Member
Registered: 2013-12-19
Posts: 11

Re: [SOLVED] Cannot load anything to do with OpenGL

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

#5 2014-01-06 20:08:40

samrg472
Member
Registered: 2014-01-05
Posts: 3

Re: [SOLVED] Cannot load anything to do with OpenGL

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

Board footer

Powered by FluxBB