소스 검색

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.