From owner-freebsd-questions Mon Dec 8 22:54:30 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA05829 for questions-outgoing; Mon, 8 Dec 1997 22:54:30 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from Tandem.com (suntan.tandem.com [192.216.221.8]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id WAA05824 for ; Mon, 8 Dec 1997 22:54:28 -0800 (PST) (envelope-from grog@lemis.com) Received: from papillon.lemis.com ([168.87.69.104]) by Tandem.com (8.8.8/2.0.1) with ESMTP id WAA13117; Mon, 8 Dec 1997 22:54:24 -0800 (PST) Received: (grog@localhost) by papillon.lemis.com (8.8.8/8.6.12) id OAA03451; Tue, 9 Dec 1997 14:53:50 +0800 (CST) Message-ID: <19971209145343.11187@lemis.com> Date: Tue, 9 Dec 1997 14:53:43 +0800 From: Greg Lehey To: mlduke@concentric.net Cc: questions@FreeBSD.ORG Subject: Re: "Second Station" Revised References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: ; from mlduke@concentric.net on Mon, Dec 08, 1997 at 09:05:31PM -0900 Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Mon, Dec 08, 1997 at 09:05:31PM -0900, mlduke@concentric.net wrote: > I've got one FreeBSD 2.2.2-RELEASE full tower box and I want to attach > a second monitor to it to run in my Daughter's room. A plug in like the > one my current monitor is plugged into does not exist on the back of > the box, and I don't know what to ask for in order to acquire the > necessary hardware. Well, it *is* possible to connect a second monitor to a FreeBSD box--in fact, that's exactly the setup I have at home. But there are serious restrictions. The most important is that you can connect another monitor, but you can't connect another keyboard, so both monitors run from the same keyboard. The standard way to do it is under X, running the multi-head X server from Xi graphics ($$$). The alternative, which could even be cheaper, is to connect a serial terminal to one of the serial ports. You should be able to pick up a serial terminal second hand quite cheaply. None of this is very exciting. That doesn't give you an X display, of course, unless you use an X terminal, which would require an Ethernet connection, but you'll probably find it easier to install a second machine, maybe a smaller one (old 386) which would just need to run the display and connect to the first machine for the processing. Again, of course, you'd need an Ethernet connection, though you could possibly use PPP instead. > Local (Nampa, Idaho) and Anchorage custom computer folks don't have a > clue as I've been able to learn so far (one I thought to be among the > better of Anchorage cc's even told me Unix is old, outdated and not > used much anymore and would hear nothing to the contrary). I'm sure he knows exactly what he's talking about, too :-) Greg