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

17

5

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.

Thomas

Posted 2011-06-17T09:52:34.373

Reputation: 2 232

Answers

8

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.

Chris Kent

Posted 2011-06-17T09:52:34.373

Reputation: 1 301

1Windows comes with libraries to support the OpenGL API, but this does not mean that there is an OpenGL driver installed. – torhu – 2016-08-24T23:58:20.820

9

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

screenshot

Thomas

Posted 2011-06-17T09:52:34.373

Reputation: 2 232

1No 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... – Timothy C. Quinn – 2019-07-30T04:01:51.153

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

JanHickson

Posted 2011-06-17T09:52:34.373

Reputation: 31

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. – Mokubai – 2016-10-26T17:23:26.670

Probably better to install the latest version from the downloads page, rather than an arbitrarily old version from a blog post.

– jpaugh – 2019-03-04T04:09:57.407