Intel

VSync

Az /etc/X11/xorg.conf-ban ha TearFree beállítással lehet szabályozni:

xorg.conf
...
 
Section "Device"
   Identifier  "Intel Graphics"
   Driver      "intel"
   Option      "AccelMethod" "SNA"
   Option      "TearFree"    "true"
EndSection
 
...