Summary: | Plasma crashes on boot of current Fedora Rawhide nightly live image in a KVM (Spice/QXL) | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Adam Williamson <adamw> |
Component: | general | Assignee: | David Edmundson <kde> |
Status: | RESOLVED WORKSFORME | ||
Severity: | crash | CC: | bhush94, plasma-bugs, rdieter |
Priority: | NOR | Keywords: | drkonqi |
Version: | 5.4.95 | ||
Target Milestone: | 1.0 | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Adam Williamson
2015-11-26 23:31:54 UTC
ISO download: https://kojipkgs.fedoraproject.org/work/tasks/4703/11984703/Fedora-Live-KDE-x86_64-rawhide-20151126.iso (will persist for a few weeks). I would check and see if this happens with VNC/vga graphics as well, but the image seems to run into https://bugzilla.redhat.com/show_bug.cgi?id=1282706 every time when booted with that configuration. Does the qxl driver claim to support "hardware" OpenGL 2 now? (If so, try exporting QT_XCB_FORCE_SOFTWARE_OPENGL=1 to force using the llvmpipe instead.) Or is the llvmpipe broken in Rawhide?! Marking as needs info till we hear back from Kevin's question. I don't believe the qxl driver has changed anything, but it does look like there's something up with software rendering. We got GNOME nightlies back today (they'd been failing to compose for unrelated reasons) and they also are booting to a failure screen in a KVM, and now I look at the X logs, I see the same suspicious messages in both: (II) AIGLX: Screen 0 is not DRI2 capable (EE) AIGLX: reverting to software rendering (EE) AIGLX error: Calling driver entry point failed (EE) GLX: could not load software renderer (II) GLX: no usable GL providers found for screen 0 I'll double check that those don't appear in a successful boot, but that sure looks like the problem; I'll check in with some X folks. Yeah, F23 Final shows this instead: (II) AIGLX: Screen 0 is not DRI2 capable (EE) AIGLX: reverting to software rendering (II) AIGLX: enabled GLX_MESA_copy_sub_buffer (II) AIGLX: Loaded and initialized swrast (II) GLX: Initialized DRISWRAST GL provider for screen 0 so, that looks a lot like the problem here. This hasn't been happening for a while, current Fedora images are fine. |