Topic: "Unable to create SDL screen: Couldn't find matching GLX visual"
i think i found the problem related with Blender not running - it seems associated with glx-driver or whatever - found this after installing games like torus-trooper or armagetronad
guest@crunchbang:~$ blender
Info: Config directory with "startup.blend" file not found.
AL lib: pulseaudio.c:331: PulseAudio returned minreq > tlength/2; expect break up
Xlib: extension "GLX" missing on display ":0".
/build/buildd-blender_2.59-1-i386-Mr3FYO/blender-2.59/intern/ghost/intern/GHOST_WindowX11.cpp:194: X11 glXQueryVersion() failed, verify working openGL system!
initial window could not find the GLX extension, exit!
guest@crunchbang:~$ torus-trooper
Error: Unable to create SDL screen: Couldn't find matching GLX visual
guest@crunchbang:~$ armagetronad
Trying to start sound. Just restart Armagetron Advanced in case of crash.
Couldn't set video mode: Couldn't find matching GLX visual
Couldn't set video mode: Couldn't find matching GLX visual
Couldn't set video mode: Couldn't find matching GLX visual
Couldn't set video mode: Couldn't find matching GLX visual
Couldn't set video mode: Couldn't find matching GLX visual
Couldn't set video mode: Couldn't find matching GLX visual
Couldn't set video mode: Couldn't find matching GLX visual
Couldn't set video mode: Couldn't find matching GLX visual
Couldn't set video mode: Couldn't find matching GLX visual
Couldn't set video mode: Couldn't find matching GLX visual
Couldn't set video mode: Couldn't find matching GLX visual
Couldn't set video mode: Couldn't find matching GLX visual
Couldn't set video mode: Couldn't find matching GLX visual
Couldn't set video mode: Couldn't find matching GLX visual
Error: Error in bool sr_InitDisplay() in ../../src/render/rScreen.cpp:841 :
Sorry, played all my cards trying to initialize your video system.
Armagetron Advanced won't run on your computer. Reason:
Couldn't set video mode: Couldn't find matching GLX visual
I'll try again from the beginning, but the chances of success are minimal.
guest@crunchbang:~$ lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller (rev 03)
guest@crunchbang:~$ lspci | grep Display
00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller (rev 03)
guest@crunchbang:~$ i also tried to fix this with: (from http://forums.linuxmint.com/viewtopic.p mp;t=58507 )
sudo apt-get remove --purge xserver-xorg-video-nouveau xserver-xorg-video-nv
sudo apt-get update
sudo apt-get install libgl1-mesa-dri libgl1-mesa-glx
sudo dpkg-reconfigure xserver-xorgbut i got no success with...
i never had this problem on Ubuntu, and i'm having it with Crunchbang-"testing" - with which installed packages can i solve this?
thanks in advance