- Edited
I just did a quick "Ctrl+F" to see if this had been added so sorry if I missed it.
I was having issues with screen tearing in a few apps and was looking for a solution to my problem and stumbled across this .
https://github.com/solus-project/linux-driver-management/issues/12
I run Solus Budgie on an older Dell XPS 14 laptop with Intel graphics so I used what was described by Liberodark on the bottom of the page with one addition. And it solved the issue for me. Maybe you can add it to your screen tearing section if you think it could be applicable to others.
sudo nano /etc/X11/xorg.conf.d/20-intel.conf
Put in file "20-intel.conf" :
Section "Device"
Identifier "Intel Graphics"
Driver "intel"
Option "DRI" "3" # DRI3 is now default
Option "AccelMethod" "sna" # default
Option "AccelMethod" "uxa" # fallback
EndSection