1#	$NetBSD: wscons.conf,v 1.18 2010/01/18 17:10:29 ahoka Exp $
2#
3# workstation console configuration
4
5# fonts to load
6#	name	width	height	enc	file
7#font	ibm	-	8	ibm	/usr/share/wscons/fonts/vt220l.808
8
9# Note: "pcvt" encoded fonts are only useful with the "*bf" screen types
10#  of the "vga" driver. The kernel must be compiled with the option
11#  "WSCONS_SUPPORT_PCVTFONTS" turned on. See vga(4).
12#font	pcvt	-	-	pcvt	/usr/share/wscons/fonts/vt220h.816
13#font	pcvt	-	8	pcvt	/usr/share/wscons/fonts/vt220h.808
14
15# Font for central european languages (ISO 8859-2).
16#  Uncomment to load. Needs to be explicitly enabled (see below).
17#font	latin2	-	16	iso	/usr/share/wscons/fonts/latin2.816
18
19# screens to create
20#	idx	screen	emul
21# Screen 0 is already configured as console in most cases.
22#  Uncomment if a serial console is used.
23#screen	0	-	vt100
24screen	1	-	vt100
25screen	2	-	vt100
26screen	3	-	vt100
27screen	4	-	-
28#screen	4	80x25bf	vt100
29# Note: You must uncomment the 'font	ibm' line above to get a useful
30#	font for any 50 line screens.
31#screen	5	80x50	vt100
32
33#keyboard	auto
34
35# Select a kernel builtin keyboard map by uncommenting the following line and
36# altering the country code to your requirements
37# (choose from user, us, uk, be, cz, dk, nl, fi, fr, de, gr, hu, it, jp, no,
38# pl, pt, ru, es, sv, sf, sg, ua)
39# See wsconsctl(8), pckbd(4), ukbd(4) etc. for more details.
40#encoding sv
41#encoding us.swapctrlcaps
42
43# Redefine individual keys from a file containing "keysym" and/or "keycode"
44# entries.
45# See wsconsctl(8) and /usr/share/wscons/keymaps for more details.
46#mapfile /usr/share/wscons/keymaps/pckbd.sv.svascii
47
48# Set arbitrary wscons variable using specified control device
49#	ctldev	var		value
50#setvar	ttyE0	font		ibm
51#setvar	ttyE1	font		ibm
52
53# Uncomment for ISO 8859-2 support
54#setvar	ttyE0	font		latin2
55#setvar	ttyE1	font		latin2
56#setvar	ttyE2	font		latin2
57#setvar	ttyE3	font		latin2
58
59# Change keyboard repeat speed to faster settings.
60#setvar	wskbd	repeat.del1	250
61#setvar	wskbd	repeat.deln	30
62