Skip to content
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

Cool stuff for drm connectors on same framebuffer #8

Open
davidgirard opened this issue Apr 1, 2024 · 1 comment
Open

Cool stuff for drm connectors on same framebuffer #8

davidgirard opened this issue Apr 1, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@davidgirard
Copy link

davidgirard commented Apr 1, 2024

Hey there,

I ran into your code by chance, compiled it for my pi, it works great!

Reason why I'm here: I have 2 displays on a headless raspberry pi, I just couldn't get fbi to send its output to a specific drm connector, as both screens appear under the same framebuffer with the default raspberry pi driver. Your code did the trick.

I was thinking, wouldn't it be nice if drm-framebuffer could refresh the framebuffer as soon as a new image is passed to it? Right now it collects the framebuffer data, displays it, and then wait until it gets killed. I'll try to see if I can tweak your code and do a pull when I get a chance.

Thanks.

@eichenberger
Copy link
Member

Hi @davidgirard

Sorry for the late response. I think your proposal makes sense and would be nice. If you have a MR let me know, if not maybe I can do the change at one point.

@eichenberger eichenberger added the enhancement New feature or request label Jul 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants