Mir

Merge lp:~robert-ancell/mir/xmir-diagnostic-recovery-docs into lp:~mir-team/mir/trunk

Proposed by Robert Ancell
Status: Merged
Approved by: Kevin DuBois
Approved revision: no longer in the source branch.
Merged at revision: 786
Proposed branch: lp:~robert-ancell/mir/xmir-diagnostic-recovery-docs
Merge into: lp:~mir-team/mir/trunk
Diff against target: 35 lines (+17/-1)
1 file modified
doc/using_mir_on_pc.md (+17/-1)
To merge this branch: bzr merge lp:~robert-ancell/mir/xmir-diagnostic-recovery-docs
Reviewer Review Type Date Requested Status
Kevin DuBois (community) Approve
Alexandros Frantzis (community) Approve
PS Jenkins bot (community) continuous-integration Approve
Review via email: mp+171712@code.launchpad.net

Commit message

Add some XMir diagnostic and recovery documentation

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Alexandros Frantzis (afrantzis) wrote :

15 +that case secure shell into to

perhaps:

In that case connect remotely into your machine (e.g, using SSH)...

... but not a blocker.

review: Approve
Revision history for this message
Kevin DuBois (kdub) wrote :

looks good to me too

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'doc/using_mir_on_pc.md'
2--- doc/using_mir_on_pc.md 2013-06-26 22:04:18 +0000
3+++ doc/using_mir_on_pc.md 2013-06-27 04:45:36 +0000
4@@ -56,14 +56,30 @@
5 $ grep -i xmir /var/log/Xorg.0.log
6 $ ls -l /var/log/lightdm/unity-system-compositor.log
7
8+If problems occur, have a look at the following log files:
9+
10+ /var/log/lightdm/lightdm.log
11+ /var/log/lightdm/unity-system-compositor.log
12+ /var/log/lightdm/x-0.log
13+
14+You may not be able to get to a terminal if your video system has locked up. In
15+that case secure shell into to your machine and read / copy these logs. They are
16+overwritten on next boot.
17
18 In any case, if you wish to deactivate XMir upon boot, simply comment out
19 the type=unity line from
20-/etc/lightdm/lightdm.conf.d10-unity-system-compositor.conf, like this:
21+/etc/lightdm/lightdm.conf.d/10-unity-system-compositor.conf, like this:
22
23 [SeatDefaults]
24 #type=unity
25
26+If you cannot boot into a graphical display or terminal to disable XMir, then
27+enter recovery mode as described in https://wiki.ubuntu.com/RecoveryMode. From
28+there edit / move / remove
29+/etc/lightdm/lightdm.conf.d/10-unity-system-compositor.conf and then reboot.
30+To modify the filesystem you will need to enter the following command:
31+
32+ # mount / -o remount,rw
33
34 Running Mir natively
35 --------------------

Subscribers

People subscribed via source and target branches