Setting up VNC server in ubuntu
Ubuntu comes with Real VNC server installed by default
Goto System->Preferences->Remote Desktop. You'll get a window that looks like this

Connecting to another VNC server(on any OS) from ubuntu
Thankfully Ubuntu also comes with Real VNC viewer installed by default. For example consider that the ip of the VNC server you want to connect to is 202.164.133.28
Open up Applications->Accesories->Terminal and type in vncviewer 202.164.133.28 and press enter

Note: If you are connecting to a VNC server on a windows machine and this command gives an error turn off "encryption" in the server.
If you are requested a password enter the password provided by the admin of the VNC server.
Voila! Uve succesfully connected to the VNC server.

Note there is a slight discoloration in the desktop being viewed remotely. This is because vncviewer is by default set to 8 bit color depth for increased speed during the VNC session.
The most interesting fact about VNC is that it is platform independent as VNC is written in Java which is a platform independent language. The above screenshot shows aarti's XP desktop being viewed from an Ubuntu desktop.
May the source be with you ;)
1 comment:
why not rdesktop?
Post a Comment