From owner-freebsd-questions@FreeBSD.ORG Sat Nov 3 14:30:20 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DF38E657 for ; Sat, 3 Nov 2012 14:30:20 +0000 (UTC) (envelope-from freebsd-questions@herveybayaustralia.com.au) Received: from mail.unitedinsong.com.au (mail.unitedinsong.com.au [150.101.178.33]) by mx1.freebsd.org (Postfix) with ESMTP id 69D4F8FC12 for ; Sat, 3 Nov 2012 14:30:20 +0000 (UTC) Received: from laptop3.herveybayaustralia.com.au (unknown [192.168.0.149]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.unitedinsong.com.au (Postfix) with ESMTPSA id 4BDB35C29 for ; Sun, 4 Nov 2012 00:46:11 +1000 (EST) Message-ID: <50952A74.1090200@herveybayaustralia.com.au> Date: Sun, 04 Nov 2012 00:30:12 +1000 From: Da Rock User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:16.0) Gecko/20121029 Thunderbird/16.0.1 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: ATI HD 4850 driver References: <50943887.7080001@skynet.be> <50952551.5040104@skynet.be> In-Reply-To: <50952551.5040104@skynet.be> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Nov 2012 14:30:20 -0000 On 11/04/12 00:08, ds wrote: > Hi, > > there's something wrong with the dri package list. The original > pkg-list (look attachment) shows the reason why the r600 driver was > not correctly installed: > > all drivers in the pkg-list have the same path: > > /lib/dri/rxx_dri.so > > except for the r600 driver which is preceded by these characters: > > %%MESALIB76%%lib/dri/r600_dri.so > > Is there a reason why the path from the r600_dri.so driver is preceded > by the characters "%%MESALIB76%%" ? Try the ports list - this is a feature to make porting easier; as to why it is denying the install of that particular library I couldn't say right now as its late and I'm tired. If I get a chance I'll have a better look after. Good luck :) > > kind regards, > Dirk > > > > On 11/02/12 22:21, Warren Block wrote: >> On Fri, 2 Nov 2012, ds wrote: >> >>> I installed stellarium and the 3d acceleration of my ATI 4850 card >>> didn't work in FreeBSD 9.0. The /var/log/Xorg.0.log showed that >>> AIGLX could not load the r600_dri.so driver because it was missing >>> in the /usr/local/lib/dri/ folder. >>> So I recovered the r600_dri.so file from a PCBSD 9.0 installation >>> and copied it to my FreeBSD 9.0 /usr/local/lib/dri/ folder and now >>> my 3d acceleration works. Are there plans to resolve this bug in >>> FreeBSD version 9.1 ? >> >> It's hard to say what happened on your system, but it works on >> others. The DRI libraries are installed by the graphics/dri port. >> Deinstalling, rebuilding, and reinstalling that port should create >> them. If it does not, something else is wrong on that system. >> > > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"