系统是manjaro21-i3 ,显卡是amd的
1.安装必要软件
sudo pacman -S xf86-video-amdgpu
2.修改配置文件
sudo vim /etc/X11/xorg.conf.d/20-amdgpu.conf
添加以下内容
Section "Device"
Identifier "AMD"
Driver "amdgpu"
Option "TearFree" "true"
EndSection
重启即可解决问题
系统是manjaro21-i3 ,显卡是amd的
sudo pacman -S xf86-video-amdgpu
sudo vim /etc/X11/xorg.conf.d/20-amdgpu.conf
添加以下内容
Section "Device"
Identifier "AMD"
Driver "amdgpu"
Option "TearFree" "true"
EndSection
重启即可解决问题