i’ve some bad screen issues on MATE 16, then on MATE 17 : my screen is tearing !
This appears when i scroll down into a web page with Firefox or when i watch a movie with VLC.
I use nvidia drivers and Marco, but this issue goes away with Compiz. The problem is that Compiz doesn’t decorate my windows as Marco does !
I don’t have nvidia card any more but I used to di this for my debian when I had.
First I would install proprietary nvidia drivers. In Debian you do this with terminal.
To see if this fixes tearing, run in terminal:
nvidia-settings --assign CurrentMetaMode="nvidia-auto-select +0+0 { ForceCompositionPipeline = On }"
You don’t even need to restart the web browser to see the results. This will stick on the current session or until the next system reboot.
@ClarusAD - FWIW, there is a patch in Marco (not yet released, though) that should fix tearing. However it only works for the nouveau and intel drivers, not the proprietary nvidia one.
For the sake of people that have that line already and want to fix the tearing, I should also add that the key string to add to /etc/X11/xorg.conf is { ForceCompositionPipeline = On } to the end of the Option “metamodes” line in /etc/X11/xorg.conf. That way their custom settings won’t get messed up.
So, for example, this line can look like this: Option "metamodes" "DVI-I-1: 1920x1200 +1920+0, HDMI-0: nvidia-auto-select +0+120 { ForceCompositionPipeline = On }"