Hello Stephen.

> 1) Is there any way to "detect" a Xvnc connection instance 
> so that the xsession or xinitrc script only launches 
> vncconfig for a Xvnc connection ???

For VNC 4.1.1. on HP-UX I noticed that xdpyinfo displays VNC-EXTENSION
among lot of other info. 

So my test would be:

if xdpyinfo 2>&1 | grep -q VNC
then
    echo Starting vncconfig
    vncconfig -nowin &
fi


Best regards,

Miro
_______________________________________________
VNC-List mailing list
[email protected]
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list

Reply via email to