1DMX(3) Library Functions Manual DMX(3)
2
3
4
6 DMX - X Window System DMX (Distributed Multihead X) extension
7
9 The DMX extension provides support for communication with and control
10 of Xdmx(1) server. Attributes of the Xdmx(1) server and of the back-
11 end screens attached to the server can be queried and modified via this
12 protocol.
13
15 The following is a summary of DMX library functions:
16
17 DMXQueryExtension(3) - determine if DMX is available
18
19 DMXQueryVersion(3) - determine DMX extension version
20
21 DMXSync(3) - flush protocol requests between Xdmx(1) and back-end X
22 servers
23
24 DMXForceWindowCreation(3) - force immediate back-end window creation
25
26 DMXGetScreenCount(3) - determine number of back-end screens
27
28 DMXGetScreenAttributes(3) - determine back-end screen attributes
29
30 DMXChangeScreensAttributes(3) - change back-end screen attributes
31
32 DMXAddScreen(3) - attach a new back-end screen
33
34 DMXRemoveScreen(3) - detach a back-end screen
35
36 DMXGetWindowAttributes(3) - determine back-end window attributes
37
38 DMXGetDesktopAttributes(3) - determine global bounding box
39
40 DMXChangeDesktopAttributes(3) - change global bounding box
41
42 DMXGetInputCount(3) - determine number of input devices
43
44 DMXGetInputAttributes(3) - determine input device attributes
45
46 DMXAddInput(3) - attach a new backend or console input
47
48 DMXRemoveInput(3) - detach an input
49
50 DMXAddBackendInput(3) - attach a new back-end input
51
52 DMXAddConsoleInput(3) - attach a new console input
53
54 Each of these functions is described in its own man page.
55
57 Xdmx(1), xdmxconfig(1), vdltodmx(1)
58
59
60
61X Version 11 libdmx 1.1.3 DMX(3)