#!/bin/sh
#
#   Set the screen background, either to a solid color,
#   or to the image of your choice.  See the README from
#   the Enhanced XDM package config/ directory for more info.
#
#xsetroot -solid black
/usr/bin/X11/xv -root XDMDIR/soi-bg.gif -quit
#
#   Leave a clock up.
#
xclock -geometry 80x80-0-0 -bg black -fg red -hd red -hl red -bd black -update 1 &
#
#   If console works on your system, use it if you like,
#   or you can use xterm with the Console option.  Neither
#   is required, but if messages go to the system console
#   you will probably want this!
#
#xconsole -geometry 480x130+0-0 -daemon -notify -verbose -fn fixed -exitOnFail
#xterm -C -geometry 40x5 -fn fixed
#
#   Make sure the local host can talk to the server.
#
xhost +wildride
