First off, Meanie thx so much for your customization pages...
I have only just got my C3000 (about a month) and without that info it would have
took me an age to get where I am now
Anyway.... Qtopia... omg so close...
I am not attempting to run full qt yet, just apps as descibed at
http://www.yopy.lug.org.uk/forum_viewtopic.php?17.299...
qt sysinfo works fine as long as I have switched to portrait mode first as Meanie
describes in his post...
Using the script in the article above:
OK, create the following file /usr/local/bin/run_qtopia_app
then chmod +x it to make it executable. This script accepts the program name
and sets up the required variables for it to run as a single task app:
#!/bin/sh
export LOGNAME=root
export HOME=/home/root
export QTDIR=/home/opt/Qtopia
export QPEDIR=/home/opt/Qtopia
export PATH="$QPEDIR/bin:$PATH"
export LD_LIBRARY_PATH=$QPEDIR/lib
exec $* -qws
So, in the case of zbedic, it can be run from a terminal command like:
run_qtopia_app /opt/Qtopia/bin/zbedic
works fine when in portrait already, however if I add
export QWS_DISPLAY=Transformed:Rot270:0
to the above script sysinfo runs but the display is screwed up - as if it's still trying
to run the app in portrait mode (but too tall) on a landscape qt display if you see what I mean.
Anyone have any ideas how to get that one step further and (if my assumption is
right) make the app run in landscape mode as well ?
Not sure if I'm on the right track with this yet tbh but after 30 mins of trying
it's not a bad start
For info - trying the QWS_DISPLAY doesn't seem to make any difference if added to qtopirun

Pgas: damned good work so far.. your my second hero :-)
...and finally for the hell of it, here's my beautiful linux desktop
[ Invalid Attachment ]