Summary: | KInfoCenter hangs when attempting to open OpenGL module | ||
---|---|---|---|
Product: | [Applications] kinfocenter | Reporter: | Ragnar Thomsen <rthomsen6> |
Component: | OpenGL | Assignee: | David Hubner <hubn3rd> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | ali.sherif10, fademind, hrvoje.senjan, iamtaylover, jebeld17, kajalsinha, kamiox, mgraesslin, vit |
Priority: | NOR | ||
Version: | 5.3.1 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kinfocenter/9f9814219d899a64dd5b68711534ec7206858147 | Version Fixed In: | 5.4.0 |
Sentry Crash Report: | |||
Attachments: | It freezes. |
Description
Ragnar Thomsen
2015-03-09 10:35:37 UTC
I have an Intel Sandy Bridge integrated graphics chip and use v.2.99.917 of the driver. i can confirm this with kinfocenter master and: OpenGL renderer string: Gallium 0.4 on AMD RV635 OpenGL core profile version string: 3.3 (Core Profile) Mesa 10.6.0-devel OpenGL core profile shading language version string: 3.30 Distribution: Kubuntu 15.04 beta 1. I confirm it. I've the same bug. If I click Graphical Information then OpenGL, it loads forever. I also got the same error. Error: glXMakeCurrent failed Created attachment 91537 [details]
It freezes.
I've switchable graphics (Intel & AMD). Still occurs with plasma 5.2.95 and mesa 10.5.3. It exists in Kubuntu 15.04 stable version. Make it confirmed. It affects many people. *** Bug 346279 has been marked as a duplicate of this bug. *** *** Bug 346883 has been marked as a duplicate of this bug. *** *** Bug 347993 has been marked as a duplicate of this bug. *** *** Bug 348303 has been marked as a duplicate of this bug. *** Still happens with Plasma 5.3.1 and Mesa 10.5.6. The problem seems to be related to creating an indirect rendering context. If I remove that from the code it works. Git commit 9f9814219d899a64dd5b68711534ec7206858147 by Martin Gräßlin. Committed on 11/06/2015 at 01:27. Pushed by graesslin into branch 'master'. Remove querying the indirect rendering context Mesa fails to make an indirect rendering context current and freezes in the next X11 call. Removing indirect rendering support seems like a workaround for the problem, but realisticly it's no longer interesting what indirect rendering provides if direct rendering is available. If direct rendering is not available, it will pick indirect instead. FIXED-IN: 5.4.0 REVIEW: 123995 M +0 -2 Modules/opengl/opengl.cpp http://commits.kde.org/kinfocenter/9f9814219d899a64dd5b68711534ec7206858147 *** Bug 349873 has been marked as a duplicate of this bug. *** |