
Originally Posted by
ext73
I have to agree with the previous speaker. Under my MSi X370 with E-350 comes with a watermark indicating the lack of support, but ... the sign is easy to remove.
For Ubuntu script should look like this:
#!/bin/sh
DRIVER=/usr/lib/fglrx/xorg/modules/drivers/fglrx_drv.so
for x in $(objdump -d $DRIVER|awk '/call/&&/EnableLogo/{print "\\x"$2"\\x"$3"\\x"$4"\\x"$5"\\x"$6}'); do
sed -i "s/$x/\x90\x90\x90\x90\x90/g" $DRIVER
done
These drivers, combined with an appropriate kernel and KDE 4.8.4 allows to operate almost perfectly smooth. However, it should be mentioned that are a little slower than the 12.4 in games such as Nexuiz, Xonotic declines of 1-3 frames/s However, interestingly, their work effects to the user seems smoother, P.
Yet the question of support for kernels 3.4 and 3.5 ... embarrassment here have the whole line ... just you can not build the module for these kernels. It is necessary patching sources. I have tested it under my kernel - a special version for AMD - Llano and Brazos - 3.4.4-ext73-f1-20.0-64-Brazos-ags-cfs
Greetings