Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

glxgears(1) [debian man page]

glxgears(1)						      General Commands Manual						       glxgears(1)

NAME
glxgears - ``gears'' demo for GLX SYNOPSIS
glxgears [options] DESCRIPTION
The glxgears program is a port of the ``gears'' demo to GLX. It displays a set of rotating gears and prints out the frame rate at regular intervals. It has become quite popular as basic benchmarking tool. OPTIONS
-display display Specify which X display to run on. -info Display OpenGL renderer information. -stereo Use a stereo enabled GLX visual. -fullscreen Run in fullscreen mode. AUTHOR
glxgears was written by Brian Paul <brian.paul@tungstengraphics.com>. This manual page was written by Thierry Reding <thierry@gilfi.de>, for the Debian project (but may be used by others). 2006-11-29 glxgears(1)

Check Out this Related Man Page

GLXGETVISUALFROMFBCO(3G)					   OpenGL Manual					  GLXGETVISUALFROMFBCO(3G)

NAME
glXGetVisualFromFBConfig - return visual that is associated with the frame buffer configuration C SPECIFICATION
XVisualInfo * glXGetVisualFromFBConfig(Display * dpy, GLXFBConfig config); PARAMETERS
dpy Specifies the connection to the X server. config Specifies the GLX frame buffer configuration. DESCRIPTION
If config is a valid GLX frame buffer configuration and it has an associated X Visual, then information describing that visual is returned; otherwise NULL is returned. Use XFree to free the data returned. NOTES
glXGetVisualFromFBConfig is available only if the GLX version is 1.3 or greater. If the GLX version is 1.1 or 1.0, the GL version must be 1.0. If the GLX version is 1.2, then the GL version must be 1.1. If the GLX version is 1.3, then the GL version must be 1.2. XVisualInfo is defined in Xutil.h. It is a structure that includes visual, visualID, screen, and depth elements. ERRORS
Returns NULL if config is not a valid GLXFBConfig. SEE ALSO
glXGetFBConfigAttrib(), glXChooseFBConfig(), glXChooseVisual(), glXGetConfig() COPYRIGHT
Copyright (C) 1991-2006 Silicon Graphics, Inc. This document is licensed under the SGI Free Software B License. For details, see http://oss.sgi.com/projects/FreeB/. AUTHORS
opengl.org opengl.org 06/10/2014 GLXGETVISUALFROMFBCO(3G)
Man Page

3 More Discussions You Might Find Interesting

1. Linux

Help with OpenGL in Fedora Core 4.

I'm pretty much new to this Linux stuff, I installed FC4 the other night to try it out. I'm having a slight problem when launching Quake 3, it's giving me the error GLimp_Init() - could not load OpenGL subsystem I've updated my video drivers to the latest version and went through fglrxconfig,... (3 Replies)
Discussion started by: Filth Pig
3 Replies

2. Hardware

Overheating causing system shutdowns

Hello, I have a Toshiba Satellite A505-S6965. My hardware is as attached via the Hardinfo report in pdf format. Here is the most recent kernel error. It never says it is shutting down. It just "dies" even after saying the temp/speed is normal. Jun 16 19:28:00 localhost kernel: CPU0:... (4 Replies)
Discussion started by: Narnie
4 Replies

3. Debian

fglrx problems

I am using debian squeeze, and I tried installing the fglrx drivers from the AMD website. My xorg would not start and gdm would hang (10 years ago gdm quit trying after a few times, what happened?) - so I installed the fglrx drivers from apt and removed ATIs drivers. I am getting segfaults now from... (1 Reply)
Discussion started by: John Tate
1 Replies