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.


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
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to