世界上最强大的c盘清理软件,无视任何环境都能释放出大量空间
免费的pdf转word软件,图片转文字,图片格式转换,图片处理软件
强大的微信定时任务软件,支持发文字以及各种文件

当画面卷动而萤幕出现撕裂感的时候,载入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/