LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   KDM Session Manager Startup (https://www.linuxquestions.org/questions/slackware-14/kdm-session-manager-startup-350068/)

Murdock1979 08-04-2005 07:00 PM

KDM Session Manager Startup
 
Hello All!

I am currently configuring my system to load up rc.4, the X window session manager. However, I would also like to have at least one CLI available. Now whenever I press ctrl-alt-f1 etc., nothing happends.

Thanks
Mords

cathectic 08-04-2005 07:08 PM

You have one terminal available by default with runlevel 4, using Control+Alt+F6. To add more in, edit the following lines in /etc/inittab

Code:

c1:1235:respawn:/sbin/agetty 38400 tty1 linux
c2:1235:respawn:/sbin/agetty 38400 tty2 linux
c3:1235:respawn:/sbin/agetty 38400 tty3 linux
c4:1235:respawn:/sbin/agetty 38400 tty4 linux
c5:1235:respawn:/sbin/agetty 38400 tty5 linux

and replace '1235' with '12345' to add those consoles to runlevel 4.

Murdock1979 08-04-2005 07:51 PM

Thanks!

I was wondering what the 12345 meant in those lines in the inittab.

Good Weekend Cathetic!
Mords


All times are GMT -5. The time now is 03:30 AM.