I wish to bring to your notice that the fglrx-kmod drivers are broken for the 64 bit rpm. The build is seemingly complete, however the driver is looking for the dri module in "/usr/lib/dri/" instead of "/usr/lib64/dri/"... This can be seen by issuing the command: cat /var/log/Xorg.0.log | grep EE Which returns: (EE) AIGLX error: dlopen of /usr/lib/dri/fglrx_dri.so failed (/usr/lib/dri/fglrx_dri.so: wrong ELF class: ELFCLASS32) (EE) AIGLX: reverting to software rendering A temporary fix is to soft link /usr/lib/dri/fglrx_dri.so to /usr/lib64/dri/fglrx_dri.so This however means that I cannot use the 32bit drivers and hence means no 3D for 32bit applications.
*** This bug has been marked as a duplicate of bug 81 ***