修复 Intel 集成显卡的垂直同步(基于 Debian 的 Linux)

修复 Intel 集成显卡的垂直同步(基于 Debian 的 Linux)

我使用以下方法在视频上出现垂直同步撕裂:

00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)

阅读此处有关安装驱动程序的几个接近的答案,这些答案非常旧并且似乎不再起作用。我确实安装了这个:

xserver-xorg-video-intel 2.99.917+git20200226-1 amd64 [installed,automatic]

我添加了这个仓库:https://download.01.org/gfx/ubuntu/17.04/main

发现一件看起来有用的物品,但是:

intel-graphics-update-tool : Depends: aptdaemon but it is not installable
                          Recommends: libproxy1-plugin-webkit (>= 0.4.7) but it is not going to be installed

那么,有什么办法可以解决Vsync撕裂的问题吗? 更新:我正在使用 Xfce

答案1

在 Xfce 中,您可以通过切换来禁用覆盖取消重定向/general/unredirect_overlays(自 4.3.99.1 起可用):

xfconf-query -c xfwm4 -p /general/unredirect_overlays -T

对于其他使用 GNOME 的读者,以下内容为我修复了一些问题(基于这条关于 GNOME bug 的评论):

  • AltF2
  • 进入lg
  • 进入Meta.disable_unredirect_for_display(global.display)
  • Escape退出Looking Glass

这两者都会导致全屏窗口(例如视频)仍然通过合成器,从而强制执行垂直同步。

相关内容