> I put "exec /opt/kde/bin/startkde" in there, but login brings me to TWM?? I
> checked my .xsession-error log and it said:
> 
> X connection to :0.0 broken (explicit kill or server shutdown).
> :
> :
> xterm: fatal IO error 32 (Broken pipe) or KillClient on X server ":0.0"

hmm... disable xdm (telinit 3 && killall xdm)

then startx /opt/kde/bin/startkde

If that brings up KDE properly then you're more than half way there...

next, put /etc/X11/xdm/Xsession back the way it came 

by default it looks for ~/.xsession and runs that.

here's what you could put in ~/.xsession

if [ -f $HOME/.Xresources ]; then
   xrdb $HOME/.Xresources
fi

if [ -f $HOME/.kde/Xresources ]; then
  xrdb -merge $HOME/.kde/Xresources
fi

# KDEDIR, QTDIR, and LD_LIBRARY_PATH need to be set here

exec /opt/kde/bin/startkde

_____________________   _                    _   _________________________
         Michael Rice  |_|    Collective    |_|  http://www.colltech.com
   [EMAIL PROTECTED]    |_  Technologies  _|    8007598888/8019292 pager 
           Consultant      []            []      "The Power Of Many Minds"   

---------------------------------------------------------------------------
Send administrative requests to [EMAIL PROTECTED]

Reply via email to