From owner-freebsd-questions@FreeBSD.ORG Fri Mar 16 03:36:00 2007 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 2FF4816A400 for ; Fri, 16 Mar 2007 03:36:00 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from mxout2.cac.washington.edu (mxout2.cac.washington.edu [140.142.33.4]) by mx1.freebsd.org (Postfix) with ESMTP id 0DEE713C459 for ; Fri, 16 Mar 2007 03:36:00 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.32.141] (may be forged)) by mxout2.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW07.03) with ESMTP id l2G3ZxrV023766 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 15 Mar 2007 20:35:59 -0700 X-Auth-Received: from [192.168.10.41] (c-67-187-172-183.hsd1.ca.comcast.net [67.187.172.183]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.7+UW06.06/8.13.7+UW07.03) with ESMTP id l2G3ZwfP032538 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Thu, 15 Mar 2007 20:35:59 -0700 Message-ID: <45FA109E.30801@u.washington.edu> Date: Thu, 15 Mar 2007 20:35:58 -0700 From: Garrett Cooper User-Agent: Thunderbird 1.5.0.9 (X11/20070122) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <80f4f2b20703151037q270e46b7x9c528908b8634cc4@mail.gmail.com> In-Reply-To: <80f4f2b20703151037q270e46b7x9c528908b8634cc4@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-PMX-Version: 5.3.0.289146, Antispam-Engine: 2.5.0.283055, Antispam-Data: 2007.3.15.202433 X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='__CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0, __STOCK_PHRASE_6 0, __USER_AGENT 0' Subject: Re: Verifying my 3D drivers set up properly for my nVidia based graphics card 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: Fri, 16 Mar 2007 03:36:00 -0000 Jim Stapleton wrote: > I have a 7300GT in my computer, and I have run into a couple of errors > trying to set up WoW in Wine (couldn't find copies of the error > elsewhere). Also a couple of OpenGL applications are running slower > than one would expect given my card (especially in the screen savers > area, where the same apps would run /too fast/ with my old Ti4200. > These in conjunction lead me to suspect my graphics setup. > > What application/method would you suggest to test this? I'd prefer > something that would provide command line information, rather than > "about how fast does this run?" > > I checked for the libraries mentioned on nVidias web site, and they > are all in the right spots, which leads me to suspect it's an > xorg.conf error, but I'm not sure. I've attached the xorg.conf file to > the end, just in case. > > Thanks, > -Jim Stapleton > > > /etc/X11/xorg.conf: [snipped config] > /var/log/Xorg.0.log: [snipped long log] Jim, I'm not sure about your wine config because wine's a very twitchy beast (over the past couple years in particular because of an API change I think). All I know is that I was very happy and amazed when I got Half-Life 1 to play on my desktop back when I ran KDE in Linux. It was astonishing.. glxgears will provide you with some performance info about your OpenGL stats though. It also depends on what you're running, what your 7300GT runs for shared RAM, etc because I noticed that you mentioned Ti4200 (my first nVidia card), and they customarily came stock with 64MB of VRAM, whereas the 7300GT cards I can only assume come with around 256MB ~ 368MB. This in turn could seriously eat up system RAM if you don't have a lot and reduce performance in your machine, like what occurred with me and my first desktop after I upgraded to a Geforce 6200 card with 128MB of RAM since my system only has 512MB of RAM to allocate. Some things got faster, some things stayed the same, and some things got slower.. It also depends on the vendor that you bought the card from too. nVidia contracted their chipset to quite a few 3rd parties after the 5000 series, and it seems like their graphics quality in some respects has become inconsistent, and degraded with some vendors. -Garrett -Garrett