Description
I have a special use case which requires that flutter-pi starts without a connected display (or the display is connected but the power is switched off by a hardware switch in the power-line).
Unfortunately I was not able to get this working with the known settings in /boot/config.txt
like hdmi_force_hotplug
, hdmi_group
, hdmi_mode
.
The Pi is recognizing the force_hotplug but flutter-pi still tells me [flutter-pi] Could not find a connected connector!
when I try to start it.
I have also tried to start flutter-pi with a connected and powered display and then switch it off.
This works for days but after about 10-14 days flutter-pi crashes.
Due to this special use case I was not able to receive log files from the user but this behavior was reproducible - not the timeframe but the behavior happened multiple times.
As long as the monitor is still powered but in standby everything is fine - when the power is switched off flutter-pi crashes after days.