Summary: | logged in and kwin crashed | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | JB <Jbud> |
Component: | general | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED NOT A BUG | ||
Severity: | crash | CC: | andib501 |
Priority: | NOR | Keywords: | drkonqi |
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=356322 | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
JB
2015-06-16 04:10:37 UTC
looks a bit like bug #327310, but smells more like a broken driver installation (nvidia ./. MESA) => What's the ouput of "glxinfo"? I think this is related to a bad symlink after updating nvidia. I changed /usr/lib64/libGL.so.1 to reference /usr/lib64/nvidia/libGL.so.1 instead (before it was referencing /usr/lib64/libGL.so.1.2.0). I had previously run glxgears and saw this: libGL error: No matching fbConfigs or visuals found libGL error: failed to load driver: swrast And my other opengl applications had the same problem. Now they work fine Yupp, broken driver installation - if you installed nvidia through your distro (ie. their package is broken) please report to them. Created attachment 94005 [details]
New crash information added by DrKonqi
kwin (4.11.16) on KDE Platform 4.14.5 using Qt 4.8.6
- What I was doing when the application crashed:Grafik GT210 auflösung verändert
- Unusual behavior I noticed:
- Custom settings of the application: Mit dem älteren Treiber von Mageia 4.1 ist das System einwandfrei gelaufen
-- Backtrace (Reduced):
#9 0x00007ff7ced64559 in poll_for_event () from /lib64/libX11.so.6
#10 0x00007ff7ced645ee in poll_for_response () from /lib64/libX11.so.6
#11 0x00007ff7ced648cd in _XEventsQueued () from /lib64/libX11.so.6
#12 0x00007ff7ced56880 in XEventsQueued () from /lib64/libX11.so.6
#13 0x00007ff7cace6e4a in QEventDispatcherX11::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib64/libQtGui.so.4
Das Problem ist iA. eine falsch aufgelöste Treiberbibliothek - jedes GL Programm (glxgears, glxinfo) wird crashen. ls -l /usr/lib/libGL.*so* nvidias Bibliotheken enden zB. "so.352.21" - alles andere sind zu nvidia inkompatible MESA Bibliotheken. Alternativ bin ich nicht sicher, ob die GT210 schon in den legacy support gefallen ist (also mit den allerbrandneuesten Treibern nicht mehr funktioniert - das README gibt dazu Auskunft) PS: Wenn Du so auch nur sowas ähnliches wie Englisch sprichst, ist das die bevorzugte Sprache (erreicht wesentliche mehr Leute) |