在安装时如果选择的分辨率与实际显示器的不符,启动时很可能遇到黑屏。解决方法是以linux text进入,执行vim /etc/X11/xorg.conf,修改如下区域:
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 16
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024"
EndSubSection
EndSection
还要注意下面的信息:
Section "Device"
Identifier "Videocard0"
Driver "vesa"
VendorName "Videocard vendor"
BoardName "ATI Technologies Inc ES1000"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 16
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024"
EndSubSection
EndSection
还要注意下面的信息:
Section "Device"
Identifier "Videocard0"
Driver "vesa"
VendorName "Videocard vendor"
BoardName "ATI Technologies Inc ES1000"
EndSection
本文介绍了解决Linux系统因分辨率设置不当导致启动黑屏的问题。通过文本模式进入系统并编辑xorg.conf文件,调整分辨率设置来解决显示问题。
3万+

被折叠的 条评论
为什么被折叠?



