On Mon, 26 Oct 1998, Jacques Gelinas wrote:
> On Fri, 23 Oct 1998, Jim Morris wrote:
> > I verified that in the Linuxconf Control Panel, the default boot mode is
> > set to "Text Mode & Network", and I made sure that was what was selected
> > when it came up. I tried letting it time out, and actually selecting it.
> > Doesn't matter. I come up in X, which is NOT what I want.... (xdm
> > doesn't let me start KDM, and seems to restrict me to fvwm95 - but
> > that's a different story).
my /etc/X11/xdm/Xsession says:
startup=$HOME/.xsession
resources=$HOME/.Xresources
if [ -x "$startup" ]; then
exec "$startup"
elif [ -x "$HOME/.Xclients" ]; then
exec "$HOME/.Xclients"
elif [ -x /etc/X11/xinit/Xclients ]; then
exec /etc/X11/xinit/Xclients
else
if [ -f "$resources" ]; then
xrdb -load "$resources"
fi
exec xsm
fi
so, make a ~/.xsession that starts KDE instead of fvwm - that solves the
other problem.
Sergio
--------------------------------------------------------------------------
[EMAIL PROTECTED] <- Physics Sergio Ballestrero
[EMAIL PROTECTED] <- Business V. Marini 18
[EMAIL PROTECTED] <- Personal 59100 Prato ITALY
---
You are currently subscribed to linuxconf as: [[email protected]]
To unsubscribe, forward this message to [EMAIL PROTECTED]