https://bugs.freedesktop.org/show_bug.cgi?id=40866

--- Comment #5 from JohnDoe_71Rus <[email protected]> 2011-10-14 13:03:24 
PDT ---
Try 3.0.6-030006-generic #201110050043 SMP Wed Oct 5 02:07:23 UTC 2011 i686 and
drm xf86-video-nouveau from git. The same situation.

http://pastebin.com/VL0PAmsh dmesg
http://pastebin.com/FhP3qty0 xorg.0.log 

gdb /usr/lib/xorg/modules/drivers/nouveau_drv.so
GNU gdb (GDB) 7.1-ubuntu
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "i486-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/lib/xorg/modules/drivers/nouveau_drv.so...done.
(gdb) l *0xc5c3
0xc5c3 is in NVInitDma (nv_dma.c:56).
51        NVPtr pNv = NVPTR(pScrn);
52        int ret;
53    
54        ret = nouveau_channel_alloc(pNv->dev, NvDmaFB, NvDmaTT, 24*1024,
55                        &pNv->chan);
56        if (ret) {
57            xf86DrvMsg(pScrn->scrnIndex, X_ERROR,
58                   "Error creating GPU channel: %d\n", ret);
59            return FALSE;
60        }
(gdb)

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Nouveau mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/nouveau

Reply via email to