Re: Starting KDE from ttys and xdm.

2003-11-18 Thread Marc Wiz
On Tue, Nov 18, 2003 at 04:00:09AM -0800, Lee Mx wrote:
> 
> >
> >You can also use the KDE login manager, see man kdm.
> 
> Thanks, Eric.  I don't seem to have a manual entry for kdm but I'm going to 
> do some greping
> and find out more about the KDE login manager.
> 
> Thanks for the start,,
> 

I just upgraded to KDE 3.1.4 via ports and had to look for some info
last night.  Try the following directory:

/usr/local/share/doc/HTML/en/kdm

Marc

-- 
Marc Wiz
[EMAIL PROTECTED]
Yes, that really is my last name.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Starting KDE from ttys and xdm.

2003-11-18 Thread Lee Mx



From: Eric F Crist <[EMAIL PROTECTED]>


You can also use the KDE login manager, see man kdm.
Thanks, Eric.  I don't seem to have a manual entry for kdm but I'm going to 
do some greping
and find out more about the KDE login manager.

Thanks for the start,,

ed
--
Eric F Crist
President
AdTech Integrated Systems, Inc
_
Concerned that messages may bounce because your Hotmail account is over 
limit? Get Hotmail Extra Storage! http://join.msn.com/?PAGE=features/es

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Starting KDE from ttys and xdm.

2003-11-17 Thread Lee Mx
Miguel,

Thanks a lot.  I knew there was a simple way.

muy agradecido,


From: Miguel Mendez <[EMAIL PROTECTED]>
To: "Lee Mx" <[EMAIL PROTECTED]>
CC: [EMAIL PROTECTED]
Subject: Re: Starting KDE from ttys and xdm.
Date: Mon, 17 Nov 2003 17:28:49 +0100
begin  electrogrammati illius Lee Mx

Hi,

> When I enable xdm in /etc/ttys, it starts twm by default.
> With startx and xinitrc it starts whatever is there.  How can the
> default window manager be changed when starting with xdm?
Create a .xsession file in your home dir. Something like this should do it:
-cut---
#!/bin/sh
exec startkde
cut
Cheers,
--
Miguel Mendez <[EMAIL PROTECTED]>
http://www.energyhq.es.eu.org
_
MSN Shopping upgraded for the holidays!  Snappier product search... 
http://shopping.msn.com

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Starting KDE from ttys and xdm.

2003-11-17 Thread Miguel Mendez
begin  electrogrammati illius Lee Mx 

Hi,

> When I enable xdm in /etc/ttys, it starts twm by default.
> With startx and xinitrc it starts whatever is there.  How can the
> default window manager be changed when starting with xdm?

Create a .xsession file in your home dir. Something like this should do it:
-cut---
#!/bin/sh
exec startkde
cut

Cheers,
-- 
Miguel Mendez <[EMAIL PROTECTED]>
http://www.energyhq.es.eu.org
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"