Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


tightvnc_and_configs

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
tightvnc_and_configs [2012/09/15 22:30] juckinstightvnc_and_configs [2012/09/16 20:33] (current) juckins
Line 47: Line 47:
 [[http://ubuntuforums.org/showthread.php?t=363236]] [[http://ubuntuforums.org/showthread.php?t=363236]]
  
-Using x11vnc \\+__Using x11vnc__ \\
  
 Install package. \\ Install package. \\
-Ssh into remote system using a Putty window. \\+Ssh into remote system using a PuTTY window. \\
 Start service with x11vnc -display :0 \\ Start service with x11vnc -display :0 \\
 x11vnc -storepasswd (set password one time, accept default location) \\ x11vnc -storepasswd (set password one time, accept default location) \\
Line 58: Line 58:
 Notes:\\ Notes:\\
 Geometry will match host machine; the client machine may be too small. Geometry will match host machine; the client machine may be too small.
 +
 +Sample commands to be made via PuTTY window on remote machine:
 +
 +<code>
 +$ x11vnc -display :0 -clip 1366x700+0+0 -rfbauth /path/to/passwd_file
 +$ x11vnc -display :0 -scale 1366x768 -rfbauth /path/to/passwd_file 
 +</code>
 +
 +Then use TightVNC viewer and connect to remote host from the client PC.
 +
 +__Update 16 Sept 2011__ \\
 +Best software for displaying the Root Display (:0) is NoMachine and selecting the "Shadow" Desktop...this is also called Desktop Sharing.  Several tutorials are available on the NoMachine website at [[http://nomachine.org/ar/view.php?ar_id=AR11B00098]]
  
tightvnc_and_configs.1347762608.txt.gz · Last modified: 2012/09/15 22:30 by juckins