<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-output offers wrong screen resolution for VIRTUAL screen"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=73816#c5">Comment # 5</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - intel-virtual-output offers wrong screen resolution for VIRTUAL screen"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=73816">bug 73816</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>For starters there were quite a few bugs fixed in i-v-o in the releases since
.904, so that would be a wise first step. However, i-v-o only reports the modes
it finds on the remote screen, which is the likely source of difficulty. If you
compile i-v-o manually, you can change

diff --git a/tools/virtual.c b/tools/virtual.c
index f0915a4..e94e5f5 100644
--- a/tools/virtual.c
+++ b/tools/virtual.c
@@ -65,7 +65,7 @@
 #include <fcntl.h>
 #include <assert.h>

-#if 0
+#if 1
 #define DBG(x) printf x
 #else
 #define DBG(x)

and see exactly what is going on.</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>