I'm running Ubuntu 16.04.06 LTS with two 1920x1080 monitors connected (one over HDMI and another over DVI). I have terrible vertical screen tearing on both of the monitors.
There are many helpful videos which address vertical tearing with a single monitor, but none for more than one:
Solutions are very similar, and involve configuring the NVIDIA settings with the ForceFullCompositionPipeline enabled. The following solution works for a single monitor ONLY:
nvidia-settings --assign CurrentMetaMode="nvidia-auto-select +0+0 { ForceFullCompositionPipeline = On }"
Can anyone suggest how to apply this fix simultaneously to both monitors?