# Xup file from Frame Demo Account.
# $Header: /xdim/dim40/fmhome/fminit/samplehome/RCS/Xup,v 1.1 1993/04/02 03:46:33 tvb Exp $
#
# You must choose (uncomment) the startup method appropiate to your system!
#

echo "Starting X11"

#### Sun, HP, Dec, etc. flavor of X11 startup command. ####

# Command to start X11 and your default clients.
# (setenv DISPLAY unix:0.0; xinit xterm -geometry 80x20-0+0 \
# -C -sb -n X-Console -e ~/.X11setup)

# Command to start your default X clients when the X server is already running.
# I.e. When you logged in from XDM.
# (xterm -geometry 80x20-0+0 -rv -sb -n X-Console -e ~/.X11setup )&



#### Apollo specific commands from here to the end ####

# Command to start your default X clients when the Xapollo is already running.
# This one uses the X owns the root mode.
# /com/xdmc wmgr -off; \
# xterm -geometry 80x20-0+0 -rv -sb -n X-Console -e ~/.X11setup &; \
# /usr/bin/X11/xownroot -on

# Command to start your default X clients when the Xapollo is already running.
# This one uses the DM owns the root mode.
# xterm -geometry 80x20-0+0 -rv -sb -n Console -e ~/.X11setup -wm &; \
# /usr/bin/X11/xownroot -off; /com/xdmc wmgr -on


# Command to start X11 in share mode with X owning the root.
# Use this command to start X11 when Xapollo is not yet running.
# (setenv DISPLAY localhost:0.0; /com/xdmc wmgr -off; \
# xinit xterm -geometry 80x20-0+0 -sb -n X-Console \
# -e ~/.X11setup -- X -D1 -K ~/.Xkbconfig S+r+); \
# /usr/bin/X11/xownroot -on &

# Command to start X11 in share mode with DM owning the root.
# Use this command to start X11 when Xapollo is not yet running.
# (setenv DISPLAY localhost:0.0; \
# xinit xterm -geometry 80x20-0+0 -sb -n X-Console -e ~/.X11setup -wm \
# -- X -D1 -K ~/.Xkbconfig S+r-) &

# Command to start X11 in borrow mode.  (No DM.)
# Use this command to start X11 when Xapollo is not yet running.
# (setenv DISPLAY localhost:0.0; xinit xterm -geometry 80x20-0+0 \
# -rv -sb -n X-Console -e ~/.X11setup -- X -D1 s-r+); &
