Anyone know why I get this?
I have installed mesa-git, xf86-video-ati-git and drm-radeon-module-git-r6xx-r7xx-3d from aur Arch.
I don't mind doing the installation by hand, but I like my system to stay clean.
This is what I have in my /usr/lib/xorg/modules/dri/
EDIT:
I found out i had to install ati-dri-r6xx-r7xx also.
Code:
(EE) AIGLX error: dlopen of /usr/lib/xorg/modules/dri/r600_dri.so failed (/usr/lib/xorg/modules/dri/r600_dri.so: cannot open shared object file: No such file or directory) (EE) AIGLX: reverting to software rendering
I don't mind doing the installation by hand, but I like my system to stay clean.
This is what I have in my /usr/lib/xorg/modules/dri/
Code:
ls /usr/lib/xorg/modules/dri/ libdricore.so r200_dri.so r300_dri.so radeon_dri.so swrast_dri.so
I found out i had to install ati-dri-r6xx-r7xx also.
Comment