Subsections

8 Remote desktop

Maemo PC Connectivity provides tools to access the desktop of a remote machine from a local machine over network. That is, you can get the desktop GUI of your maemo device displayed at your host PC and vice-versa. For that, you need to install maemo-pc-connectivity meta package on maemo device and host-pc-connectivity package on host PC (Linux, Windows and Mac OS). Bellow, it will be described how to use the remote desktop tools available on Maemo PC Connectivity. To simplify, it is assumed that you already have a Usb network between maemo device and host PC.

8.1 X11VNC

With X11VNC server, it is possible to share the GUI (Graphical User Interface) of your maemo device with your host PC. That is, you can access the desktop of your maemo device remotely (from host PC) as you were physically in front of it. Bellow, it will be described how to configure your maemo device and host PC.

8.1.1 Configuring Maemo

You can configure X11VNC server through PC Connectivity Manager applet, as described:

Also, you can start X11VNC server manually from ``Extras'' menu.

Image mpc_maemo_x11vnc

As X11VNC server is not launched automatically when you turn the maemo device on, you need to start it following the steps above. You can use PC Connectivity Manager applet or X11VNC shortcut from ``Extras'' menu.

8.1.2 Configuring Linux

If you installed host-pc-connectivity package, your Linux host PC already has a VNC client.

Otherwise, you should install the VNC client manually:

$ sudo apt-get install xtightvncviewer

You can launch your maemo device through xtightvncviewer application giving its IP address:

$ xtightvncviewer 192.168.2.15

8.1.3 Configuring Windows

If you installed host-pc-connectivity package, your Windows host PC already has a VNC client.

Otherwise, you can download and install TightVNC manually from here. You can launch your maemo device as described bellow:

8.1.4 Configuring Mac OS

The host-pc-connectivity package already installs a VNC client on your Mac OS host PC. So, your host PC is ready.

Otherwise, you can download and install TightVNC manually:

You can launch your maemo device through TightVNC application giving its IP address and port:

$ java VncViewer HOST 192.168.2.15 PORT 5900
Image mpc_mac_vnc_desktop

8.1.5 Troubleshoot

The current X11VNC server (0.9.3-maemo4) available on Diablo may crash if a key is pressed on host PC keyboard and there is no mapping for that key on maemo device. A workaround is to add manually missing key mappings as described below:

8.2 RDESKTOP

RDESKTOP is a client for remotely accessing your Windows host PC from your maemo device. Bellow, it will described how to enable Remote Desktop on your Windows host PC and how to use your maemo device to access the desktop of your Windows host PC.

8.2.1 Configuring Windows

You must enable the Remote Desktop feature on your Windows host PC so that you can control it remotely from maemo device. For that, you must be logged on as an administrator or a member of the Administrators group to enable Remote Desktop on your Windows host PC. To setup your Windows host PC:

Note: if you are running Windows XP Service Pack 2 (SP2) and you enable Remote Desktop, Windows Firewall will be automatically configured to allow Remote Desktop connections to your host PC. However, Remote Desktop will not work if you have Windows Firewall configured to allow no exceptions. To allow exceptions in Windows Firewall, in the control panel open the ``Security Center'', click ``Windows Firewall'' and clear the check-box next to ``Don't allow exceptions''.

8.2.2 Configuring Maemo

Once you installed maemo-pc-connectivity meta package, the maemo device is ready to access your Windows host PC through RDESKTOP application:

8.3 X Tunneling

With X Tunneling, it is possible to execute an application on your maemo device and display its GUI on your host PC over SSH and vice-versa. Next, it will be described how to forward X11 GUI in both ways:

Walter 2009-12-21