Chris Dorman 834e9b120f tinyx is here 4 gadi atpakaļ
..
Xext 834e9b120f tinyx is here 4 gadi atpakaļ
damageext 834e9b120f tinyx is here 4 gadi atpakaļ
dbe 834e9b120f tinyx is here 4 gadi atpakaļ
dix 834e9b120f tinyx is here 4 gadi atpakaļ
fb 834e9b120f tinyx is here 4 gadi atpakaļ
include 834e9b120f tinyx is here 4 gadi atpakaļ
kdrive 834e9b120f tinyx is here 4 gadi atpakaļ
m4 834e9b120f tinyx is here 4 gadi atpakaļ
mi 834e9b120f tinyx is here 4 gadi atpakaļ
miext 834e9b120f tinyx is here 4 gadi atpakaļ
os 834e9b120f tinyx is here 4 gadi atpakaļ
randr 834e9b120f tinyx is here 4 gadi atpakaļ
render 834e9b120f tinyx is here 4 gadi atpakaļ
xfixes 834e9b120f tinyx is here 4 gadi atpakaļ
.gitignore 834e9b120f tinyx is here 4 gadi atpakaļ
COPYING 834e9b120f tinyx is here 4 gadi atpakaļ
Makefile.am 834e9b120f tinyx is here 4 gadi atpakaļ
README 834e9b120f tinyx is here 4 gadi atpakaļ
autogen.sh 834e9b120f tinyx is here 4 gadi atpakaļ
configure.ac 834e9b120f tinyx is here 4 gadi atpakaļ
loc.sh 834e9b120f tinyx is here 4 gadi atpakaļ

README

Necromancy
==========

We resurrected Xvesa from the depths of git history, and intend to maintain it with Xfbdev.

This includes bugfixes, security fixes, and occasional new features if required.


Why?
----

The TinyX servers fill our needs while being a lot smaller than Xorg can be made.


Why 1.2.0 and not 1.3.0?
------------------------

As you know, Xvesa was killed in 1.4.0, so the latest released version would be 1.3.0.
However, they broke all input in 1.3.0 (keyboard and mouse), so the last working released
version is 1.2.0.

There were also some changes later on that we disagree with (mandatory xinput & xkb).


Design choices
--------------

We aim for the smallest fully featured X server binary. Currently there are the vesa and
fbdev servers, but others may appear in the future (Xmodesetting?).

- no xkb; it's bloat when console keymaps suffice
- no xinput
- no xinerama
- no gl
- TCP listening disabled by default, shadow FB enabled by default
...


Licensing
---------

While the original codebase is MIT, any changes here are GPLv3. Supporting closed devices
with this code is not a goal.

Links
-----

There's a similar tinyX fork from the Puppy folks:
https://github.com/idunham/tinyxserver