OpenGL Drivers

From ATTWiki
Jump to: navigation, search

Opengl logo.jpg

Solving OpenGL Driver Issues

  • It is common for the Win2000 and WinXP operating systems to contain OpenGL driver implementations that have bugs. Some drivers are 100% software. Other drivers contain software with video card firmware. If any part of the system has bugs, then programs that use OpenGL (like ours) will probably show issues or even fail at some point.
  • Typical problems are stray lines on the screen, floating point error messages, or the graphics viewpoint acts in some strange way. Sometimes you may not be able to perform a selection.
  • The issue is almost always resolved with an OpenGL driver or video card driver update.

Recommended Utility: GLview

GLviewLogo.jpg

  • We recommend that you use the OpenGL viewer from Realtechvr called GLview to check to be sure your system has the latest video card drivers (which includes OpenGL drivers). Even if the drivers work fine, the newer drivers will sometimes increase the speed of OpenGL significantly - so a check for newer drivers is a good idea in most cases.
  • Or you can check for the latest version at this official Realtech-vrr page here: GLview Download Page
  • Install and run the viewer program. It will look like this when running:

OpenGLExtensionsViewer.jpg

  • Use the program to help you check for the latest OpenGL driver for your video card.

Other