https://bugs.freedesktop.org/show_bug.cgi?id=27422
--- Comment #32 from Mikhail <[email protected]> 2011-07-18 07:37:53 PDT --- Created an attachment (id=49250) --> (https://bugs.freedesktop.org/attachment.cgi?id=49250) This is what I got after warm restart. (Restart through Ubuntu menu) I'm not sure if problem from attaches screenshot is related, if something is not initialized properly. Though I mentioned that clean boots are usually fine. Very very rare I get this. The following workaround can be used for now in Ubuntu 11.04 . radeonreg should be placed in /usr/local/bin/ mlt@mlt-laptop:~$ cat /etc/pm/sleep.d/20_radeon #!/bin/sh # Workaround for radeon resume PATH=/usr/local/bin:/sbin:/usr/sbin:/bin:/usr/bin case "${1}" in resume|thaw) echo "Doing my things" > /tmp/radeon.log radeonreg regset CL:03 0x001c0007 >> /tmp/radeon.log 2>&1 radeonreg regset CL:04 0x00010038 >> /tmp/radeon.log 2>&1 radeonreg regset CL:05 0x00010038 >> /tmp/radeon.log 2>&1 radeonreg regset CL:06 0x00010038 >> /tmp/radeon.log 2>&1 echo "Done" >> /tmp/radeon.log ;; esac -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ xorg-driver-ati mailing list [email protected] http://lists.x.org/mailman/listinfo/xorg-driver-ati
