vnc

Les Mikesell lesmikesell at gmail.com
Fri Jun 23 12:32:11 UTC 2006


On Fri, 2006-06-23 at 07:19, brouwers roland lx wrote:
> I am running Centos 4.1
> Is there anybody who can tell me which files I have to change to let
> vncviewer work?
> I changed /etc/services
> vnc-1024x768x16 5900/tcp
> I added in /etc/xinetd.d the file vnc
> 
> > service vnc-1024x768x16
> > {
> >         disable = no
> >         socket_type     = stream
> >         wait            = no
> >         user            = nobody
> >         group           = tty
> >         server          = /usr/bin/vncserver
> >         server_args     = -geometry 1024x768 -depth 16
> > }
> 
> But it doesn't works. 
> Any ideas?

Vncserver is a perl script for setting up a long-running
session that continues across connections.  Try using
server = /usr/bin/Xvnc
server_args = -inetd -query localhost -once -geometry 1024x768 -depth 16
-securitytypes none

-- 
  Les Mikesell
   lesmikesell at gmail.com





More information about the fedora-list mailing list