bugzilla-daemon at freedesktop.org
2010-Jun-08 18:07 UTC
[Nouveau] [Bug 28449] New: I messed up and now nouveau doesn't work.
https://bugs.freedesktop.org/show_bug.cgi?id=28449
Summary: I messed up and now nouveau doesn't work.
Product: xorg
Version: git
Platform: x86 (IA32)
OS/Version: Linux (All)
Status: NEW
Severity: critical
Priority: medium
Component: Driver/nouveau
AssignedTo: nouveau at lists.freedesktop.org
ReportedBy: David.Ronis at McGill.CA
QAContact: xorg-team at lists.x.org
Created an attachment (id=36158)
--> (https://bugs.freedesktop.org/attachment.cgi?id=36158)
xorg.conf
I mistakenly upgraded xserver on my dual-screen desktop (I had intended to do
so on a laptop running a totally different driver). I had been using nouveau
stably for quite some time, and now it's stopped working. [I also have
upgraded pixman, xf86-input-*, mesa, xcb/libxcb, xf86-video-nouveau, drm, and
various proto's].
When I run startx, on the console I see:
(EE) NOUVEAU(0): Output position loop. Moving VGA-1 to 0,0
X: pixmap.c:118: AllocatePixmap: Assertion `pScreen->totalPixmapSize >
0'
failed.
xinit: giving up
(I'll upload my xorg.conf file and Xorg.0.log files)
This is my main machine, and need this fixed urgently.
--
Configure bugmail: https://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
2010-Jun-08 18:08 UTC
[Nouveau] [Bug 28449] I messed up and now nouveau doesn't work.
https://bugs.freedesktop.org/show_bug.cgi?id=28449 --- Comment #1 from David Ronis <David.Ronis at McGill.CA> 2010-06-08 11:08:36 PDT --- Created an attachment (id=36159) --> (https://bugs.freedesktop.org/attachment.cgi?id=36159) log file -- Configure bugmail: https://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
2010-Jun-08 18:10 UTC
[Nouveau] [Bug 28449] I messed up and now nouveau doesn't work.
https://bugs.freedesktop.org/show_bug.cgi?id=28449
David Ronis <David.Ronis at McGill.CA> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #36158|0 |1
is obsolete| |
--- Comment #2 from David Ronis <David.Ronis at McGill.CA> 2010-06-08
11:10:22 PDT ---
Created an attachment (id=36160)
--> (https://bugs.freedesktop.org/attachment.cgi?id=36160)
xorg.conf
--
Configure bugmail: https://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
2010-Jun-08 18:33 UTC
[Nouveau] [Bug 28449] I messed up and now nouveau doesn't work.
https://bugs.freedesktop.org/show_bug.cgi?id=28449
--- Comment #3 from Chris Wilson <chris at chris-wilson.co.uk> 2010-06-08
11:33:35 PDT ---
Try this hack:
diff --git a/src/nv_driver.c b/src/nv_driver.c
index f60b6d9..7a6311c 100644
--- a/src/nv_driver.c
+++ b/src/nv_driver.c
@@ -1138,6 +1138,9 @@ NVScreenInit(int scrnIndex, ScreenPtr pScreen, int argc,
char **argv)
pNv->BlockHandler = pScreen->BlockHandler;
pScreen->BlockHandler = NVBlockHandler;
+ if (!CreateScratchPixmapsForScreen(pScreen->myNum))
+ return FALSE;
+
drmmode_fbcon_copy(pScreen);
if (!NVEnterVT(pScrn->scrnIndex, 0))
--
Configure bugmail: https://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
2010-Jun-08 18:53 UTC
[Nouveau] [Bug 28449] I messed up and now nouveau doesn't work.
https://bugs.freedesktop.org/show_bug.cgi?id=28449 --- Comment #4 from David Ronis <David.Ronis at McGill.CA> 2010-06-08 11:53:07 PDT --- I added the patch and reinstalled. I get further, but now I see: EE) NOUVEAU(0): Output position loop. Moving VGA-1 to 0,0 (EE) AIGLX error: dlopen of /usr/lib/dri/nouveau_dri.so failed (/usr/lib/dri/nouveau_dri.so: cannot open shared object file: No such file or directory) (EE) AIGLX: reverting to software rendering X: ../../../include/privates.h:122: dixGetPrivateAddr: Assertion `key->initialized' failed. It looks like nouveau_dri is in mesa, and is enabled by --enable-gallium-nouveau. I've enabled it and am trying again (this wasn't necessary in the past). -- Configure bugmail: https://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
2010-Jun-08 19:05 UTC
[Nouveau] [Bug 28449] I messed up and now nouveau doesn't work.
https://bugs.freedesktop.org/show_bug.cgi?id=28449 --- Comment #5 from David Ronis <David.Ronis at McGill.CA> 2010-06-08 12:04:59 PDT --- rebuilding mesa with the extra --enable-gallium-nouveau seems to have fixed things. Thanks -- Configure bugmail: https://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
2010-Nov-16 00:18 UTC
[Nouveau] [Bug 28449] I messed up and now nouveau doesn't work.
https://bugs.freedesktop.org/show_bug.cgi?id=28449
Matej Cepl <mcepl at redhat.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mcepl at redhat.com
--- Comment #6 from Matej Cepl <mcepl at redhat.com> 2010-11-15 16:18:30
PST ---
Looks like we have this in Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=653142
--
Configure bugmail: https://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
2010-Nov-16 00:18 UTC
[Nouveau] [Bug 28449] I messed up and now nouveau doesn't work.
https://bugs.freedesktop.org/show_bug.cgi?id=28449
Matej Cepl <mcepl at redhat.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
See Also| |https://bugzilla.redhat.com
| |/show_bug.cgi?id=653142
--
Configure bugmail: https://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
2011-Feb-15 09:49 UTC
[Nouveau] [Bug 28449] I messed up and now nouveau doesn't work.
https://bugs.freedesktop.org/show_bug.cgi?id=28449
Lucas Stach <dev at lynxeye.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #7 from Lucas Stach <dev at lynxeye.de> 2011-02-15 01:49:07
PST ---
This bug is fixed.
As an additional comment it is still not recommended to install the
experimental nouveau Mesa3D libraries systemwide.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
Apparently Analagous Threads
- [PATCH 1/2] present: Fixup return type of nouveau_present_init()
- [PATCH] Add Option "DRI3" to allow to disable DRI3 under EXA.
- [Patches][nouveau/ddx]: Improvements to bufferswap implementation and timestamping
- [PATCH] Add Option "DRI3" to allow to disable DRI3 under EXA.
- [PATCH] Add Option "DRI3" to allow to disable DRI3 under EXA.