From owner-freebsd-questions@FreeBSD.ORG Fri Aug 22 22:09:56 2003 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 470E616A4BF for ; Fri, 22 Aug 2003 22:09:56 -0700 (PDT) Received: from mail3.tpgi.com.au (mail.tpgi.com.au [203.12.160.59]) by mx1.FreeBSD.org (Postfix) with ESMTP id BAA5943FA3 for ; Fri, 22 Aug 2003 22:09:53 -0700 (PDT) (envelope-from agh@tpg.com.au) Received: from 192.168.0.4 (220-244-72-6.tpgi.com.au [220.244.72.6]) by mail3.tpgi.com.au (8.11.6/8.11.6) with ESMTP id h7N59pv23074 (using TLSv1/SSLv3 with cipher RC4-MD5 (128 bits) verified NO); Sat, 23 Aug 2003 15:09:52 +1000 From: "Alastair G. Hogge" To: Dragoncrest , freebsd-questions@freebsd.org Date: Sat, 23 Aug 2003 15:10:09 +1000 User-Agent: KMail/1.5.3 References: <5.2.0.9.2.20030823010417.00a17570@pop.voyager.net> In-Reply-To: <5.2.0.9.2.20030823010417.00a17570@pop.voyager.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200308231510.09983.agh@tpg.com.au> Subject: Re: Configuring GeForce FX 5200 in X? 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: Sat, 23 Aug 2003 05:09:56 -0000 On Saturday, 23 August 2003 15:07, Dragoncrest wrote: > Hi all. Just got a GeForce4 FX 5200 to install in a new Freebsd box and > I'm trying to configure X to use it, but I don't see the card listed > anywhere in the list of cards on the machine. What do I do in order to > configure the card itself? I'd like to get it installed and running in > there if possible. If it's not one that bsd will use, I'll just swap my > GF3 out of my win box instead, but I'd rather get this going of > possible. Can anyone point me in the direction of how to get this working > or which driver to use? Install /usr/ports/x11/nvidia-driver and then in your XF86Config swap your video card driver with nvidia. Reboot and hopefully you will have a working FX5200 on FreeBSD :-) HTH -Al