Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

dmxsync(3x) [x11r4 man page]

DMXSync(3X)															       DMXSync(3X)

NAME
DMXSync - flush protocol requests between Xdmx and back-end X servers SYNOPSIS
#include <X11/extensions/dmxext.h> Bool DMXSync(Display *dpy); DESCRIPTION
DMXSync() flushes all pending protocol requests between the Xdmx(1) server and each back-end X server. It is used by clients that talk directly to back-end X servers to ensure that all pending Xdmx(1) requests have reached all back-end servers and have been processed by those servers. RETURN VALUE
DMXSync() returns True unless there is a protocol error. SEE ALSO
DMX(3X), Xdmx(1) X Version 11 libdmx 1.0.2 DMXSync(3X)

Check Out this Related Man Page

DMX(3X) 																   DMX(3X)

NAME
DMX - X Window System DMX (Distributed Multihead X) extension DESCRIPTION
The DMX extension provides support for communication with and control of Xdmx(1) server. Attributes of the Xdmx(1) server and of the back- end screens attached to the server can be queried and modified via this protocol. SUMMARY OF LIBRARY FUNCTIONS
The following is a summary of DMX library functions: DMXQueryExtension(3X) - determine if DMX is available DMXQueryVersion(3X) - determine DMX extension version DMXSync(3X) - flush protocol requests between Xdmx(1) and back-end X servers DMXForceWindowCreation(3X) - force immediate back-end window creation DMXGetScreenCount(3X) - determine number of back-end screens DMXGetScreenAttributes(3X) - determine back-end screen attributes DMXChangeScreensAttributes(3X) - change back-end screen attributes DMXAddScreen(3X) - attach a new back-end screen DMXRemoveScreen(3X) - detach a back-end screen DMXGetWindowAttributes(3X) - determine back-end window attributes DMXGetDesktopAttributes(3X) - determine global bounding box DMXChangeDesktopAttributes(3X) - change global bounding box DMXGetInputCount(3X) - determine number of input devices DMXGetInputAttributes(3X) - determine input device attributes DMXAddInput(3X) - attach a new backend or console input DMXRemoveInput(3X) - detach an input DMXAddBackendInput(3X) - attach a new back-end input DMXAddConsoleInput(3X) - attach a new console input Each of these functions is described in its own man page. SEE ALSO
Xdmx(1), xdmxconfig(1), vdltodmx(1) X Version 11 libdmx 1.0.2 DMX(3X)
Man Page

We Also Found This Discussion For You

1. UNIX for Advanced & Expert Users

Shopt -s histappend

What is the point of this? Whenever I close my shell it appends to the history file without adding this. I have never seen it overwrite my history file. # When the shell exits, append to the history file instead of overwriting it shopt -s histappend (3 Replies)
Discussion started by: cokedude
3 Replies