http://askubuntu.com/questions/360598/13-10-black-borders-black-terminal
https://wiki.ubuntu.com/Mir/Installing
Removing the system-compositor-testing PPA
@H_502_16@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.
$>sudoapt-getupdate@H_301_28@
$>sudoapt-getinstallppa-purge@H_301_28@
$>sudoppa-purgeppa:mir-team/system-compositor-testing@H_301_28@
$>sudorm/etc/apt/preferences.d/50-pin-mir.pref@H_301_28@
Then,follow "Installing from Archive".
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
$>sudoapt-getupdate@H_301_28@
$>sudoapt-getdist-upgrade@H_301_28@
$>sudoapt-getinstallunity-system-compositor@H_301_28@
$>sudoapt-getinstallubuntu-desktop-mir@H_301_28@
$>sudorestartlightdm@H_301_28@
Verifying that unity-system-compositor is running
You can check in 3 ways whether unity-system-compositor is running:
$>psaux|grepunity-system-compositor@H_301_28@
$>grep-ixmir/var/log/Xorg.0.log@H_301_28@
$>ls-l/var/log/lightdm/unity-system-compositor.log@H_301_28@
Removing unity-system-compositor
Temporarily
If you want to temporarily switch back to using X.org on your system,run following commands:
$>sudovi/usr/share/lightdm/lightdm.conf.d/10-unity-system-compositor.conf@H_301_28@
and add a comment to the second line:
[SeatDefaults]@H_301_28@
#type=unity;xlocal@H_301_28@
and restart lightdm
$>sudorestartlightdm@H_301_28@
If you want to enable XMir back again,you simply remove the comment:
[SeatDefaults]@H_301_28@
type=unity;xlocal@H_301_28@
and restart lightdm
$>sudorestartlightdm@H_301_28@
Permanently
In order to remove unity-system-compositor permanently from your system,run following command:
$>sudoapt-getremoveunity-system-compositor@H_301_28@
$>sudorestartlightdm@H_301_28@
Mir