我设置了一个Ubuntu,没有任何额外的包,但是使用了openssh服务器。现在我的目标是从电脑上移除显卡,因为它既省电,又能防止热量。问题是服务器在没有显卡的情况下不会启动。我已经尝试过使用xserver-xorg-video-dummy
Section "Device"
Identifier "Configured Video Device"
Driver "dummy" EndSection
Section "Monitor"
Identifier "Configured Monitor"
HorizSync 31.5-48.5
VertRefresh 50-70 EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x800"
EndSubSection写到/etc/X11/xorg.conf上,但没有效果。
编辑:我无法看到启动被中断的地方,因为我不能热插拔显卡。
发布于 2019-03-07 01:29:10
Ubuntu甚至没有安装X。您是如何得到它的?
我在成千上万台无头机器上运行Ubuntu,没有一台有视频卡,而且它们都运行良好。当然也没有安装X。
https://askubuntu.com/questions/1123620
复制相似问题