Kees Bot and Philip Homburg made X run on their Minix-vmd variant of
Minix, so it can be done. See http://www.minix-vmd.org/.
There is a project called Microwindows. It is described thus:
"Microwindows is an Open Source project aimed at bringing the features
of modern graphical windowing environments to smaller devices."
There was some interest in porting it to standard Minix a few years
ago, and I posted the little bit I knew about this at
http://minix1.hampshire.edu/microwin.html. This was almost three years
ago, and I've not hrard more about it.
I believe someone is working on X for the Minix 3 project which you
may have seen discussed on this newsgroup. If you haven't been
following the newsgroup on a regular basis you can get caught up by
looking at
http://groups-beta.google.com/group/comp.os.minix?hl=en&lr=&ie=UTF-8.
Look for the "Status of Minix 3" thread.
- Al
--
+----------------------------------+
| Albert S. Woodhull |
| Hampshire College, Amherst, MA |
| awoo...@hampshire.edu |
| http://minix1.hampshire.edu/asw/ |
+----------------------------------+
Don't believe everything you think.
I think it requires three layers:
* A GUI builded upon the widget layer, there are many simplified GUI, xfce
is an interesting one.
* a widget layer like GTK or QT
* X server or perhaps Kdrive xfbdev
An alternative is to use
* a GUI using the intermediate layer.
* a widget layer (like GTK adapted to nano-X)
* microwindows (nano-X)
I made some experiments and the first case seems more realistic in a short
term for a small group.
The only problem is the difficulty to find working source code, I was
astonished that project like DSL (Damn Small Linux) do no put sources on a
WEB site but send them by mail upon request.
JP