From owner-freebsd-x11@FreeBSD.ORG Thu Jan 8 17:13:40 2009 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C1ECA1065B28 for ; Thu, 8 Jan 2009 17:13:40 +0000 (UTC) (envelope-from korvus@comcast.net) Received: from QMTA08.emeryville.ca.mail.comcast.net (qmta08.emeryville.ca.mail.comcast.net [76.96.30.80]) by mx1.freebsd.org (Postfix) with ESMTP id 7FAD88FC1A for ; Thu, 8 Jan 2009 17:13:40 +0000 (UTC) (envelope-from korvus@comcast.net) Received: from OMTA11.emeryville.ca.mail.comcast.net ([76.96.30.36]) by QMTA08.emeryville.ca.mail.comcast.net with comcast id 13i21b00Z0mlR8UA84xfq5; Thu, 08 Jan 2009 16:57:39 +0000 Received: from [192.168.2.164] ([206.210.89.202]) by OMTA11.emeryville.ca.mail.comcast.net with comcast id 14xS1b0074Mx3R28X4xU69; Thu, 08 Jan 2009 16:57:37 +0000 Message-ID: <49663074.8040407@comcast.net> Date: Thu, 08 Jan 2009 11:57:24 -0500 From: Steve Polyack User-Agent: Thunderbird 2.0.0.19 (X11/20090105) MIME-Version: 1.0 To: Robert Noland References: <1231263380.57454.23.camel@squirrel.corp.cox.com> In-Reply-To: <1231263380.57454.23.camel@squirrel.corp.cox.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-x11 , freebsd-stable Subject: Re: Pending MFC of drm updates 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: Thu, 08 Jan 2009 17:13:41 -0000 Robert Noland wrote: > I am planning to merge most all of the drm from -CURRENT to releng_7 > shortly. The merge that I have staged includes the following. > > Merged /head/sys:r182080,182467-182469,182883-182884,183573,183603-183605, > 183828,183830-183834,184212-184213,184263,184373-184375 > > There are really too many updates/fixes to mention as the drm from 7 is > more than 2 years old now. This has support for several newer Intel and > AMD/ATI chips, (no r6/7xx yet, but soon(tm)). > > I have a patch available for testing at > http://people.freebsd.org/~rnoland/drm-update-7-010609.patch.bz2 > > robert. > > I've pulled this down and patched my install of FreeBSD 7.1-RELEASE. Whilst using a Radeon 9250 (R280?), I have no problems. There is also no apparent performance difference. The only issue I have seen occurs with my dual-monitor setup. Occasionally a window on the second monitor will decide to render its drop-down menus or other (overlay-based?) graphics on the primary monitor instead of where it should be. Restarting the application seems to clear this up. I have not seen this previously before applying your patch.