Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/help/rest/X11.txt
blob: 7653c07292099e81e3a9b289b3348b4c0b89e8d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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.