Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Results 1 to 2 of 2

Thread: OpenGL extension installation problem

  1. #1
    Junior Member Newbie
    Join Date
    Sep 2002
    Location
    Toulouse, France
    Posts
    2

    OpenGL extension installation problem

    Hello,

    I am trying to install an application that uses OpenGL on a SPARC Solaris platform. I am getting the following error message:

    FXGLVisual::create: requested OpenGL extension not available

    Could someone let me know how I can get hold of the OpenGL extension ?

    Regards,
    Matthijs van Waveren
    Fujitsu

  2. #2
    Advanced Member Frequent Contributor
    Join Date
    May 2000
    Location
    Oxford, England
    Posts
    547

    Re: OpenGL extension installation problem

    It's telling you that the graphics hardware does not support the extension you are trying to use.

    It is possible that there is an update for the hardware (ie, new driver) that enables the extension (though unlikely) but you'll have to check out the website of the manufacturer.

    It is however very unlikely you'll get to use the extension if it's not supported, the only thing you can really do is to emulate it yourself in software....



    [This message has been edited by Rob The Bloke (edited 09-02-2002).]

Posting Permissions

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