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.