I first used the following instructions:
To install a VNC server to share your desktop with other computer, type each of these commands in order:
sudo apt-get install x11vnc
mkdir ~/.vnc && x11vnc -storepasswd YOUR_PASSWORD ~/.vnc/x11vnc.pass
echo "/usr/bin/x11vnc -rfbauth ~/.vnc/x11vnc.pass -o ~/.vnc/x11vnc.log -loopbg -display :0" > ~/.kde/Autostart/x11vnc.sh
chmod +x ~/.kde/Autostart/x11vnc.sh
It worked from XP to Kubuntu Gutsy.
Then I followed this link to use vnc4server:
http://ubuntuforums.org/showthread.p...&highlight=vnc
I then removed x11vnc, ~.vnc folder and x11vnc.sh .
The strange situation now is:
- I can still connect from the XP using the same password I created for the X11vnc. I have no idea how it works.
- I cannot connect locally using: vncviewer localhost:1.
The attached fig shows what happens when I try.
How to I resolve it?
Thanks,
Yair
PS. I installed xvnc4viewer instead of xvncviewer, as it should be an updated version.
-
To install a VNC server to share your desktop with other computer, type each of these commands in order:
sudo apt-get install x11vnc
mkdir ~/.vnc && x11vnc -storepasswd YOUR_PASSWORD ~/.vnc/x11vnc.pass
echo "/usr/bin/x11vnc -rfbauth ~/.vnc/x11vnc.pass -o ~/.vnc/x11vnc.log -loopbg -display :0" > ~/.kde/Autostart/x11vnc.sh
chmod +x ~/.kde/Autostart/x11vnc.sh
It worked from XP to Kubuntu Gutsy.
Then I followed this link to use vnc4server:
http://ubuntuforums.org/showthread.p...&highlight=vnc
I then removed x11vnc, ~.vnc folder and x11vnc.sh .
The strange situation now is:
- I can still connect from the XP using the same password I created for the X11vnc. I have no idea how it works.
- I cannot connect locally using: vncviewer localhost:1.
The attached fig shows what happens when I try.
How to I resolve it?
Thanks,
Yair
PS. I installed xvnc4viewer instead of xvncviewer, as it should be an updated version.
-
Comment