Right, ati forgot the signature Backup the file in /etc/ati - that check is absolutely useless because you can use any valid signature - that means the signature of any older driver will do.
Where is fglrx / catalyst 8.5?
Collapse
X
-
Thats the most easy way to fix it (the awk line is just for info, use the other 2):
Code:awk '/^signature=/' ati-driver-installer-8-4-x86.x86_64.run signature="e7d56ac97bfc562e683610e1a87e1b7e:dffb5efe4dd16616580522d9c9532b48d5e35af838d1177a211624d1984f2d48:83b30cab4e99304b5c5274d09e482a48d2ed5afc49ce32170b0f25d29a1c2f4683e00ffa4e9d30165b0e74d099492c1fd5e45bff49c8321f510e24879a1a2f46" sed -i 's/\(signature=\).*/\1"'$signature'"/' ati-driver-installer-8-5-x86.x86_64.run
Comment
-
-
Ye working now. (it was working before, but now is without the annoying watermark)
Thx guys, later I'm gonna test it.
I do remeber ATI with Wine to play WoW had to have some changes in the xorg.conf like:
Option "Capabilities" "0x00000800"
Option "KernelModuleParam" "locked-userpages=0"
Will this be always like this? Is this a ATI problem or a Wine problem?
Comment
-
Comment