ubuntu low graphic mode---disable docker -self start.

---------

/etc/default/docker.conf-----设置启动参数。

/etc/init/docker.conf------------不好使(only mysql)

start on (filesystem and net-device-up IFACE!=lo)--------------start on runlevel [!0123456]


stop on runlevel [!2345]

 

----please notice gdm3 rather than gdm

机器刚安装Ubuntu 12.04 没久,某次重启出现提示“Ubuntu is running in low-graphics mode?”,而且给了一些选项,发现其他几个都没有用,最终只能使用low-graphics 进入,但是系统还是进不去,于是乎...只能上网求救,以下是解决方案:

首先Ctrl+Alt+F1(~F6)进入终端下,然后登录用户;

然后做以下步骤


sudo apt-get update
sudo apt-get -d install --reinstall gdm
sudo apt-get remove --purge gdm
sudo apt-get install gdm安装好之后在提示选择中选择gdm

然后  sudo  reboot  重启( 按照我参考的文档,到此步应该成功解决了,but... )

启动后,倒是没出现“Ubuntu is running in low-graphics mode?” 错误信息,出现了用户登录界面,哥兴奋异常,辗转反侧终于见到你了!用了0.1秒输入我的密码后,系统提示 “Could not update ICEauthority file /home/linuxidc/.ICEauthority“

,对于小菜的我,见到这种高端的错误只能继续求救了...

发现ubuntu论坛上出现这个问题的好像也不止我一个啊,窃笑...

有人说进入终端后使用

sudo chown www.linuxidc.com:www.linuxidc.com .ICEauthority( www.linuxidc.com 是用户名,当然你需要换成你自己的)
sudo /etc/init.d/gdm restart

如果还不行,使用 sudo  apt-get update 即可!我的系统终于进去了。

posted on 2017-05-20 13:56  szllq2000  阅读(321)  评论(0编辑  收藏  举报