From owner-freebsd-questions@FreeBSD.ORG Sat Nov 3 13:11:47 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 969F1E0A for ; Sat, 3 Nov 2012 13:11:47 +0000 (UTC) (envelope-from dk-sk@skynet.be) Received: from mailsec007.isp.belgacom.be (mailsec007.isp.belgacom.be [195.238.6.247]) by mx1.freebsd.org (Postfix) with ESMTP id 197748FC12 for ; Sat, 3 Nov 2012 13:11:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=skynet.be; i=@skynet.be; q=dns/txt; s=securemail; t=1351948307; x=1383484307; h=message-id:date:from:mime-version:to:cc:subject: references:in-reply-to; bh=QNtAhuH5Q7yV27lRG8Z2kbHa3PzTukU3se6Nf349aHo=; b=eCzrU/pfSuWlvjYv1JxOHqFOHTUtHAyslXtXQOT1vY3MmfO1SEboLuBN fQb1sqfPOd7Sb/dxSt0PlVjlpR4y7g==; X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AuwBALAWlVBbtoZV/2dsb2JhbAANN4t2umQBAQEEeAEQCw4KCRYPCQMCAQIBRQYNAQcBAa57kySMAYY8A457hwCTNA Received: from 85.134-182-91.adsl-dyn.isp.belgacom.be (HELO [192.168.1.2]) ([91.182.134.85]) by relay.skynet.be with ESMTP/TLS/DHE-RSA-CAMELLIA256-SHA; 03 Nov 2012 14:10:36 +0100 Message-ID: <50952551.5040104@skynet.be> Date: Sat, 03 Nov 2012 15:08:17 +0100 From: ds User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:9.0) Gecko/20111228 Thunderbird/9.0 MIME-Version: 1.0 To: Warren Block Subject: Re: ATI HD 4850 driver References: <50943887.7080001@skynet.be> In-Reply-To: Content-Type: multipart/mixed; boundary="------------020501070607070109060009" Cc: dk-sk@skynet.be, 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: Sat, 03 Nov 2012 13:11:47 -0000 This is a multi-part message in MIME format. --------------020501070607070109060009 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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%%" ? 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. > --------------020501070607070109060009 Content-Type: text/plain; name="pkg-plist" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="pkg-plist" include/GL/internal/dri_interface.h lib/dri/i810_dri.so lib/dri/i915_dri.so lib/dri/i965_dri.so lib/dri/mach64_dri.so lib/dri/mga_dri.so lib/dri/r128_dri.so lib/dri/r200_dri.so lib/dri/r300_dri.so %%MESALIB76%%lib/dri/r600_dri.so lib/dri/radeon_dri.so lib/dri/savage_dri.so lib/dri/sis_dri.so lib/dri/swrast_dri.so lib/dri/tdfx_dri.so lib/dri/unichrome_dri.so libdata/pkgconfig/dri.pc @dirrm lib/dri @dirrmtry include/GL/internal @dirrmtry include/GL --------------020501070607070109060009--