startx :command not found
ts_calibrate : ts_open: no such file or directory
startx: what if ...
-- simply ln -s /usr/bin/icewm-session-experimental /usr/bin/startx? OR
-- apt-get install xbase-clients (startx is there)?
ts_calibrate:
Can you show mean what is in your ~/.profile?
Mine has this:
......
TSLIB_TSDEVICE=/dev/input/ts0
TSLIB_CONFFILE=/etc/ts.conf
export TELIB_TSDEVICE TSLIB_TSCONFFILE
and check if these files are present:
/usr/local/lib/libts-1.0.so.0.0.0
/usr/local/lib/libts-1.0.so.0
/etc/ts.conf
/dev/input/ts0
startx installed and working by installing xbase-clients
.profile didn't have those entries -> added
libts-1.0.so.0.0.0 missing -> symlinked
/dev/input/ts0 missing -> what now ?
So obviously the parts setting up touchscreen does not work as expected .... sorry... but....
But the correct sequence should be: extract the zaurus-hardware-eabi.tarball (to /.) first, and then run the afterinstall.sh script; otherwise some commands in the script will fail to operate because of missing the binary/library.
/dev/input/ts0 ....
Do you have /dev/input/event1 or /dev/input/touchscreen0 ?
If nothing's there, can you:
cd /dev/input
MAKEDEV ts0 (the command is in capitals)
PS I think i have missed the xbase-clients package. Will add it to the guide. Actually I did install xorg (which pulls down xbase-clients) before playing with Xfbdev. Thanks.