Hi,
On 10th of August 3D worked - both classic and gallium, but on 17th neither of them works.
I get this error when starting X
I'm running Arch Linux and I use the following packages:Code:(EE) AIGLX error: Calling driver entry point failed (EE) AIGLX: reverting to software rendering (II) AIGLX: Screen 0 is not DRI capable (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/swrast_dri.so (II) GLX: Initialized DRISWRAST GL provider for screen 0
ati-dri-git-gallium 20100817-1
dri2proto-git 20100807-1
glproto-git 20100808-1
libdrm-git 20100813-1
libgl-git-gallium 20100817-1
mesa-git-gallium 20100820-1
xf86-video-ati-git 20100820-1
Is it a bug or 3D (classic and r600g) is disabled by developers?
Code:ls -l /usr/lib/xorg/modules/dri/ total 13224 lrwxrwxrwx 1 root root 14 Aug 17 23:33 r200_dri.so -> radeong_dri.so lrwxrwxrwx 1 root root 14 Aug 17 23:33 r300_dri.so -> radeong_dri.so lrwxrwxrwx 1 root root 14 Aug 17 23:33 r600_dri.so -> radeong_dri.so -rwxr-xr-x 1 root root 3493184 Aug 17 23:33 radeon_dri.so -rwxr-xr-x 1 root root 3535424 Aug 17 23:33 radeong_dri.so -rwxr-xr-x 1 root root 3112896 Aug 17 23:24 swrast_dri.so -rwxr-xr-x 1 root root 3392096 Aug 17 23:24 swrastg_dri.so
There seems to be a bug in your symlinks. r600g and r300g have separate Gallium drivers so r300_dri.so -> radeong_dri.so and r600_dri.so -> radeong_dri.so is highly likely a human error. In fact, with that setup you probably don't have dri drivers at all for your card.