Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Nov 1997 20:16:59 -0500 (EST)
From:      Evan Champion <evanc@synapse.net>
To:        Dean Hollister <dean@odyssey.apana.org.au>
Cc:        Kwoody <kwoody@citytel.net>, FreeBSD Questions <freebsd-questions@FreeBSD.ORG>
Subject:   Re: Setting default terminal type on dialins...
Message-ID:  <Pine.BSF.3.96.971129201536.12763I-100000@cello.synapse.net>
In-Reply-To: <Pine.BSF.3.96.971130091136.7295A-100000@odyssey.apana.org.au>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 30 Nov 1997, Dean Hollister wrote:

> OK. What line do I need to add into the kernel. I know how to recompile
> it, etc, I only need to know what line to add.

See /sys/i386/conf/GENERIC:

# syscons is the default console driver, resembling an SCO console 
device          sc0     at isa? port "IO_KBD" tty irq 1 vector scintr
# Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver
#device         vt0     at isa? port "IO_KBD" tty irq 1 vector pcrint
#options                XSERVER                 # support for X server
#options                FAT_CURSOR              # start with block cursor

Comment sc0, uncomment the rest, then remake the kernel.

Evan




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.971129201536.12763I-100000>