View Single Post
Posts: 1,269 | Thanked: 3,961 times | Joined on May 2011 @ Brazil
#11
One option to have VNC viewer is to install Easy Debian on Nokia N9/N950. See the HarmChom topic and the how-to-install using Inception (instead of open kernel).

As root in debian, install ssvncviewer (my choice over 10 vnc viewers that I tested, it allows typing the password using MeeGo Terminal, has many options including full-screen, etc) :
[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>
or choosing the parameters and options from GUI :
root@chroot: /] ssvnc
__________________
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-04-07 at 02:58. Reason: ssvnc comment
 

The Following User Says Thank You to rcolistete For This Useful Post: