Supriya Ghosh (Editor)

MicroXwin

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

MicroXwin is a replacement graphics display framework for Linux operating systems. MicroXwin’s custom Xlib library sends graphics commands directly to the graphics driver, which handles all the drawing. As a client-server architecture is not used, it reduces the load on CPU and memory, since the processor does not need to perform a number of operations on the exchange of messages between the server and the client. It copies the data from user space to the frame buffer, and then on the screen.

MicroXwin module requires only 500KB of memory, whereas the standard X-system takes almost 30MB.

High performance is because MicroXwin has been designed as a kernel module. However, due to this, the collapse of MicroXwin will also crash the kernel. Furthermore, there is no network transparency unlike X11.

Implementations

MicroXwin has now been implemented by its creators to run both Debian and Android at the same time. The Debian OS is a modified version of ARM Hard-float Debian Wheezy rootfs, which is available for use on BeagleBone, ODroid-XU, Raspberry Pi, and other ARM-architecture dev boards.

References

MicroXwin Wikipedia