You are not logged in.
Hi all
I am still running 3.0 on an Inspiron 3800 and I installed blender from the packagemanager; unfortunately, it will not launch. I can click on it in the menu, but nothing happens. Any thoughts on this? I can paste something in paste bin, but it's been awhile since I have been here.
Thanx!
Offline
Open terminal
Find the command to start the program:
[c]grep -i exec= /usr/share/applications/blender.desktop[/c]
Hit Enter
Type the command after the Exec= in terminal,hit the Enter key
If the program won't start post any errors.
Offline
xoanan@slitaz:~$ blender
Compiled with Python version 2.5.1.
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: 0xb781fa44
Serial number of failed request: 21
Current serial number in output stream: 22
Offline
Blender won't run unless the video cards GPU is direct-rendering 3D OpenGL to the display:
Xlib: extension "GLX" missing on display ":0.0".
intern/ghost/intern/GHOST_WindowX11.cpp:177: X11 glxChooseVisual() failed for OpenGL, verify working openGL system!
I was never able to get direct-rendering to work on Slitaz 3.0 on my dell laptop with intel graphics.
My desktop with an nvidia 8400gs required the nvidia proprietary driver to direct-render.
Offline
[ Generated in 0.016 seconds, 7 queries executed - Memory usage: 1.53 MiB (Peak: 1.77 MiB) ]