We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After making a build and then trying to run said build, this error occurs:
vc_dispmanx_display_open failed! Make sure to have hdmi_force_hotplug=1 setting in /boot/config.txt
I did as it said and added the line to the config.txt, rebooted the pi and got the same error.
please help :)
The text was updated successfully, but these errors were encountered:
Same issue, on Raspberry Pi Zero WH. Also tried adding the hdmi_group, hdmi_mode, hdmi_cvt settings but no luck either
Sorry, something went wrong.
I take it back, I did a full reboot after modifying my config instead of just on an off again.
I also changed the resolution to a multiple of my displays (480 480) and commented out the following lines before doing so. Something worked
dtoverlay=vc4-kms-v3d max_framebuffers=2
V3D driver seems to be the issue and #dtoverlay=vc4-kms-v3d does the trick
#dtoverlay=vc4-kms-v3d
No branches or pull requests
After making a build and then trying to run said build, this error occurs:
vc_dispmanx_display_open failed! Make sure to have hdmi_force_hotplug=1 setting in /boot/config.txt
I did as it said and added the line to the config.txt, rebooted the pi and got the same error.
please help :)
The text was updated successfully, but these errors were encountered: