OK, using the information in the message:
    http://groups.yahoo.com/group/vnc-list/message/20461
I set up a server to connect with multiple resolutions for different ports.

Here are the relevant parts of inetd.conf, with comments.

# Works correctly
vnc-640x480x16          stream tcp nowait root /usr/local/vnc/Xvnc
Xvnc -inetd -once -query localhost -geometry 640x480 -depth 16

# Tried Shell script - gives error on connect
# vnc-800x600x16                stream tcp nowait root /usr/local/vnc/Xvnci
Xvnci

# Brings up login screen, but runs at at 640x480 resolution
vnc-800x600x16                stream tcp nowait root /usr/local/vnc/Xvnc
Xvnc -inetd -once -query localhost -geometry 800x600 -depth 16

# Runs at 1024x768, but background with X cursor, no login, is brought up.
vnc-1024x768x16         stream tcp nowait root /usr/local/vnc/Xvnc
Xvnc -inetd -geometry 1024x768 -once -query localhost -depth 16


# Brings up nothing (Tried to move -query localhost in front of -once
# vnc-1024x768x16         stream tcp nowait root /usr/local/vnc/Xvnc
Xvnc -inetd -geometry 1024x768 -query localhost -once -depth 16

It appears to me that the first four parameters are accepted, and any ones
after that are discarded.

Does anyone know how to spawn these from a shell script maybe?  I have not
gotten any script to work.

OS is Solaris 2.7, VNC is 3.3.3r2.

Ryan P. Casey
Provion, LLC

----- Original Message -----
From: "Ryan Casey" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, April 06, 2001 11:50 AM
Subject: Screen Resolution Question (inetd)


> When I am at the server directly, I have a screen resolution of about
> 1024x768.  When I connect using VNC, I am getting only 640x480.
>
> I am using the Xvnc -inetd option, with the -geometry 1024x768 switch.
>
> Any suggestions
>
>  Ryan
> ---------------------------------------------------------------------
> 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