Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/help/rest/X11.txt
diff options
context:
space:
mode:
authorBernie Innocenti <bernie@codewiz.org>2010-05-03 21:53:47 (GMT)
committer Bernie Innocenti <bernie@codewiz.org>2010-05-03 21:53:47 (GMT)
commit1030dc837b10a03a02a85d5504cbeec168ce49e2 (patch)
tree698eefa87ac437deaf36a4141b326f8ce7986692 /help/rest/X11.txt
Import XaoS r489 (trunk after version 3.5)
Diffstat (limited to 'help/rest/X11.txt')
-rw-r--r--help/rest/X11.txt31
1 files changed, 31 insertions, 0 deletions
diff --git a/help/rest/X11.txt b/help/rest/X11.txt
new file mode 100644
index 0000000..7653c07
--- /dev/null
+++ b/help/rest/X11.txt
@@ -0,0 +1,31 @@
+.. _X11:
+
+.. index::
+ pair: driver; X11
+ pair: platform; Unix
+
+X11 driver
+==========
+
+This was the first driver done for XaoS. It supports many visuals, shared
+colormaps and MitSHM extension.
+
+Bugs/limitations:
+
+XaoS makes some X servers too busy
+
+ Sometimes XaoS generates images faster than X can display them. In this
+ case XaoS responds poorly to the mouse, and other applications slow down
+ too. This happens especially often on old R4 servers. Use -sync to avoid
+ this problem. Note that -sync does not make all communication with X
+ asynchronous; it just adds one additional XSync call. So the slowdown is
+ not as large as you might expect.
+
+Does not work on all visuals
+
+ This driver supports only 8bpp pseudocolor/grayscales, 15,16,24 and 32bpp
+ truecolor, 1bpp and 8bpp staticolor visuals.
+
+Palette rotating does not work for 8bpp pseudocolor w/o private palette
+
+X11 driver was written by Jan Hubicka and Thomas Marsh, 1997.