Re: Solved Re: starting kde on boot

2005-07-23 Thread Gerardo Santana Gómez Garrido
On 7/23/05, Darrel <[EMAIL PROTECTED]> wrote: > On Sat, 23 Jul 2005, Qv6 wrote: > > > On Thursday 21 July 2005 12:15 pm, Stephen Marley wrote: > >> On Thu, Jul 21, 2005 at 05:04:49PM +0100, Edd Barrett wrote: > #based on a solution posted by S.Marley > > echo -n ' kdm'; (sle

Re: Solved Re: starting kde on boot

2005-07-23 Thread Darrel
On Sat, 23 Jul 2005, Qv6 wrote: On Thursday 21 July 2005 12:15 pm, Stephen Marley wrote: On Thu, Jul 21, 2005 at 05:04:49PM +0100, Edd Barrett wrote: #based on a solution posted by S.Marley echo -n ' kdm'; (sleep 5; /usr/local/bin/kdm ${kdm_flags}) & Don't do that. Use /etc/ttys if

Solved Re: starting kde on boot

2005-07-23 Thread Qv6
On Thursday 21 July 2005 12:15 pm, Stephen Marley wrote: > On Thu, Jul 21, 2005 at 05:04:49PM +0100, Edd Barrett wrote: > > > #based on a solution posted by S.Marley > > > > > > echo -n ' kdm'; (sleep 5; /usr/local/bin/kdm > > > ${kdm_flags}) & > > > > Don't do that. Use /etc/ttys if thats

Re: starting kde on boot

2005-07-21 Thread Stephen Marley
On Thu, Jul 21, 2005 at 08:03:49PM +0100, Edd Barrett wrote: > On 21/07/05, Stephen Marley <[EMAIL PROTECTED]> wrote: > > they do? I use xdm and I didnt use a sleep. Maybe its a kdm issue? Yes, it's a kdm specific issue. It seems all gettys need to be spawned before kdm kicks in otherwise the ke

Re: starting kde on boot

2005-07-21 Thread Edd Barrett
On 21/07/05, Stephen Marley <[EMAIL PROTECTED]> wrote: > On Thu, Jul 21, 2005 at 05:04:49PM +0100, Edd Barrett wrote: > > > #based on a solution posted by S.Marley > > > > > > echo -n ' kdm'; (sleep 5; /usr/local/bin/kdm ${kdm_flags}) & > > > > > > > Don't do that. Use /etc/ttys if thats t

Re: starting kde on boot

2005-07-21 Thread Stephen Marley
On Thu, Jul 21, 2005 at 05:04:49PM +0100, Edd Barrett wrote: > > #based on a solution posted by S.Marley > > > > echo -n ' kdm'; (sleep 5; /usr/local/bin/kdm ${kdm_flags}) & > > > > Don't do that. Use /etc/ttys if thats the effect you want. Any good reason not to? I posted the a soluti

Re: starting kde on boot

2005-07-21 Thread Stephan Tesch
Am Donnerstag, 21. Juli 2005 17:44 schrieben Sie: Hi, Since you are using KDE, did you run genkdmconf to create the kdm configuration files (eg. /usr/local/share/config/kdm/Xsession)? HTH, Stephan > Folk, > > This one has me scratching my head: > > I can boot into kdm, login as a regular user

Re: starting kde on boot

2005-07-21 Thread Edd Barrett
> I can boot into kdm, login as a regular user and have a stock X working. > I can type "startx" once I'm logged in and have kde up, but with no > mouse functionality. ? Not sure about that one, if your mouse works in kdm. > The relevant section of /etc/rc.local reads thus: > #based on a solution

starting kde on boot

2005-07-21 Thread Qv6
Folk, This one has me scratching my head: I can boot into kdm, login as a regular user and have a stock X working. I can type "startx" once I'm logged in and have kde up, but with no mouse functionality. The relevant section of /etc/rc.local reads thus: #based on a solution posted by S.Marley