EGLFS Raspberry Pi
-
@TO_Hill FWIW, I'm using
-platform eglfs
on a Raspberry Pi 3B+ and happily running full screen from a console (non-X) boot. I was surprised it worked without much effort, particularly since I have:EGLFS Raspberry Pi ................... no
in my
./configure
log. As I understand it, that only needed to be "yes" when a specific EGLFS driver for the Raspberry Pi was required. I think support is now built into the kernel/GPU, so generic EGLFS support is enough.In case it matters, I happen to have a C++/QML app.
-
@liteyear Thanks for your comment. One thing I should have mentioned in the original post is that I also need EGLFS_brcm plugin support for my specific usecase. However, it says TODO as below. I would like to know whether EGLFS_brcm plugin support is part of Qt6 enhancement plan or not.
qtbase/src/plugins/platforms/eglfs/deviceintegration/CMakeList.txt
if(QT_FEATURE_eglfs_brcm)
# add_subdirectory(eglfs_brcm) # special case TODO
endif()*