
Originally Posted by
etagloc
How often have you done this before?
Typically, before installing the proprietary driver from the site you reference, one needs to first install kernel-source and kernel-syms of the EXACT same version as one's kernel. And also install linux-kernel-headers.
One has to remove any old rpm with *fglrx* by running (all with root permissions):
Code:
rpm -e $(rpm -qa '*fglrx*')
Then one has to build the NEW *fglrx* rpm using the .run file from the ATI site you referenced with:
Code:
sh ati*.run --buildpkg SuSE/SUSE112-AMD64
and then one has to install the new *fglrx* rpm with:
and then ensure various links updated
and then create a custom xorg.conf file with:
Code:
aticonfig --initial
Is that what you did ?
Bookmarks