diff options
Diffstat (limited to 'static/netbsd/man4/bochsfb.4 4.html')
| -rw-r--r-- | static/netbsd/man4/bochsfb.4 4.html | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/static/netbsd/man4/bochsfb.4 4.html b/static/netbsd/man4/bochsfb.4 4.html new file mode 100644 index 00000000..f0d2c1fd --- /dev/null +++ b/static/netbsd/man4/bochsfb.4 4.html @@ -0,0 +1,66 @@ +<table class="head"> + <tr> + <td class="head-ltitle">BOCHSFB(4)</td> + <td class="head-vol">Device Drivers Manual</td> + <td class="head-rtitle">BOCHSFB(4)</td> + </tr> +</table> +<div class="manual-text"> +<section class="Sh"> +<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1> +<p class="Pp"><code class="Nm">bochsfb</code> — <span class="Nd">Bochs + Display Interface framebuffer</span></p> +</section> +<section class="Sh"> +<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1> +<p class="Pp"><code class="Cd">bochsfb* at pci?</code> + <br/> + <code class="Cd">wsdisplay* at bochsfb?</code></p> +<section class="Ss"> +<h2 class="Ss" id="Options"><a class="permalink" href="#Options">Options</a></h2> +<p class="Pp"><code class="Cd">options + BOCHSFB_DEFAULT_WIDTH=</code><var class="Ar">integer</var> + <br/> + <code class="Cd">options + BOCHSFB_DEFAULT_HEIGHT=</code><var class="Ar">integer</var></p> +</section> +</section> +<section class="Sh"> +<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1> +<p class="Pp">The <code class="Nm">bochsfb</code> driver provides support for + graphics devices implementing the Bochs VBE DISPI interface, including the + Bochs reference VGA implementation, and the QEMU StdVGA device. It programs + the linear framebuffer through the DISPI registers and makes it available + through <a class="Xr">wsdisplay(4)</a> as a console or + <a class="Xr">wsfb(4)</a> compatible framebuffer.</p> +<p class="Pp">When a memory-mapped DISPI bar with an EDID block is present, + <code class="Nm">bochsfb</code> uses the preferred mode reported by the + display. Devices without EDID support (such as virtio-vga) fall back to a + 1024x768 32-bit mode. If no MMIO bar is available, the driver accesses the + DISPI registers via the legacy VGA I/O ports.</p> +</section> +<section class="Sh"> +<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE + ALSO</a></h1> +<p class="Pp"><a class="Xr">intro(4)</a>, <a class="Xr">pci(4)</a>, + <a class="Xr">vga(4)</a>, <a class="Xr">wscons(4)</a>, + <a class="Xr">wsdisplay(4)</a></p> +</section> +<section class="Sh"> +<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1> +<p class="Pp">The <code class="Nm">bochsfb</code> driver first appeared in + <span class="Ux">NetBSD 12.0</span>.</p> +</section> +<section class="Sh"> +<h1 class="Sh" id="AUTHORS"><a class="permalink" href="#AUTHORS">AUTHORS</a></h1> +<p class="Pp">The <code class="Nm">bochsfb</code> driver was written by + <span class="An">Jiaxun Yang</span> + <<a class="Mt" href="mailto:jiaxun.yang@flygoat.com">jiaxun.yang@flygoat.com</a>>.</p> +</section> +</div> +<table class="foot"> + <tr> + <td class="foot-date">March 2, 2025</td> + <td class="foot-os">NetBSD 10.1</td> + </tr> +</table> |
