From owner-freebsd-questions Thu Mar 6 17:16:20 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA27883 for questions-outgoing; Thu, 6 Mar 1997 17:16:20 -0800 (PST) Received: from icicle.winternet.com (adm@icicle.winternet.com [198.174.169.5]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id RAA27878 for ; Thu, 6 Mar 1997 17:16:16 -0800 (PST) Received: (from adm@localhost) by icicle.winternet.com (8.7.5/8.7.5) id TAA09030 for ; Thu, 6 Mar 1997 19:16:10 -0600 (CST) Posted-Date: Thu, 6 Mar 1997 19:16:10 -0600 (CST) Received: from fools.ecpnet.com(204.246.64.101) by icicle.winternet.com via smap (V2.0beta) id xma009010; Thu, 6 Mar 97 19:15:49 -0600 Received: from localhost (moke@localhost) by fools.ecpnet.com (8.8.5/8.8.4) with SMTP id TAA00435 for ; Thu, 6 Mar 1997 19:12:34 -0600 (CST) Date: Thu, 6 Mar 1997 19:12:34 -0600 (CST) From: Jimbo Bahooli To: freebsd-questions@freebsd.org Subject: VGA && PCVT Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I have been hacking on the pcvt driver alittle recently. Nothing really technical except getting it to display 8-bit ala 437 codepage, and changing the VC actions to that of the sc0 driver (alt-fX). My next goal was to get it to do INTENSE. This proved somewhat more difficult, and I am looking for some pointers. I know this would disable the 2nd_charset capability but I have no need for that. I would rather have intensity. thanks.