Using the information from https://www.blogger.com/blog/posts/1177617571463101591?hl=en&tab=jj the following things are requried:
Change the contents of /etc/X11/mhwd.d/nvidia.conf the Section "Device" from:
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
Option "NoLogo" "1"
EndSection
to:
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
Option "NoLogo" "1"
Option "metamodes" "nvidia-auto-select +0+0 { ForceFullCompositionPipeline = On }"
EndSection
mv 90-mhwd.conf ../90-mhwd.conf.bak # this is only a symlink but I always feel bad deleting stuff
sudo ln -s ../95-mhwd.conf .