Date: Mon, 13 Dec 2010 12:50:10 -0500 From: Albert Vest <alvest@brakiri.com> To: freebsd-x11@freebsd.org Subject: Re: ports/152665: update for x11-drivers/xf86-video-ati Message-ID: <4D065CD2.30509@brakiri.com> In-Reply-To: <201011302210.oAUMAEpY076112@freefall.freebsd.org> References: <201011302210.oAUMAEpY076112@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format. --------------020602030305000406030409 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit On 11/30/10 17:10, Mark Atkinson wrote: > The following reply was made to PR ports/152665; it has been noted by GNATS. > > From: Mark Atkinson <atkin901@gmail.com> > > How many of these will be filed until we get someone to commit it? :) ... > > http://www.freebsd.org/cgi/query-pr.cgi?pr=148712&cat=ports Excellent screen cap for 6.13.1 distinfo in that link. I've been running that version for a few weeks and have no complaints. Unlike Andriy I did have to apply one minor edit to one file (attached). My hardware fwiw: > drm0: <ATI Radeon RS300 9100 IGP> on vgapci0 -- http://www.vanwensveen.nl/rants/microsoft/IhateMS_A.html Albert Vest, Al Vest at Brakiri dot com --------------020602030305000406030409 Content-Type: text/plain; name="r6xx_accel.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="r6xx_accel.diff" --- r6xx_accel.c.orig 2010-07-04 18:56:14.000000000 -0400 +++ r6xx_accel.c 2010-12-13 12:40:53.000000000 -0500 @@ -1262,10 +1262,10 @@ void r600_vb_no_space(ScrnInfoPtr pScrn, int vert_size) { -#ifdef XF86DRM_MODE RADEONInfoPtr info = RADEONPTR(pScrn); struct radeon_accel_state *accel_state = info->accel_state; +#ifdef XF86DRM_MODE if (info->cs) { if (accel_state->vb_bo) { if (accel_state->vb_start_op != accel_state->vb_offset) { --------------020602030305000406030409--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4D065CD2.30509>