Bug 361763 - plasmashells always locks up with modesetting driver
Summary: plasmashells always locks up with modesetting driver
Status: RESOLVED DOWNSTREAM
Alias: None
Product: plasmashell
Classification: Plasma
Component: general (show other bugs)
Version: 5.6.1
Platform: openSUSE Linux
: NOR major
Target Milestone: 1.0
Assignee: David Edmundson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-14 12:53 UTC by Jiri Slaby
Modified: 2020-02-17 17:04 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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