在 Ubuntu 使用 Intel GPU 遇到垂直显示模式下的萤幕撕裂问题

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


关于作者: 网站小编

码农网专注IT技术教程资源分享平台,学习资源下载网站,58码农网包含计算机技术、网站程序源码下载、编程技术论坛、互联网资源下载等产品服务,提供原创、优质、完整内容的专业码农交流分享平台。

热门文章