Hi,
are there any news for SDL2 without X11 on Pi4?
The same code using rpi driver works an all pi’s except Pi4, very strange.
On Pi4 it hangs at second or third call to SDL_RenderPresent and of course nothing is displayed on the screen, even the console from where the program is run becomes unresponsive. Only a reboot resolve the hang.
I’ve managed to get it working using X11 and dtoverlay=vc4-fkms-v3d but there are two problems:
- background alpha is not working
- vsync problems when window it not fullscreen, I have also smaller windows.
I’m stucked, can someone point us (those with sdl in console) to the right track?
Thanks.