raspberrypi / noobs

NOOBS (New Out Of Box Software) - An easy Operating System install manager for the Raspberry Pi
http://www.raspberrypi.org/downloads
2.21k stars 433 forks source link

Enable dual HDMI output #572

Open meltwater2000 opened 4 years ago

meltwater2000 commented 4 years ago

In order to keep things simple for beginners it would be ideal if NOOBS was able to output on both HDMI ports. This would avoid the failure where someone flashes their SD-Card and only sees the Rainbow screen because they used the "wrong" HDMI port (this just makes it look like the SD-Card is broken or firmware issue). Even pressing 1-4 won't help with this.

Note: The HDMI furthest away from USB-C power will often need to be used if a slimline HDMI adaptor isn't available, so perhaps the default HDMI choice isn't ideal.

If possible dual-screen output would be a better solution, selection via numeric buttons or different choice of default HDMI.

procount commented 4 years ago

I'm willing to experiment with this, but where do I start?

max_framebuffers=2
+BR2_PACKAGE_QT_GFX_MULTISCREEN=y
Add "Multi:" to QWS_DISPLAY + probably some other strange incantations
API to switch screens in QT?
lurch commented 3 years ago

It's not quite "dual display" but I guess #606 contains a possible workaround for this.