From owner-freebsd-questions@FreeBSD.ORG Tue Nov 9 00:50:01 2004 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 BBA6116A4CE for ; Tue, 9 Nov 2004 00:50:01 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4119343D4C for ; Tue, 9 Nov 2004 00:50:01 +0000 (GMT) (envelope-from chris.kuethe@gmail.com) Received: by rproxy.gmail.com with SMTP id b11so439464rne for ; Mon, 08 Nov 2004 16:49:28 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=NH0YRw5e1orer0ImpAOwm0cw2Pu3VeomvRnDA/lCWKwchxtKQf6KZWr54uAbjWZuODFK82ko+kTV/ZzxZhEZZk72P0d2LZopLRXgAeGUiYBJcrJ3NGiPlJ62dbBXXr/pigA17SRxGtq1gW98ZOC+wN0BV6qh0iJUdCxcntX7q/k= Received: by 10.38.161.76 with SMTP id j76mr399979rne; Mon, 08 Nov 2004 16:49:28 -0800 (PST) Received: by 10.38.208.32 with HTTP; Mon, 8 Nov 2004 16:49:28 -0800 (PST) Message-ID: <91981b3e04110816493e2c1fed@mail.gmail.com> Date: Mon, 8 Nov 2004 17:49:28 -0700 From: Chris Kuethe To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Recommended Video Card with OpenGL Acceleration? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Chris Kuethe List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Nov 2004 00:50:01 -0000 I've started down the path of OpenGL hackery, and am looking for recommendations on good video cards support by X.org that have hardware accelerated OpenGL. I'll be running this on 5.3-stable. Thus far searches have indicated that ATI is to be avoided, NVIDIA is decent, and "All cards supported by the DRI open source drivers work fine in FreeBSD." I would hope that if a card is said to "work fine" actually does do hardware OpenGL. (I have a laptop with a savage twister [0x8d01] that works fine with X, albeit very slowly. It'd be nice to have that usable.). If people would care to bounce me a dmesg or hardware description, X/Mesa/etc. versions and some glxgears framerates (csdemo framerates would be even better), that'd be much appreciated. I'd prefer to not have a completely frankensteined system, but if I need to be running some package straight out of CVS, then so be it. To forestall the ever-popular cries of STFA, I've already done some digging: http://www.google.com/search?q=FreeBSD+OpenGL+acceleration http://www.freebsd.org/cgi/search.cgi?words=OpenGL&max=250&sort=score&index=recent&source=freebsd-newbies&source=freebsd-questions&source=freebsd-x11 http://marc.theaimsgroup.com/?l=freebsd-questions&w=2&r=1&s=OpenGL&q=b http://dri.sourceforge.net/ http://www.unixguide.net/freebsd/faq/11.18.shtml http://people.freebsd.org/~anholt/dri/ ... -- GDB has a 'break' feature; why doesn't it have 'fix' too?