I own the official 7" touch display for the Raspberry Pi. I also own a HDMI monitor and I wonder what happens when both are connected to the Pi.
I am using Raspbian Jessie and the Pi 2B, if that matters.
I own the official 7" touch display for the Raspberry Pi. I also own a HDMI monitor and I wonder what happens when both are connected to the Pi.
I am using Raspbian Jessie and the Pi 2B, if that matters.
With the following setup:
the following happens:
I have then tried the following to check if the HDMI monitor can display something:
sudo apt-get install fbi
to install the frame buffer image viewerls /dev/fb*
but that gives only one frame buffer device, which is /dev/fb0
fbi -T 0
appears on the 7" touch displayfbi -T 1
also appears on the 7" touch displayI then checked whether the VGA via HDMI monitor will be recognized as a frame buffer device in order to exclude the possibility that an HDMI monitor is never recognized as a valid FBI device:
The result is the following:
ls /dev/fb*
but that gives only one frame buffer device, which is /dev/fb0
fbi -T 0
appears on the HDMI monitorfbi -T 1
gives "the operation is not allowed"With minimum of effort (as described before),