On 06/28/2012 01:49 AM, Renich Bon Ciric wrote:
On Wed, Jun 27, 2012 at 12:11 AM, n2xssvv.g02gfr12930
<n2xssvv.g02gfr12930@ntlworld.com> wrote:
These are now available on RPMFusion non free testing repository. It
installed with no problems for me.

This should remove the watermark, (I've not tested it)

#!/bin/sh
DRIVER=/usr/lib64/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
It would be nice if you could use text and not html for your messages.

Is the driver available for Fedora 17?
Apologies for incomplete information, but yes Catalyst 12.6 driver is available for Fedora 17, and
the bash code has successfully removed the watermark for me, (you need to run it as root from a
command line boot).
It also appears that the Catalyst 12.4 drivers are available for Fedora 16.
Both of these should work with Kernel >= 3.4

To all the people who resolved the Catalyst 3.4/3.6 driver problem with Kernel >= 3.4 and those
who created the RPMFusion repository Catalyst entries, it may have taken a while, but I would like to thank you and show my appreciation of your efforts.

Hopefully this should be in text format as well.