昨天更新15.8.7后,deepin显示不正常
Tofloor
poster avatar
139******21
deepin
2019-01-14 05:59
Author
本帖最后由 liyuguo 于 2019-1-13 22:10 编辑

昨天更新15.8.7后,解决了我在win10系统下无网络的问题,但是deepin显示不正常,看不到登陆界面,直接输入登陆密码后进入系统,系统显示不正常,好像显示界面比显示器大,鼠标点到图标也没用,也无法关机。主板是昂达A75主板,集成显卡,CPU为AMD  A8,应该和系统升级后显卡驱动不兼容有关,请问如何返回上一版本,目前使用win10倒也不错,请高手指点,谢谢。

Reply Favorite View the author
All Replies
avatar
海鸥
deepin
2019-01-14 15:59
#1
没发现什么问题。用眷还好!
Reply View the author
avatar
deepinuser17
deepin
2019-01-14 16:36
#2
试试添加一个文件,/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


你可以转到文字终端用 Ctrl + Alt + F5
Reply View the author
avatar
卷毛龙
deepin
2019-01-14 16:37
#3
ctrt+alt+f2 进入终端2,然后输入 sudo /etc/init.d/lightdm restart ,再进入图形桌面试试看?

话说,你升级了linux系统却解决了windows的无网络问题?我怎么没明白呢?
Reply View the author
avatar
haohaohao
deepin
2019-01-14 17:14
#4
本帖最后由 haohaohao 于 2019-1-14 09:20 编辑

15.8.6更新后第一次登录加载时间有点长;
Reply View the author
avatar
Island
deepin
2019-01-14 18:40
#5
能不能tty 执行sudo deepin-feedback-cli 生成下日志信息上传过来。
Reply View the author
avatar
Island
deepin
2019-01-14 18:43
#6
还有,请问你是从那个版本升级到15.8+7出现问题的?
Reply View the author
avatar
HualetWang
deepin
2019-01-14 18:46
#7
看一下  ~/.pam_environment 里面的内容?
Reply View the author
avatar
jyxlfd
deepin
2019-01-14 18:52
#8
目前一切正常
Reply View the author
avatar
deepin157
deepin
2019-01-14 19:06
#9
我的使用正常,就是感觉显示效果上没有win7锐利,略显模糊。
Reply View the author
avatar
139******21
deepin
2019-01-15 03:28
#10
https://bbs.deepin.org/post/173680
ctrt+alt+f2 进入终端2,然后输入 sudo /etc/init.d/lightdm restart ,再进入图形桌面试试看?

话说,你升 ...

原来双系统是linux正常,进入win10会出现无网络问题。现在升级后linux有问题,进入win10正常。无法理解,我另一台笔记本双系统均正常稳定运行。
Reply View the author
avatar
139******21
deepin
2019-01-16 06:07
#11
https://bbs.deepin.org/post/173680
能不能tty 执行sudo deepin-feedback-cli 生成下日志信息上传过来。

生成的日志在deepin系统盘里,在win10下看不到
Reply View the author
avatar
139******21
deepin
2019-01-16 06:08
#12
https://bbs.deepin.org/post/173680
能不能tty 执行sudo deepin-feedback-cli 生成下日志信息上传过来。

生成的日志在deepin系统盘里,在win10下看不到
Reply View the author
avatar
139******21
deepin
2019-01-17 06:41
#13
今天通过ctrt+alt+f2 进入终端2,然后输入 sudo apt update && sudo apt dist-upgrade,经过两次升级到15.9,重启后恢复正常。
Reply View the author