From owner-freebsd-questions Mon Aug 7 01:21:11 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id BAA23901 for questions-outgoing; Mon, 7 Aug 1995 01:21:11 -0700 Received: from wn1.sci.kun.nl (wn1.sci.kun.nl [131.174.8.1]) by freefall.cdrom.com (8.6.11/8.6.6) with ESMTP id BAA23891 for ; Mon, 7 Aug 1995 01:21:07 -0700 Received: from studs2.sci.kun.nl by wn1.sci.kun.nl via studs2.sci.kun.nl [131.174.124.2] with ESMTP id KAA21344 (8.6.10/2.11); Mon, 7 Aug 1995 10:20:58 +0200 From: William Wanders Received: by studs2.sci.kun.nl id KAA20530 (8.6.10/2.1); Mon, 7 Aug 1995 10:20:57 +0200 Date: Mon, 7 Aug 1995 10:20:57 +0200 Message-Id: <199508070820.KAA20530@studs2.sci.kun.nl> To: kuku@gilberto.physik.rwth-aachen.de CC: didier@aida.org, questions@freebsd.org In-reply-to: <199508070751.JAA22833@gilberto.physik.rwth-aachen.de> (message from Christoph Kukulies on Mon, 07 Aug 1995 09:51:21 +0200 (MET DST)) Subject: Re: PCVT for Freebsd 2.05 How ? Sender: questions-owner@freebsd.org Precedence: bulk Date: Mon, 07 Aug 1995 09:51:21 +0200 (MET DST) From: Christoph Kukulies Cc: questions@freebsd.org > > > > Is it possible to install PCVT in FreeBSD.2.05 ? It's on the 2.0.5 CD and you can enable it by enabling two or three option lines (see the LINT kernel) and disabling the syscons (sc0) line. > > How do I configure the driver ? Good question. I would like to see an anwser, too :-) pcvt may have a good vt220 emulation but when it comes to a man page (wrt to configuring keymaps and screenmaps) it really sucks. The man page is full of programming information but it's missing some control program (like kdbcontrol). Take a look at the the sources of pcvt (Not the kernel sources) i believe there is a tarball in the incoming dir with the newest release of pcvt. It contains much more documentation and some nice examples on how to configure PCVT as an HP or DEC like vt220. I think the rc.local file should really be updated to detect PCCONS/PCVT support. William.