From owner-freebsd-questions@FreeBSD.ORG Fri Aug 19 15:04:04 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 26CB616A41F for ; Fri, 19 Aug 2005 15:04:04 +0000 (GMT) (envelope-from devfreebsd@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id B274043D45 for ; Fri, 19 Aug 2005 15:03:59 +0000 (GMT) (envelope-from devfreebsd@gmail.com) Received: by xproxy.gmail.com with SMTP id i31so113074wxd for ; Fri, 19 Aug 2005 08:03:57 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=MEl7pU856QurPK2kAoNFWf5AOzqw+P38GJsxuLwRw+cIwkxhARNOnUVjXcxXIwQh5KnjsbQDJ+atKA+j+O+EFpA1qw7QlnaZULfy+dPKBzuwxr4lU62sCa4Dsr8bbmdNn8IXLzRJmTU0lucsV/eb7zbVU9S/UqKVJXAiCCywUOk= Received: by 10.70.28.5 with SMTP id b5mr6585wxb; Fri, 19 Aug 2005 08:03:57 -0700 (PDT) Received: by 10.70.118.4 with HTTP; Fri, 19 Aug 2005 08:03:57 -0700 (PDT) Message-ID: <6e58a0305081908031aa1d6e8@mail.gmail.com> Date: Fri, 19 Aug 2005 20:33:57 +0530 From: Dev FreeBSD To: freebsd-questions@freebsd.org In-Reply-To: <20050819143407.3069.qmail@web54407.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <44zmreghxt.fsf@be-well.ilk.org> <20050819143407.3069.qmail@web54407.mail.yahoo.com> Subject: Re: multiple LCD monitors connection to a FreeBSD server 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: Fri, 19 Aug 2005 15:04:04 -0000 On 8/19/05, Bsderss wrote: > Hi, >=20 > I want to connection more than 10 LCD monitors to a > single FreeBSD server. Is there a way to do so? >=20 > Thanks > Sam >=20 >=20 Hi A "possible" starting point would be http://linuxreviews.org/howtos/xfree/Xinerama-HOWTO/ and http://www.linuxgazette.com/issue82/ward.html You would need to do a prototype with=20 . some hardware (atleast 9 display cards, etc), . xinerama extensions=20 . and xorg.conf file Hope this helps. --=20 thanks Dev.