Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
升级后花屏果然是少了conf
Experiences and Insight
343
views ·
0
replies ·
To
floor
Go
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
Like 0
Favorite
View the author
All Replies
No replies yet
Please
sign
in first
Featured Collection
Change
[Tutorial] deepin25 WSL Offline Installation Guide
UOS AI 2.8 Released! Three New Intelligent Agents & Major Evolution
Solid Q&A | deepin 25 Common Questions – The Immutable System Edition
New Thread
Popular Events
More
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 内容:(不要行号)
重启,一切正常了