I am very poor with Window Manager generally, so this will be a good
learning exercise. I wonder if you could give me any tips on launching
IceWM.
IceWM is launched by zvncserver (itself launched by Vncserver) in the default config. In my config, I have moved it to ~/.xinitrc
First once I was root, I did a :-
df -h
To confirm which partition is the biggest spare...
In my case this was hda3 not hdc3. I believe looking at the rc.rofilesys,
this hints at the fact that it could be hda hdb or hdc:-
mount -t $LINUXFMT -o noatime /dev/${IDE1}3 /hdd
Hence refernces to hdc3 were replaced with hda3
Yes that's funny, rc.rofilesys detects if the microdrive is on hda or hdc. Maybe there are different SL-C3000 hardware ?
When doing the command 'mount -o remount,rw /dev/root' I get an error that
/dev/root is not listed in fstab. I therefore copy the line from mtab to
fstab. (I used an editor but here it is in one line)
Oh, it is not in mine either. This must be an error in the HOWTO.
I will correct it to 'mount -o remount,rw /dev/root /'.
cat /etc/mtab | grep /dev/root >> /etc/fstab
To copy the debian-tar ball onto the zaurus I used :-
wget http://pocketworkstation.org/files/zaurus-...n-big-v0.17.tgz
wget http://pocketworkstation.org/files/gnu-tar.gz
I then had to make gnu-tar execuatable.
chmod ugo+x ./gnu-tar
./gnu-tar xvzf zaurus-debian-big-*.tg
Should read ./gnu-tar xvzf zaurus-debian-big-*.tgz
Yes, you're right.
Anyway, gnu-tar is in fact not needed, the are allready a zcat and a tar on the Zaurus, so you might just do 'zcat zaurus-debian-big-*.tgz | tar x'
I was unable to launch the fbvnc inside the tar ball - screen calibration
error. Had to use the one suggested
http://www.tcp-ip.or.jp/~naorou/linuzau/fb...20041121.tar.gz
I'll add a note in the HOWTO. the included fbvnc worked fine for me (excepted for the keyboard). In fact I remmember I had added '-hw c700' when it was launched. That might be it.
Un-able to figure out how to get the IceWM panel. I got a feeling it
something stupid I am missing.
I think I know what's happening: the default zvncserver launches a 640x640 desktop, so the IcemWM panel is hidden down. You should be able to scroll with Fn+Menu+Drag&Drop.
In my zvncserver I have changed the desktop size to 640x480 which seems more usefull to me. The point of having a 640x640 desktop is that you can rotate the screen and still have no black borders.