jumbobrian
Group: Members
Posts: 6
Joined: Jan. 2004 |
|
Posted: Jan. 11 2004,20:42 |
|
I'm editing DSL to include a gameserver, but i want to know how to set up more virtual terminals with CTRL + ALT + F2, F3, or F4, like in the original Knoppix.
I've searched Google, and it seems to be leading me to /etc/inttab . I've compared the files from both DSL and Knoppix, and they appear to be the same.
For DSL, the part of the file in question is:
Quote | # 4 virtual consoles with immortal shells 1:12345:respawn:/bin/bash -login >/dev/tty1 2>&1 </dev/tty1 2:234:respawn:/bin/bash -login >/dev/tty2 2>&1 </dev/tty2 3:234:respawn:/bin/bash -login >/dev/tty3 2>&1 </dev/tty3 4:234:respawn:/bin/bash -login >/dev/tty4 2>&1 </dev/tty4
|
But DSL has no virtual terminals. CTRL + ALT + F1 is the boot and shutdown shell, and CTRL + ALT + F2 has started xwindows.
Maybe I need to edit another file?
|