Difference between revisions of "OpenGL Drivers"

From ATTWiki
Jump to: navigation, search
 
(Recommended Utility: GLview)
 
(19 intermediate revisions by one user not shown)
Line 1: Line 1:
<table>
+
[[image:opengl_logo.jpg]]
<tr cellpadding=10>
+
<td width=300>
+
[[image:vtube-laser_logo.jpg|300px]]
+
  
About OpenGL Drivers
+
== 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.
  
* Back to [[VTube-STEP]]
+
* 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.
* Back to [[VTube-PRO]]
+
* Back to [[VTube-LASER]]
+
  
 +
* The issue is almost always resolved with an OpenGL driver or video card driver update.
  
</td>
+
==Recommended Utility: GLview==
<td width=300>
+
[[image:vtube-laser_screen_1_54.jpg|300px]]
+
</td>
+
</tr>
+
</table>
+
<br>
+
  
__NOTOC__
+
[[image:GLviewLogo.jpg]]<br><br>
  
 +
* 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.
  
== OpenGL Driver Issues ==
+
* Download the [http://www.advancedtubular.com/utility/glview404.exe GLview Viewer] from our site.
  
[[image:GLviewLogo.jpg]]<br>
+
* Or you can check for the latest version at this official Realtech-vrr page here: [http://www.realtech-vr.com/glview/download.html GLview Download Page]
  
* It is common for the Win2000 and WinXP operating systems to contain OpenGL driver implementations that have bugsSome 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 VTube) will probably show issues or even fail at some point.
+
* Install and run the viewer programIt will look like this when running:
  
* 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.
+
[[image:OpenGLExtensionsViewer.jpg|400px]]<br><br>
  
* In every case so far, the issue can be resolved with an OpenGL update.
+
* Use the program to help you check for the latest OpenGL driver for your video card.
  
==GLview==  
+
==Other==
  
* 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.
+
* See also [[OpenGL DLL]]
 
+
* Back to [[VTube-STEP]]
* Download the viewer from this page: [http://www.realtech-vr.com/glview/download.html GLview Download Page]
+
* Back to [[VTube-PRO]]
 
+
* Back to [[VTube-LASER]]
* Select the options that pertain to your setup and then download.
+
 
+
[[image:GLviewSelectionPage.jpg]]
+

Latest revision as of 18:24, 8 June 2012

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