[Bug 73816] intel-virtual-output offers wrong screen resolution for VIRTUAL screen

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Jan 20 01:35:26 PST 2014


https://bugs.freedesktop.org/show_bug.cgi?id=73816

--- Comment #5 from Chris Wilson <chris at chris-wilson.co.uk> ---
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.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20140120/aca7d24e/attachment.html>


More information about the intel-gfx-bugs mailing list