[SOLVED] blender won't start

Archived topics about LMDE 1 and LMDE 2
Locked
vooid

[SOLVED] blender won't start

Post by vooid »

I just installed blender but it won't start at all.

When I try in terminal i get this output:

~ $ blender
Compiled with Python version 2.6.6.
Checking for installed Python... got it!
Xlib: extension "GLX" missing on display ":0.0".
intern/ghost/intern/GHOST_WindowX11.cpp:177: X11 glxChooseVisual() failed for OpenGL, verify working openGL system!
X Error of failed request: BadWindow (invalid Window parameter)
Major opcode of failed request: 18 (X_ChangeProperty)
Resource id in failed request: 0x9
Serial number of failed request: 21
Current serial number in output stream: 22

appreciate any help.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
dawgdoc

Re: blender won't start

Post by dawgdoc »

vooid wrote:Xlib: extension "GLX" missing on display ":0.0".
intern/ghost/intern/GHOST_WindowX11.cpp:177: X11 glxChooseVisual() failed for OpenGL, verify working openGL system!
X Error of failed request: BadWindow (invalid Window parameter)
GLX and OpenGL are involved in rendering 3d graphics.
to confirm if you have this capability paste the results from this terminal command in your next post

Code: Select all

inxi -Gx
this will tell us what graphics care you have and what driver is enabled.
If you do not have proprietary drivers installed, that may be the simplest solution.
vooid

Re: blender won't start

Post by vooid »

thanks for reply, here is the output:


inxi -Gx
Graphics: Card Intel Mobile 945GM/GMS 943/940GML Express Integrated Graphics Controller X.Org 1.7.7 Res: 1280x800@59.9hz
GLX Renderer N/A GLX Version N/A Direct Rendering N/A


PS. and openArena or similar games won't start.
PPS. blender did/does work on mint lxde, main, and kde.
dawgdoc

Re: blender won't start

Post by dawgdoc »

I found THIS post re: enabling 3D effects in LMDE using an Intel 945 chipset. The poster lists the commands to install the needed GLX packages. He also gives the link to where he found the solution in the Ubuntu forums.

I searched the forums for Intel and 945, this was the 4th post in the list.
vooid

Re: blender won't start

Post by vooid »

Code: Select all

sudo apt-get purge nvidia*
sudo apt-get install --reinstall xserver-xorg-video-intel libgl1-mesa-glx libgl1-mesa-dri xserver-xorg-core
sudo dpkg-reconfigure xserver-xorg
sudo update-alternatives --remove gl_conf /usr/lib/nvidia-current/ld.so.conf

thank you very much. worked like a charm.
Locked

Return to “LMDE Archive”