From owner-freebsd-stable Fri Jul 28 12:36: 6 2000 Delivered-To: freebsd-stable@freebsd.org Received: from freeway.dcfinc.com (cx74889-a.phnx3.az.home.com [24.1.193.157]) by hub.freebsd.org (Postfix) with ESMTP id AD16F37BBA2; Fri, 28 Jul 2000 12:35:54 -0700 (PDT) (envelope-from chad@freeway.dcfinc.com) Received: (from chad@localhost) by freeway.dcfinc.com (8.8.8/8.8.8) id MAA29538; Fri, 28 Jul 2000 12:35:51 -0700 (MST) (envelope-from chad) From: "Chad R. Larson" Message-Id: <200007281935.MAA29538@freeway.dcfinc.com> Subject: Re: FreeBSD Console In-Reply-To: <20000728100018.A12519@edgemaster.zombie.org> from Sean Kelly at "Jul 28, 0 10:00:18 am" To: smkelly@zombie.org (Sean Kelly) Date: Fri, 28 Jul 2000 12:35:51 -0700 (MST) Cc: questions@FreeBSD.ORG, stable@FreeBSD.ORG Reply-To: chad@DCFinc.com Organization: DCF, Inc. X-O/S: FreeBSD 2.2.8-STABLE X-Unexpected: The Spanish Inquisition X-Mailer: ELM [version 2.4ME+ PL40 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG As I recall, Sean Kelly wrote: > I am using FreeBSD as a desktop workstation at work. It is very nice > and productive, but I have one problem. We have many HP/UX machines, > and I am constantly connecting to them. I can't find a terminal type > on HP/UX that matches the FreeBSD console exactly. 'ansi' appears to > be close, but I still have some horrid drawing errors. Same with > remote work on SunOS 5.7. On SunOS, the 'more' command doesn't even > scroll properly. I'd be interrested to know if anybody knows of a > terminal type that can be used on HP/UX 10.20, SunOS 5.7, and HP/UX 11 > that works perfectly with the FreeBSD 4-STABLE console. There are two approaches that are "right", and one close approximation. Right (and what we did here) is to extract the "cons25" entry from your /etc/termcap, move it to the Sun machine, and compile it into a terminfo entry (using "captoinfo(1M)" and "tic(1M))". Install that on all the Suns. You'll need admin priviledges to do that. Or, build your FreeBSD with the VT220 console driver, and then set your terminal type to vt220. That's a little more work on the FreeBSD end, but almost every machine in the world can speak to a vt220. The "almost" solution is to use the at386 terminal type. I don't think it meets your "perfect" requirement above, but it's pretty close. -crl -- Chad R. Larson (CRL15) 602-953-1392 Brother, can you paradigm? chad@dcfinc.com chad@larsons.org larson1@home.net DCF, Inc. - 14623 North 49th Place, Scottsdale, Arizona 85254-2207 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message