View Single Post
Posts: 1,269 | Thanked: 3,961 times | Joined on May 2011 @ Brazil
#88
MeeGo 1.2 Harmattan doesn't yet have a VNC client. But Easy Debian has a dozen to choose. "ssvncviewer" is my choice over the vnc viewers that I tested because it allows typing the password using MeeGo Terminal, has many options including full-screen, etc. As root in debian, install :
[root@chroot: /]apt-get install ssvncviewer

To use without a real keyboard (on N950 or external Bluetooth on N9), fitting the remote screen to N9 screen :
[root@chroot: /] ssvncviewer -fullscreen -scale "854x480" <ip>

With a real keyboard (on N950 or external Bluetooth on N9), there are many keyboard shortcuts : arrows, home/end, page up/down to move, etc (see "ssvncviewer --help" for more information). Here in view only mode :
[root@chroot: /] ssvncviewer -fullscreen -viewonly <ip>
__________________
Python, C/C++, Qt and CAS developer. For Maemo/MeeGo/Sailfish :
Integral, Derivative, Limit - calculating mathematical integrals, derivatives and limits. SymPy - Computer Algebra System.
MatPlotLib - 2D & 3D plots in Python. IPython - Python interactive shell.
-- My blog about mobile & scientific computing ---
Sailfish : Sony Xperia X, Gemini, Jolla, Jolla C, Jolla Tablet, Nexus 4. Nokia N9, N900, N810.

Last edited by rcolistete; 2012-03-23 at 22:51.