Results 1 to 8 of 8

Thread: freeglut OpenGL GLX extension not supported

  1. #1
    Join Date
    Sep 2007
    Beans
    10
    Distro
    Ubuntu 9.10 Karmic Koala

    freeglut OpenGL GLX extension not supported

    I just installed ubuntu 11.04 32 bit
    then used synaptic package manager to install pyopencl.
    When I try to run pyopencl I get:

    Xlib: extension “GLX” missing on display “:0.0″.
    freeglut (main.py): OpenGL GLX extension not supported by display ‘:0.0′


    When I try to use python pyglet I get many messages including:

    pyglet.gl.glx_info.GLXInfoException: pyglet requires an X server with GLX

    Please advise how to fix this.

    pyglet worked correctly on my ubuntu 9.10.

  2. #2
    Join Date
    Jun 2006
    Location
    Nux Jam
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: freeglut OpenGL GLX extension not supported

    if you still have xorg.conf:

    replace in /etc/X11/xorg.conf (Section "Module")
    Load "GLX" to Load "glx" (glx MUST be written with lower case letters!!!)

    or remove it as now kernel directly deal with X, so no need of xorg.conf
    (old config like CRT or TV sometimes need it because of vertical/horizontal frequencies or else)

    sudo rm /etc/X11/xorg.conf

  3. #3
    Join Date
    Sep 2007
    Beans
    10
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: freeglut OpenGL GLX extension not supported

    Thank you for the response and links.
    As you said, there is no file /etc/X11/xorg.conf.
    I followed the links, searching for GLX and for freeglut.
    I also spent many hours trying to find solutions elsewhere.
    The problem is unchanged, but the system is also unchanged.

    Do you have any other ideas I could try?

  4. #4
    Join Date
    Jun 2006
    Location
    Nux Jam
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: freeglut OpenGL GLX extension not supported

    i'm still searching too, found this doc from synaptic:

    " GLUT is designed for constructing small to medium sized OpenGL programs,
    however it is not a full-featured toolkit, so large applications requiring
    sophisticated user interfaces are better off using native window system
    toolkits like GTK+ or Motif. "

    so i may ask why you have chosen freeglut ?

    http://www.codeproject.com/KB/openGL...display=Mobile

    http://salemsayed.me/?p=164

    http://www.docstoc.com/docs/31383175...d-Ubuntu-Linux

  5. #5
    Join Date
    Sep 2007
    Beans
    10
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: freeglut OpenGL GLX extension not supported

    I appreciate how quickly you are responding.

    Installing freeglut3 was not a choice.
    It was installed with pyopengl automatically with pyopencl.
    pyopengl is also important to me for other projects.

    Synaptic Package Manager removes pyopengl when freeglut3 is removed.
    Removing freeglut3 caused problems.
    It took removing and reinstalling pyopencl completely
    to get back to the original error state.

    I still need help.

  6. #6
    Join Date
    Jun 2006
    Location
    Nux Jam
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: freeglut OpenGL GLX extension not supported

    as i've no experience with this , i only propose the main doc, sorry if you already know it :

    http://pyopengl.sourceforge.net/documentation/

    at least report a bug on launchpad:

    ubuntu-bug python-opengl

  7. #7
    Join Date
    Sep 2007
    Beans
    10
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: freeglut OpenGL GLX extension not supported

    Thank you.
    I will report this as a bug as you suggested.

  8. #8
    Join Date
    Sep 2007
    Beans
    10
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: freeglut OpenGL GLX extension not supported

    Apologies, I am new to ubuntu forums.
    When I tried to do as you suggested
    I found the thread we have been using.

    I don't know how to report the bug as you suggested.
    Can you give me more detailed information?
    Is there a "best" URL from which to start?

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •