Dear fellows,
My F11 was working fine with radeon_hd driver until last week.
Today I notice the rendering of images on display sucks, you known, tooooo slow...
Searching for errors on Xorg.0.log I found:
Code:
(EE) AIGLX error: dlopen of /usr/lib64/dri/r600_dri.so failed (/usr/lib64/dri/r600_dri.so: cannot open shared object file: No such file or directory)
(EE) AIGLX: reverting to software rendering
so, the "software rendering" above explains why it is slow.
What I don't known is what happened to file "/usr/lib64/dri/r600_dri.so". In fact it is not there !
I don't known what is the package this file belongs to.
If I figure out what package is I can re-install it. Anyone knows ?
I try to force a re-install of some related packages, but no luck:
Code:
yum reinstall mesa-dri-drivers mesa-libGL xorg-x11-drv-radeonhd
Another strange thing is there is no evidence of any missing files on my system:
Code:
for pkg in $(rpm -qa); do
rpm -qV "${pkg}" | grep -q missing
if [ "$?" = "0" ]; then
echo "missing file on package ${pkg}";
rpm -qV "${pkg}" | grep missing
fi
done
The above code returns nothing....
Well, I guess the simplest way to fix this is to re-install the associated package that "r600_dri.so" belongs to. So, please, if anyone could help me by given me the output of "rpm -qf /usr/lib64/dri/r600_dri.so" (or "rpm -qf /usr/lib/dri/r600_dri.so" if you have a 32 bits system) I appreciate very much.
best regards,