From owner-freebsd-current@FreeBSD.ORG Tue Dec 27 09:14:39 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF41416A423 for ; Tue, 27 Dec 2005 09:14:39 +0000 (GMT) (envelope-from darren.pilgrim@bitfreak.org) Received: from mail.bitfreak.org (mail.bitfreak.org [65.75.198.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5501143D49 for ; Tue, 27 Dec 2005 09:14:39 +0000 (GMT) (envelope-from darren.pilgrim@bitfreak.org) Received: from smiley (mail.bitfreak.org [65.75.198.146]) by mail.bitfreak.org (Postfix) with ESMTP id 089D719F2C; Tue, 27 Dec 2005 01:15:47 -0800 (PST) From: "Darren Pilgrim" To: "'Eric Anholt'" Date: Tue, 27 Dec 2005 01:14:26 -0800 Message-ID: <000201c60ac5$f3016db0$642a15ac@smiley> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.6626 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Importance: Normal In-Reply-To: <1135671774.1065.48.camel@leguin> Cc: 'Chris Gilbert' , freebsd-current@freebsd.org Subject: RE: ATI on FreeBSD! FireGL Linux Driver Port (correction, clarification) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Dec 2005 09:14:40 -0000 > -----Original Message----- > From: Eric Anholt [mailto:eta@lclark.edu] > Sent: Tuesday, December 27, 2005 12:23 AM > To: Darren Pilgrim > Cc: 'Chris Gilbert'; freebsd-current@freebsd.org > Subject: RE: ATI on FreeBSD! FireGL Linux Driver Port > (correction,clarification) > > > On Tue, 2005-12-27 at 00:12 -0800, Darren Pilgrim wrote: > > From: Darren Pilgrim > > > > > > - Ran glxgears, default window size, both drivers with > DRI disabled. > > > fglrx: ~164 FPS > > > radeon: ~670 FPS. > > > > The xorg logs indicate the radeon driver test was run without: > > > > Options "VideoOverlay" "on" > > Options "OpenGLOverlay" "off" > > > > I retested the radeon driver with the above options > specified and got the > > same performance. > > Those aren't radeon driver options (which should all be specified in > radeon(4)). True. But by the radeon(4) man page on the test system, the closest thing would be NoAccel. Testing the radeon driver, with DRI disabled, the fglrx-specific options commented out and "NoAccel" "on": 2D performance is a misnomer. glxgears: ~683 FPS If you, Chris or anyone can think of a set of options to make the radeon driver more equivalent to the fglrx driver, post 'em and I'll grind the gears.