https://bugs.freedesktop.org/show_bug.cgi?id=24047
--- Comment #12 from Andy Furniss lists@andyfurniss.entadsl.com 2010-06-01 03:15:13 PDT --- (In reply to comment #11)
Of course disabling s3tc in .driconf will workaround
Oops - I meant .drirc in your home dir, not .driconf - the contents I use to disable s3tc are -
<driconf> <device screen="0" driver="r600"> <application name="Default"> <option name="force_s3tc_enable" value="false" /> <option name="disable_s3tc" value="true" /> </application> </device> </driconf>
dri-devel@lists.freedesktop.org