summaryrefslogtreecommitdiff
path: root/Software/Xephyr.mdwn
diff options
context:
space:
mode:
authorJoe Rayhawk <jrayhawk@freedesktop.org>2013-05-17 22:33:58 -0700
committerJoe Rayhawk <jrayhawk@freedesktop.org>2013-05-17 22:33:58 -0700
commitdb8e943a39ef2b8d5d7d3a94d87b27a85e31789e (patch)
tree7469fc10d364f3d490c6267f0b9e2375fc44c0fe /Software/Xephyr.mdwn
parentdc2abad876624f2816322ed2ca1f2bafaeb12674 (diff)
moin2mdwn: convert page Software/Xephyr
Diffstat (limited to 'Software/Xephyr.mdwn')
-rw-r--r--Software/Xephyr.mdwn33
1 files changed, 33 insertions, 0 deletions
diff --git a/Software/Xephyr.mdwn b/Software/Xephyr.mdwn
new file mode 100644
index 00000000..dab7aa82
--- /dev/null
+++ b/Software/Xephyr.mdwn
@@ -0,0 +1,33 @@
+
+
+## Xephyr
+
+Xephyr is a kdrive based X Server which targets a window on a host X Server as its framebuffer. Unlike Xnest it supports modern X extensions ( even if host server doesn't ) such as Composite, Damage, randr etc (no GLX support now). It uses SHM Images and shadow framebuffer updates to provide good performance. It also has a visual debugging mode for observing screen updates.
+
+Possible uses include;
+
+* **Xnest replacement** - Window manager, Composite 'gadget', etc development tool.
+* **Toolkit debugging** - rendundant toolkit paints can be observered easily via the debugging mode.
+* **X Server internals development** - develop without the need for an extra machine / display.
+* **[[Multiterminal with Xephyr|http://en.wikibooks.org/wiki/Multiterminal_with_Xephyr]]** - configuration is a single computer which supports multiple users at the same time
+
+### Screenshot
+
+Lots of Xephyr's in [[action|http://freedesktop.org/~mallum/xephyr-uber.png]].
+
+
+### Download
+
+Xephyr is available via [[git|Infrastructure/git/Users]] as part of the [[Xserver|http://cgit.freedesktop.org/xorg/xserver/tree/hw/kdrive/ephyr/]] module.
+
+
+### More Infomation
+
+See the [[README|http://cgit.freedesktop.org/xorg/xserver/tree/hw/kdrive/ephyr/README]]
+
+
+### Authors
+
+Xephyr was written by Matthew Allum.
+
+-- [[MatthewAllum|MatthewAllum]] - 10 Sep 2004