Skip to content

Commit 1d4e788

Browse files
committed
changing vnc window size
1 parent bf55136 commit 1d4e788

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/atpesc2017_cooley_vnc_setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ echo "Got allocation at $nodid"
117117
#
118118
# Startup xvncserver on the allocation
119119
#
120-
ssh ${cooley_username}@cooley-nph "nohup ssh $nodid x0vncserver --display=:0.0 --NeverShared=1 --geometry=2400x1500+0+0 --PasswordFile=/home/$cooley_username/.vnc/passwd --MaxProcessorUsage=100 >& /dev/null &"
120+
ssh ${cooley_username}@cooley-nph "nohup ssh $nodid x0vncserver --display=:0.0 --NeverShared=1 --geometry=1200x900+0+0 --PasswordFile=/home/$cooley_username/.vnc/passwd --MaxProcessorUsage=100 >& /dev/null &"
121121
sleep 5
122122

123123
#

0 commit comments

Comments
 (0)