I am currently working on a Kiosk system based on the Raspberry Pi 2 running Raspbian which runs a Java app. Everything works perfectly well, except for a distortion on the screen which appears while objects are moving. Normally, this wouldn’t be a problem, but I have a list on the Java app which will be extensively used by the users. The distortion is visible while scrolling on this list.
The link below shows this in action:
What I know so far:
- This only occurs while the screen is rotated. I have rotated the screen by 270* by setting
“display_rotate=3”
in/boot/config.txt
- It is not dependent on the screen resolution or the
“hdmi_group"
- This doesn’t happen only on the GUI, the distortion is also visible during boot time
- Overlocking doesn’t affect the distortion
- It always appearson the right-bottom side of the screen
- This issue was also present in Ubuntu Mate