Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
AMD GPU 屏幕上方画面撕裂 解决方案
Experiences and Insight
3323
views ·
6
replies ·
To
floor
Go
jzc
deepin
2020-07-25 05:59
Author
系统: v20 beta
硬件: AMD CPU 带核显
看到论坛里也有人遇到了这个问题
我的CPU是 AMD R3 2200g ,他的是 3500u 。
在屏幕上方 拖动窗口, 或者播放 B站滚动弹幕,会出现画面撕裂的现象。
解决方案: 修改 xorg 配置 加入 Tear free rendering
https://forum.manjaro.org/t/screen-tearing-amd/63505/12
https://wiki.archlinux.org/index.php/AMDGPU#Tear_free_rendering
sudo vim /etc/X11/xorg.conf.d/20-amdgpu.conf
Section "Device"
Identifier "AMD"
Driver "amdgpu"
Option "TearFree" "true"
EndSection
Reply
Like 0
Favorite
View the author
All Replies
jzc
deepin
2020-07-25 06:01
#1
https://bbs.deepin.org/user/48640
这个需要对 amd 显卡 xorg 相关问题进行优化,希望记录一下
Reply
Like 0
View the author
沈拙言
deepin
2020-08-06 01:52
#2
牛批! 不撕裂了, 完美。
Reply
Like 0
View the author
Hello
deepin
2020-08-06 02:18
#3
https://bbs.deepin.org/user/48640
改进记录一下
Reply
Like 0
View the author
jingle
deepin
2020-08-06 02:47
#4
https://bbs.deepin.org/post/197635
@jingle 改进记录一下
谢谢反馈
Reply
Like 0
View the author
jingle
deepin
2020-08-06 02:47
#5
https://bbs.deepin.org/user/241653
Reply
Like 0
View the author
jiutian123
deepin
2020-10-06 08:41
#6
intel 核显不知道能不能用
Reply
Like 0
View the author
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
硬件: AMD CPU 带核显
看到论坛里也有人遇到了这个问题
我的CPU是 AMD R3 2200g ,他的是 3500u 。
在屏幕上方 拖动窗口, 或者播放 B站滚动弹幕,会出现画面撕裂的现象。
解决方案: 修改 xorg 配置 加入 Tear free rendering
https://forum.manjaro.org/t/screen-tearing-amd/63505/12
https://wiki.archlinux.org/index.php/AMDGPU#Tear_free_rendering
sudo vim /etc/X11/xorg.conf.d/20-amdgpu.conf
Section "Device"
Identifier "AMD"
Driver "amdgpu"
Option "TearFree" "true"
EndSection