User:Rezza/Qtopia/X

From Openmoko

< User:Rezza | Qtopia
Revision as of 10:50, 14 September 2008 by Rezza (Talk | contribs)

Jump to: navigation, search

Contents

Hack to run X apps on Qtopia

Note: DO NOT TRY THIS! Unless you want to destroy your Qtopia installation ;-) And it's still really unusable...

Description

Qtopia is really very nice piece of software but there is one big issue - there are no more applications than these ones in default installation + some few more other (and mostly old) apps around Internet. But for official OpenMoko distribution (which is running on X11) there are many applications - it's really easy to port them from desktop version to phone version (often only cross compilation is sufficient). Currently we are missing browser, IM etc...

The idea

The idea is to run fake X11 server, then export this session by VNC and use some Qtopia-able VNC client to display it. Around this hack we should provide some scripts to automatize it and do small hacks to VNC client.

Preparations

FSO testing repository (see Repositories#FSO)

Installation

opkg install x11vnc xserver-kdrive-xfake

Now your Qtopia installation is dead ;-) Reinstall with Nokia provided updater.

Install Keypebble VNC client with Software Packages app.

Running

Xfake :1 --screen 480x640 &
export DISPLAY=:1
x11vnc &

Now run some X application - you can install for example openmoko-calculator2. And it's time to select VNC from applications list, let default settings and voila we have our X11 application running in Qtopia.

Issues

Keypebble is really old piece of code. It's based on KDE 2.0's VNC client and now we have KDE 4 ;-) It's horribly slow and hangs after few seconds. But nothing's lost!!! Now I can build current version of Krdc. There is Qt only versions and with minor tweaks it is running. It is really fast and not hanging. Now I'm rewriting it to look like Qtopia application and I hope in few days I will have running solution for using X11 apps in Qtopia :-)

Personal tools

Hack to run X apps on Qtopia

Note: DO NOT TRY THIS! Unless you want to destroy your Qtopia installation ;-) And it's still really unusable...

Description

Qtopia is really very nice piece of software but there is one big issue - there are no more applications than these ones in default installation + some few more other (and mostly old) apps around Internet. But for official OpenMoko distribution (which is running on X11) there are many applications - it's really easy to port them from desktop version to phone version (often only cross compilation is sufficient). Currently we are missing browser, IM etc...

The idea

The idea is to run fake X11 server, then export this session by VNC and use some Qtopia-able VNC client to display it. Around this hack we should provide some scripts to automatize it and do small hacks to VNC client.

Preparations

FSO testing repository (see Repositories#FSO)

Installation

opkg install x11vnc xserver-kdrive-xfake

Now your Qtopia installation is dead ;-) Reinstall with Nokia provided updater.

Install Keypebble VNC client with Software Packages app.

Running

Xfake :1 --screen 480x640 &
export DISPLAY=:1
x11vnc &

Now run some X application - you can install for example openmoko-calculator2. And it's time to select VNC from applications list, let default settings and voila we have our X11 application running in Qtopia.

Issues

Keypebble is really old piece of code. It's based on KDE 2.0's VNC client and now we have KDE 4 ;-) It's horribly slow and hangs after few seconds. But nothing's lost!!! Now I can build current version of Krdc. There is Qt only versions and with minor tweaks it is running. It is really fast and not hanging. Now I'm rewriting it to look like Qtopia application and I hope in few days I will have running solution for using X11 apps in Qtopia :-)