ubuntu信號超時的解決方法:
1、按下 Alt+Ctrl+F1,進入命令行;
2、備份xorg.conf配置文件
代碼:
sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.bak1
3、用 vim 打開 /etc/X11/xorg.conf:
代碼:
sudo vim /etc/X11/xorg.conf
4、接著編輯xorg.conf文件
在Section ”Screen”段中添加如下子段:
按Insert鍵可以添加
代碼:
SubSection ”Display”
Depth ”24″
Modes ”1024×768″ (這里填入你想要的分辨率)
EndSubSection
5、然后要保存,按Shift+;鍵進入命令方式,輸入/wq ,保存退出。
以上便是winwin7小編給大家分享的關(guān)于ubuntu系統(tǒng)出現(xiàn)信號超出有效范圍的解決方法!
以上便是winwin7小編給大家分享的關(guān)于ubuntu系統(tǒng)出現(xiàn)信號超出有效范圍的解決方法!