<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - intel-virtual-overlay: only background image and mouse cursor"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=68987#c22">Comment # 22</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - intel-virtual-overlay: only background image and mouse cursor"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=68987">bug 68987</a>
              from <span class="vcard"><a class="email" href="mailto:chris@chris-wilson.co.uk" title="Chris Wilson <chris@chris-wilson.co.uk>"> <span class="fn">Chris Wilson</span></a>
</span></b>
        <pre>Hmm, looks like damage.

I've another little test for you to try, can you update to 

commit 0ceba648211009a464e46855a52737219ab9b534
Author: Chris Wilson <<a href="mailto:chris@chris-wilson.co.uk">chris@chris-wilson.co.uk</a>>
Date:   Sun Sep 8 13:51:14 2013 +0100

    intel-virtual-output: Debug option for forcing full redraws

    References: <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - intel-virtual-overlay: only background image and mouse cursor"
   href="show_bug.cgi?id=68987">https://bugs.freedesktop.org/show_bug.cgi?id=68987</a>
    Signed-off-by: Chris Wilson <<a href="mailto:chris@chris-wilson.co.uk">chris@chris-wilson.co.uk</a>>

and then set FORCE_FULL_REDRAW to 1:

diff --git a/tools/virtual.c b/tools/virtual.c
index c363a3e..1f3113e 100644
--- a/tools/virtual.c
+++ b/tools/virtual.c
@@ -62,7 +62,7 @@
 #define DBG(x)
 #endif

-#define FORCE_FULL_REDRAW 0
+#define FORCE_FULL_REDRAW 1

 struct display {
        Display *dpy;

and see what happens?</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
      </ul>
    </body>
</html>