help on VNC
NoOp
glgxg at sbcglobal.net
Fri Feb 20 19:36:36 UTC 2009
On 02/20/2009 08:51 AM, yu huang wrote:
> Hi, all
>
> I tried to use VNC to remotely connect to my ubuntu. Originally I
> didn't find the command vncserver so I install one. After that I
> found the port 5900 is already occupied by ubuntu, with its own
> support to vnc. I was wondering how can I change the geometry of the
> default vnc supported by ubuntu.
>
> Because when I use the vncserver installed, I can use vncserver :1
> -geometry 800x600 to setup the geometry, but for the one provided by
> ubuntu (enabled by allowing remote desktop), I can not and when I
> connect with vncviewer, the geometry looks not good.
>
> Thanks a lot.
>
> Yu Huang
>
For the viewer, try the Terminal Server Client instead
(Applications|Internet|Terminal Server Client). You can change the
screen geometry using the settings under the 'Display' tab.
It should be installed by default, but if not:
sudo apt-get install tsclient
In order to use VNC from the TSC you will need to install an VNC viewer
client (the default Vinagre doesn't work with TSC). You can try
xvnc4viewer, xtightvncviewer:
sudo apt-get install xvnc4viewer xtightvncviewer
To change the 5900 port that Ubuntu uses: System|Preferences|Remote
Desktop|Advanced|Network|Use an alternative port.
More information about the ubuntu-users
mailing list