Sorry for double-posting, I meant to fix the Subject to be more informative.
----
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
---------------------------------------------------------------------
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
---------------------------------------------------------------------