I also experienced screen tearing in the latest beta.
I solved it with the following xorg.conf (in /storage/.config/).
Section "Device"
Identifier "AMD Graphics"
Driver "radeon"
Option "DRI3" "1"
Option "AccelMethod" "EXA"
Option "EXAVSync" "yes"
Endsection