[Bug 71441] Incorrect output panning with intel-virtual-output
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Sun Nov 10 02:27:32 PST 2013
https://bugs.freedesktop.org/show_bug.cgi?id=71441
--- Comment #1 from Chris Wilson <chris at chris-wilson.co.uk> ---
Can you please try:
diff --git a/tools/virtual.c b/tools/virtual.c
index 160d6a1..7957e58 100644
--- a/tools/virtual.c
+++ b/tools/virtual.c
@@ -1029,6 +1029,7 @@ err:
XRRSetCrtcConfig(dst->dpy, res, rr_crtc, CurrentTime,
dst->x, dst->y, dst->mode.id,
dst->rotation,
&dst->rr_output, 1);
+ XRRSetPanning(dst->dpy, res, rr_crtc, NULL);
dst->rr_crtc = rr_crtc;
}
XUngrabServer(display->dpy);
--
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/20131110/62247cbd/attachment.html>
More information about the intel-gfx-bugs
mailing list