bugzilla-daemon at freedesktop.org
2008-Aug-31 12:10 UTC
[Nouveau] [Bug 17377] New: NV50 failure on MacBook Pro.
http://bugs.freedesktop.org/show_bug.cgi?id=17377 Summary: NV50 failure on MacBook Pro. Product: xorg Version: git Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org ReportedBy: dwmw2 at infradead.org QAContact: xorg-team at lists.x.org Created an attachment (id=18598) --> (http://bugs.freedesktop.org/attachment.cgi?id=18598) Xorg.log with Fedora rawhide driver The driver shipped with Fedora 9 (git0991281) and the one in Fedora Rawhide (git9c1d87f) both crash on my MacBook Pro at startup: (II) NOUVEAU(0): Display Configuration Block version 4.0 found (II) NOUVEAU(0): DCB header length 27, with 10 possible entries Raw DCB entry 0: 01000123 00010034 (EE) NOUVEAU(0): Unknown LVDS configuration bits, please report (II) NOUVEAU(0): NV50DispPreInit is called. (II) Loading sub module "i2c" (II) LoadModule: "i2c" (II) Module "i2c" already built-in (II) Loading sub module "ddc" (II) LoadModule: "ddc" (II) Module "ddc" already built-in (WW) NOUVEAU(0): No outputs definitely connected, trying again... Backtrace: 0: X(xf86SigHandler+0x65) [0x479ca5] 1: /lib64/libc.so.6 [0x37288322a0] 2: X [0x4a0100] 3: X(xf86InitialConfiguration+0x11c0) [0x4a3c10] 4: /usr/lib64/xorg/modules/drivers//nouveau_drv.so [0x2d456ae] 5: X(InitOutput+0x969) [0x463109] 6: X(main+0x286) [0x42ca76] 7: /lib64/libc.so.6(__libc_start_main+0xfa) [0x372881e32a] 8: X(FontFileCompleteXLFD+0x281) [0x42c029] Fatal server error: Caught signal 11. Server aborting -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
bugzilla-daemon at freedesktop.org
2008-Aug-31 12:25 UTC
[Nouveau] [Bug 17377] NV50 failure on MacBook Pro.
http://bugs.freedesktop.org/show_bug.cgi?id=17377 --- Comment #1 from David Woodhouse <dwmw2 at infradead.org> 2008-08-31 05:25:21 PST --- Using mesa and nouveau from git as of today (commits cd7d71f1 and 6dd8ad4e resp.), it manages a little better, but still doesn't start up correctly. When starting manually, it initialises the screen which what looks like the familiar stipple pattern, except that there are about 100 almost horizontal black lines across the it. They're a single pixel high, and run for about 128 pixels along before dropping down by one pixel. And then it locks up, eating CPU in nouveau_dma_wait(): 0x0000000002234c2c in nouveau_dma_wait ( userchan=0x263ab70, size=13) at nouveau_dma.c:99 99 get = READ_GET(chan); Missing separate debuginfos, use: debuginfo-install xorg-x11-server.x86_64 (gdb) bt #0 0x0000000002234c2c in nouveau_dma_wait (userchan=0x263ab70, size=13) at nouveau_dma.c:99 #1 0x000000000226e9fd in NV50EXACopy (pdpix=<value optimized out>, srcX=0, srcY=0, dstX=1764, dstY=0, width=4, height=4) at nouveau_dma.h:118 #2 0x000000000717b4e0 in exaFillRegionTiled () from /usr/lib64/xorg/modules//libexa.so -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
bugzilla-daemon at freedesktop.org
2008-Aug-31 12:26 UTC
[Nouveau] [Bug 17377] NV50 failure on MacBook Pro.
http://bugs.freedesktop.org/show_bug.cgi?id=17377 --- Comment #2 from David Woodhouse <dwmw2 at infradead.org> 2008-08-31 05:26:57 PST --- Created an attachment (id=18599) --> (http://bugs.freedesktop.org/attachment.cgi?id=18599) Xorg.log from current git -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
bugzilla-daemon at freedesktop.org
2008-Aug-31 12:30 UTC
[Nouveau] [Bug 17377] NV50 failure on MacBook Pro.
http://bugs.freedesktop.org/show_bug.cgi?id=17377 --- Comment #3 from David Woodhouse <dwmw2 at infradead.org> 2008-08-31 05:30:11 PST --- Created an attachment (id=18600) --> (http://bugs.freedesktop.org/attachment.cgi?id=18600) Xorg.log with current git, started from gdm. When gdm starts the X server rather than me starting it manually, the failure mode is a little different -- I see the same corrupted background pattern, but this time I do actually see the cursor, which I didn't see before. And then it crashes (rather than needing me to hit ^\). It seems to notice that it's locked up this time, and includes a fifo dump in the log. The "potential workaround" in bug 17359 doesn't make any difference. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
bugzilla-daemon at freedesktop.org
2008-Aug-31 12:36 UTC
[Nouveau] [Bug 17377] NV50 failure on MacBook Pro.
http://bugs.freedesktop.org/show_bug.cgi?id=17377 --- Comment #4 from David Woodhouse <dwmw2 at infradead.org> 2008-08-31 05:36:04 PST --- Created an attachment (id=18601) --> (http://bugs.freedesktop.org/attachment.cgi?id=18601) Xorg.log with working nv driver The nv driver works; this is its log, for reference. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
bugzilla-daemon at freedesktop.org
2008-Aug-31 13:08 UTC
[Nouveau] [Bug 17377] NV50 failure on MacBook Pro.
http://bugs.freedesktop.org/show_bug.cgi?id=17377 --- Comment #5 from David Woodhouse <dwmw2 at infradead.org> 2008-08-31 06:08:22 PST --- When running the current driver, I get this output from the kernel: [drm] Unhandled PFIFO_INTR - 0x00000010 [drm] Allocating FIFO number 1 [drm] Unhandled PFIFO_INTR - 0x00000010 [drm] nouveau_fifo_alloc: initialised FIFO 1 [drm] Allocating FIFO number 2 [drm] nouveau_fifo_alloc: initialised FIFO 2 [drm] Unhandled PFIFO_INTR - 0x00000010 [drm] nouveau_fifo_free: freeing fifo 2 [drm] nouveau_fifo_free: freeing fifo 1 [drm] Unhandled PFIFO_INTR - 0x00000010 -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
bugzilla-daemon at freedesktop.org
2009-Feb-11 02:08 UTC
[Nouveau] [Bug 17377] NV50 failure on MacBook Pro.
http://bugs.freedesktop.org/show_bug.cgi?id=17377 --- Comment #6 from Ben Skeggs <skeggsb at gmail.com> 2009-02-10 18:08:06 PST --- How's things looking with current drm git? -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
bugzilla-daemon at freedesktop.org
2009-Apr-12 17:14 UTC
[Nouveau] [Bug 17377] NV50 failure on MacBook Pro.
http://bugs.freedesktop.org/show_bug.cgi?id=17377 --- Comment #7 from Parag <parag.warudkar at gmail.com> 2009-04-12 10:14:30 PST --- F11 snapshot works OK (starts up with mode set, get proper resolution, no visible corruption) on my nVidia Macbook Pro 4,1 - tested with nouveau.modeset=1. The nouveau test day live CD did not work - so if you have a Macbook Pro it would be worthwhile to test the F11 snapshot. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
bugzilla-daemon at freedesktop.org
2009-Apr-12 17:24 UTC
[Nouveau] [Bug 17377] NV50 failure on MacBook Pro.
http://bugs.freedesktop.org/show_bug.cgi?id=17377 --- Comment #8 from David Woodhouse <dwmw2 at infradead.org> 2009-04-12 10:24:12 PST --- Yeah, F-11 is working for me on the MBP4,1, with certain caveats: 1. I must use nouveau.modeset=1; otherwise the nouveau Xorg driver fails. 2. I must not boot from EFI, otherwise modesetting fails (and then see #1) 3. I can use VGA or DVI external output, but cannot switch between them. If I've been displaying to VGA and want to change to DVI, or vice versa, then I need to reboot before it'll work. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
bugzilla-daemon at freedesktop.org
2009-Jul-30 17:32 UTC
[Nouveau] [Bug 17377] NV50 failure on MacBook Pro.
http://bugs.freedesktop.org/show_bug.cgi?id=17377 --- Comment #9 from schmirrwurst at free.fr 2009-07-30 10:32:39 PST --- I'm experiencing the same problem with git version from today and sony fz21e When kdm is starting, only the pointer is visible, harddisk is working pretty much... and after very long time, I can log in, but as soon as I open a window, the xserver is crashing In the logs, I have a Unhandled PFIFO_INTR see attachment -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
bugzilla-daemon at freedesktop.org
2009-Jul-30 17:34 UTC
[Nouveau] [Bug 17377] NV50 failure on MacBook Pro.
http://bugs.freedesktop.org/show_bug.cgi?id=17377 --- Comment #10 from schmirrwurst at free.fr 2009-07-30 10:34:23 PST --- Created an attachment (id=28200) --> (http://bugs.freedesktop.org/attachment.cgi?id=28200) dmesg with nouveau git 20090730 on sony vaio fz21e -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
bugzilla-daemon at freedesktop.org
2009-Jul-30 17:37 UTC
[Nouveau] [Bug 17377] NV50 failure on MacBook Pro.
http://bugs.freedesktop.org/show_bug.cgi?id=17377 --- Comment #11 from schmirrwurst at free.fr 2009-07-30 10:37:19 PST --- Created an attachment (id=28201) --> (http://bugs.freedesktop.org/attachment.cgi?id=28201) corresponding xorg.log -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
bugzilla-daemon at freedesktop.org
2009-Jul-30 17:38 UTC
[Nouveau] [Bug 17377] NV50 failure on MacBook Pro.
http://bugs.freedesktop.org/show_bug.cgi?id=17377 --- Comment #12 from schmirrwurst at free.fr 2009-07-30 10:38:52 PST --- Even if I don't know for what it is ;), I also tried to pass nouveau.modeset=1 to the kernel, but then the screen remains black, like off, no pointer, nothing... I guess no backlight at all... -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
bugzilla-daemon at freedesktop.org
2009-Jul-30 17:46 UTC
[Nouveau] [Bug 17377] NV50 failure on MacBook Pro.
http://bugs.freedesktop.org/show_bug.cgi?id=17377 --- Comment #13 from Maarten Maathuis <madman2003 at gmail.com> 2009-07-30 10:46:06 PST --- Be sure to have fbcon loaded or built in before loading nouveau with kernel modesetting. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
bugzilla-daemon at freedesktop.org
2009-Aug-03 11:50 UTC
[Nouveau] [Bug 17377] NV50 failure on MacBook Pro.
http://bugs.freedesktop.org/show_bug.cgi?id=17377 --- Comment #14 from schmirrwurst at free.fr 2009-08-03 04:50:04 PST --- The behaviour have changed a little bit with the following version : ii libdrm-nouveau1 2.4.12+git20090801.45078630-0ubuntu0sarvatt2 Userspace interface to nouveau-specific kern ii nouveau-kernel-source 0.0.14+git20090730-0~9.10~ppa1 DKMS source for the nouveau kernel modules ii xserver-xorg-video-nouveau 1:0.0.10~git+20090730+9b37bc9-0~9.10~ppa1 Now I often have a grey screen with a lot of colored pixels, when I go to a terminal, and go back to x, the display is ok, but still crashing after opening any window... -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
bugzilla-daemon at freedesktop.org
2009-Aug-03 11:51 UTC
[Nouveau] [Bug 17377] NV50 failure on MacBook Pro.
http://bugs.freedesktop.org/show_bug.cgi?id=17377 schmirrwurst at free.fr changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #28201|0 |1 is obsolete| | --- Comment #15 from schmirrwurst at free.fr 2009-08-03 04:51:17 PST --- Created an attachment (id=28295) --> (http://bugs.freedesktop.org/attachment.cgi?id=28295) xorg log 03-08-2009 -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
bugzilla-daemon at freedesktop.org
2009-Aug-03 21:00 UTC
[Nouveau] [Bug 17377] NV50 failure : Unhandled PFIFO_INTR - 0x00000010
http://bugs.freedesktop.org/show_bug.cgi?id=17377 schmirrwurst at free.fr changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|NV50 failure on MacBook Pro.|NV50 failure : Unhandled | |PFIFO_INTR - 0x00000010 --- Comment #16 from schmirrwurst at free.fr 2009-08-03 14:00:49 PST --- I've forgott to say that as the screen is with grey and black lines, the pointer is displayed normally... -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
bugzilla-daemon at freedesktop.org
2009-Aug-03 21:02 UTC
[Nouveau] [Bug 17377] NV50 failure : Unhandled PFIFO_INTR - 0x00000010
http://bugs.freedesktop.org/show_bug.cgi?id=17377 schmirrwurst at free.fr changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #28200|0 |1 is obsolete| | --- Comment #17 from schmirrwurst at free.fr 2009-08-03 14:02:26 PST --- Created an attachment (id=28322) --> (http://bugs.freedesktop.org/attachment.cgi?id=28322) dmesg 03/08/2009 sony vaio fz21e -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
bugzilla-daemon at freedesktop.org
2013-Aug-13 03:18 UTC
[Nouveau] [Bug 17377] NV50 failure : Unhandled PFIFO_INTR - 0x00000010
https://bugs.freedesktop.org/show_bug.cgi?id=17377 Martin Peres <martin.peres at ensi-bourges.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WORKSFORME --- Comment #18 from Martin Peres <martin.peres at ensi-bourges.fr> --- It works for me. I guess the bug has been fixed. -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20130813/eada0090/attachment.html>