打开电脑没有桌面了,一片漆黑
Tofloor
poster avatar
yhl369822176
deepin
2013-07-11 19:30
Author
下面的dock都还在,就是桌面一片漆黑,终端也一片漆黑,无法在终端输入命令,右键桌面也没有反应,求解
Reply Favorite View the author
All Replies
electricface
deepin
2013-07-11 20:13
#1
看来遇到这个问题的人很多呀
试试这个解决办法:
先在变黑的终端,编辑-首选项-配置文件-编辑-颜色,换掉文字的颜色,在终端就能看到字了。
再执行下面的命令:
  1. sudo rm -rf ~/.cache/dconf/user
  2. gnome-settings-daemon
Copy the Code
注销后再登陆,就能恢复正常。[/quote]

提交bug管理系统.http://www.linuxdeepin.com/mantis/view.php?id=2127
Reply View the author
electricface
deepin
2013-07-11 20:17
#2
你自己先修复终端的配色问题之后,可否在终端用命令行截图,然后发到论坛上? 我想看个仔细,也为开发人员提供更多信息,以供修复.
  1. deepin-screenshot
Copy the Code
Reply View the author
yhl369822176
deepin
2013-07-11 21:16
#3
看来遇到这个问题的人很多呀
试试这个解决办法:
先在变黑的终端,编辑-首选项-配置文件-编辑-颜色,换掉文字的颜色,在终端就能看到字了。
再执行下面的命令:
  1. sudo rm -rf ~/.cache/dconf/user
  2. gnome-settings-daemon
Copy the Code
注销后再登陆,就能恢复正常。

提交bug管理系统.http://www.linuxdeepin.com/mantis/view.php?id=2127[/quote]

试过了,我看了另外一个人这个帖子了,尝试不行才发上来的
Reply View the author
yhl369822176
deepin
2013-07-11 21:21
#4
QQ截图20130711131937.png你自己先修复终端的配色问题之后,可否在终端用命令行截图,然后发到论坛上? 我想看个仔细,也为开发人员提供更多信息,以供修复.
  1. deepin-screenshot
Copy the Code
[/quote]
Reply View the author
electricface
deepin
2013-07-11 22:32
#5
我刚刚也遇到这个问题.配色好像修不好,得切到tty1
Ctrl+Alt+F1
  1. sudo rm -v .cache/dconf/user
  2. sudo reboot
Copy the Code
这样有用些吗?  你执行过类似的命令吗,不要去试最后一条
  1. sudo restart lightdm
  2. sudo lightdm restart
  3. sudo startx
Copy the Code
[color=#FF4000:2e871qm3]引用的时候不用把 [quote] 标记删掉的.[/color:2e871qm3]
Reply View the author
yhl369822176
deepin
2013-07-11 22:39
#6
我刚刚也遇到这个问题.配色好像修不好,得切到tty1
Ctrl+Alt+F1
  1. sudo rm -v .cache/dconf/user
  2. sudo reboot
Copy the Code
这样有用些吗?  你执行过类似的命令吗,不要去试最后一条
  1. sudo restart lightdm
  2. sudo lightdm restart
  3. sudo startx
Copy the Code
[color=#FF4000:1zq4j2gu]引用的时候不用把 [quote] 标记删掉的.[/color:1zq4j2gu]
[/quote]
感谢大神,恢复了。
我之前有执行过sudo restart lightdm
Reply View the author