機器剛裝沒多久,某次重啟出現提示“Ubuntu
is running in low-graphics mode?”,而且給了一些選項,發現其他幾個都沒有用,最終只能使用low-graphics 進入,但是系統還是進不去,於是乎...只能上網求救,以下是解決方案:
首先Ctrl+Alt+F1(~F6)進入終端下,然後登入使用者;
然後做以下步驟
sudo apt-get updatesudo apt-get -d install --reinstall gdmsudo apt-get remove --purge gdmsudo apt-get install gdm
安裝好之後在提示選擇中選擇gdm
然後 sudo reboot 重啟( 按照我參考的文檔,到此步應該成功解決了,but... )
啟動後,倒是沒出現“Ubuntu
is running in low-graphics mode?” 錯誤資訊,出現了使用者登入介面,哥興奮異常,輾轉反側終於見到你了!用了0.1秒輸入我的密碼後,系統提示 “Could
not update ICEauthority file /home/zhouyl/.ICEauthority“
,對於小菜的我,見到這種高端的錯誤只能繼續求救了...
發現ubuntu論壇上出現這個問題的好像也不止我一個啊,竊笑...
有人說進入終端後使用
sudo
chown mike:mike .ICEauthority( mike 是使用者名稱,當然你需要換成你自己的)
sudo /etc/init.d/gdm restart
如果還不行,使用
sudo apt-get update 即可!!!我的系統終於進去咯
參考資料
http://ubuntuforums.org/showthread.php?t=1366173&page=2
http://askubuntu.com/questions/10664/how-do-i-fix-ubuntu-is-running-in-low-graphics-mode
http://czmmiao.iteye.com/blog/1003810