> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> vncDispatch - vncSessionManager -

No need to, already available:


You can have a look at the next pages to do something you might like. 

http://www.sourcecodecorner.com/articles/vnc/linux.asp
... to start a new server on the fly. It is presented for linux which is
just an other unix. I bet you only need to adapt the /etc/services and
/etc/inetd.conf files.
To check if it might work: `Xvnc :4 -query localhost`.
Details to the /etc/inetd.conf file:
- use the path to your Xvnc binary.
- add the fontpath (-fp ...) to reflect your local fontpath (`xrdb -q`)


http://xf4vnc.sourceforge.net/
If you use the XFree86 Xserver: gives access to :0


http://www.hexonet.de/software/x0rfbserver/
If your Xserver uses the framebuffer device: gives access to :0


CBee

> 
> I want to create a program to handle users connection and 
> automatically startup Xvnc
> for them or restore their connection to already established Xvnc.

That's what inetd or xinetd is doing on unix.

> 
> I want to do it via xinetd so that it used the XDMCP login 
> window. ( or figure out a
> way to have it called by a Stand alone service.

Has been done already.

> 
> Basicly the Service would get authenication and then 
> redirection the vncviewer
> request to the correction port number ( based on userid ).

It does not use vnc security but xdhcp login.

> 
> One port number would do above and a secord could do a Xvnc 
> clean and restart.
> (eg 5901 & 5902 ).

THey use 5950 and up. Different numbers for different size and colordepths.


> 
> This would make the client side set a breeze just point at 
> same server port for
> everyone.
> 
> Anyway ... just some idea's
> 
> Has ANYONE tried this ... or maybe want to work together on 
> something ?

Yep, it's working on all unix machines that can run their copy of Xvnc,
including HP-UX.

Who can point me to a SCO binary of Xvnc?

> _______________________________________________
> VNC-List mailing list
> [EMAIL PROTECTED]
> http://www.realvnc.com/mailman/listinfo/vnc-list
_______________________________________________
VNC-List mailing list
[EMAIL PROTECTED]
http://www.realvnc.com/mailman/listinfo/vnc-list

Reply via email to