转自 http://haria1988.blog.ubuntu.org.cn
本文针对升级ubuntu系统后,重启系统后,正常进入ubuntu黑屏,显示器提示输入信号超出范围,即分辨率超出范围的情况。
开进进入recovery mode
首先备份好xorg.conf ,执行如下 命令:
sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.backup
然后编辑xorg.conf文件,命令如下:
sudo gedit /etc/X11/xorg.conf
在Section “Screen”段中添加如下子段: 代码: SubSection “Display” Depth 24 Modes “1024×768″ #(这里填入你想要的分辨率) EndSubSection
重启就解决了。