Hello Friends, good morning

  I would like to ask about two monitors in Solaris 8. I'm trying to capture
the Sparc machine with Solaris 8 by WindowsXP with vnc client. In my
servers, I'm using vnc-4_1_2-sparc_solaris.pkg package (download of
http://www.realvnc.com/products/download.html)

  I prepare the routine below and include in /etc/profile

####################################
cID=`id |cut -d"(" -f2|cut -d")" -f1`
LOCAL=`w |grep $cID|awk '{print $2}'|grep console|wc -l`

if [ $LOCAL -eq 1 ]; then
  PROC_VNC=`ps -ef |grep x0vncserver|sed -e "/grep x0vnc/d"|wc -l`

  if [ $PROC_VNC -ne 1 ]; then
    /apps/vnc/x0vncserver -PasswordFile=/apps/vnc/passwd &
  fi
fi
####################################

This routine check if the user are logged locally, if yes, start x0vncserver
using the password in file /apps/vnc/passwd.

*My problem*.
If I'm using the default configuration in Solaris, when the machine is
captured, only is exibithed the display 0, if I change the Solaris
configuration to xinerama, when capture, the guy can see all display, but
select only the display 0 (the cursor don't go to display 1 or right
screen).

What I can do to fix this problem ?!

Thanks in advanced.
-- 
______________
Regards
Waldirio
msn: [EMAIL PROTECTED]
Site: www.waldirio.com.br
Blog: blog.waldirio.com.br
_______________________________________________
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