Up: SGI graphics Frequently Asked Questions (FAQ)
Next: -17- How can I find out what fonts are available?
Previous: -15- Where is the default value of PATH set?
Subject: -16- Why can't I log in after copying
/usr/lib/X11/xdm/Xsession to .xsession?
Date: 07 May 1993 00:00:01 EST
After copying this file to your home directory, you need to remove
all references to "xsession". References to xsession cause the system
to try to execute $HOME/.xsession, which will create an infinite
loop.
Remove the lines in ~/.xsession that say:
if [ -r $xsession -a "$0" != $xsession ]; then
if [ -x $xsession ]; then
exec $xsession
else
exec /bin/sh $xsession
fi
fi
Up: SGI graphics Frequently Asked Questions (FAQ)
Next: -17- How can I find out what fonts are available?
Previous: -15- Where is the default value of PATH set?