-
Notifications
You must be signed in to change notification settings - Fork 129
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
Atomic Modeset fails #383
Comments
Specifically, what device are you using? Also, did you run that command with |
Can you modify the source code as below and see what happens? native_window_drm_eglstream.cc:
|
Running as root, yes. With the suggested changes:
|
-22 means:
BTW, what device are you using? |
|
I see. I haven't tried this backend on desktop graphics cards. Sorry, I can't think of anything right away. Need investigation. |
No problem. Thanks for a prompt response! |
If you find a bug, please send a pull request :) |
I have the same problem on "NVIDIA Jetson Orin NX" |
Hi,
I'm trying to run flutter-embedded-linux on a buildroot based linux using the eglstream backend for an nvidia card. I've enabled modesetting on the command-line, but it fails like this:
The dmesg.log (with
drm.debug=0xff
on the command line) does give a hint about no framebuffer being set.I am by no means an DRM expert, so any hints would be greatly appreciated.
The text was updated successfully, but these errors were encountered: