最近開機啓動ubuntu常常性的出現下圖: ubuntu
單擊OK以後就出現,三個單選框,更可惡的是有時候就出現界面卡死,點不了。命令行
解決該問題詳細過程查看:http://askubuntu.com/questions/141606/how-to-fix-the-system-is-running-in-low-graphics-mode-error圖片
總結該解決問題過程以下: 進入命令行ci
sudo apt-get install nvidia-current<br/> sudo apt-get install nvidia-current-updatesget
sudo add-apt-repository ppa:xorg-edgers/ppa -y <br/> sudo add-apt-repository ppa:ubuntu-x-swat/x-updates -y <br/> sudo apt-get updateit
sudo apt-get install fglrxio
最後重啓系統date
由於我使用的是ATI顯卡,第一次出現問題的時候使用了grep
apt-get install --reinstall ubuntu-desktopim
該命令能夠解決問題,可是屢次重啓以後依然會出現該問題。
另:查看顯卡類型的命令以下:
lspci | grep VGA ,在顯示的列表中查看本身的顯卡型號