I've got an embeddedLinux board with a Qt5 Application. The goal is to disable the display when unused or currently not needed.
I use EGLFS and the display is connected to HDMI. Echo 1 to /sys/class/graphics/fb0/blank has no impact but is also not complaining.
Hiding the QtQuickView has no impact. Set visibility to false neither.
Embedded Linux is build using yocto.
No problems with the build so far. My only problem left: Disable the HDMI out if not needed.
Any ideas what to try?
BR
ML