Hi! Another day, another problem
It seams like vertical synchronization is not working for me at all. My ofApp::setup()
starts with:
ofSetVerticalSync(true);
ofSetFrameRate(60);
As a test I’m running a simple project that is drawing 4 bars moving from side to side. It keeps stable 60fps but tearing is visible at all times. Mostly by the screens edge, but can also jump to the middle.
No temperature or voltage warnings. CPU at 20%.
Hardware: RPi4B+ 8GB RAM; 16GB microSD; FullHD 60Hz display.
Software: RaspberryOS Lite (Debian Buster), openFrameworks 0.11.0, GL fake KMS driver enabled, compositor disabled, forced turbo in config.txt.
Most of my setup described here: RPi4 + Buster Lite + oF 0.11.0
Mentioned it another thread (here: Arm video tearing), but no response and I’m still struggling finding solution.