From owner-freebsd-questions@FreeBSD.ORG Fri Nov 2 20:21:29 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 0C6188D7 for ; Fri, 2 Nov 2012 20:21:29 +0000 (UTC) (envelope-from dk-sk@skynet.be) Received: from mailsec003.isp.belgacom.be (mailsec003.isp.belgacom.be [195.238.6.243]) by mx1.freebsd.org (Postfix) with ESMTP id 8C9668FC0A for ; Fri, 2 Nov 2012 20:21:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=skynet.be; i=@skynet.be; q=dns/txt; s=securemail; t=1351887688; x=1383423688; h=message-id:date:from:mime-version:to:cc:subject: content-transfer-encoding; bh=uIf/SHCfNBh0i4lkpI48T+8d38FBsJGDj+0xSaYhrDs=; b=hHxVPDNvTeAfEGuE9QRqisMBqiy36a4VsLkUhUz/OpwQGMj5W+O211Sp Ctz2OFJndyMUdG3W0JZoYHtuk44sIQ==; X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApsBAGoqlFBbtiJf/2dsb2JhbAANN4VQwVhAATwWGAMCAQIBWAEHAQGwRZNXjxeDJAOVeZM0 Received: from 95.34-182-91.adsl-dyn.isp.belgacom.be (HELO [192.168.1.2]) ([91.182.34.95]) by relay.skynet.be with ESMTP/TLS/DHE-RSA-CAMELLIA256-SHA; 02 Nov 2012 21:20:18 +0100 Message-ID: <50943887.7080001@skynet.be> Date: Fri, 02 Nov 2012 22:17:59 +0100 From: ds User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:9.0) Gecko/20111228 Thunderbird/9.0 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: ATI HD 4850 driver Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: dk-sk@skynet.be 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 20:21:29 -0000 Hello, 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 ? Kind regards, Dirk