ubuntu 14.04 窗口四周出现很大的黑边


http://askubuntu.com/questions/360598/13-10-black-borders-black-terminal

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


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.

$>sudoapt-getupdate
$>sudoapt-getinstallppa-purge
$>sudoppa-purgeppa:mir-team/system-compositor-testing
$>sudorm/etc/apt/preferences.d/50-pin-mir.pref

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
$>sudoapt-getdist-upgrade
$>sudoapt-getinstallunity-system-compositor
$>sudoapt-getinstallubuntu-desktop-mir
$>sudorestartlightdm

Verifying that unity-system-compositor is running

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

$>psaux|grepunity-system-compositor
$>grep-ixmir/var/log/Xorg.0.log
$>ls-l/var/log/lightdm/unity-system-compositor.log

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

and add a comment to the second line:

[SeatDefaults]
#type=unity;xlocal

and restart lightdm

$>sudorestartlightdm

If you want to enable XMir back again,you simply remove the comment:

[SeatDefaults]
type=unity;xlocal

and restart lightdm

$>sudorestartlightdm

Permanently

In order to remove unity-system-compositor permanently from your system,run following command:

$>sudoapt-getremoveunity-system-compositor
$>sudorestartlightdm

Mir

相关文章

ubuntu退出redis的示例:指定配置文件方式启动源码redis:roo...
ubuntu中mysql改密码忘了的解决方法:1.在终端中切换到root权...
ubuntu安装mysql失败的解决方法原因:可能是原有的MySQL还有...
使用centos和ubuntu建站的区别有以下几点1.CentOS是Linux发行...
ubuntu图形界面和字符界面切换的方法:可以通过快捷键CTRL+A...
ubuntu中重启mysql失败的解决方法1.首先,在ubuntu命令行中,...