Table of Contents
glxgears - GLX version of the infamous "gears" GL demo. 
glxgears
[-info] [-display displayname] 
glxgears is a GLX demo that draws
three rotating gears, and prints out framerate information to stdout. Command
line options include: 
- -info 
- Print out GL implementation information before
running the demo. 
- -display displayname 
- Specify the display to query. 
- DISPLAY
- To get the default host, display number, and screen. 
glxinfo(1)
Ported to straight GLX by Brian Paul.
Table of Contents