Live CD 上的 Unity 3D - 仅安装 2D

Live CD 上的 Unity 3D - 仅安装 2D

每次登录时,Unity 都会切换到 2D 而不是 3D。

这是我迄今为止一直在尝试的:

  • 安装专有 NVIDIA 驱动程序。
  • unity --reset
  • 安装 compiz 效果
  • 在登录屏幕上选择“Ubuntu”而不是“Ubuntu 2D”

我尝试重新安装 Ubuntu 几次,结果都一样,但我注意到在 live cd/usb 上 Ubuntu 使用 Unity 3D。但安装后它切换到 2D。我不知道该怎么办。有人能帮我吗?

我的电脑是华硕 U35J。

答案1

首先,我强烈建议您进行更新,因此打开一个终端(Dash->Terminal)窗口,然后输入:

sudo apt-get update
sudo apt-get dist-upgrade

然后重启。如果仍然有问题,请在终端窗口中尝试以下操作:

sudo apt-get install unity unity-scope-musicstores unity-common unity-place-applications unity-lens-music unity-place-files unity-lens-files unity-services unity-greeter unity-asset-pool unity-lens-applications unity-lens-gwibber ubuntu-desktop compiz compiz-core

然后重新启动。

答案2

我的电脑也出现过这种情况。下面是我修复它的方法。

sudo apt-get install unity #to make sure it's installed

rm -R .config/compiz-1 .compiz-1 .gconf/apps/compiz-1 .gconf/apps/compizconfig- #delete any bad config files

unity --reset # reset unity
sudo reboot # reboot computer

如果这不起作用,那么我会这样做:

sudo unity --reset # reset unity as root might not be a good idea but it worked for me

sudo reboot # reboot computer

相关内容