From owner-freebsd-questions@FreeBSD.ORG Sat Dec 23 02:51:38 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BEC3C16A403 for ; Sat, 23 Dec 2006 02:51:38 +0000 (UTC) (envelope-from josh@tcbug.org) Received: from sccrmhc15.comcast.net (sccrmhc15.comcast.net [63.240.77.85]) by mx1.freebsd.org (Postfix) with ESMTP id 8D18A13C448 for ; Sat, 23 Dec 2006 02:51:38 +0000 (UTC) (envelope-from josh@tcbug.org) Received: from gimpy (c-24-118-186-172.hsd1.mn.comcast.net[24.118.186.172]) by comcast.net (sccrmhc15) with ESMTP id <20061223023824015004svqpe>; Sat, 23 Dec 2006 02:38:24 +0000 From: Josh Paetzel To: freebsd-questions@freebsd.org Date: Fri, 22 Dec 2006 20:38:13 -0600 User-Agent: KMail/1.9.4 References: <64c038660612221508n430d51a2y6b98fda4bf1a24d8@mail.gmail.com> In-Reply-To: <64c038660612221508n430d51a2y6b98fda4bf1a24d8@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200612222038.13887.josh@tcbug.org> Cc: Modulok Subject: Re: nvida driver on amd64 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: Sat, 23 Dec 2006 02:51:38 -0000 On Friday 22 December 2006 17:08, Modulok wrote: > First of all, I'm not asking for a step by step guide...just > needing someone to point me in the right direction: > > There is a FreeBSD project un-officially named "project evil" which > allows one to use binary drivers from Microsoft windows for network > interface cards that are not natively supported. Is there a similar > project or method out there for video card drivers, such that we > may use Linux drivers for video cards that aren't natively > supported under FreeBSD? > > Basically I'm looking to get an nvidia driver for an FreeBSD system > on amd64, that supports openGL 2.0 hardware acceleration. So far, > nvidia only supports FreeBSD on the x86. Aside from going to linux > (which I really don't want to do) any suggestions on how to > accomplish this? Can I use a driver compiled for x86 on an amd64 > architecture perhaps? > > Thanks. > -Modulok- You are at the mercy of nvidia to provide an AMD64 nvidia driver. There is no available magic to make either the linux AMD64 driver or the FreeBSD i386 driver work on FBSD AMD64. -- Thanks, Josh Paetzel