[Bug 90789] Vsync doesn't work for rotated display

2016-03-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=90789 Michel Dänzer changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 90789] Vsync doesn't work for rotated display

2015-12-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=90789 --- Comment #5 from Jon --- Thank you much. If I'm not super familiar with patching my xserver/video driver where's the best place to get started? Would it be worth waiting until this gets included in fedora? On

[Bug 90789] Vsync doesn't work for rotated display

2015-12-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=90789 --- Comment #4 from Michel Dänzer --- Created attachment 120682 --> https://bugs.freedesktop.org/attachment.cgi?id=120682=edit Add support for transforms to separate scanout buffer infrastructure Here's a preliminary

Re: [Bug 90789] Vsync doesn't work for rotated display

2015-12-25 Thread Richard Wilbur
Interesting that in the patch diff --git a/src/drmmode_display.c b/src/drmmode_display.c [...] @@ -2253,6 +2317,9 @@ Bool drmmode_set_desired_modes(ScrnInfoPtr pScrn, drmmode_ptr drmmode, crtc->desiredY = 0; } + if (1 || info->tear_free ||

Re: [Bug 90789] Vsync doesn't work for rotated display

2015-12-25 Thread Michel Dänzer
On 26.12.2015 02:39, Richard Wilbur wrote: > Interesting that in the patch > > > diff --git a/src/drmmode_display.c b/src/drmmode_display.c > [...] > @@ -2253,6 +2317,9 @@ Bool drmmode_set_desired_modes(ScrnInfoPtr > pScrn, drmmode_ptr drmmode, >

[Bug 90789] Vsync doesn't work for rotated display

2015-12-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=90789 --- Comment #1 from Michel Dänzer --- *** Bug 93494 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are the assignee for the bug. ___

[Bug 90789] Vsync doesn't work for rotated display

2015-12-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=90789 --- Comment #2 from Michel Dänzer --- I have plans for making Option "TearFree" work for rotated outputs, but I don't know when I'll get around to it. Others are welcome to jump in. -- You are receiving this mail because:

[Bug 90789] Vsync doesn't work for rotated display

2015-12-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=90789 --- Comment #3 from Jon --- If it helps a tear free desktop is easily the most desired option for me. On 12/24/2015 05:37 PM, bugzilla-dae...@freedesktop.org wrote: > > *Comment # 2