Lionel Favier said: (by the date of Tue, 04 Jul 2006 15:50:22 +0200)
/ When I launch yade, I can generate an xml file, but as I click to file
/>/ -> new simulation, yade is closed and i have the following message :
/>/ />/ Xlib: extension "GLX" missing on display ":0.0".
/>/ Xlib: extension "GLX" missing on display ":0.0".
/>/ Xlib: extension "GLX" missing on display ":0.0".
/>/ Xlib: extension "GLX" missing on display ":0.0".
/>/ Xlib: extension "GLX" missing on display ":0.0".
/>/ QGLContext::makeCurrent(): Cannot make invalid context current.
/>/ Erreur de segmentation
/>/ />/ What can I do to fix it ?
/
Hello :)
first make sure that you still have working hardware acceleration,
type in the terminal (konsole):
glxinfo | grep render
And the answer should be:
direct rendering: Yes
If it's OK, then it's a problem with yade.
Incidentally I have just been working with this problem above. So the
question is: are you using latest SVN snapshot?
- if yes, then I have introduced a bug when working with GLX display.
In this case I will give you firther instructions how to fix that.
- if no, then please download latest SVN snapshot, and try it - it
should work.