[Bug 71838] intel-virtual-output: Cursor not shown on third monitor
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Fri Nov 22 05:14:23 PST 2013
https://bugs.freedesktop.org/show_bug.cgi?id=71838
--- Comment #6 from Chris Wilson <chris at chris-wilson.co.uk> ---
Everything should be ready...
Can you please cd /path/to/xf86-video-intel/tools and change the #if 0 on line
69 of virtual.c and make it #if 1, i.e.
diff --git a/tools/virtual.c b/tools/virtual.c
index 2d5a4e4..c623875 100644
--- a/tools/virtual.c
+++ b/tools/virtual.c
@@ -66,7 +66,7 @@
#include <fcntl.h>
#include <assert.h>
-#if 0
+#if 1
#define DBG(x) printf x
#else
#define DBG(x)
Run intel-virtual-output -f | tee ivo.txt and set everything up as desired and
try moving the cursor onto the third display. Please then attach ivo.txt.
--
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/20131122/19e9f79b/attachment.html>
More information about the intel-gfx-bugs
mailing list