https://bugs.freedesktop.org/show_bug.cgi?id=27422
--- Comment #26 from Mikhail <[email protected]> 2011-07-15 10:27:27 PDT --- I'm not sure if pushing some register values from working state was the right thing to try. awk 'BEGIN{ORS="|"};{if($1=="<" && $4!="")print "0x" $2, "0x" $3}' wb.diff | xargs -d "|" -L 1 echo ./radeonreg regset > cmds.sh sh cmds.sh This did a minor temporal damage in upper part of the screen for working conditions. However when I tried to execute it after resume, it made screen flashy then it faded out and essentially froze the system. I'm not sure what are those byte long registers as radeonreg regmatch doesn't know them. -- 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
