VNC and GDM...

Felipe Alfaro Solana felipe_alfaro at linuxmail.org
Mon Dec 29 15:42:24 UTC 2003


On Mon, 2003-12-29 at 15:10, David R. Fischer wrote:

> here is the xinetd.d/vnc entry for rh9:
> service vnc-svga
> {
> ~        disable = no
> ~        socket_type             = stream
> ~        protocol                = tcp
> ~        wait                    = no
> ~        user                    = nobody
> ~        server                  = /usr/bin/Xvnc
> ~        server_args             = :1 -inetd -query localhost -geometry
> 1024x768 -depth 24 -once

Running a vnc server from inetd is not always feasible. For example, if
the vnc client dies, inetd will kill the vnc server and the remote
session will be ended. Reconnecting will start a new session.

However, this is not always the desired behavior.





More information about the fedora-list mailing list