December 14, 2016 at 9:52 AM #19 Quote from mglae ... after the next release. This disables the new default Radeon xorg.conf too and avoids building LE yourself. Great thanks, will give it a try
March 14, 2017 at 7:43 AM #20 A radeon glamor driver has a "TearFree" option that is for some reason defaulted to "off". Creating in /storage/.config the file xorg.conf as follows solves the issue. Code: Code Section "Device" Identifier "AMD Graphics" Driver "radeon" Option "DRI3" "1" Option "TearFree" "on" Endsection P.S. It would be nice if the maintainers add this option in the build...P.P.S. The same seems to be applicable to amdgpu driver, too.