To get rid of the watermark you still can use my hack:
Reboot then. The problem is only the control file, the driver basically supports it.Code:#!/bin/sh DRIVER=/usr/lib/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 echo found $x sed -i "s/$x/\x90\x90\x90\x90\x90/g" $DRIVER done


Reply With Quote
