Subject: Re: wscons
To: None <tech-kern@netbsd.org>
From: Patrick Welche <prlw1@newn.cam.ac.uk>
List: tech-kern
Date: 12/01/2000 14:37:04
On Fri, Dec 01, 2000 at 09:13:30AM -0500, Kevin P. Neal wrote:
...
> Here is my wscons.conf:
> 
> font	ibm	-	8	ibm	/usr/share/wscons/fonts/vt220l.808
> screen	1	80x50	vt100

I tried those same lines, and with
options         WSEMUL_VT100            # VT100 / VT220 emulation
options         WSDISPLAY_COMPAT_PCVT           # emulate some ioctls
options         WSDISPLAY_COMPAT_SYSCONS        # emulate some ioctls
options         WSDISPLAY_COMPAT_USL            # VT handling
options         WSDISPLAY_COMPAT_RAWKBD         # can get raw scancodes
options         WSDISPLAY_DEFAULTSCREENS=1

in my 1.5L/i386 kernel config, I get just the top half of each character..

What's missing?

Cheers,

Patrick