Am Sonntag, 22. Juni 2003 02:28 schrieb Klaus D. Neumann:
> > > [EMAIL PROTECTED] klaus $ guessing 'blender' == '/usr/bin/blender'
> > > Xlib: extension "GLX" missing on display ":0.0".
> > > ERROR: Unable to open Blender window
> > >
> > > [2]+ Exit 1 blender
> > > ------------------------
> > >
> > > What's missing here?
> >
> > Probably OpenGL-Support. Is glxgears running on your display?
> >
> > Does glxinfo say something like:
> >
> >
> > [EMAIL PROTECTED] bickerdyke $ glxinfo
> > name of display: :0.0
> > display: :0 screen: 0
> > direct rendering: Yes
>
> No, mine looks like this:
> -------------------------------
> [EMAIL PROTECTED] klaus $ glxinfo
> name of 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".
> Error: couldn't find RGB GLX visual
you need to have OpenGL enabled. Probably you just need to load it in your
/etc/X11/XFConfig.
--------------
Section "Module"
# This loads the DBE extension module.
Load "dbe" # Double buffer extension
# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
SubSection "extmod"
# Option "omit xfree86-dga" # don't initialise the DGA
#extension
EndSubSection
# This loads the Type1 and FreeType font modules
Load "type1"
Load "freetype"
Load "drm"
# This loads the GLX module
Load "glx"
Load "dri"
EndSection
Section "DRI"
Mode 0666
EndSection
------------------
if glxgears runs as root, but not as user, you need to allow anyone dri access
(Mode 0666) in Section dri
Perhaps you need to compile drm and dri support into your kernel first.
TRy to get hold of a recent copy of c't they have an article with a section on
how getting opengl to work.
(Susanne Schmidt, Treibereien - Neue Hardware unter Linux einrichten, c't
13/2003 p220, Heise Zeitschriften Verlag)
Marcel
--
[EMAIL PROTECTED] mailing list