推荐本站软件获现金返现,有人凭此月入2000多,详情点击以下链接
推荐返现金,月入2000多

当画面卷动而萤幕出现撕裂感的时候,载入dri3 并加入相关参数,可以解决Intel GPU 的显示问题。

$sudo nano /etc/X11/xorg.conf.d/20-intel.conf

Section "Module"
Load "dri3"
EndSection

Section "Device"
Identifier "Intel Graphics"
Driver "intel"
Option "TearFree" "true"
Option "DRI" "3"
EndSection

https://amigotechnotes.wordpress.com/2022/07/08/tearing-with-intel-graphics-in-ubuntu-portrait-mode/