From owner-freebsd-questions@FreeBSD.ORG Thu Jun 30 19:37:57 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 C6F7716A41C for ; Thu, 30 Jun 2005 19:37:57 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from smtp-out6.blueyonder.co.uk (smtp-out6.blueyonder.co.uk [195.188.213.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 656BA43D49 for ; Thu, 30 Jun 2005 19:37:56 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from [82.41.37.55] ([82.41.37.55]) by smtp-out6.blueyonder.co.uk with Microsoft SMTPSVC(5.0.2195.6713); Thu, 30 Jun 2005 20:38:37 +0100 Message-ID: <42C44A13.70906@dial.pipex.com> Date: Thu, 30 Jun 2005 20:37:55 +0100 From: Alex Zbyslaw User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-GB; rv:1.7.8) Gecko/20050530 X-Accept-Language: en, en-us, pl MIME-Version: 1.0 To: "Anthony M. Agelastos" References: <20050630001004.GA60781@logik.ath.cx> <42C3BB88.60609@dial.pipex.com> <11E66443-1CFF-4CE8-AEF3-F3E4A4ED75AD@gmail.com> In-Reply-To: <11E66443-1CFF-4CE8-AEF3-F3E4A4ED75AD@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 30 Jun 2005 19:38:37.0982 (UTC) FILETIME=[4FB133E0:01C57DAB] Cc: freebsd-questions@freebsd.org Subject: Re: NVIDIA TNT2 woes 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: Thu, 30 Jun 2005 19:37:57 -0000 Anthony M. Agelastos wrote: >> Can you use the x.org "nv" driver instead? I've never really >> figured out what the binary driver buys you over the standard one, >> but then all I do is run X with fvwm2, mainly for software >> development, so I have never needed any "fancy" features. (I've >> never had a TNT2, but I believe it's supported). >> >> Man nv says under supported cards: >> >> RIVA TNT2 NV5 >> >> > I am having the same problem with a RIVA TNT card. Changing the > driver from nvidia to nv in /etc/X11/xorg.conf allows me to enter > X11. This is all unfortunate, however. These binary drivers provide > GLX extensions to X11 for NVIDIA cards (so I could type glxgears at > the prompt and have it actually do something). I hope this site > exists soon and someone makes a port for it; I enjoyed knowing that > if I needed to play an OpenGL game that wasn't too hardcore, I could > do it with this computer (I could actually play Quake 3 pretty well > with those drivers). > Well, I run the "nv" driver (on a much newer NVidia card, admittedly) and I can run glxgears and get output (160-180 FPS). My modules section of xorg.conf has Load "glx" and the Device section Driver "nv" There must be something else that the binary driver provides (or maybe it just does it better). --Alex