今天,我在 Ubuntu 12.04.5 LTS amd64 上运行常规系统更新时遇到了黑屏/屏幕闪烁问题。我的 PC 是 Dell Latitude D620,配有 Nvidia Quadro NVS 110M 显卡。阅读现有线程后,我尝试通过 Grub 使用 NOMODESET obit 选项,但这没有帮助。有人可以提供任何建议吗?
答案1
你可以从 tyy 尝试这个:
sudo apt-get install --reinstall ubuntu-desktop
sudo bash
grub-mkrescue
update-grub
update-grub2
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
sudo apt-get install -f
这样也许能很好地发挥作用。