README for XFree86 3.3.3 on NetBSD : Kernel Support for X : Console drivers
Previous: Kernel Support for X
Next: Aperture Driver

7.1. Console drivers

The server supports the two standard NetBSD/i386 console drivers: pccons and pcvt. They are detected at runtime and no configuration of the server itself is required.

The pccons driver is the most widely tested and is the console driver contained in the NetBSD binary distribution's kernels.

The pcvt console driver is bundled with NetBSD. The pcvt X mode is compatible with the pccons driver X mode. It offers several virtual consoles and international keyboard support. In order to use this driver, change the line:

device pc0 at isa? port "IO_KBD" irq 1

to

device vt0 at isa? port "IO_KBD" irq 1

in your kernel config file, and rebuild and install your kernel.

XFree86 will also run with the wscons console driver in NetBSD-current. For now, it uses the pcvt compatibility mode, so be sure to have the line:

options WSDISPLAY_COMPAT_PCVT # emulate some ioctls
in your kernel configuration file if you're using wscons.


README for XFree86 3.3.3 on NetBSD : Kernel Support for X : Console drivers
Previous: Kernel Support for X
Next: Aperture Driver