https://bugs.freedesktop.org/show_bug.cgi?id=33296
Summary: gnome-shell broken possibly due to glReadPixels() error Product: Mesa Version: git Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Drivers/DRI/r300 AssignedTo: dri-devel@lists.freedesktop.org ReportedBy: ssssam@gmail.com
Created an attachment (id=42232) --> (https://bugs.freedesktop.org/attachment.cgi?id=42232) gnome-shell (under gdb) output
Hi!
I've been testing gnome-shell from git (clutter, mutter etc. from git too). I initially got crashing as in https://bugs.freedesktop.org/show_bug.cgi?id=32918
I updated to latest xorg & mesa from ubuntu xorg-edgers PPA (mesa 7.11.0-git20110119), this fixes the crashing but mouse events now mostly do not work, and produce warnings like this:
(mutter:28983): Clutter-WARNING **: The required ID of 12107392 does not refer to an existing actor; this usually implies that the pick() of an actor is not correctly implemented or that there is an error in the glReadPixels() implementation of the GL driver.
Clutter bug on this issue: https://bugs.freedesktop.org//show_bug.cgi?id=24408
https://bugs.freedesktop.org/show_bug.cgi?id=33296
--- Comment #1 from Sam Thursfield ssssam@gmail.com 2011-01-20 09:45:23 PST --- Created an attachment (id=42233) --> (https://bugs.freedesktop.org/attachment.cgi?id=42233) dmesg
https://bugs.freedesktop.org/show_bug.cgi?id=33296
--- Comment #2 from Sam Thursfield ssssam@gmail.com 2011-01-20 09:45:43 PST --- Created an attachment (id=42234) --> (https://bugs.freedesktop.org/attachment.cgi?id=42234) xorg.conf
https://bugs.freedesktop.org/show_bug.cgi?id=33296
--- Comment #3 from Sam Thursfield ssssam@gmail.com 2011-01-20 09:46:15 PST --- Created an attachment (id=42235) --> (https://bugs.freedesktop.org/attachment.cgi?id=42235) Xorg.0.log
https://bugs.freedesktop.org/show_bug.cgi?id=33296
Alex Deucher agd5f@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #42232|text/x-log |text/plain mime type| | Attachment #42232|0 |1 is patch| |
https://bugs.freedesktop.org/show_bug.cgi?id=33296
--- Comment #4 from Alex Deucher agd5f@yahoo.com 2011-01-20 10:09:58 PST --- What 3D driver are you using? I would suggest trying the r300 gallium driver if you are using the r300 classic driver.
https://bugs.freedesktop.org/show_bug.cgi?id=33296
--- Comment #5 from Sam Thursfield ssssam@gmail.com 2011-01-20 12:14:11 PST --- (In reply to comment #4)
What 3D driver are you using? I would suggest trying the r300 gallium driver if you are using the r300 classic driver.
I believe xorg-edgers is now shipping the Gallium driver:
sam@haji:/opt/xorg/lib$ glxinfo | grep OpenGL OpenGL vendor string: X.Org R300 Project OpenGL renderer string: Gallium 0.4 on ATI RV370 OpenGL version string: 2.1 Mesa 7.11-devel OpenGL shading language version string: 1.20 OpenGL extensions:
https://bugs.freedesktop.org/show_bug.cgi?id=33296
Sam Thursfield ssssam@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #6 from Sam Thursfield ssssam@gmail.com 2011-02-09 16:02:26 PST --- All problems have disappeared with the latest r300g driver. Thanks guys.
dri-devel@lists.freedesktop.org