Re: how to startx at boot time

2005-07-08 Thread Bob Proulx
James Vahn wrote: > >if [ `tty` = "/dev/tty1" ]; then > > A typo -- a single = is used to assign values, not compare them. > The script should use ==, thusly: > > if [ `tty` == "/dev/tty1" ]; then No, you had it right the first time. In the shell test statement a single = is use

Re: how to startx at boot time

2005-07-04 Thread James Vahn
>if [ `tty` = "/dev/tty1" ]; then A typo -- a single = is used to assign values, not compare them. The script should use ==, thusly: if [ `tty` == "/dev/tty1" ]; then -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECT

Re: how to startx at boot time

2005-07-04 Thread John Hasler
James Vahn writes: > Debian doesn't use runlevels in that manner. Debian doesn't default to using runlevels in that manner, but you are free to configure them any way you wish. -- John Hasler -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAI

Re: how to startx at boot time

2005-07-04 Thread James Vahn
Khanh Cao Van wrote: > I' tried change the run level in /etc/inittab to 5 but my PC did not > boot in X at boot time . Ofcause I've install all gnome and x windows > and could startx by hand . How should I do ? Debian doesn't use runlevels in that manner. I removed gdm/kdm/xdm and have these lines

Re: how to startx at boot time

2005-07-03 Thread Jules Dubois
On Sunday 03 July 2005 22:07, Khanh Cao Van <[EMAIL PROTECTED]> (<[EMAIL PROTECTED]>) wrote: > I' tried change the run level in /etc/inittab to 5 but my PC did not > boot in X at boot time . Ofcause I've install all gnome and x windows > and could startx by hand . Did you install 'gdm'? (Or 'kd

Re: how to startx at boot time

2005-07-03 Thread Kent West
Khanh Cao Van wrote: >I' tried change the run level in /etc/inittab to 5 but my PC did not >boot in X at boot time . Ofcause I've install all gnome and x windows >and could startx by hand . > >How should I do ? > > "aptitude install gdm" (or "apt-get install gdm", or install gdm by whatever mea