From owner-freebsd-questions Mon Sep 11 18:19:51 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id SAA14549 for questions-outgoing; Mon, 11 Sep 1995 18:19:51 -0700 Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id SAA14543 for ; Mon, 11 Sep 1995 18:19:49 -0700 Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id SAA14575; Mon, 11 Sep 1995 18:11:25 -0700 From: Terry Lambert Message-Id: <199509120111.SAA14575@phaeton.artisoft.com> Subject: Re: cons25 and vt100 To: partek@indecent.com (David Anderson) Date: Mon, 11 Sep 1995 18:11:25 -0700 (MST) Cc: terry@lambert.org, julian@ref.tfs.com, questions@freebsd.org In-Reply-To: from "David Anderson" at Sep 11, 95 08:01:00 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 2050 Sender: questions-owner@freebsd.org Precedence: bulk > > > 1- All stuff that was supposed to be bold, was blue. > > 8-). Direct mapping of the mono attribute bits to the CGA attribute > > values. > > What's "bold" on a color screen? > > Trick question? Yes. 8-). The answer is "whatever you say it is"; setting the foreground high intensity bit under mono is the same as the blue bit under color. I believe you can remap it (I have no Idea how, though). > > > 2- The screen would constanly become garbled. I would be typing something > > > at the commandline and suddenly the cursor would just jump to the > > > other side of the screen. > > > > What video card do you have; sounds like a non-linear VGA memory map? > > I have a Cirrus Logic 5426/8(clgd5428) and that's what pcvt reports on > bootup. 8-|. I have no idea how it knows that. > > > 3- When the system boots up, everything is white on a red background. Not > > > necessarily a problem, but it looks strange. > > Another attribute mapping. > > I'd say PCVT was under the impression that your card was a mono card; does > > it emulate one? This could cause it to mis-probe the card. You may want > > to look at the dmesg output for boot and see what probe messages it puts > > out to you. Then contact the author for advice. > > And who is that? :) A friend of mine is also running FreeBSD. He's having > the same exact problems with PCVT.(though has a different video card) Is > this really a problem, or is it just how it's SUPPOSED to act? Well, the attribute clear screen is how it's supposed to act; I'd argue a problem in ncurses or whatever program's screen handling code (I've seen the same thing under elm, myself). The authors (according to the sources, which should be on your box too) are: * Copyright (c) 1992, 1995 Hellmuth Michaelis and Joerg Wunsch. * * Copyright (C) 1992, 1993 Soeren Schmidt. Joerg is on all the lists and all the news groups. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.