
Originally Posted by
spiritofreason
The library loading for fglrx seems to be bugged (it doesn't work on 64-bit openSUSE either). Essentially, it's loading the 32-bit library where it should be loading the 64-bit library.
Are your 64-bit libraries in /usr/lib64 ? As a temporary workaround, you can move /usr/lib/dri/fglrx_dri.so and create a symlink to /usr/lib64/dri/fglrx_dri.so in /usr/lib/dri. This will nix DRI for 32-bit apps, though (like stuff run via WINE).
I wonder if someone hardcoded a path that only works for Debian-based distros... Hopefully this gets attention from someone...