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