The Following User Says Thank You to rcolistete For This Useful Post: | ||
|
2012-03-24
, 01:20
|
Posts: 1,269 |
Thanked: 3,961 times |
Joined on May 2011
@ Brazil
|
#12
|
|
2012-04-19
, 07:59
|
Posts: 1,067 |
Thanked: 2,383 times |
Joined on Jan 2012
@ Finland
|
#13
|
The Following 16 Users Say Thank You to rainisto For This Useful Post: | ||
|
2012-04-19
, 14:33
|
|
Posts: 1,034 |
Thanked: 784 times |
Joined on Dec 2007
@ Annapolis, MD
|
#14
|
|
2012-04-19
, 14:38
|
|
Posts: 1,034 |
Thanked: 784 times |
Joined on Dec 2007
@ Annapolis, MD
|
#15
|
The Following User Says Thank You to cddiede For This Useful Post: | ||
|
2012-04-20
, 07:14
|
Posts: 1,067 |
Thanked: 2,383 times |
Joined on Jan 2012
@ Finland
|
#17
|
The Following 2 Users Say Thank You to rainisto For This Useful Post: | ||
|
2012-04-20
, 16:45
|
Posts: 1,269 |
Thanked: 3,961 times |
Joined on May 2011
@ Brazil
|
#18
|
|
2012-05-26
, 23:58
|
Posts: 11 |
Thanked: 2 times |
Joined on May 2012
|
#19
|
|
2012-05-27
, 01:20
|
Posts: 6 |
Thanked: 0 times |
Joined on Jan 2012
|
#20
|
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