wscons.conf revision 1.14 1 1.14 jmmv # $NetBSD: wscons.conf,v 1.14 2008/04/25 13:09:13 jmmv Exp $
2 1.1 drochner #
3 1.1 drochner # workstation console configuration
4 1.1 drochner
5 1.1 drochner # fonts to load
6 1.1 drochner # name width height enc file
7 1.6 drochner #font ibm - 8 ibm /usr/share/wscons/fonts/vt220l.808
8 1.2 drochner
9 1.2 drochner # Note: "pcvt" encoded fonts are only useful with the "*bf" screen types
10 1.2 drochner # of the "vga" driver. The kernel must be compiled with the option
11 1.2 drochner # "WSCONS_SUPPORT_PCVTFONTS" turned on. See vga(4).
12 1.6 drochner #font pcvt - - pcvt /usr/share/wscons/fonts/vt220h.816
13 1.6 drochner #font pcvt - 8 pcvt /usr/share/wscons/fonts/vt220h.808
14 1.1 drochner
15 1.1 drochner # screens to create
16 1.1 drochner # idx screen emul
17 1.5 drochner # Screen 0 is already configured as console in most cases.
18 1.5 drochner # Uncomment if a serial console is used.
19 1.4 augustss #screen 0 - vt100
20 1.1 drochner screen 1 - vt100
21 1.1 drochner screen 2 - vt100
22 1.1 drochner screen 3 - vt100
23 1.1 drochner screen 4 - -
24 1.1 drochner #screen 4 80x25bf vt100
25 1.7 david # Note: You must uncomment the 'font ibm' line above to get a useful
26 1.7 david # font for any 50 line screens.
27 1.1 drochner #screen 5 80x50 vt100
28 1.3 drochner
29 1.4 augustss #keyboard auto
30 1.8 drochner
31 1.8 drochner # Select a kernel builtin keyboard map by uncommenting the following line and
32 1.8 drochner # altering the country code to your requirements
33 1.11 fredb # (choose from user, us, uk, de, dk, it, fr, jp, sv, no, es, pt).
34 1.8 drochner # See wsconsctl(8), pckbd(4), ukbd(4) etc. for more details.
35 1.8 drochner #encoding sv
36 1.8 drochner
37 1.8 drochner # Redefine individual keys from a file containing "keysym" and/or "keycode"
38 1.8 drochner # entries.
39 1.12 hubertf # See wsconsctl(8) and /usr/share/wscons/keymaps for more details.
40 1.8 drochner #mapfile /usr/share/wscons/keymaps/pckbd.sv.svascii
41 1.13 mishka
42 1.13 mishka # Set arbitrary wscons variable using specified control device
43 1.13 mishka # ctldev var value
44 1.13 mishka #setvar ttyE0 font ibm
45 1.13 mishka #setvar ttyE1 font ibm
46 1.14 jmmv
47 1.14 jmmv # Change keyboard repeat speed to faster settings.
48 1.14 jmmv #setvar wskbd repeat.del1=250
49 1.14 jmmv #setvar wskbd repeat.deln=30
50