Home | History | Annotate | Line # | Download | only in etc
wscons.conf revision 1.8
      1  1.8  drochner #	$NetBSD: wscons.conf,v 1.8 2001/05/02 15:14:02 drochner 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.8  drochner # (choose from user, us, uk, de, dk, it, fr, uk, jp, sv, no, es).
     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.8  drochner # See wsconsctl(8) for more details.
     40  1.8  drochner #mapfile /usr/share/wscons/keymaps/pckbd.sv.svascii
     41  1.8  drochner 
     42  1.4  augustss mux		1
     43