sudo apt-get upgrade 后 Ubuntu 12.04 无法启动

sudo apt-get upgrade 后 Ubuntu 12.04 无法启动

昨天我用 升级了我的系统sudo apt-get upgrade。我定期升级,所以没有安装很多软件包,我不知道这次安装了哪些软件包。但之后我启动了电脑,它却卡在“检查电池状态”上。

我谷歌了一下,我可以设法启动 Unity,方法如下:

crtl+alt+f1 to open a terminal
startx (this starts the graphical stuff)
once that was started i opened a terminal with ctrl+alt+T
and then the command: unity &disown

现在一切都正常了。但这很烦人,该如何解决呢?在谷歌上搜索了一段时间后,我猜想这与我的视频卡有关。

信息:

~$ fglrxinfo
display: :0  screen: 0
OpenGL vendor string: Advanced Micro Devices, Inc.
OpenGL renderer string: AMD Radeon HD 6400M Series
OpenGL version string: 4.2.11631 Compatibility Profile Context

我的显卡:Radeon 6470M

我也尝试从http://www2.ati.com/drivers/linux/amd-driver-installer-12-4-x86.x86_64.run并遵循这些说明https://help.ubuntu.com/community/BinaryDriverHowto/ATI但我的系统在启动时仍然挂起。

我需要做什么才能让我的系统再次正常启动。如果您需要更多信息,请告诉我。

编辑:不知何故,Ubuntu 无法再使用 Ati 为 Radeon HD 6400M 系列提供的专有驱动程序。我重新安装了 Ubuntu,一切正常(乍一看),但我想安装专有驱动程序。现在的问题是我无法再将第二个屏幕连接到我的笔记本电脑……因此我需要专有驱动程序

答案1

几天后我sudo apt-get upgrade又做了一次,能够再次安装专有驱动程序。现在一切都恢复正常了。

答案2

按照以下步骤操作(我现在已经完成这些步骤,所以我不知道它们是否有效):

  1. Ctrl+ Alt+ F1
  2. 类型cd ~(如果你之前打开过文件夹)
  3. 类型nano .bash_profile
  4. 添加到文件unity &disown
  5. Ctrl+ X,现在按Y
  6. 重新启动计算机sudo reboot并输入您的密码。

相关内容