运行这些命令后我的 Unity 桌面消失了
sudo apt-get purge fglrx*
sudo add-apt-repository ppa:andrikos
sudo apt-get update
sudo apt-get install fglrx xserver-xorg-video-intel
不确定如何恢复。我正在通过终端运行 chrome
/opt/google/chrome/google-chrome
查看 ccsm,unity 插件似乎已启用。我真的不知道该怎么办 :(
目前,我的桌面是这样的
https://www.dropbox.com/s/xznxinitg2yrhtp/Screenshot%20from%202013-03-30%2018%3A17%3A57.png
@nerof61 - 我已经通过运行命令尝试了他的建议
sudo unity --replace
sudo unity -- reset
结果仍然一样。
以下是运行这两个命令后我的终端中显示的一些消息。
- Info: Loading plugin: core compiz (core)
- Info: Starting plugin: core unity-panel-service: no process found compiz (core)
- Info: Loading plugin: reset compiz (core)
- Error: Failed to load plugin: reset compiz (core) - Info: Loading plugin: ccp compiz (core)
- Info: Starting plugin: ccp compizconfig
- Info: Backend : gsettings compizconfig
- Info: Integration : true compizconfig
- Info: Profile : default compiz (core)
- Info: Loading plugin: composite compiz (core)
- Info: Starting plugin: composite (process:6575):
GLib-WARNING **: In call to g_spawn_sync(), exit status of a child process was requested but SIGCHLD action was set to SIG_IGN and ECHILD was received by waitpid(), so exit status can't be returned. This is a bug in the program calling g_spawn_sync(); either don't request the exit status, or don't set the SIGCHLD action. ** (process:6575): WARNING **: failed to commit changes to dconf:
Error spawning command line `dbus-launch --autolaunch=fbaaf03a47625e9ba0cde97e0000000a --binary-syntax --close-stderr': Child process killed by signal 59
@nerof61 - 不幸的是,我今天的网络很慢,无法下载 GNONE 或其他程序。还有其他办法吗?
@Htet Kyaw Lwin - 按照你的建议,我尝试使用此命令删除我安装的驱动程序
sudo sh /usr/share/ati/fglrx-uninstall.sh
sudo apt-get remove --purge fglrx fglrx_* fglrx-amdcccle* fglrx-dev*
实际上,只有第二次运行。然后我重新启动系统,情况仍然相同。仍然缺少顶部导航和侧面导航。
我感谢所有的帮助。
[解决了]
@Htet Kyaw Lwin - 我尝试过回到你的建议,但这次,我只指定了 1 个要清除的项目
sudo apt-get remove --purge fglrx
然后尝试重启,现在又恢复了!谢谢你的帮助 :)
答案1
卸载显卡驱动程序并重新启动计算机。
答案2
Ctrl使用+ Alt+打开终端T。
在命令行中输入:
sudo unity --replace
您还可以尝试:
sudo unity -- reset
希望这可以帮助!
答案3
编辑:
很高兴知道你的问题解决了。但我恰好在你解决问题 4 分钟后才发布这篇文章!:p
原来的:
启动 ubuntu 时是否可以看到 unity 欢迎界面(默认登录屏幕)?或者它也消失了?如果可以看到,那么问题可能出在 unity 上。您可以尝试安装 gnome 桌面,看看是否可行。
sudo apt-get install gnome-desktop-environment
我注意到在我自己的桌面(装有 nvidia geforce 900)上,驱动程序破坏了 unity(甚至可能是破坏了整个 ubuntu)。在 unity 欢迎程序启动之前,它首先显示了垃圾字符。后来,当我开始使用一个应用程序(准确地说是 frescobaldi)时,整个桌面崩溃了,unity 欢迎程序根本无法启动。我卸载了驱动程序(通过 tty1),这也破坏了 X-server。:-(
我不得不通过 Live CD 恢复我的文件并重新安装 ubuntu。我再也没有安装过这些所有权司机!