Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

dmxqueryextension(3x) [xfree86 man page]

DMXQueryExtension(3X)													     DMXQueryExtension(3X)

NAME
DMXQueryExtension - determine if DMX is available SYNOPSIS
#include <X11/extensions/dmxext.h> Bool DMXQueryExtension(Display *dpy, int *event_basep, int *error_basep); DESCRIPTION
DMXQueryExtension() determines if the DMX protocol extension is available. It will be available if the server is an Xdmx(1) server. RETURN VALUE
If the DMX protocol extension is available, event_basep and error_basep will be set to the event and error bases, respectively, and True will be returned. Otherwise, False will be returned. SEE ALSO
DMXQueryVersion(3X), DMX(3X), Xdmx(1) XFree86 Version 4.7.0 DMXQueryExtension(3X)

Check Out this Related Man Page

DMXQueryVersion(3)					     Library Functions Manual						DMXQueryVersion(3)

NAME
DMXQueryVersion - determine DMX extension version SYNOPSIS
#include <X11/extensions/dmxext.h> Bool DMXQueryVersion(Display *dpy, int *major_version, int *minor_version, int *patch_version); DESCRIPTION
DMXQueryVersion() returns version information about the DMX protocol extension. Any incompatible changes to the protocol will be indicated by a change in major_version. Small, upward-compatible changes will be indi- cated by a change in minor_version. In general, patch_version is for informational purposes and will encode the date of the last protocol revision (e.g., 20040604). RETURN VALUE
If the DMX protocol extension is available, major_version, minor_version, and patch_version will be set, and True will be returned. Other- wise, False will be returned. NOTES
At the time of this writing, the DMX protocol is at version 2.2. Version 2.2 was the final development version, and code supporting this version was submitted to upstream X server repositories in the sum- mer of 2004. Version 1.5 was the last of the 1.x series, which was used for development before screen and input addition and removal were supported. Version 2.0 and 2.1 were development versions that partially supported screen and input addition and removal. Since we do not expect development versions to be widely used, we recommend that any software that uses the DMX protocol extension to sup- port only versions 2.2 and above (although they should detect earlier versions and either reduce functionality or fail gracefully). SEE ALSO
DMXQueryExtension(3), DMX(3), Xdmx(1) X Version 11 libdmx 1.1.3 DMXQueryVersion(3)
Man Page

4 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

No xorg.conf or XF86Config

There is no xorg.conf file and no XF86Config file on a certain FreeBSD machine: # locate xorg.conf /usr/local/man/man5/xorg.conf.5.gz # locate XF86Config # Can someone let me know if that means that there is a bare bones set up possible only? xrandr works fine, but I am looking for ways to... (6 Replies)
Discussion started by: figaro
6 Replies

2. Shell Programming and Scripting

Can a script resize it's own mintty console?

I'm looking for finer granularity than the 20 ANSI escape sequence screen modes. What I'd like to do is have the terminal increase it's own height when I have to show the user a long menu. Platform is Cygwin 64 running over Win 7 Pro. Mike (4 Replies)
Discussion started by: Michael Stora
4 Replies

3. 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

4. Fedora

Fedora 30 and Slackware 14.2, how to obtain the same rendering?

Look this very good rendering on Slackware 14.2 in my opinion is near perfect. https://i.stack.imgur.com/q5trL.png Now look the same page on Fedora 30 https://i.stack.imgur.com/FBQv7.png In my opinion the fonts on Fedora are too small and difficult to read, I prefer the fat fonts of... (20 Replies)
Discussion started by: Linusolaradm1
20 Replies