ソースを参照

Disable Vsync in compton config

Frans Bergman 4 年 前
コミット
9c730ac346
1 ファイル変更1 行追加1 行削除
  1. 1 1
      .config/compton.conf

+ 1 - 1
.config/compton.conf

@@ -177,7 +177,7 @@ refresh-rate = 0;
 # opengl-oml: Try to VSync with OML_sync_control OpenGL extension. Only work on some drivers.
 # opengl-swc: Try to VSync with SGI_swap_control OpenGL extension. Only work on some drivers. Works only with GLX backend. Known to be most effective on many drivers. Does not actually control paint timing, only buffer swap is affected, so it doesn’t have the effect of --sw-opti unlike other methods. Experimental.
 # (Note some VSync methods may not be enabled at compile time.)
-vsync = "opengl-swc";
+vsync = "none";
 
 # Enable DBE painting mode, intended to use with VSync to (hopefully) eliminate tearing.
 # Reported to have no effect, though.