User:Rezza/Qtopia/X

From Openmoko

< User:Rezza | Qtopia(Difference between revisions)
Jump to: navigation, search
(Hack to run X apps on Qtopia)
(Running)
Line 17: Line 17:
 
==Running==
 
==Running==
 
Xfake :1 --screen 480x640 &
 
Xfake :1 --screen 480x640 &
 +
 
export DISPLAY=:1
 
export DISPLAY=:1
 +
 
x11vnc &
 
x11vnc &
 +
 
and run some X application
 
and run some X application

Revision as of 18:40, 13 September 2008

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

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 keypeble VNC client with Package Installation app.

Running

Xfake :1 --screen 480x640 &

export DISPLAY=:1

x11vnc &

and run some X application

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

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 keypeble VNC client with Package Installation app.

Running

Xfake :1 --screen 480x640 &

export DISPLAY=:1

x11vnc &

and run some X application