Summary: | Weston lock screen consistently hangs my system | ||
---|---|---|---|
Product: | Wayland | Reporter: | Darxus <darxus> |
Component: | weston | Assignee: | Wayland bug list <wayland-bugs> |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | normal | ||
Priority: | medium | CC: | darxus |
Version: | unspecified | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Darxus
2013-06-15 19:12:24 UTC
alt-sysrq-r, ctrl-alt-del does work from this state. Launching weston with a -i0 command line argument (as mentioned in the weston man page) does sound like an effective workaround. The command line for the above workaround is: weston-launch -- -i0 And it does appear to work for me. Darxus, how would you like to proceed with this bug? Nobody else has indicated that this is problem. Is this still a problem for you? Just a note that this happened to me just now, running weston 1.2, wayland head, radeon r600. I think we found this problem, try this commit from master: commit 991810c1b3eb243a2137fc7e9e5cc5214b7f6330 Author: Kristian Høgsberg <krh@bitplanet.net> Date: Wed Oct 16 11:10:12 2013 -0700 compositor: Stop the repaint loop if the compositor went to sleep We check the state when we schedule a repaint, but we will still repaint in weston_output_finish_frame() if a repaint is needed. Now we check whether we went to sleep while waiting for the page flip and stop repainting in that case. https://bugs.freedesktop.org/show_bug.cgi?id=65802 |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.