[Nouveau] [Bug 91333] Connecting second of two monitors to a Lenovo W520 causes displays to go crazy

2015-07-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91333 --- Comment #8 from Mark Cave-Ayland mark.cave-ayl...@ilande.co.uk --- Apologies for jumping in on another bug report, however this sounds exactly like the problem I've been struggling with for years on my Lenovo T420s:

Re: [Nouveau] [PATCH] Add Option DRI3 to allow to disable DRI3 under EXA.

2015-07-14 Thread Ilia Mirkin
On Mon, Jul 13, 2015 at 11:43 PM, Mario Kleiner mario.kleiner...@gmail.com wrote: On 07/07/2015 09:51 PM, Ilia Mirkin wrote: Lastly, from some discussions with ajax on IRC, it appears that DRI3 is half-baked at best wrt sync between server and client. I think we should just disable it by

[Nouveau] [Bug 91333] Connecting second of two monitors to a Lenovo W520 causes displays to go crazy

2015-07-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91333 --- Comment #10 from Ilia Mirkin imir...@alum.mit.edu --- A few people who have had these PDISP errors were due to gnome toggling cursor state when a CRTC had not been enabled, and nouveau not properly protecting against it. There was a (lost)

[Nouveau] [Bug 91333] Connecting second of two monitors to a Lenovo W520 causes displays to go crazy

2015-07-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91333 --- Comment #9 from Corey Ashford cjash...@us.ibm.com --- (In reply to Mark Cave-Ayland from comment #8) Apologies for jumping in on another bug report, however this sounds exactly like the problem I've been struggling with for years on my

Re: [Nouveau] [PATCH] avoid build fail without COMPOSITE

2015-07-14 Thread Emil Velikov
On 14 July 2015 at 22:17, Ilia Mirkin imir...@alum.mit.edu wrote: --- src/nouveau_dri2.c | 15 ++- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/src/nouveau_dri2.c b/src/nouveau_dri2.c index f22e319..4398559 100644 --- a/src/nouveau_dri2.c +++

Re: [Nouveau] [PATCH] avoid build fail without COMPOSITE

2015-07-14 Thread Tobias Klausmann
Lgtm! You can add my R-b if you want! On 14.07.2015 23:17, Ilia Mirkin wrote: --- src/nouveau_dri2.c | 15 ++- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/src/nouveau_dri2.c b/src/nouveau_dri2.c index f22e319..4398559 100644 --- a/src/nouveau_dri2.c +++

Re: [Nouveau] [PATCH] Add Option DRI3 to allow to disable DRI3 under EXA.

2015-07-14 Thread Ilia Mirkin
On Tue, Jul 14, 2015 at 3:00 PM, Mario Kleiner mario.kleiner...@gmail.com wrote: On 07/14/2015 05:26 PM, Ilia Mirkin wrote: On Mon, Jul 13, 2015 at 11:43 PM, Mario Kleiner mario.kleiner...@gmail.com wrote: On 07/07/2015 09:51 PM, Ilia Mirkin wrote: Lastly, from some discussions with ajax

[Nouveau] [PATCH] avoid build fail without COMPOSITE

2015-07-14 Thread Ilia Mirkin
--- src/nouveau_dri2.c | 15 ++- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/src/nouveau_dri2.c b/src/nouveau_dri2.c index f22e319..4398559 100644 --- a/src/nouveau_dri2.c +++ b/src/nouveau_dri2.c @@ -142,6 +142,7 @@ nouveau_dri2_copy_region2(ScreenPtr pScreen,

[Nouveau] [Bug 91333] Connecting second of two monitors to a Lenovo W520 causes displays to go crazy

2015-07-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91333 --- Comment #11 from Ben Skeggs skeg...@gmail.com --- Created attachment 117123 -- https://bugs.freedesktop.org/attachment.cgi?id=117123action=edit potential fix for issue Yeah, in both those logs it's definitely the something is turning on

[Nouveau] [Bug 91333] Connecting second of two monitors to a Lenovo W520 causes displays to go crazy

2015-07-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91333 --- Comment #13 from Corey Ashford cjash...@us.ibm.com --- (In reply to Ben Skeggs from comment #11) Created attachment 117123 [details] [review] potential fix for issue Yeah, in both those logs it's definitely the something is turning on

[Nouveau] [Bug 90435] [NV46] moving 3D objects drawn static

2015-07-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=90435 --- Comment #16 from Ilia Mirkin imir...@alum.mit.edu --- Since the issue at hand is interrupt delivery, has anyone tried doing nouveau.config=NvMSI=0 -- You are receiving this mail because: You are the assignee for the bug.

Re: [Nouveau] [PATCH] avoid build fail without COMPOSITE

2015-07-14 Thread Ilia Mirkin
Well, I don't pretend to know anything about X, but this is the commit that added the code in question: commit 297fd0d0755bda698be1d0b30cc60a41d7673c0b Author: Dave Airlie airl...@redhat.com Date: Tue Oct 16 16:15:16 2012 +1000 nouveau/dri2: fix pixmap/window offset calcs. This should

Re: [Nouveau] [PATCH] Add Option DRI3 to allow to disable DRI3 under EXA.

2015-07-14 Thread Mario Kleiner
On 07/14/2015 05:26 PM, Ilia Mirkin wrote: On Mon, Jul 13, 2015 at 11:43 PM, Mario Kleiner mario.kleiner...@gmail.com wrote: On 07/07/2015 09:51 PM, Ilia Mirkin wrote: Lastly, from some discussions with ajax on IRC, it appears that DRI3 is half-baked at best wrt sync between server and