From owner-freebsd-bugs@FreeBSD.ORG Fri Oct 8 22:20:33 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2059A16A4CE for ; Fri, 8 Oct 2004 22:20:33 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1055B43D5C for ; Fri, 8 Oct 2004 22:20:33 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i98MKWXs091394 for ; Fri, 8 Oct 2004 22:20:32 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i98MKWe9091393; Fri, 8 Oct 2004 22:20:32 GMT (envelope-from gnats) Date: Fri, 8 Oct 2004 22:20:32 GMT Message-Id: <200410082220.i98MKWe9091393@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Mikhail Teterin Subject: Re: kern/60474: Temporary fix for DRM support for Radeon 9200 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Mikhail Teterin List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Oct 2004 22:20:33 -0000 The following reply was made to PR kern/60474; it has been noted by GNATS. From: Mikhail Teterin To: Eric Anholt Cc: gnats , dotz@irc.pl, DRI Subject: Re: kern/60474: Temporary fix for DRM support for Radeon 9200 Date: Fri, 08 Oct 2004 18:14:37 -0400 Eric Anholt wrote: >On Fri, 2004-10-08 at 11:17, Mikhail Teterin wrote: > > >>Hi, Eric! >> >>Can this be assigned back to you? I have another pair of PCI IDs, >>BTW, and I am sure, there are people with shiny new Radeon-9800 out >>there too... Yours, >> >> > >This is not a bug. The DRM does not support r300-series hardware. >Among other things, trying to initialize it with r100 or r200 microcode >will probably make it explode in your face. Now, if this was part of an >attempt at getting http://r300.sf.net/ stuff working on FreeBSD, that'd >be another thing :) > No, nothing exploded, but the Xorg server insists on NOT using direct rendering on Radeon-9500/9700 cards. Which is me :-( The card works fine and I got it to work in dual-head mode, but OpenGL performance remains miserable. Not sure, if upgrading to Xorg-7.8.1 would help me, but eager to try. Would you have diffs for the ports? Thanks! -mi