-
Notifications
You must be signed in to change notification settings - Fork 275
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
vc_dispmanx_display_open: command not found #262
Comments
Some logs in case they help. After running fbcp-ili9341 on my rpi3 5.10.92-v7+ the display turns from white to black suggesting wiring is ok.
|
Does this issue help? #100 |
I think this might be a problem with Bullseye because I switched over to retropie (buster) and it worked. Issue #100 seems to be the same problem and they fixed it with a downgrade too. |
Tried #100 setting GL driver to 'Legacy', still no luck but the message changed:
Downgrade to buster may not be an option for some users. I for example would like to use this display with a Raspiblitz 5.10.92-v8+ #1514 node. |
Got it to work, all I had to do was change DMA channels after setting GL driver to 'Legacy' on raspi-config menu.
|
Thank you, that solved the issue for me also. In my case:
But i have some sort of overlay with stats. Is that normal? How do i get rid of it? |
I've installed a fresh copy of Raspberry Pi OS Lite (Bullseye) onto a Raspberry Pi Zero W and I've installed fbcp-ili9341 using the pirate-audio display mode, and when I try to run it, it says
vc_dispmanx_display_open failed! Make sure to have hdmi_force_hotplug=1 setting in /boot/config.txt
. If I try to runvc_dispmanx_display_open
in my shell, it says-bash: vc_dispmanx_display_open: command not found
. I think that it might not be installed but I can't seem to find a package for it. I need help finding the package/getting the correct settings to make this work. Thanks in advance!EDIT 1:
I forgot to mention that I have added
hdmi_force_hotplug=1
in my/boot/config.txt
The text was updated successfully, but these errors were encountered: