Bug 361763

Summary: plasmashells always locks up with modesetting driver
Product: [Plasma] plasmashell Reporter: Jiri Slaby <jirislaby>
Component: generalAssignee: David Edmundson <kde>
Status: RESOLVED DOWNSTREAM    
Severity: major CC: bhush94, plasma-bugs
Priority: NOR    
Version: 5.6.1   
Target Milestone: 1.0   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:

Description Jiri Slaby 2016-04-14 12:53:03 UTC
Currently, I use intel_drv with SNA. I have compositing enabled (opengl 3.1).

When I switch to modesetting_drv, plasmashell "locks up" few seconds after start. The trigger is perhaps hovering over icons in the tray.

The lockup is that X spins with drm_ioctl_wait_vblank and other ioctls on one CPU 100%. When I do:
killall plasmashell ; plasmashell
X stops spinning until I hover over the icons again.

So plasmashell has some problem with rendering, I suppose. I tried both OpenGL and XRender compositing. Note that this also happens without compositing enabled at all.

Reproducible: Always