From owner-freebsd-questions@FreeBSD.ORG Tue May 10 19:59:59 2005 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 3DAC816A4CE for ; Tue, 10 May 2005 19:59:59 +0000 (GMT) Received: from smtp103.rog.mail.re2.yahoo.com (smtp103.rog.mail.re2.yahoo.com [206.190.36.81]) by mx1.FreeBSD.org (Postfix) with SMTP id 769A443D8B for ; Tue, 10 May 2005 19:59:58 +0000 (GMT) (envelope-from Mike.Jeays@rogers.com) Received: from unknown (HELO ?192.168.2.150?) (mjeays2551@24.114.152.139 with plain) by smtp103.rog.mail.re2.yahoo.com with SMTP; 10 May 2005 19:59:57 -0000 From: Mike Jeays To: Rod Person In-Reply-To: References: <4280e040.4afd6c7e.36b3.ffffac6a@mx.gmail.com> Content-Type: text/plain Message-Id: <1115755191.86936.19.camel@chaucer> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Tue, 10 May 2005 15:59:51 -0400 Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org cc: joeborg@ieee.org Subject: Re: NVIDIA Driver on 5.4 RC3 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: Tue, 10 May 2005 19:59:59 -0000 On Tue, 2005-05-10 at 12:37, Rod Person wrote: > On Tue, 10 May 2005 12:24:30 -0400, Joseph Borg wrote: > > > Hi, > > I've got an NVIDIA TNT2 and I'm trying to install NVIDIA's driver on the > > AMD > > 64 Release of 5.4 RC3. The driver I'm trying to install is: > > NVIDIA-FreeBSD-x86-1.0-7174.tar.gz. > > > > When I try to install it, make stops with an error saying that vm86.h was > > not found. Has anyone come across this problem before? > > I have the same type of card and use the NVIDIA driver with no problem. > I'm not sure, but does the driver support AMD 64 cpu?? > > > Alternatively, does anyone know of another driver I can use with my card > > that will support 1024x768 at true colour depth? > > The Xorg driver 'nv' - I believe it is - should support 1024x768, it just > doesn't do the 3D acceleration of the Nvidia driver. Even the VESA driver works at this resolution with the GEFORCE 440 card - I am not saying the performance is spectacular, but it works fine for me. Section "Device" Identifier "Card0" Driver "vesa" VendorName "nVidia Corporation" BoardName "NV17 [GeForce4 MX 440]" ChipSet "vesa" BusID "PCI:1:0:0" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" SubSection "Display" Viewport 0 0 Depth 15 Modes "800x600" EndSubSection SubSection "Display" Viewport 0 0 Depth 16 Modes "1280x1024" EndSubSection SubSection "Display" Viewport 0 0 Depth 24 Modes "1024x768" EndSubSection EndSection