Debian
修復英特爾集成顯卡的 vsync(基於 Debian 的 Linux)
我正在使用以下影片進行 Vsync 撕裂:
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
在 Xfce 中,您可以通過切換禁用覆蓋重定向
/general/unredirect_overlays
(自 4.3.99.1 起可用):xfconf-query -c xfwm4 -p /general/unredirect_overlays -T
對於使用 GNOME 的其他讀者,以下為我修復了一些問題(基於對GNOME 錯誤的評論):
- 按
Alt``F2
- 進入
lg
- 進入
Meta.disable_unredirect_for_display(global.display)
- 按
Escape
退出窺鏡這兩種情況都會導致全屏視窗(例如影片)仍通過合成器,從而強制執行垂直同步。