On Thu, Feb 25, 2010 at 12:20:46PM +0200, Lars Nooden wrote: > The 22 Feb snapshot for loongson defaults to only one text console.
The smfb(4) framebufer just does not support more than one screen. -Otto > > Changing /etc/ttys to add extra terminals does not seem to have any effect: > > console "/usr/libexec/getty std.9600" vt220 off secure > ttyC0 "/usr/libexec/getty std.9600" vt220 on secure > ttyC1 "/usr/libexec/getty std.9600" vt220 on secure > ttyC2 "/usr/libexec/getty std.9600" vt220 on secure > ttyC3 "/usr/libexec/getty std.9600" vt220 on secure > ttyC4 "/usr/libexec/getty std.9600" vt220 off secure > ttyC5 "/usr/libexec/getty std.9600" vt220 on secure > ... > tty00 "/usr/libexec/getty std.9600" unknown off > tty01 "/usr/libexec/getty std.9600" unknown off > tty02 "/usr/libexec/getty std.9600" unknown off > tty03 "/usr/libexec/getty std.9600" unknown off > tty04 "/usr/libexec/getty std.9600" unknown off > tty05 "/usr/libexec/getty std.9600" unknown off > > What is the correct way to enable multiple terminals currently? > > /Lars