升级后花屏果然是少了conf
Tofloor
poster avatar
sdman
deepin
2019-01-15 05:14
Author
花屏,能看见鼠标,其他都看不到。
ctrl+alt+F2进入tty后,[  967.564021] [drm:radeon_cs_ioctl [radeon]] *ERROR* Invalid command stream!不停给出错误。
按ESC。

tty输入
sudo systemctl restart lightdm
内输入密码。之后 显示正常了。
进入目录:/etc/X11/xorg.conf.d/
创建文件:20-radeon.conf 内容:(不要行号)
  • Section "Device"
  •         Identifier  "Radeon"
  •         Driver "radeon"
  •         Option "AccelMethod" "EXA"
  •         Option "DRI" "3"
  •         Option "TearFree" "on"
  •         Option "ColorTiling" "off"
  •         Option "ColorTiling2D" "off"
  • EndSection


重启,一切正常了

Reply Favorite View the author
All Replies

No replies yet