Re: GLX errors
karrottop said:
> glxgears works fine at first but after I try to run one of the
> screensaver and fail the glxgears program no longer displays the gears in
> the window, instead it just puts upa blank window and tells my the fps
> for something that does not exist. This is what my glxinfo reads, to my
> untrained eye I do not see anything that looks out of the
> ordinary.
>
> name of display: :0.0
> display: :0 screen: 0
> direct rendering: No
one problem is DRI isn't enabled, check your /etc/X11/XF86Config-4
it should have a section like this:
Section "Module"
Load "dbe" # Double buffer extension
Load "extmod"
SubSection "extmod"
EndSubSection
Load "type1"
Load "freetype"
Load "glx"
EndSection
be sure the 'extmod' stuff is there.
nate
Reply to: