From owner-freebsd-hackers@FreeBSD.ORG Sat Oct 23 15:44:55 2010 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 87650106566C for ; Sat, 23 Oct 2010 15:44:55 +0000 (UTC) (envelope-from nox@jelal.kn-bremen.de) Received: from smtp.kn-bremen.de (gelbbaer.kn-bremen.de [78.46.108.116]) by mx1.freebsd.org (Postfix) with ESMTP id 4A1538FC08 for ; Sat, 23 Oct 2010 15:44:55 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id A95691E009CB; Sat, 23 Oct 2010 17:27:36 +0200 (CEST) Received: from triton8.kn-bremen.de (noident@localhost [127.0.0.1]) by triton8.kn-bremen.de (8.14.4/8.14.3) with ESMTP id o9NFPhDI084058; Sat, 23 Oct 2010 17:25:43 +0200 (CEST) (envelope-from nox@triton8.kn-bremen.de) Received: (from nox@localhost) by triton8.kn-bremen.de (8.14.4/8.14.3/Submit) id o9NFPgnV084057; Sat, 23 Oct 2010 17:25:42 +0200 (CEST) (envelope-from nox) Date: Sat, 23 Oct 2010 17:25:42 +0200 (CEST) From: Juergen Lock Message-Id: <201010231525.o9NFPgnV084057@triton8.kn-bremen.de> To: xorquewasp@googlemail.com X-Newsgroups: local.list.freebsd.hackers In-Reply-To: <20101019204409.GA5603@logik.internal.network> Organization: home X-Mailman-Approved-At: Sat, 23 Oct 2010 16:10:10 +0000 Cc: freebsd-hackers@freebsd.org Subject: Re: Radeon DRI/3D status X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Oct 2010 15:44:55 -0000 In article <20101019204409.GA5603@logik.internal.network> you write: >Hello. Hi! > >What's the current status of DRI/3D support with the 4xxx range of ATI >cards? > >I'm on 8.0-RELEASE and have just installed a (borrowed) 4870 card. I >get working dual monitor support but only software rasterization in >xorg. > >The intention is to replace a broken x1950 card with something at least >slightly newer but I can't find any real information (other than an >apparently outdated wiki page) that suggests anything is or isn't >supported. See /usr/ports/UPDATING entry from 20100207, you need to define WITHOUT_NOUVEAU to get opengl on Radeon HD [234]xxx. HTH, Juergen