Ubuntu 12.04 NVIDIA GeForce Go 7600 启动时黑屏

Ubuntu 12.04 NVIDIA GeForce Go 7600 启动时黑屏

两年来,我一直将 Ubuntu 作为唯一的操作系统。在第一个 Ubuntu 版本中,我看到了 BIOS 屏幕和启动屏幕。实际上,我使用的是 Ubuntu 12.04,我的屏幕一直保持黑色,直到启动 Ubuntu(两个屏幕都消失了)。我猜这种情况第一次出现在 Ubuntu 11 中(不确定)。

我通过谷歌搜索并尝试了流行的活动,但无法解决我的问题。我打开笔记本电脑并检查了所有连接。我正在使用启动选项 nomodeset。我浏览了很多网页。我不知道如何继续,希望有人能帮忙。

我的硬件:
Acer Aspire 9300
AMD Turion 64 x2 NVIDIA GeForce Go 7600(使用建议的驱动程序)

lspci | grep NVIDIA
00:00.0 RAM memory: NVIDIA Corporation C51 Host Bridge (rev a2)
00:00.1 RAM memory: NVIDIA Corporation C51 Memory Controller 0 (rev a2)
00:00.2 RAM memory: NVIDIA Corporation C51 Memory Controller 1 (rev a2)
00:00.3 RAM memory: NVIDIA Corporation C51 Memory Controller 5 (rev a2)
00:00.4 RAM memory: NVIDIA Corporation C51 Memory Controller 4 (rev a2)
00:00.5 RAM memory: NVIDIA Corporation C51 Host Bridge (rev a2)
00:00.6 RAM memory: NVIDIA Corporation C51 Memory Controller 3 (rev a2)
00:00.7 RAM memory: NVIDIA Corporation C51 Memory Controller 2 (rev a2)
00:02.0 PCI bridge: NVIDIA Corporation C51 PCI Express Bridge (rev a1)
00:03.0 PCI bridge: NVIDIA Corporation C51 PCI Express Bridge (rev a1)
00:04.0 PCI bridge: NVIDIA Corporation C51 PCI Express Bridge (rev a1)
00:09.0 RAM memory: NVIDIA Corporation MCP51 Host Bridge (rev a2)
00:0a.0 ISA bridge: NVIDIA Corporation MCP51 LPC Bridge (rev a3)
00:0a.1 SMBus: NVIDIA Corporation MCP51 SMBus (rev a3)
00:0a.3 Co-processor: NVIDIA Corporation MCP51 PMU (rev a3)
00:0b.0 USB controller: NVIDIA Corporation MCP51 USB Controller (rev a3)
00:0b.1 USB controller: NVIDIA Corporation MCP51 USB Controller (rev a3)
00:0d.0 IDE interface: NVIDIA Corporation MCP51 IDE (rev f1)
00:0e.0 IDE interface: NVIDIA Corporation MCP51 Serial ATA Controller (rev f1)
00:10.0 PCI bridge: NVIDIA Corporation MCP51 PCI Bridge (rev a2)
00:10.1 Audio device: NVIDIA Corporation MCP51 High Definition Audio (rev a2)
00:14.0 Bridge: NVIDIA Corporation MCP51 Ethernet Controller (rev a3)
03:00.0 VGA compatible controller: NVIDIA Corporation G73 [GeForce Go 7600] (rev a1)

所以我的问题是如何修复启动过程中的黑屏?

答案1

请打开终端并运行sudo gedit /etc/default/grub并输入您的密码。找到以下行:

#GRUB_TERMINAL=console

并将其更改为

GRUB_TERMINAL=console

(即删除井号)。

然后,运行关闭文本编辑器并运行sudo update-grub。这可能需要一段时间,但完成后,您将得到熟悉的user@computer ~$提示,这意味着命令已完成。重新启动,它应该会有所帮助。

相关内容