Thread: Solution to ATI RADEON watermark
hi folks. having issues "amd unsupported hardware" watermark radeon 6370 using privative driver. found solution here, 1 appears anywhere. unluckily me didn't work. problem was referencing file didn't correspond actual driver file ubuntu loading.
in case, correct script is:
the original script had line:#!/bin/sh
driver=/usr/lib/fglrx/xorg/modules/drivers/fglrx_drv.so
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
but the 1 worked me is:driver=/usr/lib/xorg/modules/drivers/fglrx_drv.so
hope helpsdriver=/usr/lib/fglrx/xorg/modules/drivers/fglrx_drv.so![]()
thanks grasber. modified line worked me on new hp pavillion dm1 -3101ea.
need touchpad tap right click , i'll happy sandboy.
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Hardware [SOLVED] Solution to ATI RADEON watermark
Ubuntu
Comments
Post a Comment