This seems like what was happening to me.  It was a function of too many
parameters in inetd.conf.

Try the following:

services:
Keep what you have

inetd.conf
vnc-1024x768x16  stream  tcp  nowait  nobody  /usr/local/bin/Xvnci Xvnci
1024x768 16

/usr/local/bin/Xvnci:
#!/bin/sh
/usr/local/bin/Xvnc -inetd -once -query localhost -geometry $1 -depth $2 -fp
tcp/localhost:7100


----- Original Message -----
From: "maurat gerard" <[EMAIL PROTECTED]>
To: "VNC" <[EMAIL PROTECTED]>
Sent: Wednesday, April 25, 2001 11:01 AM
Subject: Display desktop with Xvnc in inetd mode


> I've installed Xvnc (3.3.3 r2)in inetd mode on Solaris 2.6.
>
> Example of services file
> vnc-1024x768x16    5951/tcp
>
> Example of inetd.conf file
> vnc-1024x768x16    stream    tcp    nowait    nobody
> /usr/local/bin/Xvnc -inetd -query localhost -geometry 1024x768 -depth 16
> -desktop "VNC sur $HOST"
>
> When i type "vncviewer hostname:51", Xvnc starts but doesn't display
> "dtlogin".
> Probably, i missed something to have "dtlogin"
>
> Somebody Can help me ?
> --
> Girard MAURAT
> ---------------------------------------------------------------------
> To unsubscribe, send a message with the line: unsubscribe vnc-list
> to [EMAIL PROTECTED]
> See also: http://www.uk.research.att.com/vnc/intouch.html
> ---------------------------------------------------------------------
---------------------------------------------------------------------
To unsubscribe, send a message with the line: unsubscribe vnc-list
to [EMAIL PROTECTED]
See also: http://www.uk.research.att.com/vnc/intouch.html
---------------------------------------------------------------------

Reply via email to