Differences

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

Link to this comparison view

Next revision
Previous revision
tools:vnc [2022/09/14 15:57] – created darrontools:vnc [2024/09/02 10:39] (current) darron
Line 1: Line 1:
 +====VNC====
 +
 +<wrap right>
 +{{tools:vncview1.jpg?200}}
 +\\ \\
 +{{tools:vncview2.jpg?200}}
 +</wrap>
 +
 ===Server=== ===Server===
 +
 +==Install==
  
 <code> <code>
-sudo apt install tightvncserver wmaker+sudo apt install tightvncserver wmaker xterm
 </code> </code>
  
 +==First run==
 +
 +<code>
 +tightvncserver
 +
 +You will require a password to access your desktops.
 +
 +Password:
 +Verify:
 +Would you like to enter a view-only password (y/n)? n
 +
 +New 'X' desktop is hostname:1
 +
 +Creating default startup script /home/user/.vnc/xstartup
 +Starting applications specified in /home/user/.vnc/xstartup
 +Log file is /home/user/.vnc/PiG:1.log
 +</code>
 +
 +==First stop==
 +
 +<code>
 +tightvncserver -kill :1
 +Killing Xtightvnc process ID 10798
 +</code>
 +
 +==Reconfigure .vnc/xstartup==
 +
 +<code>
 +#! /bin/sh
 +xrdb "$HOME/.Xresources"
 +export XKL_XMODMAP_DISABLE=1
 +exec wmaker
 +</code>
 +
 +==Restart==
 +
 +<code>
 +tightvncserver -geometry 1280x1024
 +</code>
  
 ===Client=== ===Client===
  
 [[https://tightvnc.com/download.php|Download page]] [[https://tightvnc.com/download.php|Download page]]
 +
 +Connect to hostname:1