OESF Portables Forum

Model Specific Forums => Sharp Zaurus => Zaurus - pdaXrom => Topic started by: fryster on February 28, 2006, 04:04:18 am

Title: Qtopia For Pdaxrom?
Post by: fryster on February 28, 2006, 04:04:18 am
Having tried both cacko and pdaxrom, I'm leaning towards pdaxrom, because of its large library of packages, and because things seem to work right out of the box the first time:  'it just works'.  However, I am not very taken by the visual appearance of pdaxrom.  My eyesight is not great, so it is very difficult for me to make out the fonts and letters.

 Furthermore, though I enjoy the thought of using my C3100 Zaurus as a handheld Linux box on the go, I also need it as a PIM, and here is where I think QTopia shines.  QTopia works so well, that it feels as though it was designed for the Zaurus.  The Zaurus Cancel and OK buttons are well integrated into QTopia, making it a breeze to navigate through the programs with only a few thumb clicks.  This is not the case in pdaxrom, where I found that I had to guide the stylus across the screen and point to menu and window items very precisely, lest I accidentally select the wrong item.  Ergonomically, I think QTopia works very well: quickly, simply, and intuitively.

I've tried Meanie's X/Qt package in which he bundles an X-windows and Linux environment to run on top of Cacko.  I wonder if the opposite is possible:  Is there a way to run a QTopia-like window manager from pdaxrom? The pdaxrom window managers I've looked at still resemble scaled-down full-screen desktop window managers, rather than QTopia or other handheld-oriented window managers.

Ideally, I would start in pdaxrom, but launch a QTopia-like window manager, for ordinary usage.  I would then switch out of that environment, and back into native pdaxrom mode for more serioius Linux work, such as launching a bash window to peform some task.  Is this possible on pdaxrom, or are there plans to provide this capability?

Fry
Title: Qtopia For Pdaxrom?
Post by: silencer51 on February 28, 2006, 01:15:56 pm
This would be great, I think that there would be legal implications though (from Trolltech, maker of Qtopia)... Correct me if I'm wrong...
Title: Qtopia For Pdaxrom?
Post by: ArchiMark on February 28, 2006, 09:27:22 pm
Your other alternative would be to do like I did and install pdaXrom using dual-boot with qtopia. See other thread in this forum started by someonehoi for detailed instructions. His thread is actually meant for dual-booting qtopia and pdaXrom/KDE. But it's easy to just install it for dual-boot qtopia/pdaXrom.

HTH,

Mark
Title: Qtopia For Pdaxrom?
Post by: fryster on March 01, 2006, 03:53:41 am
Quote
Your other alternative would be to do like I did and install pdaXrom using dual-boot with qtopia. [div align=\"right\"][a href=\"index.php?act=findpost&pid=116455\"][{POST_SNAPBACK}][/a][/div]


Thanks.  I'll have to look into that.  I might need to try it for the immediate future.  However, I wonder if a QTopia clone could be developed for padXrom.  I haven't tried Opie, but isn't it suppose to be similar to QTopia, since Opie forked from the same codebase as QTopia?  Would it be difficult to port Opie to pdaXrom?

Fry
Title: Qtopia For Pdaxrom?
Post by: prohto on March 01, 2006, 10:15:02 am
Hi everybudy

 I have been playing around with qtopia on top of pdaxom. I succeded, I compiled the full distribution of qtopia and got it running on pdaxrom, that means the full desktop running on a windows.
If somebody could tell me about an utility to take screenshots, I will post some.
Currently I'm working on two packages, one with the complete desktop and another one with the libraries for developement.

Best Regards


Carlos F.
Title: Qtopia For Pdaxrom?
Post by: pgas on March 01, 2006, 10:29:46 am
Quote
If somebody could tell me about an utility to take screenshots, I will post some.
Use the following command:
xwd -display :0.0 -root -out screenshot.xwd
this will take a screenshot right away - so often its better to use:
sleep 5;xwd -display :0.0 -root -out screenshot.xwd
then use gimp to convert.

Did you compile it with the yopy patch?
one thing I was thinking to try (but don't have time nor much interest)
is to compile qt/e with the yopy patch against the X/qt libraries with the toolchain for sharp rom.
and replace the qt/e of a rootfs of a cacko rom with this one.

It would then perhaps be possible to run a chrooted cacko inside pdaxrom.
Title: Qtopia For Pdaxrom?
Post by: pgas on March 01, 2006, 10:37:20 am
Quote
I wonder if a QTopia clone could be developed for padXrom
It would require a lot of work.

Maybe you want to try oz/gpe, gpe is a complete environement written on top of X designed for pda (you can also use matchbox wm (in the feed) instead of openbox and the gpe applications compiled by Xromer.

I heard that opie would be made to run on top of X ( hrw you are invited to tell us more about that )

You can of course tweak the shortcut of the window manager to make it more friendly (to maximize window, to close them)
But all standard X applications have to be rewritten to have a consitant "pda" feel.

qtopia libraries for X and recompiling all qtopia applications would require a lot of work.

Quote
I think that there would be legal implications though (from Trolltech, maker of Qtopia)
qtopia is available under the GPL license.


sorry don't have the courage to develop more...
Title: Qtopia For Pdaxrom?
Post by: jerrybme on March 01, 2006, 10:45:00 am
If you install Imagemagick you can convert it directly, I use a simple script I like this to take the screenshot, convert and name it with a unique name. Adjust the sleep command and the location of where the files go to your liking.
Code: [Select]
sleep 10

if test -z "$1"; then
    let i=1
    f="/mnt/card/screen$i.png"
    echo $f
    while test -f $f; do
        let i=1+$i
        f="/mnt/card/screen$i.png"
    done
    
else
    f="$1"
fi

xwd -display :0.0 -root -out "$f".xwd
convert "$f".xwd "$f"
rm "$f".xwd
Cheers,
Jerry
Title: Qtopia For Pdaxrom?
Post by: prohto on March 01, 2006, 10:48:09 am
Thanks for the command to take screenshots.

I didn't use the yopy patch, I took the qtopia sourcecode, made some modification to a few configuration files and scripts, so the build system thought that the destination was a x86 disribution. Than I compiled the qt/e libraries and utilities native on the zaurus and then I cross compiled qtopia on my desktop. On the zaurus, as the display device, I use a utility called qvfb, which is part of qt.


Carlos F.
Title: Qtopia For Pdaxrom?
Post by: Xromer on March 01, 2006, 11:56:17 am
Guys i tried all, OZ with GPE, OZ with Opie, Familiar with an Ipaq, Cacko, but the reason i installed PDAXROM is the completion of packages and SDK that nobody has. I' m not a real programmer, i know how to PRG on PHP, i understand configure and make behavior, but with the other Distros i was never able to compile anything. I thought i was not able.
With Xrom was all immediate. I' m learning how to fix things, and i' m beginning reading API' s Documentations. I' m having a lot of fun!
The only trouble is the visibility as fryster said. Th Cacko has the opportunity to zoom, i don' t know if there' s the same thing on PDAXROM, but if it would be possibile, would be the maximum.
Consider the best thing............... PORTABILITY
PDAXROM can be installed nearly everywhere. Other distribution are made only for PDAS.
Thing at installing the same OS with the same PKGS in all the things you have, would be unbelievable! EHHEHHEHE!!! The same has coyping the configuration PIMS, Documents, Films, wihout conversions.
Now i' m reaching it and it' s fantastic.
I hate CONVERSIONS! I was never able to use Multisync; with PocketPC every time Active Sync cancelled my appointments doing the synchronization. I only want to copy files from one to other. EHHEHHE!! This is my opinion.
Kde running on the Zauri is form me orrible too slow, you need the speed when you are working round for the city, and Qtopia Spreadsheet and Hancom office has not the power of Gnumeric and Abiword.
BYEZZZZ!! Let' s CROSSSSSSS! HIHIHIHI!!
Title: Qtopia For Pdaxrom?
Post by: pgas on March 01, 2006, 11:59:54 am
Quote
I use a utility called qvfb, which is part of qt.

When I tried this it was terribly slow. Is it your case also?

more on qtopia for yopy here:
https://www.oesf.org/forums/index.php?showtopic=11651 (https://www.oesf.org/forums/index.php?showtopic=11651)
Title: Qtopia For Pdaxrom?
Post by: Xromer on March 01, 2006, 06:05:01 pm
Quote
Quote
I use a utility called qvfb, which is part of qt.

When I tried this it was terribly slow. Is it your case also?

more on qtopia for yopy here:
https://www.oesf.org/forums/index.php?showtopic=11651 (https://www.oesf.org/forums/index.php?showtopic=11651)
[div align=\"right\"][a href=\"index.php?act=findpost&pid=116552\"][{POST_SNAPBACK}][/a][/div]
I tried the Zoom PDAXROM functionality, is there a possiblity of resolution in between the two i can see?
Title: Qtopia For Pdaxrom?
Post by: spaul on March 01, 2006, 09:34:32 pm
Fryster,
I have the same problem with PDAXROM.  I noticed in a thread where people were posting their ages that most were two decades younger than me.  Young whipersnappers.  Wait to when they have to deny the need for reading glasses.

Anyway,  there are several things you can do to mitigate.  Type xrandr -s 1 into the terminal and everything gets too large as resolution cut in half (same command with 0 at end or restart fix resolution).  Also, I run the PDAXROM version for VMware on my windoze entertainment PC.  Since its linux you can usually figure out yourself or with forum help how to tweak font for various applications. But with these interventions you get around the catch 22 of having to read the font in order to make it larger. It is also easy to tweak the font for the XFCE windows manager.  If all else fails try blueberry juice.  You can delude yourself into thinking it is helping your vision.  Good luck.
Title: Qtopia For Pdaxrom?
Post by: plcg on March 03, 2006, 12:39:41 pm
Quote
Thanks for the command to take screenshots.

I didn't use the yopy patch, I took the qtopia sourcecode, made some modification to a few configuration files and scripts, so the build system thought that the destination was a x86 disribution. Than I compiled the qt/e libraries and utilities native on the zaurus and then I cross compiled qtopia on my desktop. On the zaurus, as the display device, I use a utility called qvfb, which is part of qt.


Carlos F.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=116537\"][{POST_SNAPBACK}][/a][/div]
Hello prohto,

Any news about your qtopia screenshots ?
Thanks

plcg
Title: Qtopia For Pdaxrom?
Post by: spaul on March 05, 2006, 07:15:08 pm
The login for PDAXROM on windoze using VMware is the same as the Z.  Root followed by startx (someone asked in a PM and I thought others might have same q).

FWIW dillo on windoze / vmware makes firefox look like a turtle in comparison.  The price is a few pages render wierd or don't work at all
Title: Qtopia For Pdaxrom?
Post by: prohto on March 29, 2006, 08:44:41 am
Hi everybudy, it took a while, but here are the screenshots.
I can say that yes, it is slow,but I think it is possible to do some improvement in the virtual frame buffer to speed up the cursor response.

Best regards
Title: Qtopia For Pdaxrom?
Post by: adf on March 29, 2006, 03:28:04 pm
looks good.  any idea when you'll post the packages?

Also, would it be possible to do this in two ways: qvfb when in an X window manager, but also drop out of X and start qtopia directly, hopefully with much better speed?

...then of course we could install xqt to the qtopia setup and have a way into the X stuff while in qtopia...
Title: Qtopia For Pdaxrom?
Post by: fryster on April 01, 2006, 09:08:51 pm
Quote
Hi everybudy, it took a while, but here are the screenshots.
I can say that yes, it is slow,but I think it is possible to do some improvement in the virtual frame buffer to speed up the cursor response.

Best regards
[div align=\"right\"][a href=\"index.php?act=findpost&pid=120842\"][{POST_SNAPBACK}][/a][/div]

That looks darn good!  Please post the packages as soon as you can.  I'm amazed but delighted that QTopia got ported to pdaxrom so quickly.

Fry
Title: Qtopia For Pdaxrom?
Post by: javahack on April 04, 2006, 10:12:07 pm
please do post, I have custom build apps for QT (openvpn and a tv program) i need and don't want to re-write for pdaxrom
Title: Qtopia For Pdaxrom?
Post by: alee16 on June 24, 2006, 04:49:56 pm
Quote
please do post, I have custom build apps for QT (openvpn and a tv program) i need and don't want to re-write for pdaxrom
[div align=\"right\"][a href=\"index.php?act=findpost&pid=121818\"][{POST_SNAPBACK}][/a][/div]

Any word on posting it soon?
Title: Qtopia For Pdaxrom?
Post by: javahack on June 26, 2006, 12:07:30 am
Quote
Quote
please do post, I have custom build apps for QT (openvpn and a tv program) i need and don't want to re-write for pdaxrom
[div align=\"right\"][a href=\"index.php?act=findpost&pid=121818\"][{POST_SNAPBACK}][/a][/div]

Any word on posting it soon?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=132718\"][{POST_SNAPBACK}][/a][/div]


I need to tweak it so the openvpn can be used with any server (setup for my work only) and the tv app is setup for a special server as well.

 I will have to make time for that, I just did not know if anyone had a use for such qt apps.
Title: Qtopia For Pdaxrom?
Post by: alee16 on June 26, 2006, 08:30:17 am
Quote
Quote
Quote
please do post, I have custom build apps for QT (openvpn and a tv program) i need and don't want to re-write for pdaxrom
[div align=\"right\"][a href=\"index.php?act=findpost&pid=121818\"][{POST_SNAPBACK}][/a][/div]

Any word on posting it soon?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=132718\"][{POST_SNAPBACK}][/a][/div]


I need to tweak it so the openvpn can be used with any server (setup for my work only) and the tv app is setup for a special server as well.

 I will have to make time for that, I just did not know if anyone had a use for such qt apps.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=132844\"][{POST_SNAPBACK}][/a][/div]

Sorry, I was talking about the instructions for running QT inside of PdaXrom.
Title: Qtopia For Pdaxrom?
Post by: javahack on June 26, 2006, 08:40:59 am
Quote
Quote
Quote
Quote
please do post, I have custom build apps for QT (openvpn and a tv program) i need and don't want to re-write for pdaxrom
[div align=\"right\"][{POST_SNAPBACK}][/a][/div] (http://index.php?act=findpost&pid=121818\")

Any word on posting it soon?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=132718\"][{POST_SNAPBACK}][/a][/div]


I need to tweak it so the openvpn can be used with any server (setup for my work only) and the tv app is setup for a special server as well.

 I will have to make time for that, I just did not know if anyone had a use for such qt apps.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=132844\"][{POST_SNAPBACK}][/a][/div]

Sorry, I was talking about the instructions for running QT inside of PdaXrom.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=132890\"][{POST_SNAPBACK}][/a][/div]


 i did find where that stuf was, it is at [a href=\"http://zaurus.spy.org/feeds/cacko/pdaXrom/misc/pgas/qtopia/]http://zaurus.spy.org/feeds/cacko/pdaXrom/misc/pgas/qtopia/[/url]