Re: [Nouveau] GTX-560 in v3.6

2012-12-02 Thread Javier Domingo
I found that I hadn't compile my kernel with drm nor nouveau. Now it is running smoothly in v3.6. Javier Domingo 2012/12/1 Marcin Slusarz : > On Thu, Nov 29, 2012 at 11:56:54AM +0100, Javier Domingo wrote: >> Hi, >> >> I am running a GTX-560 with nouveau driver, or at least I try to, and >> I don

Re: [Nouveau] kms etc nouveau X failed

2012-12-02 Thread Sebastian Glita
Hi, I tried "AutoEnableDevices" to "false", but I got the same effect. Today I recompiled the kernel 3.6.10 and removed the 'CONFIG_USB_OTG' option, I don't know if it has anything to do with it; and also I got the daily repository updates and IT STARTED!!!. Thanks, until the next nouveau erro

Re: [Nouveau] [PATCH] drm/nouveau: add locking around instobj list operations

2012-12-02 Thread Marcin Slusarz
On Sun, Dec 02, 2012 at 02:53:01PM +0100, Marcin Slusarz wrote: > Fixes memory corruptions (unrelated to nouveau!), oopses, gpu lockups and > xserver crashes when multiple gpuobjs are simultaneously created / destroyed. > > Signed-off-by: Marcin Slusarz > --- > Piglit, with concurrency enabled, c

[Nouveau] [PATCH] drm/nouveau: add locking around instobj list operations

2012-12-02 Thread Marcin Slusarz
Fixes memory corruptions (unrelated to nouveau!), oopses, gpu lockups and xserver crashes when multiple gpuobjs are simultaneously created / destroyed. Signed-off-by: Marcin Slusarz --- Piglit, with concurrency enabled, can finally finish without crashes or lockups (most of the time :). --- dri

[Nouveau] [Bug 52089] Wrong resolution on GeForce GT 520

2012-12-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52089 --- Comment #7 from Nicolas VINOT --- Seems the problem is fixed on 3.6 kernel -- You are receiving this mail because: You are the assignee for the bug. ___ Nouveau mailing list Nouveau@lists.freedesk

[Nouveau] [Bug 52089] Wrong resolution on GeForce GT 520

2012-12-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52089 Nicolas VINOT changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Nouveau] [Bug 52089] Wrong resolution on GeForce GT 520

2012-12-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52089 Nicolas VINOT changed: What|Removed |Added Attachment #64210|0 |1 is obsolete|

[Nouveau] [Bug 52089] Wrong resolution on GeForce GT 520

2012-12-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52089 Nicolas VINOT changed: What|Removed |Added Attachment #64209|0 |1 is obsolete|

[Nouveau] [Bug 52089] Wrong resolution on GeForce GT 520

2012-12-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52089 --- Comment #4 from Nicolas VINOT --- Tested with xserver-xorg-video-nouveau 1.0.4-1, the problem is still present. Resolution is wrong in console, and from the boot (plymouth KO) too -- You are receiving this mail because: You are the assigne

Re: [Nouveau] [PATCH] drm/nouveau: unpin pushbuffer bo before destroying it

2012-12-02 Thread Marcin Slusarz
On Sun, Nov 25, 2012 at 11:02:28PM +0100, Marcin Slusarz wrote: > Fixes GART leak (as accounted by nouveau_drm.gem.gart_available). > > Signed-off-by: Marcin Slusarz > --- > > Running glxinfo in a loop is enough to trigger it - after several thousand > runs (depending on GART size), X server cra