I have grabbed the crt-pi shader from this repo and it works very well on the XU4 under the RC3 of lakka compared to the version which was originally implemented in RC3.
Which parameters of the crt-pi shader do I have to play with in order to adapt this shader to my resolution of 720x576@50 Hz? The scanlines of the crt-pi shader @720x576 are not in regular intervals…
PS Here are my modifications of the boot.ini file for the XU4 SBC:
setenv video_output “video=HDMI-A-1:720x576@50”
setenv governor “performance”
setenv bootargs “${console} ${video_output} ${governor} ${bootrootfs} ${openelec} smsc95xx.macaddr=${macaddr}”