Vnc: Difference between revisions
From Hackepedia
Jump to navigationJump to search
No edit summary |
mNo edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
There are various VNC servers and clients. In this example, I'm running tightvncserver on Debian GNU/Linux and tightvncviewer on WinXP. | There are various VNC servers and clients. In this example, I'm running tightvncserver on Debian GNU/Linux and tightvncviewer on WinXP. | ||
Line 5: | Line 4: | ||
$ tightvncserver | $ tightvncserver | ||
New 'X' desktop is 192.168.1.5:1 | |||
New 'X' desktop is | Starting applications specified in /home/user/.vnc/xstartup | ||
Log file is /home/user/.vnc/192.168.1.5:1.log | |||
Starting applications specified in /home/ | |||
Log file is /home/ | |||
On the desktop: | On the desktop: | ||
[Image:vncviewer.png] | [Image:vncviewer.png] |
Latest revision as of 05:55, 17 February 2007
There are various VNC servers and clients. In this example, I'm running tightvncserver on Debian GNU/Linux and tightvncviewer on WinXP.
On the server:
$ tightvncserver New 'X' desktop is 192.168.1.5:1 Starting applications specified in /home/user/.vnc/xstartup Log file is /home/user/.vnc/192.168.1.5:1.log
On the desktop:
[Image:vncviewer.png]