[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

X Strike Force X.Org X11 SVN commit: r4101 - branches/experimental/mesa/debian



Author: beatle
Date: 2006-11-29 13:07:26 -0500 (Wed, 29 Nov 2006)
New Revision: 4101

Added:
   branches/experimental/mesa/debian/glxdemo.1
   branches/experimental/mesa/debian/glxgears.1
   branches/experimental/mesa/debian/glxheads.1
   branches/experimental/mesa/debian/glxinfo.1
   branches/experimental/mesa/debian/mesa-utils.manpages
Log:
Add manpages to the mesa-utils package.


Added: branches/experimental/mesa/debian/glxdemo.1
===================================================================
--- branches/experimental/mesa/debian/glxdemo.1	                        (rev 0)
+++ branches/experimental/mesa/debian/glxdemo.1	2006-11-29 18:07:26 UTC (rev 4101)
@@ -0,0 +1,15 @@
+.TH glxdemo 1 "2006-11-29"
+.SH NAME
+glxdemo \- a demonstration of the GLX functions
+.SH SYNOPSIS
+.B glxdemo
+.SH DESCRIPTION
+The \fIglxdemo\fP program shows how to use the GLX functions in order to
+create an OpenGL program running on top of an X server. This program is most
+useful when studied in its source code form.
+.SH AUTHOR
+glxdemo was written by Brian Paul <brian.paul@tungstengraphics.com>.
+.PP
+This manual page was written by Thierry Reding <thierry@gilfi.de>, for the
+Debian project (but may be used by others).
+

Added: branches/experimental/mesa/debian/glxgears.1
===================================================================
--- branches/experimental/mesa/debian/glxgears.1	                        (rev 0)
+++ branches/experimental/mesa/debian/glxgears.1	2006-11-29 18:07:26 UTC (rev 4101)
@@ -0,0 +1,29 @@
+.TH glxgears 1 "2006-11-29"
+.SH NAME
+glxgears \- ``gears'' demo for GLX
+.SH SYNOPSIS
+.B glxgears
+.RI [ options ]
+.SH DESCRIPTION
+The \fIglxgears\fP 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.
+.SH OPTIONS
+.TP 8
+.B \-display \fIdisplay\fP
+Specify which X display to run on.
+.TP 8
+.B \-info
+Display OpenGL renderer information.
+.TP 8
+.B \-stereo
+Use a stereo enabled GLX visual.
+.TP 8
+.B \-fullscreen
+Run in fullscreen mode.
+.SH AUTHOR
+glxgears was written by Brian Paul <brian.paul@tungstengraphics.com>.
+.PP
+This manual page was written by Thierry Reding <thierry@gilfi.de>, for the
+Debian project (but may be used by others).
+

Added: branches/experimental/mesa/debian/glxheads.1
===================================================================
--- branches/experimental/mesa/debian/glxheads.1	                        (rev 0)
+++ branches/experimental/mesa/debian/glxheads.1	2006-11-29 18:07:26 UTC (rev 4101)
@@ -0,0 +1,30 @@
+.TH glxheads 1 "2006-11-29"
+.SH NAME
+glxheads \- exercise multiple GLX connections
+.SH SYNOPSIS
+.B glxheads
+[\fIdisplay\fP ...]
+.SH DESCRIPTION
+The \fIglxheads\fP program will try to open GLX connections on multiple X
+displays as specified on the command-line. If a connection can be made it will
+try to create a direct GLX context (and fallback to using indirect contexts if
+that fails) and open a window displaying a spinning green triangle.
+.PP
+If no display names are specified, \fIglxheads\fP will default to opening a
+single local connection on display 0.
+.SH EXAMPLE
+To open a local connection on display 0 and two remote connections to the
+hosts \fImars\fP (display 0) and \fIvenus\fP (display 1), run glxheads with
+the following command-line:
+.PP
+.RS 3n
+.nf
+$ glxheads :0 mars:0 venus:1
+.fi
+.RE
+.SH AUTHOR
+glxheads was written by Brian Paul <brian.paul@tungstengraphics.com>.
+.PP
+This manual page was written by Thierry Reding <thierry@gilfi.de> for the
+Debian project (but may be used by others).
+

Added: branches/experimental/mesa/debian/glxinfo.1
===================================================================
--- branches/experimental/mesa/debian/glxinfo.1	                        (rev 0)
+++ branches/experimental/mesa/debian/glxinfo.1	2006-11-29 18:07:26 UTC (rev 4101)
@@ -0,0 +1,41 @@
+.TH glxinfo 1 "2006-11-29"
+.SH NAME
+glxinfo \- show information about the GLX implementation
+.SH SYNOPSIS
+.B glxinfo
+.RI [ options ]
+.SH DESCRIPTION
+The \fIglxinfo\fP program shows information about the OpenGL and GLX
+implementations running on a given X display.
+.PP
+The information includes details about the server- and client-side GLX
+implementation, the OpenGL and GLU implementations as well as a list
+of available GLX visuals.
+.SH OPTIONS
+.TP 8
+.B \-v
+Print visuals info in verbose form.
+.TP 8
+.B \-t
+Print verbose table.
+.TP 8
+.B \-display \fIdisplay\fP
+Specify the X display to interrogate.
+.TP 8
+.B \-h
+Print usage information.
+.TP 8
+.B \-i
+Force an indirect rendering context.
+.TP 8
+.B \-b
+Find the ``best'' visual and print it's number.
+.TP 8
+.B \-l
+Print interesting OpenGL limits.
+.SH AUTHOR
+glxinfo was written by Brian Paul <brian.paul@tungstengraphics.com>.
+.PP
+This manual page was written by Thierry Reding <thierry@gilfi.de>, for the
+Debian project (but may be used by others).
+

Added: branches/experimental/mesa/debian/mesa-utils.manpages
===================================================================
--- branches/experimental/mesa/debian/mesa-utils.manpages	                        (rev 0)
+++ branches/experimental/mesa/debian/mesa-utils.manpages	2006-11-29 18:07:26 UTC (rev 4101)
@@ -0,0 +1,4 @@
+debian/glxdemo.1
+debian/glxgears.1
+debian/glxheads.1
+debian/glxinfo.1



Reply to: