Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Oct 2008 14:06:33 +0700 (ICT)
From:      Olivier Nicole <on@cs.ait.ac.th>
To:        freebsd-questions@freebsd.org
Subject:   Re: VNC server embedded into Xorg server
Message-ID:  <200810070706.m9776X0C093438@banyan.cs.ait.ac.th>
In-Reply-To: <48EB0618.6050903@cyberleo.net> (message from CyberLeo Kitsana on Tue, 07 Oct 2008 01:47:52 -0500)
References:  <48EA0B4A.9080405@shopzeus.com> <48EB0618.6050903@cyberleo.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi,

Sorry for jumping in the middle of the thread.

> There was a port called net/vnc that contained a vnc.so file. That file
> could be loaded into the Xorg server and then I was able to monitor the
> X desktop with VNC.
> 
> Now I'm using gnome, and gnome2-fifth-toe installs tightvnc. It
> conflicts with net/vnc. So I cannot install net/vnc. What other options
> I have to run an X server?

I would:

- deinstall net/vnc
- install gnome and let it install tinyvnc
- manually deinstall tinyvnc
- install net/vnc

> The only extra wish is that the X server must be able to start
> automatically, e.g. without logging into gnome. I need this because the
> X server will be located at a distant location and I have to be able to
> use it after a system restart.

Especially with gnome, the X server starts before you do any
authentication, when gnome present the loggin window, X has already
started.

To do X over vnc remotely, you need quite some amount of
bandwidth. Are you sure you need a graphical access?

X protocol is designed natively to run over the network, so you may
not need vnc. With X you can have an application running on your
remote computer, with the display coming to your desktop machine (if
your desktop machine is some Windows thing, there are good "X
emulators for Windows").

If you really want to keep your setting, there should exist a gnome
startup script that you can hack to run vnc somewhere between the line
starting X and the line starting gnome authentication.

Best regards,

Olivier



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200810070706.m9776X0C093438>