From owner-freebsd-questions@FreeBSD.ORG Wed Jun 20 14:38:46 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 74D6A16A400 for ; Wed, 20 Jun 2007 14:38:46 +0000 (UTC) (envelope-from lists@jnielsen.net) Received: from ns1.jnielsen.net (ns1.jnielsen.net [69.55.238.237]) by mx1.freebsd.org (Postfix) with ESMTP id 54C7113C448 for ; Wed, 20 Jun 2007 14:38:46 +0000 (UTC) (envelope-from lists@jnielsen.net) Received: from localhost (jn@ns1 [69.55.238.237]) (authenticated bits=0) by ns1.jnielsen.net (8.12.9p2/8.12.9) with ESMTP id l5KEcjOH096764; Wed, 20 Jun 2007 10:38:45 -0400 (EDT) (envelope-from lists@jnielsen.net) From: John Nielsen To: freebsd-questions@freebsd.org Date: Wed, 20 Jun 2007 10:38:31 -0400 User-Agent: KMail/1.9.6 References: <4678B343.8000802@u.washington.edu> In-Reply-To: X-Face: #X5#Y*q>F:]zT!DegL3z5Xo'^MN[$8k\[4^3rN~wm=s=Uw(sW}R?3b^*f1Wu*.<=?utf-8?q?of=5F4NrS=0A=09P*M/9CpxDo!D6?=)IY1w<9B1jB; tBQf[RU-R<,I)e"$q7N7 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200706201038.31983.lists@jnielsen.net> X-Virus-Scanned: ClamAV version 0.88.4, clamav-milter version 0.88.4 on ns1.jnielsen.net X-Virus-Status: Clean Cc: "Adam St. George" Subject: Re: Multi Monitors (More Than Two) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jun 2007 14:38:46 -0000 On Wednesday 20 June 2007 01:27:01 am Andrew Pantyukhin wrote: > On 6/20/07, Garrett Cooper wrote: > > Adam St. George wrote: > > > Will FreeBSD be able to have a setup for 16 monitors? Id love to > > > finaly, and fully switch to FreeBSD from Microsoft, but two things hold > > > me back. 1. Multi monitors > > > 2. Using/configuring Wine > > > If I can have a setup with 16 monitors, are there any threads, or > > > websites > > > which could help me to do so? I will be using Quadro Nvidia cards (4). > > > > > > Thanks in advance. > > > > 1. SLI support and Crossfire support don't exist in Unix. How can you > > possibly setup 16 monitors? Even with splitters, it's not possible > > (unless you use PCI cards). > > I'm not sure about SLI and Crossfire, but I'm sure that > Unix doesn't really need them to support that many monitors. > Whether you use one Xorg instance or multiple ones, you can > certainly use 16 monitors. The only issue could be nvidia's > binary drivers, but I hope they support their Quadro's. > > Search for words like "Xinerama" and "multiheading" > > > 2. Wine has plenty of Howto's all over the net. > > Linux has better support for wine, but FreeBSD is not far > behind. E.g. many people are running 3D games under wine > in FreeBSD. Internet Explorer is happily running on PC- > BSD, which means it won't have much trouble on FreeBSD. The binary nvidia driver works just fine with Quadro cards, and between Xinerama and the built-in TwinView support (possibly only using one or the other) I'm sure you'd be able to drive all your screens and arrange them how you'd like. Just be prepared to do some research, use the nvidia-xconfig tool a couple times, do some experimenting, and then manually edit your xorg.conf to get the behavior you want. (Possibly repeated a few times). You'll have the best luck with the nvidia driver on 6.2 or 6-STABLE, and it only supports i386 (not amd64). Take a look at this list to be sure you install a version of the driver that supports your card: http://us.download.nvidia.com/freebsd/1.0-9746/README/appendix-a.html JN