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 10 of 15

Thread: OpenGL Newbie...help please

Hybrid View

  1. #1
    Junior Member Newbie
    Join Date
    May 2012
    Posts
    7

    OpenGL Newbie...help please

    I've never had to think about OpenGL before but I recently tried to download and run a new app that has given me the following errors:

    "Your video card does not support the minimum requirements for this application. OpenGL version must be 2.0 or higher. OpenGLSL version must be 1.2 or higher. The monitor must be running in True Color (32-bit)."

    This is a 5 year old dual core Intel processor running WinXP Pro SP3 using a PCI bus ATI Radeon X1600 graphics card. I have already downloaded and installed the latest (and last ever available) legacy driver for this video card from the AMD/ATI site.

    I don't really understand OpenGL. Is it something that's bundled in the video card driver from the manufacturer that I have no control over (then I'm screwed) or can I update to the latest OpenGL and OpenGLSL (whatever that is) myself somehow?

    Thanks!

    Steve in Chicago, Illinois USA

  2. #2
    Junior Member Regular Contributor
    Join Date
    Aug 2007
    Location
    Adelaide, South Australia
    Posts
    203
    The Radeon X1600 is not physically capable of running GLSL 1.2
    You will need at least a HD2000

  3. #3
    Junior Member Newbie
    Join Date
    May 2012
    Posts
    7
    Quote Originally Posted by Simon Arbon View Post
    The Radeon X1600 is not physically capable of running GLSL 1.2
    You will need at least a HD2000
    Thanks Simon. That's what I was concerned about but it makes sense. I guess I'll have to look for another video card.

  4. #4
    Junior Member Regular Contributor
    Join Date
    Dec 2009
    Posts
    178
    No, the HD series are GL 3.x, the X1600 should be a GL 2.1 card.

  5. #5
    Junior Member Newbie
    Join Date
    May 2012
    Posts
    7
    Quote Originally Posted by mbentrup View Post
    No, the HD series are GL 3.x, the X1600 should be a GL 2.1 card.
    How interesting. Well then something is wrong. Either the 1600 is NOT GL 2.1 or the application is reading the wrong info somehow. As I mentioned I have the latest and last available driver from AMD so I can't do anything more than that. Is there a setting perhaps I have to turn on in the control application for the driver? I would be surprised if that were the case. Is there some third-party application I can download and run to verify what version of GL is running within the AMD driver? Sorry if these questions don't make sense...I'm very technical but not familiar with GL all that much. Thanks.

  6. #6
    Super Moderator OpenGL Lord
    Join Date
    Dec 2003
    Location
    Grenoble - France
    Posts
    5,655
    http://www.realtech-vr.com/glview/download.html
    Try to run this tools, and check what it reports, for GL version as well as GLSL version.

  7. #7
    Junior Member Regular Contributor
    Join Date
    Aug 2007
    Location
    Adelaide, South Australia
    Posts
    203

    Every reference i can find says that only OpenGL 2.0 is supported:

    http://en.wikipedia.org/wiki/Radeon_X600
    http://www.amd.com/us/products/noteb...600-specs.aspx
    http://en.wikipedia.org/wiki/Radeon_R520
    http://en.wikipedia.org/wiki/Compari...L_version_note

    Thats the last time i trust the internet
    But then, when is it ever right (especially wikipedia - the greatest source of misinformation known to mankind).

  8. #8
    Junior Member Newbie
    Join Date
    May 2012
    Posts
    7
    Quote Originally Posted by Simon Arbon View Post

    Every reference i can find says that only OpenGL 2.0 is supported:

    http://en.wikipedia.org/wiki/Radeon_X600
    http://www.amd.com/us/products/noteb...600-specs.aspx
    http://en.wikipedia.org/wiki/Radeon_R520
    http://en.wikipedia.org/wiki/Compari...L_version_note

    Thats the last time i trust the internet
    But then, when is it ever right (especially wikipedia - the greatest source of misinformation known to mankind).
    No worries Simon. I appreciate everyone's input and yes you are right...one never knows when reading things on the net and wikis.

Posting Permissions

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