From owner-freebsd-questions@FreeBSD.ORG Fri Nov 2 21:21:37 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 53C05EEA for ; Fri, 2 Nov 2012 21:21:37 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 0F27C8FC0C for ; Fri, 2 Nov 2012 21:21:36 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.5/8.14.5) with ESMTP id qA2LLZuk040786; Fri, 2 Nov 2012 15:21:35 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.5/8.14.5/Submit) with ESMTP id qA2LLZxi040783; Fri, 2 Nov 2012 15:21:35 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Fri, 2 Nov 2012 15:21:35 -0600 (MDT) From: Warren Block To: ds Subject: Re: ATI HD 4850 driver In-Reply-To: <50943887.7080001@skynet.be> Message-ID: References: <50943887.7080001@skynet.be> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (wonkity.com [127.0.0.1]); Fri, 02 Nov 2012 15:21:35 -0600 (MDT) Cc: freebsd-questions@freebsd.org 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: Fri, 02 Nov 2012 21:21:37 -0000 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.