فهرست منبع

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.