Ticket #144 (closed defect: fixed)
when phone is hard-rebooted, Xfbdev complains about /tmp/.X0-lock
| Reported by: | laforge@… | Owned by: | mickey@… |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | Xfbdev (kdrive), Xglamo | Version: | current svn head |
| Severity: | major | Keywords: | |
| Cc: | buglog@… | Blocked By: | |
| Blocking: | Estimated Completion (week): | ||
| HasPatchForReview: | PatchReviewResult: | ||
| Reproducible: |
Description
we might just delete this in some init script. I'm sure OE has some standard
method of dealing with this.
Change History
Note: See
TracTickets for help on using
tickets.

Harald has added a workaround for this in svn r1195:
+ # an ugly hack to make sure Xserver will always start, even
+ # after unclean shutdown
+ [ -e /tmp/.X0-lock ] && rm /tmp/.X0-lock