削除 [GENERIC]

# Enable this for the pcvt (VT220 compatible) console driver
#device vt
#options XSERVER
support for X server on a vt console
#options FAT_CURSOR
start with block cursor

削除 [NOTES][i386]

# The pcvt console driver (vt220 compatible).
  • device vt
  • hint.vt.0.at="isa"
options XSERVER
support for running an X server on vt
options FAT_CURSOR
start with block cursor
# This PCVT option is for keyboards such as those used on really old ThinkPads
  • options PCVT_SCANSET=2
# Other PCVT options are documented in pcvt(4).
  • options PCVT_24LINESDEF
  • options PCVT_CTRL_ALT_DEL
  • options PCVT_META_ESC
  • options PCVT_NSCREENS=9
  • options PCVT_PRETTYSCRNS
  • options PCVT_SCREENSAVER
  • options PCVT_USEKBDSEC
  • options PCVT_VT220KEYB
  • options PCVT_GREENSAVER

削除 [rc.conf]

##############################################################
###  pcvt console driver options  ############################
##############################################################
pcvt_verbose="NO"
set to YES to enable verbose configuration messages
pcvt_keymap="NO"
keyboard map in /usr/share/misc/keycap.pcvt (or NO).
pcvt_keydel="NO"
key repeat delay, 0-3 (250,500,750,1000 msec) (or NO).
pcvt_keyrate="NO"
keyboard repetition rate 31-0 (2-30 char/sec) (or NO).
pcvt_keyrepeat="NO"
keyboard repeat ON or OFF (or NO).
pcvt_force24="NO"
force a 24 line display (when 25 possible) (or NO).
pcvt_hpext="NO"
use HP extensions (function keys labels) (or NO).
pcvt_lines="NO"
lines (25, 28, 40, 50 or NO).
pcvt_blanktime="NO"
blank time (in seconds) (or NO).
pcvt_cursorh="NO"
cursor top scanline (topmost line is 0) (or NO).
pcvt_cursorl="NO"
cursor low scanline (bottom line is 16) (or NO).
pcvt_monohigh="NO"
set intensity to high on monochrome monitors (or NO).

commit log

Send the pcvt(4) driver off to retirement.
$FreeBSD: src/sys/i386/conf/GENERIC,v 1.447 2006/05/17 09:33:08 phk Exp $
$FreeBSD: src/sys/i386/conf/NOTES,v 1.1226 2006/05/17 09:33:08 phk Exp $
$FreeBSD: src/etc/defaults/rc.conf,v 1.284 2006/05/17 09:33:05 phk Exp $