Send bugreport: http://www.amdsurveys.com/se.ashx?s=5A1E27D20B2F3EAC
Printable View
Send bugreport: http://www.amdsurveys.com/se.ashx?s=5A1E27D20B2F3EAC
Or download it. Every way is working anyway.
I just want to say after almost a week, that they finally fixed "ASIC hang happened" which in my case was causing hangs during going sleep (not wakeup - it always worked). I'm using HD 5770 on Debian Sid and I'm so happy with full working sleep/wakeup after almost a year of struggle with that.
Any previsions for a new beta driver with Debian amd64 xorg 1.12 support?
What's your distro?
I use Fedora 17 GNOME 64-bit on Kernel 3.3.7.
#!/bin/sh
DRIVER=/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
Save as fixwatermark.sh
chmod +x to make it executable
su -c 'sh ./fixwatermark.sh'
then log out and back in.
That worked for me.
Again, this is on kernel 3.3.7 for Fedora 17 64-bit.
using the beta on my 7850 with the watermark patch
performance is about the same, but it does fix a texture rendering problem in vdrift
also not compatible with kernel 3.4.x but there might be hacks for that too ...
Fianally a driver that doesn't crash my laptop (E350, HD6310) on suspend/resume! But it took AMD over a year to fix this bug and that's really unacceptable. I had a crash with serious graphic corruption though when changing the backligt so it's not stable enough yet but I'm looking forward to the final version!