man-pages/man1/glxheads.1.html
2021-03-31 01:06:50 +01:00

72 lines
2.0 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML><HEAD><TITLE>Man page of glxheads</TITLE>
</HEAD><BODY>
<H1>glxheads</H1>
Section: User Commands (1)<BR>Updated: 2006-11-29<BR><A HREF="#index">Index</A>
<A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR>
<A NAME="lbAB">&nbsp;</A>
<H2>NAME</H2>
glxheads - exercise multiple GLX connections
<A NAME="lbAC">&nbsp;</A>
<H2>SYNOPSIS</H2>
<B>glxheads</B>
[<I>display</I> ...]
<A NAME="lbAD">&nbsp;</A>
<H2>DESCRIPTION</H2>
The <I>glxheads</I> 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.
<P>
If no display names are specified, <I>glxheads</I> will default to opening a
single local connection on display 0.
<A NAME="lbAE">&nbsp;</A>
<H2>EXAMPLE</H2>
To open a local connection on display 0 and two remote connections to the
hosts <I>mars</I> (display 0) and <I>venus</I> (display 1), run glxheads with
the following command-line:
<P>
<DL COMPACT><DT id="1"><DD>
<PRE>
$ glxheads :0 mars:0 venus:1
</PRE>
</DL>
<A NAME="lbAF">&nbsp;</A>
<H2>AUTHOR</H2>
glxheads was written by Brian Paul &lt;<A HREF="mailto:brian.paul@tungstengraphics.com">brian.paul@tungstengraphics.com</A>&gt;.
<P>
This manual page was written by Thierry Reding &lt;<A HREF="mailto:thierry@gilfi.de">thierry@gilfi.de</A>&gt; for the
Debian project (but may be used by others).
<P>
<P>
<HR>
<A NAME="index">&nbsp;</A><H2>Index</H2>
<DL>
<DT id="2"><A HREF="#lbAB">NAME</A><DD>
<DT id="3"><A HREF="#lbAC">SYNOPSIS</A><DD>
<DT id="4"><A HREF="#lbAD">DESCRIPTION</A><DD>
<DT id="5"><A HREF="#lbAE">EXAMPLE</A><DD>
<DT id="6"><A HREF="#lbAF">AUTHOR</A><DD>
</DL>
<HR>
This document was created by
<A HREF="/cgi-bin/man/man2html">man2html</A>,
using the manual pages.<BR>
Time: 00:05:15 GMT, March 31, 2021
</BODY>
</HTML>