Home | History | Annotate | Line # | Download | only in etc
wscons.conf revision 1.4.4.1
      1  1.4.4.1  wrstuden #	$NetBSD: wscons.conf,v 1.4.4.1 1999/12/27 18:28:50 wrstuden 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.1  drochner #font	ibm	-	8	ibm	/usr/share/pcvt/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.1  drochner #font	pcvt	-	-	pcvt	/usr/share/pcvt/fonts/vt220h.816
     13      1.1  drochner #font	pcvt	-	8	pcvt	/usr/share/pcvt/fonts/vt220h.808
     14      1.1  drochner 
     15      1.1  drochner # screens to create
     16      1.1  drochner #	idx	screen	emul
     17  1.4.4.1  wrstuden # Screen 0 is already configured as console in most cases.
     18  1.4.4.1  wrstuden #  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.1  drochner #screen	5	80x50	vt100
     26      1.3  drochner 
     27      1.4  augustss #keyboard	auto
     28      1.4  augustss mux		1
     29