From owner-freebsd-x11@FreeBSD.ORG Sat Feb 19 15:37:08 2011 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5F5FF1065694; Sat, 19 Feb 2011 15:37:08 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 108918FC19; Sat, 19 Feb 2011 15:37:07 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.4/8.14.4) with ESMTP id p1JFb7b5052101; Sat, 19 Feb 2011 08:37:07 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.4/8.14.4/Submit) with ESMTP id p1JFb7XF052098; Sat, 19 Feb 2011 08:37:07 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Sat, 19 Feb 2011 08:37:07 -0700 (MST) From: Warren Block To: Martin Wilke In-Reply-To: <20110219132508.GA32464@gmail.com> Message-ID: References: <20110219132508.GA32464@gmail.com> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.6 (wonkity.com [127.0.0.1]); Sat, 19 Feb 2011 08:37:07 -0700 (MST) Cc: ports@freebsd.org, x11@freebsd.org Subject: Re: [CFT] Xorg 7.5.1 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Feb 2011 15:37:08 -0000 On Sat, 19 Feb 2011, Martin Wilke wrote: > We hope you will enjoy the new stuff and give us a lot of feedback. We will start an > exp-run tonight and depending on how much feedback we get, we plan to commit this > update by the first weekend of March. A note for ATI users, the driver was updated to > 6.14.0, so you may need to add some stuff to your xorg.conf in the "Section "Device"" > > Option "int10" "on" > Option "BudType" "PCIE" > Option "RendrAccel" "on" > Option "AccelMethod" "exa" > Option "DynamicPM" "on" > Option "DRI" "on" Should be "BusType" and "RenderAccel". Except for BusType and DynamicPM, those are defaults.