[csw-users] Fwd: Doubt about two monitors - Solaris 8

Waldirio Manhães Pinheiro waldirio at gmail.com
Thu Feb 7 17:50:50 CET 2008


       Friends, good morning

  I sent this email to vnc list (development and supporting), but you know
anythings about this problem ?!


Thanks in advanced.

---------- Forwarded message ----------
From: Waldirio Manhães Pinheiro <waldirio at gmail.com>
Date: 07/02/2008 14:42
Subject: Doubt about two monitors - Solaris 8
To: vnc-list at realvnc.com


    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: wmp at sinope.com.br
Site: www.waldirio.com.br
Blog: blog.waldirio.com.br
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opencsw.org/pipermail/users/attachments/20080207/f1f1b697/attachment-0002.html>


More information about the users mailing list