-Fix 'rect too big' in xen/kvm wvid

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2896 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2009-03-14 01:17:20 +00:00
parent 3d0d67e460
commit 37031718dc

View File

@ -3,4 +3,4 @@
myport=${rvid_vncdisplay#*:}
let myport=myport-5900;
export VNC_VIA_CMD='/usr/bin/ssh -o BatchMode=yes -f -L "$L":"$H":"$R" "$G" sleep 20'
vncviewer :$myport -via $rvid_server >& /dev/null
vncviewer :$myport -via $rvid_server AutoSelect=0 FullColor=1 >& /dev/null