Subject: Re: gnome going insane II
To: david aubril <david.aubril@ac-nantes.fr>
From: None <segv@netctl.net>
List: tech-pkg
Date: 02/16/2006 12:57:44
On Thu, 16 Feb 2006 13:56:02 +0100
david aubril <david.aubril@ac-nantes.fr> wrote:

> I am learning, so I am not quite sure about what you mean with the 
> "output" of these files. Anyway, this is what is written in those files:
> /etc/wscons:
> screen 1 - vt100
> screen 2 - vt100
> screen 3 - vt100
> screen 4 - -
> encoding fr
> /etc/ttys:
> console "/usr/libexec/getty Pc" vt100 on secure
> ttyE0 "/usr/libexec/getty Pc" vt220 off secure
> ttyE1 "/usr/libexec/getty Pc" vt220 on secure
> ttyE2 "/usr/libexec/getty Pc" vt220 on secure
> ttyE3 "/usr/libexec/getty Pc" vt220 on secure
> tty00 "/usr/libexec/getty std.9600" unknown off secure
> tty00 "/usr/libexec/getty std.9600" unknown off secure
> tty01 "/usr/libexec/getty std.9600" unknown off secure
> tty02 "/usr/libexec/getty std.9600" unknown off secure
> tty03 "/usr/libexec/getty std.9600" unknown off secure
> tty04 "/usr/libexec/getty std.9600" unknown off secure
> tty05 "/usr/libexec/getty std.9600" unknown off secure
> tty06 "/usr/libexec/getty std.9600" unknown off secure
> tty07 "/usr/libexec/getty std.9600" unknown off secure
> I hope I understood you well.
> Best regards,
> david

Try the putting the following in /etc/wscons.conf

# screens to create
#       idx     screen  emul
# Screen 0 is already configured as console in most cases.
#  Uncomment if a serial console is used.
#screen 0       -        vt100
screen  1       -       vt100
screen  2       -       vt100
screen  3       -       -
screen  4       -       -

then restart the machine and see if that helps.