How can I tell if OpenGL is installed on a windows machine?

117,161

Solution 1

I believe Windows comes with OpenGL drivers. http://www.opengl.org/wiki/Getting_started seems to confirm this:

If you are running Windows 98/Me/NT/2000/XP/2003/Vista, the OpenGL library has already been installed on your system.

The above page shows the default location for opengl32.dll on the different versions of windows too. E.g. windows\system32\opengl32.dll So you could look there for them on each machine.

If you want to determine the version on each system then I think you'll need a utility.

Solution 2

Found OpenGL Extensions Viewer. But it's a utility answer.

screenshot

Solution 3

There is another utility called GPU Caps Viewer on Geeks3D.

GPU Caps Viewer is a graphics card information utility focused on the OpenGL, Vulkan, OpenCL and CUDA API level support of the main (primary) graphics card. For Vulkan, OpenCL and CUDA, GPU Caps Viewer details the API support of each capable device available in the system.

enter image description here

Share:
117,161
Juliana Sucahya
Author by

Juliana Sucahya

Updated on September 18, 2022

Comments

  • Juliana Sucahya
    Juliana Sucahya almost 2 years

    I have about 50 PCs on a network I look after and would like to know if the PCs have OpenGL installed. If they have I’d also like to know which version.

    Now I don’t mind visiting every machine in-order to do this but I’d prefer not installing any utility.

    So is there anyway to find if OpenGL is installed on a PC (I’m thinking of either XP, Vista or 7)? and if installed, which version it is?

    If there isn't, I'm open to utility suggestions as well.

  • torhu
    torhu almost 8 years
    Windows comes with libraries to support the OpenGL API, but this does not mean that there is an OpenGL driver installed.
  • Mokubai
    Mokubai over 7 years
    Per your (now removed) comment, Stellarium specifically states that you need OpenGL 3.0, hence why it won't work on your machine that has only OpenGL 1.4.
  • jpaugh
    jpaugh over 5 years
    Probably better to install the latest version from the downloads page, rather than an arbitrarily old version from a blog post.
  • Timothy C. Quinn
    Timothy C. Quinn almost 5 years
    No checksums available. No way to validate the file. If source site is hacked, too easy to accidently download malware. I'm definitely staying away from this one...