#!/bin/bash HOST=192.168.13.197 /mnt/live/usr/X11R6/bin/xset m 1 1 /mnt/live/usr/X11R6/bin/xset m 0 0 xv -root -quit -max -smooth -viewonly /etc/splash/S/800x600.jpg & #xterm & while true; do if ! rdesktop $HOST -f -x l -P; then Xdialog -msg "Cannot connect to terminal server at $HOST. Press OK to try again" 0 0 fi done