-
Notifications
You must be signed in to change notification settings - Fork 274
New issue
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
Cannot run against VC4 GL driver (dtoverlay=vc4-kms-v3d) #75
Comments
Glad the driver works out for you! Unfortunately I am not familiar with the vc4-kms-v3d driver. Googling around, it looks like popcornmix commented in raspberrypi/firmware#556 (comment) that vc4-kms-v3d does not support dispmanx. Fbcp-ili9341 is based on top of dispmanx, which it uses to snapshot/acquire the rendered frame stream from the GPU. Perhaps it may be possible to develop a corresponding rendered frame stream capture mechanism on top of the vc4-kms-v3d driver to use as a replacement for dispmanx in such scenarios. I'll leave this entry open to highlight the unsupported configuration, in case someone knowledgeable might be able to pick this up. |
I would like to advocate for full KMS support too. I'm going to try my hand at it, but I make no guarantees. I have no idea what I'm doing. |
Testing on Raspberry Pi 4 with Raspbian Buster, with /boot/config.txt
and
I notice that works with fbcp-ili9341 well. I am not familiar with the different display drivers, in particular about what the difference is between It is notable that |
Hi,
it works really fine! Thank you.
One question, is it possible to run it when experimental hardware OpenGL driver is enabled by adding line below to config.txt
dtoverlay=vc4-kms-v3d
In this case i get
vc_dispmanx_display_open failed!
Thank you !
Kris
The text was updated successfully, but these errors were encountered: