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, de, dk, it, fr, jp, sv, no, es, pt, cz, hu). 38# See wsconsctl(8), pckbd(4), ukbd(4) etc. for more details. 39#encoding sv 40#encoding us.swapctrlcaps 41 42# Redefine individual keys from a file containing "keysym" and/or "keycode" 43# entries. 44# See wsconsctl(8) and /usr/share/wscons/keymaps for more details. 45#mapfile /usr/share/wscons/keymaps/pckbd.sv.svascii 46 47# Set arbitrary wscons variable using specified control device 48# ctldev var value 49#setvar ttyE0 font ibm 50#setvar ttyE1 font ibm 51 52# Uncomment for ISO 8859-2 support 53#setvar ttyE0 font latin2 54#setvar ttyE1 font latin2 55#setvar ttyE2 font latin2 56#setvar ttyE3 font latin2 57 58# Change keyboard repeat speed to faster settings. 59#setvar wskbd repeat.del1 250 60#setvar wskbd repeat.deln 30 61