-
Notifications
You must be signed in to change notification settings - Fork 39
Fix kmsprint fourcc #82
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
Conversation
Yes, that looks better:
|
Note: when run multiple times I sometimes get:
Note the I have seen this sort of behaviour on Bookworm, so this isn't a regression. |
Hmm interesting. Your guess sounds feasible. The Framebuffer(fb_id) constructor just gets the data with drmModeGetFB2() and uses it. I would have thought that drmModeGetFB2() fails if the fb is being torn down, though... |
The fourcc is odd too. I would have expected 0, but it looks like it has "/" character... |
The I can see what looks like garbage from a run on another platform (this is LibreELEC):
|
Have you by any chance tried libdrm's modetest to get the fb info (I have to say I'm not sure if it does show the fb data)? |
It doesn't seem to (or if it's meant to it doesn't seem to be working for me).
(this is when kmsprint is showing two FBs). |
No description provided.