VNC install Method 1 vs. Method 2
Posted: Thu Dec 30, 2010 11:48 pm
I was wondering the difference between the VNC server installation methods in the wiki.
http://wiki.amahi.org/index.php/VNC
Can anyone elaborate on the pros and cons of each?
I used Method 1 because I used it on a previous install.
Also, I noticed that some extra options have been added to the server session configuration file, /etc/sysconfig/vncservers.
What do the a -nolisten tcp and -localhost do? Are they needed?
The server would not accept a connection from my Windows Real VNC until I removed them and went with...
This work just fine.
Thanks.
http://wiki.amahi.org/index.php/VNC
Can anyone elaborate on the pros and cons of each?
I used Method 1 because I used it on a previous install.
Also, I noticed that some extra options have been added to the server session configuration file, /etc/sysconfig/vncservers.
Code: Select all
VNCSERVERS="2:username"
VNCSERVERARGS[2]="-geometry 1024x768 -nolisten tcp -localhost"
The server would not accept a connection from my Windows Real VNC until I removed them and went with...
Code: Select all
VNCSERVERS="2:username"
VNCSERVERARGS[2]="-geometry 1024x768"
Thanks.