A卡用户更新后花屏或者无法正常使用的看过来
Tofloor
poster avatar
Island
deepin
2019-01-14 19:45
Author
本帖最后由 zhangshuang 于 2019-1-16 08:58 编辑

       大家好!deepin 1.10 更新后,很多用户反馈系统无法登录,花屏、登录卡死等问题。经过查看发现大部分用户是A卡用户, deepin 在15.8 发布的时候更新过mesa 版本到18.2.1(为了兼容更多设备和支持steam play) ,当时因为内测规模有限,推送出去后很多用户反馈花屏,所以在后面的一次更新中升级返回到18.0.4   (18.2.1.is.18.0.4)版本(11月23号左右), 最近又有部分用户报,升级后A卡花屏卡死等。所以可能是有部分A卡用户需要更高版本mesa,所以我在测试仓库中推送了一个高版本mesa 给大家测试,大家有问题可以及时反馈。大家也可以确定下自己是否是从15.8 iso 全新升级出现的此问题,如果不是全新升级,而是1.10号更新出现的问题,则可能是另外问题,可能是系统升级不完全等问题。或者是安装过其他第三方插件,与系统升级冲突。可以尝试切换到tty  sudo apt-get update && sudo dpkg --configure -a && sudo apt-get dist-upgrade && sudo apt-get install dde 试试。高版本mesa测试源地址:


deb http://proposed.packages.deepin.com/mesa unstable main contrib non-free (不需要升级mesa)


特别感谢@gongsong 等社区伙伴的协助,已经定位问题,会在最快时间更新解决。
问题原因是因为dde-session-ui重构为了适配高分屏引入bug,公司低端A卡有限,没有测出来,另外一个密码输入不正确问题也是10号更新引入,也在本次修复,大家有条件可以下载附件测试下,如果测试正常麻烦帖子回复一下。









Reply Favorite View the author
All Replies
3 / 3
To page
avatar
deepinuser17
deepin
2019-01-16 07:14
#41
可以公布一下到底是什么问题吗?
Reply View the author
avatar
Island
deepin
2019-01-16 17:01
#42
https://bbs.deepin.org/post/173696
可以公布一下到底是什么问题吗?

帖子最前面回复了
Reply View the author
avatar
zhaobainan
deepin
2019-01-16 17:29
#43
The user is banned, and the content is hidden.
avatar
czl-504
deepin
2019-01-16 18:40
#44
本来已经正常使用了。下载了附件安装,没出现任何状况,正常。
Reply View the author
avatar
deepinuser17
deepin
2019-01-16 19:44
#45
Edited by deepinuser17 at 2019-1-16 14:07

在新安装的15.8机器上,安装了dde-session-ui。不过有出错信息。

  1. $ sudo dpkg -i dde-session-ui_4.8.6-1_amd64.deb
  2. [sudo] password for luser:
  3. (Reading database ... 183615 files and directories currently installed.)
  4. Preparing to unpack dde-session-ui_4.8.6-1_amd64.deb ...
  5. Unpacking dde-session-ui (4.8.6-1) over (4.6.2-1) ...
  6. dpkg: dependency problems prevent configuration of dde-session-ui:
  7. dde-session-ui depends on libdtkcore2 (>= 2.0.9.14-1); however:
  8.   Version of libdtkcore2:amd64 on system is 2.0.9.8-2.
  9. dde-session-ui depends on libdtkwidget2 (>= 2.0.9.14-1); however:
  10.   Version of libdtkwidget2:amd64 on system is 2.0.9.9-1.

  11. dpkg: error processing package dde-session-ui (--install):
  12. dependency problems - leaving unconfigured
  13. Processing triggers for lastore-daemon (0.11.0-1) ...
  14. Processing triggers for desktop-file-utils (0.23-3) ...
  15. Processing triggers for bamfdaemon (0.5.3-2+b1) ...
  16. Rebuilding /usr/share/applications/bamf-2.index...
  17. Processing triggers for mime-support (3.60) ...
  18. Processing triggers for hicolor-icon-theme (0.17-2) ...
  19. Errors were encountered while processing:
  20. dde-session-ui
Copy the Code


重启机器后, 安装更新,出现以下信息:
  1. ~$ sudo apt-get dist-upgrade
  2. Reading package lists... Done
  3. Building dependency tree      
  4. Reading state information... Done
  5. You might want to run 'apt --fix-broken install' to correct these.
  6. The following packages have unmet dependencies:
  7. dde-session-ui : Depends: libdtkcore2 (>= 2.0.9.14-1) but 2.0.9.8-2 is installed
  8.                   Depends: libdtkwidget2 (>= 2.0.9.14-1) but 2.0.9.9-1 is installed
  9.                   Recommends: onboard but it is not installed
  10. E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
Copy the Code


运行 apt --fix-broken install 以后可以安装更新了。


更新以后,重启机器,一切正常。

Reply View the author
avatar
zhaobainan
deepin
2019-01-16 22:46
#46
The user is banned, and the content is hidden.
3 / 3
To page