I have a Pi 2 model B and only access to an HDMI display, however I have not gotten any video output despite:
- Having successfully booted RetroPie, pidora, NOOBS, and raspbian
- Having tried every combination of
hdmi_safe=1
,hdmi_force_hotplug=1
andconfig_hdmi_boost=4
- A multitude of HDMI cables
...so at this point I suspect there may be a legitimate hardware issue with the HDMI controller.
With some network monitoring I can manage to get the IP of the Pi when it appears on the network, so I can SSH in. I can even ssh -X
in and get tuxeyes
, but no xrandr
. I'm not even sure how to get video device information without lspci
working.
Does anyone know how to (via ssh) interact with the video device, or get any other kind of feedback that would provide information on the display system?
sudo tvservice -p
– Dmitry Grigoryev Oct 21 '16 at 08:31