Wsdisplay

SSDFB(4) - Device Drivers Manual

Intro, Wsdisplay, Wscons, Iic, Ssdfb

SSDFB(4) - Device Drivers Manual # SSDFB(4) - Device Drivers Manual NAME # ssdfb - Solomon Systech SSD1306/SSD1309 OLED display module SYNOPSIS # ssdfb* at iic? ssdfb* at spi? wsdisplay* at ssdfb? DESCRIPTION # The ssdfb driver supports OLED display modules based on the Solomon Systech SSD1306 or SSD1309 chips. The support for partial updates in both the chip and the driver improves the display’s responsiveness. Due to the small resolution of about 128x64 the display makes most sense as a text-based terminal. ...

STI(4) - Device Drivers Manual

Intro, Pci, Phantomas, Wsdisplay, Sti

STI(4) - Device Drivers Manual # STI(4) - Device Drivers Manual NAME # sti - HP Standard Text Interface SYNOPSIS # sti* at mainbus0 sti* at pci? sti* at phantomas0 wsdisplay* at sti? DESCRIPTION # The sti was created by HP to provide uniform frame-buffer access operations for their 9000/300 and 9000/700 series of workstations. The following models are supported (though not all features or frame buffer depths may be available): ...

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. ...

TVTWO(4) - Device Drivers Manual (sparc64)

Intro, Wsdisplay, Sbus, Wscons, Tvtwo

TVTWO(4) - Device Drivers Manual (sparc64) # TVTWO(4) - Device Drivers Manual (sparc64) NAME # tvtwo - accelerated 24-bit color frame buffer SYNOPSIS # tvtwo* at sbus? wsdisplay* at tvtwo? DESCRIPTION # The Parallax XVideo and PowerVideo frame buffers, also known as ’tvtwo’, are memory based color frame buffers, with graphics acceleration and overlay capabilities, and hardware MPEG decoding. The tvtwo driver interfaces the frame buffer to the wscons(4) console framework. ...

UDL(4) - Device Drivers Manual

Usb, Intro, Wsdisplay, Wscons, Udl

UDL(4) - Device Drivers Manual # UDL(4) - Device Drivers Manual NAME # udl - DisplayLink DL-120/DL-160 USB display devices SYNOPSIS # udl* at uhub? wsdisplay* at udl? DESCRIPTION # The udl driver supports USB display devices based on the DisplayLink DL-120/DL-160 graphic chip. HARDWARE # The following devices should work: Century Corp. Japan Plus One LCD-8000U Century Corp. Japan Plus One LCD-4300U DisplayLink USB to DVI ForwardVideo EasyCAP008 USB to DVI ...

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. ...

VGAFB(4) - Device Drivers Manual

Wsdisplay, Intro, Pci, Wscons, Vgafb

VGAFB(4) - Device Drivers Manual # VGAFB(4) - Device Drivers Manual NAME # vgafb - VGA frame buffer SYNOPSIS # # sparc64, macppc vgafb* at pci? wsdisplay* at vgafb? DESCRIPTION # The vgafb is a memory based color frame buffer driver for the wscons(4) console framework. It does not provide direct device driver entry points but makes its functions available via the internal wsdisplay(4) interface. Both unaccelerated access as a dumb framebuffer and accelerated access methods are provided to wscons(4). ...

VIGRA(4) - Device Drivers Manual (sparc64)

Intro, Wsdisplay, Sbus, Wscons, Vigra

VIGRA(4) - Device Drivers Manual (sparc64) # VIGRA(4) - Device Drivers Manual (sparc64) NAME # vigra - 8-bit SBus color frame buffer with VGA-compatible modes SYNOPSIS # vigra* at sbus? wsdisplay* at vigra? DESCRIPTION # The Vigra VS10, VS11 and VS12 are 8-bit color frame buffers with user-selectable video modes, and a VGA-compatible connector. The vigra driver interfaces the frame buffer with the wscons(4) console framework. It does not provide direct device driver entry points but makes its functions available via the internal wsdisplay(4) interface. ...

VIOGPU(4) - Device Drivers Manual

Virtio, Intro, Wsdisplay, Wscons, Viogpu

VIOGPU(4) - Device Drivers Manual # VIOGPU(4) - Device Drivers Manual NAME # viogpu - VirtIO GPU device SYNOPSIS # viogpu* at virtio? wsdisplay* at viogpu? DESCRIPTION # The viogpu driver provides support for the virtio(4) GPU interface provided by QEMU and other virtual machines to create a wscons(4) console. SEE ALSO # intro(4), virtio(4), wscons(4), wsdisplay(4) HISTORY # The viogpu driver first appeared in OpenBSD 7.4. AUTHORS # The viogpu driver was written by joshua stein <jcs@openbsd. ...

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 ...