我是靠谱客的博主 勤劳网络,最近开发中收集的这篇文章主要介绍虚拟机linux有黑边,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

最后

以上就是勤劳网络为你收集整理的虚拟机linux有黑边,ubuntu 14.04 窗口四周出现很大的黑边的全部内容,希望文章能够帮你解决虚拟机linux有黑边,ubuntu 14.04 窗口四周出现很大的黑边所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(56)

评论列表共有 0 条评论

立即
投稿
返回
顶部