如何在 LXDE 中启用“同步到 VBlank”?我的显卡是 Intel 的,屏幕撕裂。
答案1
编辑您的/etc/X11/xorg.conf.d/20-intel.conf
Section "Device"
Identifier "Intel Graphics"
Driver "intel"
Option "AccelMethod" "sna"
Option "TearFree" "true"
EndSection
编辑您的/etc/default/grub
在线GRUB_CMDLINE_LINUX_DEFAULT
i915.i915_enable_rc6=1 i915.semaphores=1 pcie_aspm=force
答案2
只需在首选项>附加驱动程序中安装英特尔微码中的英特尔高清显卡或英特尔 CPU 处理器微码固件,安装完成后一切就完成了