使用英特尔显卡在 LXDE 上启用同步到 VBlank

sas*_*alm 3 lubuntu intel-graphics tearing lxde

如何在 LXDE 中启用同步到 VBlank?我的显卡是英特尔的,我的屏幕撕裂。

小智 5

编辑您的 /etc/X11/xorg.conf.d/20-intel.conf

Section "Device"
   Identifier  "Intel Graphics"
   Driver      "intel"
   Option      "AccelMethod"  "sna"
Option         "TearFree" "true"
EndSection
Run Code Online (Sandbox Code Playgroud)

编辑您的 /etc/default/grub

上线了 GRUB_CMDLINE_LINUX_DEFAULT

i915.i915_enable_rc6=1 i915.semaphores=1 pcie_aspm=force 
Run Code Online (Sandbox Code Playgroud)