From owner-freebsd-questions@FreeBSD.ORG Fri Sep 12 19:58:23 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 4B97016A4BF for ; Fri, 12 Sep 2003 19:58:23 -0700 (PDT) Received: from ms-smtp-02.southeast.rr.com (ms-smtp-02.southeast.rr.com [24.93.67.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54B1D43FDF for ; Fri, 12 Sep 2003 19:58:22 -0700 (PDT) (envelope-from jason@ec.rr.com) Received: from ec.rr.com (cpe-024-211-231-149.ec.rr.com [24.211.231.149]) h8D2sbpM025679; Fri, 12 Sep 2003 22:54:38 -0400 (EDT) Message-ID: <3F6285FB.7080507@ec.rr.com> Date: Fri, 12 Sep 2003 22:50:35 -0400 From: jason User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20030713 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kris Kennaway References: <3F622F61.9020409@ec.rr.com> <20030912205458.GA12886@rot13.obsecurity.org> In-Reply-To: <20030912205458.GA12886@rot13.obsecurity.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: nforce 2 drivers aren't working 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, 13 Sep 2003 02:58:23 -0000 Kris Kennaway wrote: >On Fri, Sep 12, 2003 at 04:41:05PM -0400, jason wrote: > > >>Has anyone with a nforce2 board got the agp working? >> >> > >This driver is supported by nvidia, not FreeBSD. > >Kris > > Acutaully nvidia only supports linux for seperate chipset drivers, and thats with a patch. If I had a nvidia graphics card I could use the nvidia drivers. The only way to have 3d on freebsd with a nonnvidia card is if someone writes a driver. Matthew N. Dodd made a good try, but there is something wrong with the drivers; at least I think so. That is why I would like to know if anyone has a working board, then I would know it's just me or my system and not the driver code. Thanks, Jason from /usr/src/sys/pci/agp_nvidia.c /*- * Copyright (c) 2003 Matthew N. Dodd * All rights reserved. * * $FreeBSD: /repoman/r/ncvs/src/sys/pci/agp_nvidia.c,v 1.2 2003/08/23 19:32:18 mdodd Exp $ */ /* * Written using information gleaned from the * NVIDIA nForce/nForce2 AGPGART Linux Kernel Patch. */