From owner-freebsd-questions@FreeBSD.ORG Thu Mar 25 15:50:54 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CF117106567D for ; Thu, 25 Mar 2010 15:50:54 +0000 (UTC) (envelope-from pieter@degoeje.nl) Received: from s2m-is-001.service2media.com (rev-130-102.virtu.nl [217.114.102.130]) by mx1.freebsd.org (Postfix) with ESMTP id 655368FC19 for ; Thu, 25 Mar 2010 15:50:53 +0000 (UTC) Received: from kaas.localnet ([10.0.1.77] RDNS failed) by s2m-is-001.service2media.com with Microsoft SMTPSVC(6.0.3790.3959); Thu, 25 Mar 2010 16:50:51 +0100 From: Pieter de Goeje To: freebsd-questions@freebsd.org Date: Thu, 25 Mar 2010 16:50:48 +0100 User-Agent: KMail/1.12.2 (Linux/2.6.31-20-generic; KDE/4.3.2; x86_64; ; ) References: <2092844706.52171269486849103.JavaMail.root@mail-01.cse.ucsc.edu> In-Reply-To: <2092844706.52171269486849103.JavaMail.root@mail-01.cse.ucsc.edu> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201003251650.48726.pieter@degoeje.nl> X-OriginalArrivalTime: 25 Mar 2010 15:50:51.0666 (UTC) FILETIME=[F2289F20:01CACC32] Cc: Tim Gustafson Subject: Re: FreeBSD 8 / amd64 / Xorg / nvidia GeForce 5200 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: Thu, 25 Mar 2010 15:50:54 -0000 On Thursday 25 March 2010 04:14:09 Tim Gustafson wrote: > 1. Is there any way to get the nvidia-driver-173 port to work with my amd64 > OS? I'm afraid it's not possible. > 2. Is there any way to get the second head of the 5200 video card to work > using the nv driver? I tried adding a second device section to xorg.conf > but the system errors out telling me that it tried to use conflicting > hardware. I've attached both my xorg.conf and my Xorg.0.log file to this > message. Did you try xrandr? It should report multiple heads (run the command without arguments). You can then enable the second monitor using something like: xrandr --output DVI1 --auto - Pieter