diff options
Diffstat (limited to 'xineramaproto/README')
-rw-r--r-- | xineramaproto/README | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/xineramaproto/README b/xineramaproto/README new file mode 100644 index 0000000..5f677be --- /dev/null +++ b/xineramaproto/README @@ -0,0 +1,37 @@ + X Xinerama Extension + +Xinerama is an X extension that allows clients to query information +about multiple physical screens controlled by a single X server that +appear as a single screen to core X11 protocol operations. + +This extension provides a common network protocol for querying information +which may be provided by different underlying screen combination +technologies in the X server, such as the original Xinerama multiplexer, +or alternative implementations like Xrandr or TwinView. + +Extension name: XINERAMA + +All questions regarding this software should be directed at the +Xorg mailing list: + + http://lists.freedesktop.org/mailman/listinfo/xorg + +Please submit bug reports to the Xorg bugzilla: + + https://bugs.freedesktop.org/enter_bug.cgi?product=xorg + +The master development code repository can be found at: + + git://anongit.freedesktop.org/git/xorg/proto/xineramaproto + + http://cgit.freedesktop.org/xorg/proto/xineramaproto + +For patch submission instructions, see: + + http://www.x.org/wiki/Development/Documentation/SubmittingPatches + +For more information on the git code manager, see: + + http://wiki.x.org/wiki/GitPage + + |