VNC X Desktops

Warren Togami warren at togami.com
Thu Jan 10 03:29:01 PST 2002


Here's my custom made config file for xinetd and Xvnc.
Put this in /etc/xinetd.d/ and don't forget to edit your /etc/services file
and make a service called vnc-800x600x16 (or whatever resolution you want)
with tcp port 5901.

# default: on
# description: The finger server answers finger requests. Finger is \
#       a protocol that allows remote users to see information such \
#       as login name and last login time for local users.
service vnc-800x600x16
{
        disable = no
        socket_type     = stream
        wait            = no
        user            = nobody
        instances       = 10
        server          = /usr/bin/Xvnc
        server_args     = -nevershared -once -inetd -geometry 800x600 -depth
16
-deferupdate 80 -query localhost
}



More information about the LUAU mailing list