1 # 2 # Zebedee configuration file to start up a tunnelled VNC session 3 # 4 # Usage: zebedee -f vncviewer.zbd remote-host:vnc-port 5 # 6 7 verbosity 1 # Basic messages only 8 9 server false # It's a client 10 detached true # Detach from terminal 11 12 message "Starting VNC viewer" 13 14 # On Windows systems you might use the following: 15 16 command '"c:\Program Files\ORL\VNC\vncviewer.exe" localhost:%d' 17 18 # On UNIX systems you might use the following: 19 20 # command 'vncviewer localhost:%d' 21 22 compression zlib:6 # Request normal Zlib compression