From 37031718dc0b1c9ad4b00015733e5b25ee61493a Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Sat, 14 Mar 2009 01:17:20 +0000 Subject: [PATCH] -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 --- xCAT-client/share/xcat/rvid/rvid.xen | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-client/share/xcat/rvid/rvid.xen b/xCAT-client/share/xcat/rvid/rvid.xen index 936770d20..fac969f6a 100755 --- a/xCAT-client/share/xcat/rvid/rvid.xen +++ b/xCAT-client/share/xcat/rvid/rvid.xen @@ -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