From owner-freebsd-current@FreeBSD.ORG Mon Mar 9 17:37:00 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 F1CC81065FF8 for ; Mon, 9 Mar 2009 17:36:59 +0000 (UTC) (envelope-from matheusber@gmail.com) Received: from yx-out-2324.google.com (yx-out-2324.google.com [74.125.44.30]) by mx1.freebsd.org (Postfix) with ESMTP id 60D678FC2D for ; Mon, 9 Mar 2009 17:36:59 +0000 (UTC) (envelope-from matheusber@gmail.com) Received: by yx-out-2324.google.com with SMTP id 31so776978yxl.13 for ; Mon, 09 Mar 2009 10:36:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:received:received :message-id:in-reply-to:references:date:subject:from:to:cc :user-agent:mime-version:content-type:content-transfer-encoding :x-priority:importance; bh=w3rFqq8yLc2pCbCwdKJXUhlVfqkSu640QHgCWp0d6Cw=; b=H6RBUxxv44b/8I868ceyJH10HG+EF0E0cTM0hg6pcg86fcZgl1tpe0IspxlVAqdggP wX4WnLFBtZobKizX+bMXtS3G9zwkTOk4zEMx3ZvkmEhyECyHYc+naM/YKwHbxhSL6BYg B0wLJxT7/72gyS04vh7jV11m1OLanBXWIRve8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:in-reply-to:references:date:subject:from:to:cc :user-agent:mime-version:content-type:content-transfer-encoding :x-priority:importance; b=rjQUwC0F/Mr3ZG8/yT77O8UWUftGFL3x4g5t7L67pkyeWDDlIxzONGu2ydJtkW4GWU 1k0//UcvILKSI1ErhFrZ3OWadlxfKUXnvsoAGkuK2tUipt5qP7WswUmjcBlQVsuCRQZg BvkLQqxh9pMuz2eeg08Nu9R5XQ4E12kYwGYbc= Received: by 10.100.171.16 with SMTP id t16mr3811598ane.25.1236620218590; Mon, 09 Mar 2009 10:36:58 -0700 (PDT) Received: from cygnus.homeunix.com ([189.71.58.33]) by mx.google.com with ESMTPS id d35sm8063265and.18.2009.03.09.10.36.57 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 09 Mar 2009 10:36:58 -0700 (PDT) Sender: Nenhum_de_Nos Received: by cygnus.homeunix.com (Postfix, from userid 80) id 73A87B8074; Mon, 9 Mar 2009 14:36:53 -0300 (BRT) Received: from 189.92.16.32 (SquirrelMail authenticated user matheus) by cygnus.homeunix.com with HTTP; Mon, 9 Mar 2009 14:36:53 -0300 (BRT) Message-ID: In-Reply-To: <1236619902.1680.23.camel@balrog.2hip.net> 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> <1236619902.1680.23.camel@balrog.2hip.net> Date: Mon, 9 Mar 2009 14:36:53 -0300 (BRT) From: "Nenhum_de_Nos" To: "Robert Noland" User-Agent: SquirrelMail/1.4.15 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: freebsd-x11 , Robert Huff , 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:37:16 -0000 On Mon, March 9, 2009 14:31, Robert Noland wrote: > On Mon, 2009-03-09 at 14:27 -0300, Nenhum_de_Nos wrote: >> 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: >> >> >> >> > > > This should work on pretty much all Radeon r600+ cards (and >> the >> >> older >> >> > > > stuff as well). With the appropriate X drivers, you should >> get >> >> EXA >> >> > > > accelleration and Xv. 3d is not available yet, afaik. >> >> > > >> >> > >> >> > This is kernel code and has nothing directly to do with ports. >> >> >> >> Let me be more specific. >> >> Assuming 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. You >> > should also be using exa. >> > >> > So, right now, I'm using radeonhd from git master, with : >> > >> > Driver "radeonhd" >> > VendorName "ATI Technologies Inc" >> > BoardName "RV670PRO [Radeon HD 3850]" >> > BusID "PCI:1:0:0" >> > Option "DRI" >> > Option "AccelMethod" "EXA" >> > Option "Audio" >> > EndSection >> > >> > robert. >> > >> >> >> >> Robert 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 ? > > Yes, an HD4850 should be supported. Note that 3d support does not exist > yet, but 2d (exa) and xv do. thanks for all. 2D is enough for me. just want to use decent desktop and watch movies ok. matheus > robert. > >> thanks, >> >> matheus >> > -- > Robert Noland > FreeBSD > -- We will call you cygnus, The God of balance you shall be