From owner-freebsd-questions@FreeBSD.ORG Wed Mar 31 03:11:37 2004 Return-Path: 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 D600316A4CE for ; Wed, 31 Mar 2004 03:11:36 -0800 (PST) Received: from mk-smarthost-1.mail.uk.tiscali.com (mk-smarthost-1.mail.uk.tiscali.com [212.74.114.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BB4E43D31 for ; Wed, 31 Mar 2004 03:11:36 -0800 (PST) (envelope-from b.candler@pobox.com) Received: from [80.44.130.37] (port=24890 helo=billdog.local.linnet.org) by mk-smarthost-1.mail.uk.tiscali.com with esmtp (Exim 4.30) id 1B8dd8-000J9W-Lq; Wed, 31 Mar 2004 12:11:34 +0100 Received: from brian by billdog.local.linnet.org with local (Exim 4.31) id 1B8dd9-0001kU-2q; Wed, 31 Mar 2004 12:11:35 +0100 Date: Wed, 31 Mar 2004 12:11:35 +0100 From: Brian Candler To: Harald Schmalzbauer Message-ID: <20040331111135.GA6686@uk.tiscali.com> References: <20040328215731.GA40112@uk.tiscali.com> <200403290253.43487.h@schmalzbauer.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200403290253.43487.h@schmalzbauer.de> User-Agent: Mutt/1.4.1i cc: freebsd-questions@freebsd.org Subject: Re: nVidia chipset - ethernet support? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Mar 2004 11:11:37 -0000 On Mon, Mar 29, 2004 at 02:53:38AM +0200, Harald Schmalzbauer wrote: > > Incidentally, my machine has two VGA ports. If anyone knows how to get both > > of those working together with XFree86, that would be appreciated too! > > You need the proprietary nvidia driver (from ports/x11/nvidia-driver). See the > docs in the working directory of the port for more info, if you need a sample > dual-layout I can send you mine. I've got that going too now, thanks; once using TwinView, and again using two X screens (in the latter case, KDE displays a separate toolbar on the bottom of each one, which is cool). Actually what I really wanted was to bind a second keyboard and mouse (USB) to the second screen, so I'd have two completely independent X sessions, with separate xdm logins. But I don't think I'll be able to get that to work without having a separate card and a separate X server process; X doesn't seem to allow multiple 'ServerLayout' sections to be active concurrently. But my machine does have one spare AGP slot as well as one PCI slot, so I might go down that route. Best wishes, Brian.