Summary: | KDE 4.10.0 gets stuck in the middle of splash screen | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Jiri Slaby <jirislaby> |
Component: | compositing | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED NOT A BUG | ||
Severity: | grave | ||
Priority: | NOR | ||
Version: | 4.10.0 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | kwin_support.txt |
Description
Jiri Slaby
2013-02-11 09:56:43 UTC
Oh, and I have openGL compositioning enabled. please run: qdbus org.kde.kwin /Compositor setCompositing true; sleep 10; qdbus org.kde.kwin /KWin supportInformation > kwin_support.txt; sleep 5; qdbus org.kde.kwin /Compositor setCompositing false (this will enable compositing, print the support informations into kwin_support.txt and then disable compositing - hopefully ;-) Attach kwin_support.txt here. XRender compositing works? Created attachment 77140 [details]
kwin_support.txt
(In reply to comment #2) > XRender compositing works? Yeah. Comment on attachment 77140 [details]
kwin_support.txt
try:
kwriteconfig --file kwinrc --group Compositing --key GLStrictBinding true
kwin --replace &
(and of course report the impact ;-)
(In reply to comment #5) > kwriteconfig --file kwinrc --group Compositing --key GLStrictBinding true > kwin --replace & > (and of course report the impact ;-) Hmm, no change. kwrite --file kwinrc --group Compositing --key GLLegacy true kwin --replace & if that does not do either, try whether indirect rendering still works KWIN_DIRECT_GL LIBGL_ALWAYS_INDIRECT=1 kwin --replace & if that also does not work, please enable the "show paint" plugin and see whether there's region update flicker Don't forget to reset the things above (ideally delete the keys on ~/.kde/share/config/kwinrc, k*config can't do that) (In reply to comment #7) > kwrite --file kwinrc --group Compositing --key GLLegacy true > kwin --replace & This doesn't work. > if that does not do either, try whether indirect rendering still works > KWIN_DIRECT_GL LIBGL_ALWAYS_INDIRECT=1 kwin --replace & Should that be KWIN_DIRECT_GL=1 or KWIN_DIRECT_GL=0? > if that also does not work, please enable the "show paint" plugin and see > whether there's region update flicker No, no region updates/no flickers. > Should that be KWIN_DIRECT_GL=1 or KWIN_DIRECT_GL=0?
Should be "KWIN_DIRECT_GL= ", ie. ensure to unset the variable =)
(In reply to comment #9) > > Should that be KWIN_DIRECT_GL=1 or KWIN_DIRECT_GL=0? > > Should be "KWIN_DIRECT_GL= ", ie. ensure to unset the variable =) Ok, still no cookies. Did you update anything else (like esp. mesa)? It's not like the window content does not update, but nothing does (also not when you attempt to move a window), yesno? Please deactivte all effect plugins and set the sacel method to "smooth" or "crisp" (but this is unlikely gonna help) (In reply to comment #11) > Did you update anything else (like esp. mesa)? Not Mesa (it was and is 9.0.2). But intel driver from 2.20.19 to 2.21.0. Let me check if downgrading helps. > It's not like the window content does not update, but nothing does (also not > when you attempt to move a window), yesno? Exactly, the whole screen is stuck. When I move a window, nothing happens until I disable compositing with alt-shift-f12. (In reply to comment #12) > (In reply to comment #11) > > Did you update anything else (like esp. mesa)? > > Not Mesa (it was and is 9.0.2). But intel driver from 2.20.19 to 2.21.0. Let > me check if downgrading helps. No, but downgrading kernel does. Baah. Sorry for the noise. Nevermind. Happens more then less often =) Just for the record: https://lkml.org/lkml/2013/2/12/513 |