我使用Ubuntu作为两年来唯一的操作系统。在第一个Ubuntu版本中,我看到了我的BIOS屏幕和启动屏幕。实际上,im使用Ubuntu12.04,在Ubuntu启动之前,我的屏幕一直是黑色的(两个屏幕都丢失了)。我想这种情况在Ubuntu 11中第一次出现(不确定)。
我通过谷歌搜索,并尝试了流行的活动,但未能解决我的问题。我打开笔记本电脑检查了所有的连接。我使用引导选项我浏览了许多网页。我不知道怎么继续下去,希望有人能帮上忙。
我的硬件:
宏Aspire 9300
AMD 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)那么,我的问题是如何在启动时修复黑屏幕?
发布于 2012-07-06 19:01:57
请打开终端并运行sudo gedit /etc/default/grub并提供您的密码。找出一行写着:
#GRUB_TERMINAL=console并将其改为
GRUB_TERMINAL=console(也就是说,移除磅号)。
然后,运行“关闭文本编辑器”并运行sudo update-grub。这可能需要一段时间,但当它完成时,您将得到熟悉的user@computer ~$提示符,这意味着命令已经完成。重新启动,这会有帮助的。
https://askubuntu.com/questions/160568
复制相似问题