系统更新后,问题继续恶化:登陆界面消失,之后黑屏
Tofloor
poster avatar
czl-504
deepin
2019-01-12 18:44
Author
更新系统后,昨天是发现坚果云不能保存同步路径。今天状况继续出现,干脆就不能用了:打开电源,出现启动界面,进入登录界面后发现输入框消失,在大概位置点击后可以输入密码,输入后回车,能进入桌面,但……很快就是黑屏。重启之后还是这样。本帖是换了个笔记本发的。
问题严重啊!大家是否一样?
Reply Favorite View the author
All Replies
2 / 2
To page
avatar
deepinuser17
deepin
2019-01-14 20:30
#21
创建文件 /etc/X11/xorg.conf.d/20-radeon.conf 试试。
  1. Section "Device"
  2.         Identifier  "Radeon"
  3.         Driver "radeon"
  4.         Option "AccelMethod" "EXA"
  5.         Option "DRI" "3"
  6.         Option "TearFree" "on"
  7.         Option "ColorTiling" "off"
  8.         Option "ColorTiling2D" "off"
  9. EndSection
Copy the Code


可以用ssh登录,然后创建这个文件, 重启机器。
Reply View the author
avatar
Island
deepin
2019-01-14 20:33
#22
https://bbs.deepin.org/post/173696  可以看看这个帖子
Reply View the author
avatar
天空之城
deepin
2019-01-14 20:34
#23
sudo apt dist-upgrade 命令
Reply View the author
avatar
czl-504
deepin
2019-01-14 22:08
#24
https://bbs.deepin.org/post/173603
https://bbs.deepin.org/post/173696#  可以看看这个帖子

试过各种大家列出的办法,但还是错误信息在滚动刷屏,无法输入任何命令。
可否列出详细具体操作步骤?原谅我等小白。重装是不是简单些?
Reply View the author
avatar
Island
deepin
2019-01-14 22:22
#25
不要管刷新数据  输入  sudo apt-get install openssh-server
然后通过  ssh  用户名@ip地址  链接进去 ,就没有刷新打印了,  再按照我帖子里面的添加新源  sudo apt-get update && sudo apt-get dist-upgrade 升级后重启测试
Reply View the author
avatar
jyxlfd
deepin
2019-01-14 23:26
#26
我是联想pc+dell笔记本,两台都更新后还算正常……
Reply View the author
2 / 2
To page