* [Bug 30405] New: qt 4.7 opengl graphicssystem doesn't work with gallium + xorg state tracker
@ 2010-09-27 19:50 bugzilla-daemon
2010-09-27 19:50 ` [Bug 30405] " bugzilla-daemon
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: bugzilla-daemon @ 2010-09-27 19:50 UTC (permalink / raw)
To: dri-devel
https://bugs.freedesktop.org/show_bug.cgi?id=30405
Summary: qt 4.7 opengl graphicssystem doesn't work with gallium
+ xorg state tracker
Product: Mesa
Version: git
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: Drivers/Gallium/r300
AssignedTo: dri-devel@lists.freedesktop.org
ReportedBy: martinstolpe@gmail.com
Created an attachment (id=38988)
--> (https://bugs.freedesktop.org/attachment.cgi?id=38988)
configuration parameters for mesa
Compiling qt with the desktop an es2 opengl backend works. Compilation fails
with the es1 backend.
When I try to start a program with the opengl backend I get the following
errors:
qt compiled with es2 opengl system:
$ dolphing -graphicssystem=opengl
libEGL warning: GLX/DRI2 is not supported
libEGL warning: use software fallback
libEGL warning: unable to load st_GLESv2.so
QEglContext::createContext(): Unable to create EGL context: "Success
(0x3000)"
QMetaObject::invokeMethod: No such method
DolphinApplication::loadCommandLineOptionsForNewInstance()
libEGL warning: GLX/DRI2 is not supported
libEGL warning: use software fallback
QGLTemporaryContext: Error creating EGL context.
<unknown program name>(5920)/: Communication problem with "dolphin" , it
probably crashed.
Error message was: "org.freedesktop.DBus.Error.NoReply" : " "Message did not
receive a reply (timeout by message bus)" "
-qt compiled with es1 opengl system:
libEGL warning: GLX/DRI2 is not supported
libEGL warning: use software fallback
libEGL warning: unable to load st_GL.so
QEglContext::createContext(): Unable to create EGL context: "Success
(0x3000)"
QMetaObject::invokeMethod: No such method
DolphinApplication::loadCommandLineOptionsForNewInstance()
libEGL warning: GLX/DRI2 is not supported
libEGL warning: use software fallback
QGLTemporaryContext: Error creating EGL context.
<unknown program name>(25644)/: Communication problem with "dolphin" , it
probably crashed.
Error message was: "org.freedesktop.DBus.Error.NoReply" : " "Message did not
receive a reply (timeout by message bus)" "
Neither st_GL.so nor st_GLESv2.so
are build by mesa.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Bug 30405] qt 4.7 opengl graphicssystem doesn't work with gallium + xorg state tracker
2010-09-27 19:50 [Bug 30405] New: qt 4.7 opengl graphicssystem doesn't work with gallium + xorg state tracker bugzilla-daemon
@ 2010-09-27 19:50 ` bugzilla-daemon
2010-09-28 8:15 ` bugzilla-daemon
2010-09-28 10:23 ` bugzilla-daemon
2 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon @ 2010-09-27 19:50 UTC (permalink / raw)
To: dri-devel
https://bugs.freedesktop.org/show_bug.cgi?id=30405
Martin Stolpe <martinstolpe@gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
See Also| |https://freedesktop.org/sho
| |w_bug.cgi?id=30401
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Bug 30405] qt 4.7 opengl graphicssystem doesn't work with gallium + xorg state tracker
2010-09-27 19:50 [Bug 30405] New: qt 4.7 opengl graphicssystem doesn't work with gallium + xorg state tracker bugzilla-daemon
2010-09-27 19:50 ` [Bug 30405] " bugzilla-daemon
@ 2010-09-28 8:15 ` bugzilla-daemon
2010-09-28 10:23 ` bugzilla-daemon
2 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon @ 2010-09-28 8:15 UTC (permalink / raw)
To: dri-devel
https://bugs.freedesktop.org/show_bug.cgi?id=30405
Martin Stolpe <martinstolpe@gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
See Also| |https://bugs.freedesktop.or
| |g/show_bug.cgi?id=30412
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Bug 30405] qt 4.7 opengl graphicssystem doesn't work with gallium + xorg state tracker
2010-09-27 19:50 [Bug 30405] New: qt 4.7 opengl graphicssystem doesn't work with gallium + xorg state tracker bugzilla-daemon
2010-09-27 19:50 ` [Bug 30405] " bugzilla-daemon
2010-09-28 8:15 ` bugzilla-daemon
@ 2010-09-28 10:23 ` bugzilla-daemon
2 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon @ 2010-09-28 10:23 UTC (permalink / raw)
To: dri-devel
https://bugs.freedesktop.org/show_bug.cgi?id=30405
Martin Stolpe <martinstolpe@gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |DUPLICATE
--- Comment #1 from Martin Stolpe <martinstolpe@gmail.com> 2010-09-28 03:23:17 PDT ---
Got 3D working in general. Have a look at bug report 30412.
Now I get the following error with opengl es2 backend:
dolphin: symbol lookup error: /usr/lib/egl/egl_gallium.so: undefined symbol:
drmGetMagic
<unknown program name>(19415)/: Communication problem with "dolphin" , it
probably crashed.
Error message was: "org.freedesktop.DBus.Error.ServiceUnknown" : " "The name
org.kde.dolphin was not provided by any .service files" "
This seems to be the same error as in Bug 30401. I think these two bugs can be
merged.
*** This bug has been marked as a duplicate of bug 30401 ***
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2010-09-28 10:23 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-27 19:50 [Bug 30405] New: qt 4.7 opengl graphicssystem doesn't work with gallium + xorg state tracker bugzilla-daemon
2010-09-27 19:50 ` [Bug 30405] " bugzilla-daemon
2010-09-28 8:15 ` bugzilla-daemon
2010-09-28 10:23 ` bugzilla-daemon
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.