From owner-freebsd-current@FreeBSD.ORG Mon Mar 9 17:36:01 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9D9D410657EB for ; Mon, 9 Mar 2009 17:36:01 +0000 (UTC) (envelope-from mat.macy@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.232]) by mx1.freebsd.org (Postfix) with ESMTP id 4A0368FC12 for ; Mon, 9 Mar 2009 17:36:01 +0000 (UTC) (envelope-from mat.macy@gmail.com) Received: by rv-out-0506.google.com with SMTP id f6so1907181rvb.43 for ; Mon, 09 Mar 2009 10:36:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type:content-transfer-encoding; bh=sPKZPtR0IpWMAjM5GCa6BUHDx+J3JwuYFKnoKc5ZDOY=; b=FHuIrPuCzPNkuLBL8BFADEx7Qan8sx+dFS1XOEs/llorT7ck1FCTL7MrJ6jIMGCAmS fMDOfWmApORWTgjaxJ+Qc2lXsXWQY4QXXhjxJ2SNcf3b0LLG0KnIA0wbw7JGRCqDyHAr 3YlhjxWE7EVlFcpRIB9p/LRJyMyzACwXBsE1w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=UOvU4O1tvBfDKeKfKC4ps3E0nJ2kSmeoohjhVhRJpz7PFNA6pnl61i+ei6Q0mvVDPf VrrR4LeepkZMxDmsGIP6OTh6KUIBuD48PaRiGRAmxuJb7IPw1QKY5uMDPxjofvFRnugd ZwWT62IjI2ZP90cVyWXkjZ1KzI7uxio1CPoWk= MIME-Version: 1.0 Sender: mat.macy@gmail.com Received: by 10.140.187.14 with SMTP id k14mr3179774rvf.136.1236620161049; Mon, 09 Mar 2009 10:36:01 -0700 (PDT) In-Reply-To: References: <1236372641.1671.11.camel@balrog.2hip.net> <18869.10411.538031.500651@jerusalem.litteratus.org> <20090309170833.42069a98@ernst.jennejohn.org> <18869.16614.1547.140164@jerusalem.litteratus.org> <1236617617.1680.17.camel@balrog.2hip.net> Date: Mon, 9 Mar 2009 10:36:01 -0700 X-Google-Sender-Auth: 3f5d1f32d385cd49 Message-ID: <3c1674c90903091036q4585519aja68d7f9bcd350010@mail.gmail.com> From: Kip Macy To: Nenhum_de_Nos Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-x11 , Robert Huff , Robert Noland , freebsd-current Subject: Re: [HEADS UP] Radeon r6/7xx drm code to be committed 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: Mon, 09 Mar 2009 17:36:18 -0000 I have an HD4850 and it works well. Unfortunately it is the one from ASUS where only one port does dual-link. -Kip On Mon, Mar 9, 2009 at 10:27 AM, Nenhum_de_Nos w= rote: > > On Mon, March 9, 2009 13:53, Robert Noland wrote: >> On Mon, 2009-03-09 at 12:16 -0400, Robert Huff wrote: >>> Gary Jennejohn writes: >>> >>> > =A0> > =A0This should work on pretty much all Radeon r600+ cards (and= the >>> older >>> > =A0> > =A0stuff as well). =A0With the appropriate X drivers, you shou= ld get >>> EXA >>> > =A0> > =A0accelleration and Xv. =A03d is not available yet, afaik. >>> > =A0> >>> > >>> > =A0This is kernel code and has nothing directly to do with ports. >>> >>> =A0 =A0 =A0Let me be more specific. >>> =A0 =A0 =A0Assuming I'm using a 3850, which I believe is the RV670 >>> chipset, is there anything I will need to change in xorg.conf (or >>> elsewhere) to take advantage of/not break the new code? >> >> rv670 is what I'm testing on... I tried to put a few details in the >> commit message. >> >> Basically, for R600+ you have to force DRI on for the moment. =A0You >> should also be using exa. >> >> So, right now, I'm using radeonhd from git master, with : >> >> =A0 =A0 =A0 =A0 Driver =A0 =A0 =A0"radeonhd" >> =A0 =A0 =A0 =A0 VendorName =A0"ATI Technologies Inc" >> =A0 =A0 =A0 =A0 BoardName =A0 "RV670PRO [Radeon HD 3850]" >> =A0 =A0 =A0 =A0 BusID =A0 =A0 =A0 "PCI:1:0:0" >> =A0 =A0 =A0 =A0 Option =A0 =A0 =A0"DRI" >> =A0 =A0 =A0 =A0 Option =A0 =A0 =A0"AccelMethod" "EXA" >> =A0 =A0 =A0 =A0 Option =A0 =A0 =A0"Audio" >> EndSection >> >> robert. >> >>> >>> =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0Robert Huff >>> >> -- >> Robert Noland >> FreeBSD > > I'm planning to move from nVidia to ATi, and all this work is what makes > me do that. This code you're talking about, would benefit a HD4850 ? > > thanks, > > matheus > > -- > We will call you cygnus, > The God of balance you shall be > > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org= " >