
On Friday 27 April 2007 4:54:55 am arnuld wrote:
this what i get from my /etc/inttab:
Runlevel Description 0 Halt 1 (S) Single-user Mode 2 Multi-user Mode 3-5 (Not used) 6 Reboot
i have installed xdm and added it to "/etc/rc.conf" SERVICES. now xdm starts but i think it is not taking the benefits of X. i mean, in other distros,we have :
Runlevel 5 == "Multi-user with X"
why not so in CRUX ? is it harmful or beneficial?
Arnuld, what is preventing you from changing your inittab to your needs? I use runlevel 3 for X, and I use just 4 vts (with fgetty). This is my /etc/inittab: # Runlevels: # 0 Halt # 1(S) Single-user # 2 Multi-user # 3 X11 (default) # 4-5 Not used # 6 Reboot id:3:initdefault: rc::sysinit:/etc/rc rs:S1:wait:/etc/rc.single rm:23:wait:/etc/rc.multi rd:06:wait:/etc/rc.shutdown su:S:wait:/sbin/sulogin -p c1:123:respawn:/sbin/fgetty tty1 --noclear c2:23:respawn:/sbin/fgetty tty2 --noclear c3:23:respawn:/sbin/fgetty tty3 --noclear c4:23:respawn:/sbin/fgetty tty4 --noclear ca::ctrlaltdel:/sbin/shutdown -t3 -r now x:3:respawn:/usr/bin/kdm -nodaemon -config /etc/X11/kdm/kdmrc # EOF -- Alan