Everything else is working stupendously.
So, please, believe me: IT WORKS !
Just take your time, ask your questions and be patient but confident. :-)
My steps (as of today; I have changed small details from one day to another)
Once in Qtopia and having installed the needed packages from Xqt as I have written on the web-page, I click on the "startx" Icon.
This launches the X's and in a few seconds the Rxvt terminal with no window manager. Then I write in this terminal:
su
/bin/mount -t proc /proc /mnt/cf/debroot/proc
/sbin/chroot /mnt/cf/debroot
/sbin/swapon /myswap
/etc/init.d/ssh start
ln -s /root /home/root
cd /home/root
export DISPLAY=0:0
/usr/bin/icewm &
bash
icewmbg
"Fn+c"
exit
Those are the lines that I write, waiting for each "effect". Then I minimize this Rxvt-term and I forget it "forever and ever", or until doing a reboot.
(I will put a.s.a.p. in the web page a short explanation about the WHY of some of those lines.)
If this is the first time of launching icewm after installation, some things must be "organized" or "inproved". The first thing to do is to install the package for having available Rxvt, that is the simple terminal that works the best with this system. By default, there are other X-terminal that can serve to do this first installation. So launch this first terminal. As you know, you can make visible or not the bottom panel of Qtopia with the menu button. Make it visible and edit with "vi" or "xedit" (in the default installation) a file with the name "resolv.conf" that must be placed in the directory /etc. In this file it is enough to have one line that should be:
nameserver 111.111.111.111
where the 1's should be number of the IP of your DNS. Once done, and having copied to /root directory the file .xmodmaprc from the web-page (I will update it in a few days) write in the terminal:
xmodmap .xmodmaprc
apt-get update
Once finished, write:
apt-get install rxvt
Finished the installation, close the X-terminal, open a new Rxvt, and be prepared to install your packages.
By default, the X-installation from Xqt doesn't use the whole bash, so you must prepare a .bashrc file acording with what I said before, and place it in /root directory. Then, when you open a new rxvt. begin it by writing
bash
to make your .bashrc file active.
From this point, it is important for you to have some clear ideas of how Debian works and the impressive amount of software that you have available and how to install, search, upgrade, deinstall a.s.o your packages.
Someone asked the other day some question about suspend/resume. Now, I have observed that everything works o.k. with this action BUT with one exception: If you have "bash" in a terminal and suspend, the bash is distroyed and the terminal is no more usable. So, exit and close your terminals before doing suspend and DO NOT MAINTAIN applications launched trough a terminal that has been launched with bash.
This message is much too long so I finish now. Please, ask any other thing that is not clear enough or in case you continue to have troubles, but be sure that you will be more than happy in a short future.
Best regards
smuelas