Fixing vSync Issues with KDE
Jul 16, 2015
NVIDIA Driver
` /etc/X11/xorg.conf`
Under “Device” add:
Option "TripleBuffer" "1"
nouveau
/etc/X11/xorg.conf
Under “Device” add:
Option "GLXVBlank" "True"
Change “Tearing Prevention” to “Full scene repaints”.
Intel Integrated
/etc/X11/xorg.conf.d/20-intel.conf
Section "Device"
Identifier "Intel Graphics"
Driver "intel"
Option "TearFree" "true"
EndSection