-- well, using the machine with the "portrait mode" where the keys are hidden is kinda pointless without a virtual keyboard, anyway --
solution for that (virtual keyboard) is here :
https://www.oesf.org/forum/index.php?showtopic=24993
OK, I have it all set up and running correctly, though I did have to install a catalan config file (english was not available....). OK, since I will probably learn some Catalan next Spring anyway, I guess that is good. But weird.
However, every time I re-boot or login, I have to re-start /etc/init.d/zaurusd in order to straighten out the screen. There is some sort of error message on the screen if I kill the X server about Xlib. If I had to guess I would say that I need to run the zaurusd script after the X server starts, but that is not the way it happens.
I could straighten out the server by replacing the angle option on the call to the server --- currently it is exec /usr/bin/Xfbdev -screen 480x640 "$@" but was exec /usr/bin/Xfbdev -screen 480x640@270 "$@" before I re-instituted zaurusd. But this it not available for the xdm screen, and not when I first login, either. I have to start the daemon again, even though it is in /etc/rc2.d
Any clues? Where in the start order is your /etc/rc2.d/S**zaurusd (that is, what goes where the ** is)? Does this all work for someone? In order to get the shifted screen for the closed mode, I need to fix this.