xenocara/lib/libdmx/man/DMX.man

78 lines
3.1 KiB
Groff
Raw Normal View History

2006-11-25 11:01:46 -07:00
.\" Copyright 2004 Red Hat Inc., Durham, North Carolina.
.\" All Rights Reserved.
.\"
.\" Permission is hereby granted, free of charge, to any person obtaining
.\" a copy of this software and associated documentation files (the
.\" "Software"), to deal in the Software without restriction, including
.\" without limitation on the rights to use, copy, modify, merge,
.\" publish, distribute, sublicense, and/or sell copies of the Software,
.\" and to permit persons to whom the Software is furnished to do so,
.\" subject to the following conditions:
.\"
.\" he above copyright notice and this permission notice (including the
.\" next paragraph) shall be included in all copies or substantial
.\" portions of the Software.
.\"
.\" THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
.\" EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
.\" MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
.\" NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS
.\" BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
.\" ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
.\" CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
.\" SOFTWARE.
2010-04-25 13:59:53 -06:00
.TH DMX __libmansuffix__ __vendorversion__
2006-11-25 11:01:46 -07:00
.SH NAME
DMX \- X Window System DMX (Distributed Multihead X) extension
.SH DESCRIPTION
The DMX extension provides support for communication with and control of
.BR Xdmx (1)
server. Attributes of the
.BR Xdmx (1)
server and of the back-end screens attached to the server can be queried
and modified via this protocol.
.SH "SUMMARY OF LIBRARY FUNCTIONS"
The following is a summary of DMX library functions:
.sp
2010-04-25 13:59:53 -06:00
DMXQueryExtension(__libmansuffix__) \- determine if DMX is available
2006-11-25 11:01:46 -07:00
.sp
2010-04-25 13:59:53 -06:00
DMXQueryVersion(__libmansuffix__) \- determine DMX extension version
2006-11-25 11:01:46 -07:00
.sp
2010-04-25 13:59:53 -06:00
DMXSync(__libmansuffix__) \- flush protocol requests between
2006-11-25 11:01:46 -07:00
.BR Xdmx (1)
and back-end X servers
.sp
2010-04-25 13:59:53 -06:00
DMXForceWindowCreation(__libmansuffix__) \- force immediate back-end window creation
2006-11-25 11:01:46 -07:00
.sp
2010-04-25 13:59:53 -06:00
DMXGetScreenCount(__libmansuffix__) \- determine number of back-end screens
2006-11-25 11:01:46 -07:00
.sp
2010-04-25 13:59:53 -06:00
DMXGetScreenAttributes(__libmansuffix__) \- determine back-end screen attributes
2006-11-25 11:01:46 -07:00
.sp
2010-04-25 13:59:53 -06:00
DMXChangeScreensAttributes(__libmansuffix__) \- change back-end screen attributes
2006-11-25 11:01:46 -07:00
.sp
2010-04-25 13:59:53 -06:00
DMXAddScreen(__libmansuffix__) \- attach a new back-end screen
2006-11-25 11:01:46 -07:00
.sp
2010-04-25 13:59:53 -06:00
DMXRemoveScreen(__libmansuffix__) \- detach a back-end screen
2006-11-25 11:01:46 -07:00
.sp
2010-04-25 13:59:53 -06:00
DMXGetWindowAttributes(__libmansuffix__) \- determine back-end window attributes
2006-11-25 11:01:46 -07:00
.sp
2010-04-25 13:59:53 -06:00
DMXGetDesktopAttributes(__libmansuffix__) \- determine global bounding box
2006-11-25 11:01:46 -07:00
.sp
2010-04-25 13:59:53 -06:00
DMXChangeDesktopAttributes(__libmansuffix__) \- change global bounding box
2006-11-25 11:01:46 -07:00
.sp
2010-04-25 13:59:53 -06:00
DMXGetInputCount(__libmansuffix__) \- determine number of input devices
2006-11-25 11:01:46 -07:00
.sp
2010-04-25 13:59:53 -06:00
DMXGetInputAttributes(__libmansuffix__) \- determine input device attributes
2006-11-25 11:01:46 -07:00
.sp
2010-04-25 13:59:53 -06:00
DMXAddInput(__libmansuffix__) \- attach a new backend or console input
2006-11-25 11:01:46 -07:00
.sp
2010-04-25 13:59:53 -06:00
DMXRemoveInput(__libmansuffix__) \- detach an input
2006-11-25 11:01:46 -07:00
.sp
2010-04-25 13:59:53 -06:00
DMXAddBackendInput(__libmansuffix__) \- attach a new back-end input
2006-11-25 11:01:46 -07:00
.sp
2010-04-25 13:59:53 -06:00
DMXAddConsoleInput(__libmansuffix__) \- attach a new console input
2006-11-25 11:01:46 -07:00
.PP
Each of these functions is described in its own man page.
.SH "SEE ALSO"
.BR Xdmx "(1), " xdmxconfig "(1), " vdltodmx (1)