From owner-freebsd-current@FreeBSD.ORG Wed May 5 09:16:56 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 405D716A4CE for ; Wed, 5 May 2004 09:16:56 -0700 (PDT) Received: from mailhub.sweetdreamsracing.biz (mailhub.sweetdreamsracing.biz [66.92.171.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC77343D49 for ; Wed, 5 May 2004 09:16:55 -0700 (PDT) (envelope-from culverk@sweetdreamsracing.biz) Received: by mailhub.sweetdreamsracing.biz (Postfix, from userid 80) id 2ECD8265; Wed, 5 May 2004 12:25:24 -0400 (EDT) Received: from 141.156.69.109 ([141.156.69.109]) by www.sweetdreamsracing.biz (Horde) with HTTP for ; Wed, 5 May 2004 12:25:23 -0400 Message-ID: <20040505122523.uc0840owkcw40g0k@www.sweetdreamsracing.biz> Date: Wed, 5 May 2004 12:25:23 -0400 From: Kenneth Culver To: Jason Andresen References: <40982623.2090804@bellsouth.net> <20040505102632.73f67bbe.manlix@demonized.net> <115944527.20040505112857@andric.com> <409910A3.9090708@mitre.org> In-Reply-To: <409910A3.9090708@mitre.org> MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) 4.0-cvs cc: Dimitry Andric cc: Johan Pettersson cc: nilson@bellsouth.net cc: freebsd-current@freebsd.org Subject: Re: nVidia FX Support? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 May 2004 16:16:56 -0000 Quoting Jason Andresen : > Dimitry Andric wrote: > >> On 2004-05-05 at 10:26:32 Johan Pettersson wrote: >> >> >>>> You can use the binary only driver if you have an IA-32 system (ie in >>>> /usr/ports/x11/nvidia-driver). I have.. >>>> nvidia0: mem >> >> >>> That driver hasn't worked for me since 5.1-RELEASE. I have tried various >>> ways to get it to work. FreeBSD locks up when starting X. >> >> >> The problem is that NVidia hasn't updated its binary-only FreeBSD >> driver since July 1st, 2003. Any cards released after this date will >> not work properly, or at all, with this driver. So please go bug >> NVidia. :) > > I have a GeForce FX 5900 that works with the latest Nvidia binary only > module. The probe complains that it doens't know the card, but it still > manages to make it work anyway. > > nvidia0: mem 0xd0000000-0xd7ffffff,0xdb000000-0xdbffffff irq > 11 at device 0.0 on pci3 > > According to XFree's log, it even manages to use the AGP and bumps the > speed up to 8x. > > (II) NVIDIA(0): AGP 8X successfully initialized > > X doesn't know exactly what kind of chip it is, but seems able to > autodetect all of the interesting features anyway. > I just tried it with my machine, and it hung the computer... I have an idea why it might have though, I think I forgot to set up the AGP stuff correctly in the XF86Config. Ken