This is a HowTo for installing and running X/Qt. All this information is probably in the discussion threads but I found them too meandering to be useful.
It is heavily based on a HowTo that I found on the German forum
Z-portal Info by JoPeters with some additions by Chris. I used babelfish to translate it to English, tested the instructions on a C860 with the Sharp ROM, fixed some of the translation and added a few things. It worked for me. I tried to put it in the ZUG howtos area but it wouldn't let me log in.
You need to download and install the following packages from the X/Qt
site. Make sure to install the packages in that order. The package installer complains of some dependencies but installs everything. I have installed them all in internal flash. According to the very terse howto in
here one can install a couple (but not all) of these packages in an ext2-formatted SD card, but I have not tried and JoPeters reported difficulties on the German forum.
1. xqt-fonts-misc
2. xqt-server
3. glibc-locale
4. xbase-etc
5. xlibs
6. xqt-startup-scripts
7. xbase-client
8. blackbox
9. rxvt
After installation two new icons appear on the applications tab:
X/QT server (starts the X/QT server and makes it possible to connect to an
external x server) and
Start X (starts a local x-server and makes it possible for X programs to run)
Start X can also be started from the console:
$ cd /opt/QtPalmtop/bin
$ ./startx-wrapper
In case you don't succeed to start X/QT, you must be sure to kill the running X/QT processes before trying again, otherwise there is no chance that X/QT will run.
I used the Start X icon. One must first disable starting with magnified screen by tap and holding the icon, otherwise it comes out in portrait mode. It takes a little while to start up but once it does you will get a grey background and an rxvt terminal window. Then you can run your X applications from the command line. I tried some Tcl-Tk scripts using tclkit, they seem to run fine but some of them came out too big.
To get out of X and get back to Qt press the menu button on the keyboard and select shutdown from the menu the pops up.
Felipe