User:Rezza/Qtopia/X

From Openmoko

< User:Rezza | Qtopia(Difference between revisions)
Jump to: navigation, search
(New page: =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...)
 
(Hack to run X apps on Qtopia)
Line 2: Line 2:
  
 
Note: DO NOT TRY THIS! Unless you want to destroy your Qtopia installation ;-) And it's still really unusable...
 
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

Revision as of 17:39, 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