Jump to content

Xlib: extension "GLX" missing on display


maxgravitt
 Share

Recommended Posts

Hi,

 

I get errors when running several games under Linux. I can run many of the simple games such as Frozen Bubble and LBreakOut, but I want to run some of the more 3d ones. Here is the problem I am getting (most recently, when running "BZFlag").

 

Xlib: extension "GLX" missing on display ":0.0"

 

Any ideas?

 

thanks,

Max

Link to comment
Share on other sites

Seems you may not have direct rendering on.

 

open a konsole and type - glxinfo | grep direct

 

here is what I get:

 

acdispatcher@arora acdispatcher $ glxinfo | grep direct

disabling TCL support

direct rendering: Yes

 

 

Here is the standard series of questions:

 

What kind off computer (specs)

 

What kind of Video card

 

Have you installed drivers yet

Link to comment
Share on other sites

I am using Mandrake 10, and I have not installed any drivers manually other than whatever was installed during installation of the OS. When I open up the Mandrake Control Center, it correctly identifies my card as a "NV17 GeForce4 MX 420". Do I need to install some other driver or something else?

 

thanks!

Link to comment
Share on other sites

When I type "glxinfo | grep direct", I get the following errors (same as the original).

 

[root@user-0ce2i57 games]# glxinfo | grep direct

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

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".

Link to comment
Share on other sites

  • 4 weeks later...
Guest like_gobeawan

Hi all,

 

I have similar error message like the above, but then it's because i'm trying to render a visualization scene from remote machine to my local PC, while i'm connected to it by telnet GUI application (XManager). Apparently, the remote machine can't perform direct rendering to the local PC. Is there any way to get work around this?

 

Thanks for any help in advance!

 

Like.

Link to comment
Share on other sites

I would have thought it was the local PC that would have to worry about the work of direct rendering...

 

Perhaps your remote machine is haveing trouble properly exporting the display?

 

Can you give more details on the exact error you are getting?

Link to comment
Share on other sites

  • 3 weeks later...
Guest jpcohen

Hi all i have this problem too:

Xlib: extension "GLX" missing on display ":0.0".

Error: couldn't find RGB GLX visual

 

But i already installed the nvidia drivers. And driver module, in XF86Config-4 is nvidia. :help:

Link to comment
Share on other sites

What drivers did you install and how did you install them (rpm or nvidia installer)? Seems to me something went wrong during the install. Try uninstall and install again. If you're not sure about the install procedure look in the FAQs of this forum. Good luck

 

<edit>sorry forgot something

 

In the Module section (of the XF86Config-4) , make sure you have:

 

        Load  "glx"

 

You should also remove the following lines:

     

        Load  "dri"

        Load  "GLcore"

 

From the nvidia readme. Good luck again

Edited by devries
Link to comment
Share on other sites

Guest jpcohen
In the Module section (of the XF86Config-4) , make sure you have:

 

        Load  "glx"

 

I played with the XF86File and i forgot to retype Load glx.... Anyway, :thanks:

 

Just one quick question, i can't seem to be able to install the last 2 nvidia drivers (ps; i always install from sources). They don't built and exit with "unalble to buid driver, chech nvidia-installer.log for more details", and this is the line i read from the log... Has anybody ever experienced this or something like that ?? :unsure:

Link to comment
Share on other sites

What kernel are you using? Are the correct kernel-sources installed? Does --update (nvidia-installer --update) work? Have you tried removing the installed driver (nvidia-installer --uninstall) before you tried to install the new driver?

 

Uh.. I guess that was it. :)

 

Good luck

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...