Mirror of TinyX. Will be rewriting build system and attempting to add XRandR at the very least.
Go to file
Lauri Kasanen 40222508fd Remap the numpad keys, like the linux kernel and xf86-input keyboard drivers do 2015-07-05 16:05:46 +03:00
Xext Partial backport of ddb8d8945d1f44d16 for valgrind cleanliness 2015-05-27 16:03:25 +03:00
damageext Dawn of a new world 2013-11-30 15:51:10 +02:00
dbe Dawn of a new world 2013-11-30 15:51:10 +02:00
dix Partial backport of ddb8d8945d1f44d16 for valgrind cleanliness 2015-05-27 16:03:25 +03:00
fb Dawn of a new world 2013-11-30 15:51:10 +02:00
include Mark all functions and symbols that LTO must not break 2015-02-26 18:49:10 +02:00
kdrive Remap the numpad keys, like the linux kernel and xf86-input keyboard drivers do 2015-07-05 16:05:46 +03:00
m4 Dawn of a new world 2013-11-30 15:51:10 +02:00
mi mi: miPutImage with XYPixmap failed at depth 32 on 64-bit machines 2014-03-19 11:38:52 +02:00
miext Dawn of a new world 2013-11-30 15:51:10 +02:00
os Fix a crash 2015-05-27 16:24:28 +03:00
randr Backport 8033fb6c9792820a82f 2015-02-27 18:20:10 +02:00
render Mark two render vectors as static, the compiler also consted them 2015-02-25 16:29:13 +02:00
xfixes Backport 8033fb6c9792820a82f 2015-02-27 18:20:10 +02:00
.gitignore Dawn of a new world 2013-11-30 15:51:10 +02:00
COPYING Dawn of a new world 2013-11-30 15:51:10 +02:00
Makefile.am Dawn of a new world 2013-11-30 15:51:10 +02:00
README Dawn of a new world 2013-11-30 15:51:10 +02:00
autogen.sh Dawn of a new world 2013-11-30 15:51:10 +02:00
configure.ac Bring light to version 1.3 2015-05-27 16:24:51 +03:00
loc.sh Dawn of a new world 2013-11-30 15:51:10 +02:00

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.