diff options
author | Luc Verhaegen <libv@skynet.be> | 2010-03-06 23:45:52 +0100 |
---|---|---|
committer | Luc Verhaegen <libv@skynet.be> | 2010-03-06 23:45:52 +0100 |
commit | 9c927f2639598e59bb4cf68a32ee80606f2dd56a (patch) | |
tree | 66f5f4874f86681b0179d4ff1e2ceb5e50728234 /debian/glxheads.1 | |
parent | 35fe0e56e6f6b45ceea0c3d43be7596c1ea44e00 (diff) |
Import ubuntu's 7.2-1ubuntu2 mesa version.debian-7.2-1ubuntu2
Found on intrepid 8/10.
Diffstat (limited to 'debian/glxheads.1')
-rw-r--r-- | debian/glxheads.1 | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/debian/glxheads.1 b/debian/glxheads.1 new file mode 100644 index 0000000000..9502556901 --- /dev/null +++ b/debian/glxheads.1 @@ -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). + |