Custom Search

Saturday, October 19, 2013

How to Install Mir Ubuntu 13.10 Saucy Salamander Desktop

1)
Removing the system-compositor-testing PPA

Should you have been using the system-compositor-testing PPA you will have to remove the PPA and it's content from your system prior to installing XMir from archive.

$> sudo apt-get update
$> sudo apt-get install ppa-purge
$> sudo ppa-purge ppa:mir-team/system-compositor-testing
$> sudo rm /etc/apt/preferences.d/50-pin-mir.pref


Then, follow "Installing from Archive".

2)
Installing from Archive


Prior to landing Mir and related packages in the Ubuntu archive, we offered XMir via the system-compositor-testing ppa (ppa:mir-team/system-compositor-testing). As of August 9, 2013 XMir can be installed directly from archive via

$> sudo apt-get update
$> sudo apt-get dist-upgrade
$> sudo apt-get install unity-system-compositor
$> sudo restart lightdm




3)
Verifying that unity-system-compositor is running

You can check in 3 ways whether unity-system-compositor is running:

$> ps aux | grep unity-system-compositor
$> grep -i xmir /var/log/Xorg.0.log
$> ls -l /var/log/lightdm/unity-system-compositor.log


Ref Site: https://wiki.ubuntu.com/Mir/Installing

3 comments:

  1. http://unity.ubuntu.com/mir/using_mir_on_pc.html

    ReplyDelete
  2. This comment has been removed by the author.

    ReplyDelete
  3. Hello, I want to install xmir on an ubuntu phone running ubuntu 15.10. Can I still follow the same procedure? Thank you.

    ReplyDelete