#!/bin/sh
# $XConsortium: Xsetup_0,v 1.3 93/09/28 14:30:31 gildea Exp $

# Set font path for Xpmac server (ppc)
if [ -L /etc/X11/X ] ; then
    if [ `/bin/ls -l /etc/X11/X | grep -c Xpmac` -eq 1 ] || \
       [ `/bin/ls -l /etc/X11/X | grep -c mga-r128` -eq 1 ] ; then
        if [ -f /usr/X11R6/lib/X11/fonts/TrueType/fonts.dir ] ; then
            /usr/X11R6/bin/xset +fp /usr/X11/lib/X11/fonts/TrueType
        fi
        /usr/X11R6/bin/xset +fp unix/:-1
    fi
fi

# we don't startup xconsole
# /usr/X11R6/bin/xconsole -geometry 480x130-0-0 -daemon -notify -verbose -fn fixed -exitOnFail
# /usr/X11R6/bin/xbanner
# if xbanner is used, change Xsession to do freetemp
