Wsconscfg

TGA(4) - Device Drivers Manual (alpha)

Intro, Pci, Wsconscfg, Wscons, Wsdisplay, Tga

TGA(4) - Device Drivers Manual (alpha) # TGA(4) - Device Drivers Manual (alpha) NAME # tga - DECchip 21030 (TGA) graphics driver SYNOPSIS # tga* at pci? wsdisplay* at tga? DESCRIPTION # This driver handles DECchip 21030 (TGA) graphics hardware within the wscons(4) console framework. On TGA adapters, the resolution is set on the card and is not changed at runtime. On some TGA models, there are four DIP switches. ...

VGA(4) - Device Drivers Manual

Intro, Pci, Wsfontload, Pcdisplay, Wsconscfg, Wscons, Isa, Agp, Wsdisplay, Vga

VGA(4) - Device Drivers Manual # VGA(4) - Device Drivers Manual NAME # vga - VGA graphics driver for wscons SYNOPSIS # vga0 at isa? vga* at pci? wsdisplay* at vga? agp* at vga? DESCRIPTION # This driver handles VGA graphics hardware within the wscons(4) console framework. It doesn’t provide direct device driver entry points but makes its functions available via the internal wsdisplay(4) interface. The vga driver supports multiple virtual screens on one physical display. ...

WSCONS(4) - Device Drivers Manual

Wsmoused, Wskbd, Intro, Wsfontload, Wsmux, Wsconsctl, Wsmouse, Wsconscfg, Wsdisplay, Wscons

WSCONS(4) - Device Drivers Manual # WSCONS(4) - Device Drivers Manual NAME # wscons - workstation console access SYNOPSIS # option WSEMUL_SUN option WSEMUL_NO_VT100 option WSEMUL_DEFAULT=“xxx” option WS_KERNEL_FG=WSCOL_XXX option WS_KERNEL_BG=WSCOL_XXX option WSDISPLAY_COMPAT_USL option WSDISPLAY_COMPAT_RAWKBD wsdisplay* at … wskbd* at … mux N wsmouse* at … mux N pseudo-device wsmux [count] DESCRIPTION # The wscons driver provides support for machine-independent access to the console. wscons is made of a number of cooperating modules, in particular ...

WSCONSCFG(8) - System Manager's Manual

Wskbd, Wsfontload, Wsconsctl, Wscons, Wsconscfg

WSCONSCFG(8) - System Manager’s Manual # WSCONSCFG(8) - System Manager’s Manual NAME # wsconscfg - configure virtual terminals on a wscons display SYNOPSIS # wsconscfg [-dFkm] [-e emul] [-f ctldev] [-t type] index DESCRIPTION # The wsconscfg tool allows for the creation and removal of virtual terminals on display devices controlled by the wscons terminal framework, as long as the underlying display hardware driver supports multiple screens. Furthermore, it controls the assignment of keyboards to displays. ...

WSCONSCTL(8) - System Manager's Manual

Pckbd, Wsconsctl.conf, Wsfontload, Wsconscfg, Wscons, Kbd, Wsconsctl

WSCONSCTL(8) - System Manager’s Manual # WSCONSCTL(8) - System Manager’s Manual NAME # wsconsctl - get or set wscons state SYNOPSIS # wsconsctl [-an] wsconsctl [-n] [-f file] name … wsconsctl [-n] [-f file] name=value … DESCRIPTION # The wsconsctl command displays or sets various wscons system driver variables. If a list of variables is present on the command line, wsconsctl prints the current value of those variables for the specified device. ...

WSDISPLAY(4) - Device Drivers Manual

Intro, Tty, Wsfontload, Wsmux, Wsconsctl, Wsconscfg, Wscons, Wsdisplay

WSDISPLAY(4) - Device Drivers Manual # WSDISPLAY(4) - Device Drivers Manual NAME # wsdisplay - generic display device support in wscons SYNOPSIS # wsdisplay* at … option WSDISPLAY_DEFAULTSCREENS=N DESCRIPTION # The wsdisplay driver is an abstraction layer for display devices within the wscons(4) framework. It attaches to the hardware specific display device driver and makes it available as text terminal or graphics interface. Display devices have the ability to display characters on them (without help of an X server), either directly by hardware or through software drawing pixel data into the display memory. ...

WSFONTLOAD(8) - System Manager's Manual

Wsconscfg, Wsconsctl, Wscons, Wsfontload

WSFONTLOAD(8) - System Manager’s Manual # WSFONTLOAD(8) - System Manager’s Manual NAME # wsfontload - load a font bitmap into a wscons display device SYNOPSIS # wsfontload [-Bbl] [-e encoding] [-f file] [-h height] [-N name] [-w width] [fontfile] DESCRIPTION # The wsfontload utility loads a font bitmap to a wscons device if the device driver supports it. The font gets assigned a name in this process which it can be referred to by later for use on a display screen. ...

WSMUX(4) - Device Drivers Manual

Wsmoused, Wskbd, Intro, Wsconsctl, Wsmouse, Wsconscfg, Wscons, Wsdisplay, Wsmux

WSMUX(4) - Device Drivers Manual # WSMUX(4) - Device Drivers Manual NAME # wsmux - console keyboard/mouse multiplexor for wscons SYNOPSIS # wskbd* at … mux N wsmouse* at … mux N pseudo-device wsmux [count] DESCRIPTION # The wsmux is a pseudo-device driver that allows several wscons(4) input devices to have their events multiplexed into one stream. The typical usage for this device is to have two multiplexors, one for mouse events and one for keyboard events. ...