| Summary: | Kwin hangs when I apply new configuration | ||
|---|---|---|---|
| Product: | [Plasma] kwin | Reporter: | msnkipa |
| Component: | general | Assignee: | KWin default assignee <kwin-bugs-null> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 4.3.2 | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
msnkipa
2010-10-12 14:06:23 UTC
Also I have such beautiful output from kwin: misha@tosh-u300:~/KDE/4.5/build/l10n-kde4/ru> kwin kwin(25783) KWin::CompositingPrefs::detectDriverAndVersion: GL vendor is "Tungsten Graphics, Inc" kwin(25783) KWin::CompositingPrefs::detectDriverAndVersion: GL renderer is "Mesa DRI Intel(R) 965GM GEM 20100328 2010Q1 " kwin(25783) KWin::CompositingPrefs::detectDriverAndVersion: GL version is "2.1 Mesa 7.8.2" kwin(25783) KWin::CompositingPrefs::detectDriverAndVersion: Detected driver "intel" , version "20100328" couldn't create image from "/home/diau/overlay.png" /*Here I change desktop effects*/ QPainter::begin: Paint device returned engine == 0, type: 2 QPainter::setPen: Painter not active QPainter::setPen: Painter not active QPainter::setPen: Painter not active QPainter::end: Painter not active, aborted QPainter::begin: Paint device returned engine == 0, type: 2 QPainter::setPen: Painter not active QPainter::setPen: Painter not active QPainter::setPen: Painter not active QPainter::end: Painter not active, aborted QPainter::begin: Paint device returned engine == 0, type: 2 QPainter::setPen: Painter not active QPainter::setPen: Painter not active QPainter::setPen: Painter not active QPainter::end: Painter not active, aborted QPainter::begin: Paint device returned engine == 0, type: 2 QPainter::setPen: Painter not active QPainter::setPen: Painter not active QPainter::setPen: Painter not active QPainter::end: Painter not active, aborted /*Here its hung and I need to switch to the console and kill it.*/ kwin(25783) KWin::CompositingPrefs::detectDriverAndVersion: GL vendor is "Tungsten Graphics, Inc" kwin(25783) KWin::CompositingPrefs::detectDriverAndVersion: GL renderer is "Mesa DRI Intel(R) 965GM GEM 20100328 2010Q1 " kwin(25783) KWin::CompositingPrefs::detectDriverAndVersion: GL version is "2.1 Mesa 7.8.2" kwin(25783) KWin::CompositingPrefs::detectDriverAndVersion: Detected driver "intel" , version "20100328" you need to move to a VT (crtrl+alt+f1), run "gdb" and "attach" to the kwin pid. then "bt" (backtrace) to see where it "hangs", but this is very much likely bug #241402 you need to update mesa to >= 7.9rc2 or (inferior solution / workaround) place export LIBGL_ALWAYS_INDIRECT=1 into ~/.xprofile, then logout/login i'll set this one a dupe for the moment, if the above solutions do /not/ work, please reset to "unconfirmed" *** This bug has been marked as a duplicate of bug 241402 *** OK this problem goes away when I install Mesa 7.9, but there is another. |