[Nouveau] [Bug 41114] [NVCx] nouveau module crashes on boot

2013-10-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41114 --- Comment #23 from Robert Riches rm.ric...@jacob21819.net --- Thank you for the info. -- You are receiving this mail because: You are the assignee for the bug. ___ Nouveau mailing list

[Nouveau] [PATCH] nouveau_vieux: add AllocTextureImageBuffer implementation

2013-10-04 Thread Ilia Mirkin
This fixes issues where get_rt_format would see a 0 format because the nouveau_surface had not been properly initialized. Fixes crash on supertuxkart startup (which still fails due to out-of-vram issues). Signed-off-by: Ilia Mirkin imir...@alum.mit.edu ---

[Nouveau] [PATCH 1/2] gallium: add PIPE_CAP_MIXED_FRAMEBUFFER_SIZES

2013-10-04 Thread Ilia Mirkin
This CAP will determine whether ARB_framebuffer_object can be enabled. The nv30 driver does not allow mixing swizzled and linear zsbuf/cbuf textures. Signed-off-by: Ilia Mirkin imir...@alum.mit.edu --- src/gallium/docs/source/screen.rst | 3 +++

[Nouveau] [PATCH 2/2] mesa/st: disable ARB_framebuffer_object when no driver support.

2013-10-04 Thread Ilia Mirkin
When PIPE_CAP_MIXED_FRAMEBUFFER_SIZES is not provided, parts of ARB_framebuffer_object can't be supported, such as on NV30. Signed-off-by: Ilia Mirkin imir...@alum.mit.edu --- src/mesa/state_tracker/st_extensions.c | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git

[Nouveau] [Bug 15758] Invisible mouse pointer on NV4E (C51)

2013-10-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=15758 --- Comment #33 from ^m'e marc...@gmail.com --- (In reply to comment #1) I think this is most likely caused by the hardware issue fixed for nv in bug 7309. I'm not sure where the fix (delay) should go in nouveau however, since simply delaying

[Nouveau] [Bug 38074] [NV96] Dual head doesn't work for some combination of monitors (second screen still off)

2013-10-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38074 --- Comment #24 from Jaromír Cápík jca...@redhat.com --- Hello Ilia. The issue is still present (tested with kernel-3.11.2). Regards, Jaromir. -- You are receiving this mail because: You are the assignee for the bug.

[Nouveau] [Bug 69882] [NVE6] GPU lockups

2013-10-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69882 --- Comment #6 from Dainius Masiliūnas past...@gmail.com --- Tried the git version of Mesa, and the issue is still there, it just triggers less often. However, I found a reliable way to reproduce the problem, on both 9.2 and git versions of

[Nouveau] [Bug 70130] New: unable to compile fragment shader program

2013-10-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70130 Priority: medium Bug ID: 70130 Assignee: nouveau@lists.freedesktop.org Summary: unable to compile fragment shader program Severity: normal Classification: Unclassified OS:

Re: [Nouveau] GeForce 8400 GS

2013-10-04 Thread poma
On 03.10.2013 20:45, Fernando Negro wrote: Hi everyone. I read on a 2011 article - http://www.phoronix.com/scan.php?page=articleitem=nouveau_comp_2011num=19 - that my particular card, GeForce 8400 GS, overheats with nouveau. (So, I never tried using if for long, before, as soon as

[Nouveau] [Bug 70135] New: [nv34 PowerMac G5] gnome-shell random crashes and rendering issues

2013-10-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70135 Priority: medium Bug ID: 70135 Assignee: nouveau@lists.freedesktop.org Summary: [nv34 PowerMac G5] gnome-shell random crashes and rendering issues QA Contact:

[Nouveau] [Bug 70135] [nv34 PowerMac G5] gnome-shell random crashes and rendering issues

2013-10-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70135 --- Comment #1 from John Paul Adrian Glaubitz glaub...@physik.fu-berlin.de --- Created attachment 87124 -- https://bugs.freedesktop.org/attachment.cgi?id=87124action=edit lspci of PowerMac G5 (Model: A1047) with NV34 -- You are receiving this

[Nouveau] [Bug 70135] [nv34 PowerMac G5] gnome-shell random crashes and rendering issues

2013-10-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70135 --- Comment #2 from John Paul Adrian Glaubitz glaub...@physik.fu-berlin.de --- Created attachment 87125 -- https://bugs.freedesktop.org/attachment.cgi?id=87125action=edit syslog of PowerMac G5 Model A1047 with NV34 after crash -- You are

[Nouveau] [Bug 70135] [nv34 PowerMac G5] gnome-shell random crashes and rendering issues

2013-10-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70135 --- Comment #3 from John Paul Adrian Glaubitz glaub...@physik.fu-berlin.de --- Created attachment 87126 -- https://bugs.freedesktop.org/attachment.cgi?id=87126action=edit Video BIOS of PowerMac G5 Model A1047 with NV34 -- You are receiving

[Nouveau] [Bug 70135] [nv34 PowerMac G5] gnome-shell random crashes and rendering issues

2013-10-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70135 --- Comment #4 from John Paul Adrian Glaubitz glaub...@physik.fu-berlin.de --- Created attachment 87127 -- https://bugs.freedesktop.org/attachment.cgi?id=87127action=edit X.org.0.log of PowerMac G5 Model A1047 with NV34 -- You are receiving

[Nouveau] [Bug 70130] unable to compile fragment shader program

2013-10-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70130 Ilia Mirkin imir...@alum.mit.edu changed: What|Removed |Added Status|NEW |RESOLVED

[Nouveau] [Bug 70135] [nv34 PowerMac G5] gnome-shell random crashes and rendering issues

2013-10-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70135 --- Comment #5 from Ilia Mirkin imir...@alum.mit.edu --- I just posted a pair of patches that disable ARB_framebuffer_object on nv30/nv40 cards. I believe that is the cause of this error: [ 254.402384] nouveau E[ PGRAPH][:f0:10.0] ERROR

[Nouveau] [Bug 33445] [NVA8] NVS 3100M : Blank screen on internal eDP monitor

2013-10-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33445 celel...@gmail.com changed: What|Removed |Added Resolution|INVALID |FIXED --- Comment #21 from