[95465] in RedHat Linux List

home help back first fref pref prev next nref lref last post

Re: Setting up xdm/kdm

daemon@ATHENA.MIT.EDU (Kenny Lim)
Sun Oct 18 21:28:05 1998

Date: Mon, 19 Oct 1998 09:28:03 +0800
From: Kenny Lim <kenny@predawnia.org>
To: redhat-list@redhat.com
Resent-From: redhat-list@redhat.com
Reply-To: redhat-list@redhat.com

First setup kdm using Desktop Manager, if you want 
to run KDE and also Enlightenment as different sessions, 
add them.

next, edit /etc/X11/xdm/Xsession

case $# in
1)
case $1 in
failsafe)
exec xterm -geometry 80x24-0-0
;;
KDE)
exec /opt/kde/bin/startkde
;;
enligtenment)
exec /usr/local/bin/enlightenment 
;;
esac
esac

then make sure you don't have .xsession, .xinitrc, .Xclients 
in your $HOME directory.

edit /etc/inittab and change the xdm line to point to kdm

#id:3:initdefault:
id:5:initdefault:

# Run xdm in runlevel 5
#x:5:respawn:/usr/bin/X11/xdm -nodaemon
x:5:respawn:/opt/kde/bin/kdm -nodaemon

then you restart your computer :)

Patrick O'Neil wrote:
> 
> I have been trying to discover how to setup xdm (so that
> I can then use kdm) but am lost.  I simply don't get the


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
		http://www.redhat.com http://archive.redhat.com
         To unsubscribe: mail redhat-list-request@redhat.com with 
                       "unsubscribe" as the Subject.


home help back first fref pref prev next nref lref last post