Subject: Re: How do i change 'dumb emulation' to vt100 emulation
To: Mike Johnson <ahze@baddog.yi.org>
From: Manuel Bouyer <bouyer@antioche.lip6.fr>
List: netbsd-help
Date: 09/16/2000 16:14:19
On Fri, Sep 15, 2000 at 05:47:42PM -0400, Mike Johnson wrote:
> 
> Hey , 
>   	I just recompiled my kernel. And when I boot it shows now asci colors ,
> its in 'dumb emulation' 
> from dmesg I get 
>    vga0 at isa0 port 0x3b0-0x3df iomem 0xa0000-0xbffff
>    wsdisplay0 at vga0: console (80x25, dumb emulation)
>  
> from the GENERIC kernel I get 
>    vga0 at isa0 port 0x3b0-0x3df iomem 0xa0000-0xbffff
>    wsdisplay0 at vga0: console (80x25, vt100 emulation)
> 
> is this just something I can type in and make it vt100 emulation again? or
> did I compile something in my kernel wrong? 

I think you just removed
options         WSEMUL_VT100
from your kernel config file. Add it back, reconfig/recompile and it should
work.

--
Manuel Bouyer <bouyer@antioche.eu.org>
--