[ltp] Re: OT: Google Release GoogleEarth Linux

Shem Multinymous linux-thinkpad@linux-thinkpad.org
Wed, 28 Jun 2006 13:14:39 +0300


On 6/19/06, D. Sen <dsen@ieee.org> wrote:
> T42p still runs slow (after compiling the xf86-video-ati code from the
> git repository).
>
[sni[
> *********************************WARN_ONCE*********************************
> File r300_render.c function r300Fallback line 486
> Software fallback:ctx->Line.SmoothFlag
> ***************************************************************************

The following patch to Mesa disables the software fallback:
perl -i -pe 'print "//DISABLE " if m/^\s*FALLBACK_IF.*Line\.SmoothFlag/' \
  ./src/mesa/drivers/dri/r300/r300_render.c

That's from <http://thinkwiki.org/wiki/How_to_compile_an_experimental_X_server>.

  Shem