Ubuntu 20.04 中英特尔集成显卡出现屏幕撕裂

Ubuntu 20.04 中英特尔集成显卡出现屏幕撕裂

我在新组装的电脑上遇到了屏幕撕裂的问题。

我到目前为止所做的是: sudo nano/etc/X11/xorg.conf.d/20-intel.conf

我还补充道:

Section "Device"
Identifier "Intel Graphics"
Driver "intel"
Option "AccelMethod" "uxa"
Option "TearFree" "true"
Option  "TripleBuffer" "true"
EndSection

有什么想法吗?我该如何解决这个问题?

相关内容