#! /bin/sh
# Xsetup - run as root before the login dialog appears

#xconsole -geometry 480x130-0-0 -notify -verbose -fn fixed -exitOnFail -file /dev/xconsole &

# Kubuntu needs boot splash starting, KDM will kill it when it is running
if ! grep -q ^AutoLoginEnable=true /etc/kde4/kdm/kdmrc; then
    ksplashx Default &
fi
