[Bug 71441] Incorrect output panning with intel-virtual-output

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Nov 11 01:32:11 PST 2013


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

--- Comment #4 from Chris Wilson <chris at chris-wilson.co.uk> ---
It would be useful to confirm if we have RandR 1.3:

diff --git a/tools/virtual.c b/tools/virtual.c
index a37838a..b8f933e 100644
--- a/tools/virtual.c
+++ b/tools/virtual.c
@@ -1854,6 +1854,7 @@ static void display_init_randr_hpd(struct display
*display)
        if (!XRRQueryVersion(display->dpy, &major, &minor))
                return;

+       printf("%s - randr version %d.%d\n", __func__,
DisplayString(display->dpy), major, minor);
        if (major > 1 || (major == 1 && minor >= 2))
                XRRSelectInput(display->dpy, display->root,
RROutputChangeNotifyMask);
 }

-- 
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/20131111/f26a0627/attachment.html>


More information about the intel-gfx-bugs mailing list