在全新安装 ubuntu 12.10(完全删除)后,登录后似乎没有任务栏或任何东西,尽管我仍然可以使用 CTRL+ALT+T 执行终端。我四处查看了一下,似乎我不是唯一遇到此问题的人。我在这里找到:http://ubuntuforums.org/showthread.php?p=12303179#post12303179 从那里,我发现自己在这里: https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-updates/+bug/1068341
我严格遵循了所提供的说明:
这个问题是这样解决的
切换到终端(Ctrl-Alt-F1)。
Login as your username.
Install linux source (sudo apt-get install linux-source) and headers (sudo apt-get install linux-headers-3.5.0-17-generic).
Uninstall nvidia driver - this depends on which version you installed (sudo apt-get remove nvidia-current or sudo apt-get remove nvidia-current-updates or sudo apt-get remove nvidia-experimental-304).
Reinstall nvidia driver (sudo apt-get install nvidia-current-updates).
If it successfully installs, restart the computer (sudo shutdown -r now).
我已经重启了,但问题依然存在。所以我又回到了原点。有人能帮我吗?这是我室友的电脑,我告诉他我正在“修理”它,但现在我觉得我把它弄坏了。任何帮助我都会非常感激。谢谢您的宝贵时间。
答案1
在阅读了这里的所有帖子并通过谷歌搜索后,这是我在新安装带有 nvidia 卡的 12.10 后在终端中输入的标准行,似乎有效
sudo apt-get purge nvidia-current nvidia-current-updates nvidia-experimental-304
sudo apt-get purge nvidia-current
sudo apt-get purge nvidia-current-updates
sudo apt-get install linux-source
sudo apt-get install linux-headers-generic
sudo apt-get install nvidia-current-updates
sudo add-apt-repository ppa:ubuntu-x-swat/x-updates
sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get install nvidia-current
sudo reboot