Terminal is set to: vt100
Display is not set.
bgl-cde-015:1>
bgl-cde-015:1>
bgl-cde-015:1>
bgl-cde-015:1>
bgl-cde-015:1> vncserver
You will require a password to access your desktops.
Password:
Verify:
Would you like to enter a view-only password (y/n)? y
Password:
Verify:
xauth: creating new authority file /users/popariha/.Xauthority
New 'X' desktop is bgl-cde-015:20
Creating default startup script /users/popariha/.vnc/xstartup
Starting applications specified in /users/popariha/.vnc/xstartup
Log file is /users/popariha/.vnc/bgl-cde-015:20.log
bgl-cde-015:2> vncserver
New 'X' desktop is bgl-cde-015:27
Starting applications specified in /users/popariha/.vnc/xstartup
Log file is /users/popariha/.vnc/bgl-cde-015:27.log
bgl-cde-015:3>
To Enable Copy paste from, to vnc:
By adding following code to xstartup:
if [ -x /usr/bin/vncconfig ]; then
/usr/bin/vncconfig -nowin &
elif [ -x /usr/cisco/bin/autocutsel ] ; then
/usr/cisco/bin/autocutsel &
fi
If you are running the vncserver on Linux/Unix, You can run the command autocutsel & on the terminal. If this doesn’t work then try the following command
vncconfig –display :n –nowin & - where “n” is the vnc display number (If you are logging on to vncserver x-lnx:1 then n is 1)
Read more...