Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们将基本映像安装到我们的机器上,以确保每个机器的设置都相同。最近,我们更新了基础镜像以使用 Ubuntu 12.0.4 而不是 Ubuntu 9.04。
我们有一个奇怪的问题,如果我们在打开机器后打开屏幕,那么屏幕就会进入睡眠模式 - 就好像它根本没有插入一样。重新启动机器工作。我可以更改 Xorg.conf 文件或 grub 设置来解决此问题吗?在包含版本 9.04 的旧基础映像中,它不用于执行此操作。
好的,所以要解决这个问题,需要编辑 /etc/default/grub 文件。
在“GRUB_CMDLINE_LINUX_DEFAULT”行中,包含不带引号的参数“video=VGA-1:e”。这告诉内核启用 VGA-1,无论它是否检测到屏幕在那里。