From owner-freebsd-current@FreeBSD.ORG Tue Jun 8 03:03:28 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F89916A4CE for ; Tue, 8 Jun 2004 03:03:28 +0000 (GMT) Received: from cmsrelay03.mx.net (cmsrelay03.mx.net [165.212.11.112]) by mx1.FreeBSD.org (Postfix) with SMTP id D696643D48 for ; Tue, 8 Jun 2004 03:03:27 +0000 (GMT) (envelope-from noackjr@alumni.rice.edu) Received: from uadvg137.cms.usa.net (165.212.11.137) by cmsoutbound.mx.net with SMTP; 8 Jun 2004 03:03:27 -0000 Received: from optimator.noacks.org [70.240.196.83] by uadvg137.cms.usa.net (ASMTP/noackjr@usa.net) via mtad (C8.MAIN.3.13N) with ESMTP id 759iFHDDX0495M37; Tue, 08 Jun 2004 03:03:23 GMT X-USANET-Auth: 70.240.196.83 AUTH noackjr@usa.net optimator.noacks.org Received: from localhost (localhost [127.0.0.1]) by optimator.noacks.org (Postfix) with ESMTP id 70B5E6131; Mon, 7 Jun 2004 22:03:22 -0500 (CDT) Received: from optimator.noacks.org ([127.0.0.1]) by localhost (optimator.noacks.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 48049-06; Mon, 7 Jun 2004 22:03:20 -0500 (CDT) Received: from compgeek.noacks.org (compgeek [192.168.1.10]) by optimator.noacks.org (Postfix) with ESMTP id 80F676114; Mon, 7 Jun 2004 22:03:20 -0500 (CDT) Received: from [127.0.0.1] (localhost.noacks.org [127.0.0.1]) by compgeek.noacks.org (8.12.11/8.12.11) with ESMTP id i5833JBW088468; Mon, 7 Jun 2004 22:03:20 -0500 (CDT) (envelope-from noackjr@alumni.rice.edu) Message-ID: <40C52C77.4030407@alumni.rice.edu> Date: Mon, 07 Jun 2004 22:03:19 -0500 From: Jon Noack User-Agent: Mozilla Thunderbird 0.6 (X11/20040531) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Larry Rosenman References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at noacks.org cc: freebsd-current@freebsd.org Subject: Re: RADEON IGP 345m X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: noackjr@alumni.rice.edu List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jun 2004 03:03:28 -0000 On 06/07/04 21:47, Larry Rosenman wrote: > I know XFree86 4.4.0 supports the ATI RADEON IGP 345M. Have we imported > that version to Ports yet? (or am I on the bleeding edge here)? First off, reading previous posts is always a good idea. The freebsd-x11@ archive (http://lists.freebsd.org/pipermail/freebsd-x11/) is the best resource for your question, but another person asked about XFree86 4.4 no more than 5.5 hours ago on this list and received an answer. In short, the update to 4.4 will happen Real Soon Now (tm). The longer version is that the 4.4 update is dependent on an update to imake, and the coordination between the XFree86 and xorg ports is slowing that down. The x11-servers/XFree86-4-Server-snap might support the IGP 345M (it's a snapshot of 4.4 from late in the development cycle -- it works fine on my Radeon 9800 Pro). Just replace x11-servers/XFree86-4-Server with it (using portupgrade: 'portupgrade -o x11-servers/XFree86-4-Server-snap x11-servers/XFree86-4-Server') and you should be good to go (may have to 'pkgdb -F' to clean up dependencies). Also, others have reported success with the x11-servers/xorg-server port. Jon Noack