source:
images/thinclient/server/xinitrc
@
f49e71c
Last change on this file since f49e71c was c5c522c, checked in by , 8 years ago | |
---|---|
|
|
File size: 356 bytes |
Line | |
---|---|
1 | #!/bin/bash |
2 | HOST=192.168.13.197 |
3 | /mnt/live/usr/X11R6/bin/xset m 1 1 |
4 | /mnt/live/usr/X11R6/bin/xset m 0 0 |
5 | xv -root -quit -max -smooth -viewonly /etc/splash/S/800x600.jpg & |
6 | |
7 | #xterm & |
8 | while true; do |
9 | if ! rdesktop $HOST -f -x l -P; then |
10 | Xdialog -msg "Cannot connect to terminal server at $HOST. Press OK to try again" 0 0 |
11 | fi |
12 | done |
13 |
Note: See TracBrowser
for help on using the repository browser.