<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - NV50: LightDM GTK+ Greeter Background - inconsistent display"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=89730#c13">Comment # 13</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - NV50: LightDM GTK+ Greeter Background - inconsistent display"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=89730">bug 89730</a>
              from <span class="vcard"><a class="email" href="mailto:imirkin@alum.mit.edu" title="Ilia Mirkin <imirkin@alum.mit.edu>"> <span class="fn">Ilia Mirkin</span></a>
</span></b>
        <pre>poma, not sure what your skillset is... If you're comfortable modifying code,
you could start hacking away at xf86-video-nouveau.

Take a look at src/nv50_exa.c -- there are a bunch of functions like
NV50EXAPrepare*. In each of them, Just put as the first line (after variable
decls) something like

NOUVEAU_FALLBACK("poma\n");

If you do it in all the prepare functions, I bet that the background will start
to work. (And you will basically have no accel.). Figure out which operation is
the one that causes all the trouble (by starting to remove the fallbacks). Once
you figure out which high-level op it is, I can provide further instructions to
narrow down the specific operation further.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>