Skip to content

Screen tearing on X11 — how to fix

If you see tearing artifacts on X11, this is a typical NVIDIA scenario.

Enable ForceCompositionPipeline.

Create or edit /etc/X11/xorg.conf.d/20-nvidia.conf:

Section "Screen"
Identifier "Screen0"
Option "ForceCompositionPipeline" "On"
EndSection

If this is not enough, try:

Option "ForceFullCompositionPipeline" "On"
  1. Restart the X11 session (or reboot)
  2. Check whether tearing is gone in scrolling/video/games