From owner-freebsd-ports@FreeBSD.ORG Sat Dec 5 07:34:49 2009 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C5760106566B; Sat, 5 Dec 2009 07:34:49 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: from mail-iw0-f198.google.com (mail-iw0-f198.google.com [209.85.223.198]) by mx1.freebsd.org (Postfix) with ESMTP id 627048FC08; Sat, 5 Dec 2009 07:34:49 +0000 (UTC) Received: by iwn36 with SMTP id 36so2035585iwn.3 for ; Fri, 04 Dec 2009 23:34:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=AwcpxEi0XpaF5D2tkkvXIb+ZzLhS+o03kKMkfmhhBn0=; b=l7ouShVvhBljNmAJFHcblvUh57VTuLWHpS2cL94FrmCLt1/i2P2sdYBj+gYQBHTcCo CN7o6q95a1+0m/+6TFPrBupS8cL+1SGlImUl2yW8h8O/VSi/3WtOgNPtYO4V+FTvee+W KiHKAMW1w9NkvWWbv63X4Zj29QLRV728mYdIo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=aATDw6aF42aq5vd4E6Ksub60UiS7gxNR3EyZj4Acp7kdd26KqN4IKCbedEckr0Uznr jNDyIOD3lCXeT8gL+iPGIjS68e2BjKn/1yPLQxUwtJtQotWUY8/luetgQhCRJg/aV7Vq lj4YO6UVWDfNotZdSKugcYwqdvY3yBby9hh2M= MIME-Version: 1.0 Received: by 10.231.10.16 with SMTP id n16mr269952ibn.24.1259998488581; Fri, 04 Dec 2009 23:34:48 -0800 (PST) In-Reply-To: <20091205104243.f66171bb.nork@FreeBSD.org> References: <20091205104243.f66171bb.nork@FreeBSD.org> Date: Sat, 5 Dec 2009 01:34:48 -0600 Message-ID: <790a9fff0912042334u6fffa3b2n850f7488967dfdcb@mail.gmail.com> From: Scot Hetzel To: Norikatsu Shigemura Content-Type: text/plain; charset=ISO-8859-1 Cc: ports@freebsd.org, x11@freebsd.org, Robert Noland Subject: Re: [HEADS UP] Experimental 3D HW accel support for Radeon HD 2xxx, 3xxx and 4xxx. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Dec 2009 07:34:49 -0000 On 12/4/09, Norikatsu Shigemura wrote: > Hi Radeon HD 2xxx, 3xxx and 4xxx users! > > I'm ready to update ports related Mesa3D to 7.6 base, graphics/dri, > graphics/libGL*, graphics/libglut, graphics/mesa-demos and > graphics/libdrm. Please see also my attached patch file. I'll > update these as soon as tomorrow. > > Mesa3D 7.6 supports experimental r600 driver, as known as AMD > R6xx/R7xx architecture. I confirmed that it's good works, but > buggy on my Radeon HD 4850 environment with 9-current/amd64 and > xf86-video-radeonhd-devel. Please see also [I known problem] > section. > > [kernel support] > maybe, 7-stable, 8-release(at least 8-stable) and 9-current are OK. > http://svn.freebsd.org/changeset/base/196470 (HEAD 2009/08/23) > http://svn.freebsd.org/changeset/base/198685 (RELENG_8 2009/10/30) > http://svn.freebsd.org/changeset/base/198686 (RELENG_7 2009/10/30) > > [X11 driver support] > x11-drivers/xf86-video-ati OK > x11-drivers/xf86-video-radeonhd I don't know > x11-drivers/xf86-video-radeonhd-devel OK > > [To enable xorg.conf] > Section "ServerFlags" > Option "AIGLX" "true" > EndSection > > [I know a problem] > 3D accelerated applications like glxgear, compiz display with > bluish coloring. I confirmed git master branch Mesa3D codes, > too. So I consider that this problem wasn't be fixed. > > [Why update to 7.6] > I confirmed git master and 7.6, I think these are almost same > quality. So I choose 7.6. > I patched my ports tree, but when I ran portmaster to update the installed ports, it was unable to download the MesaLib file: => Attempting to fetch from http://heanet.dl.sourceforge.net/project/mesa3d/MesaLib/7.6/. fetch: http://heanet.dl.sourceforge.net/project/mesa3d/MesaLib/7.6/MesaLib-7.6.tar.bz2: Moved Temporarily => Attempting to fetch from http://sunet.dl.sourceforge.net/project/mesa3d/MesaLib/7.6/. fetch: http://sunet.dl.sourceforge.net/project/mesa3d/MesaLib/7.6/MesaLib-7.6.tar.bz2: Moved Temporarily I had to add the following to MASTER_SITES in graphics/libGL/bsd.mesalib.mk: ftp://ftp.freedesktop.org/pub/mesa/${MESAVERSION}/:mesa,glut,demos Scot