-
Notifications
You must be signed in to change notification settings - Fork 15
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
Failed to create GBM buffer of size 3440x1440: Invalid argument #22
Comments
Ran into this same issue today. After looking into it for a bit, I found this reddit comment. |
Thank you! It works now with no errors, but for some reason it doesn't show the overlay. When I use --inspect it shows the inspect window but the blue screen that is supposed to appear like in the readme doesn't. Would you know a fix for that? |
I'm not sure about that one, I didn't run into that problem. I'm also using Arch and X11, but I'm using Cinnamon. I definitely wouldn't consider myself knowledgeable on the subject, but it could have something to do with how the different DEs handle compositing. If the inspect window is appearing, that would imply that the engine is loading, so it would make sense for the issue to be in displaying it. You could try testing different kde settings relating to the compositor. |
Can confirm the same issue. Similarly I got that error, and the suggested env var did get rid of the error, but still nothing was displayed. This occurs in KDE/Plasma on X11 on Arch, but on the same system it works for me in Plasma on Wayland, or Cinnamon on X. I wasn't able to find any settings within Plasma that helped, though I didn't dig too deep so far. |
Looking for a solution to nothing showing up, I've stumbled upon a fork of hudkit that had added a sleep right before the call to
Here's the fork and the comment in question: https://github.com/valarnin/hudkit/blob/master/webkit/main.c#L126 |
When I try to run hudkit it gives me the error:
Failed to create GBM buffer of size 3440x1440: Invalid argument
and doesn't display anything. The rest of the log is just this:I am on Arch/KDE/X11
The text was updated successfully, but these errors were encountered: