KDrive (Tiny X, TinyX) is an X server written by Keith Packard that was designed for low memory environments. On Linux/x86, a KDrive server with RENDER support but without support for scalable fonts compiles into less than 700 KB of text. KDrive tends to avoid large memory allocations at runtime, and tries to perform operations 「on the fly」 whenever possible (but this is also true of recent versions of the stock XFree86 server).
TinyX manual page
linux下的X11圖形系統介紹之Tiny-x
Tiny-
X是標準
X-windows
系統的簡化版,去掉了許多對設備的檢測過程,無需設置顯示卡
Driver,
很容易對各類不一樣硬件進行移植。
Tiny-
X專爲嵌入式開發,適合用做嵌入式
linux
的
GUI
系統。
Tiny-
X圖形系統是由
SuSE
贊助的,開發人員是
XFree86
的核心成員
Keith Packard
。目前
TinyX
是
XFree86
自帶的編譯模式之一,只要經過修改編譯選項,就能編譯生成
Tiny-X
。
交叉編譯 Tiny-X for ARM
下載(Binary KDrive servers for GNU/Linux/x86)