-
-
Notifications
You must be signed in to change notification settings - Fork 172
Setting CRTC error #35
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
Comments
Two possibilities that come to my mind:
|
Any news on this? If not I'll close this issue. |
Yh. I'm closing it. This came up whenever I used an image with an UI even though minimal. Whatever, thanks for the help. |
|
Thanks for the input. I'm afraid
I just now understood what you meant by this 😄 Using any linux OS with an enabled graphical user interface will probably not work, because of the 2nd thing I mentioned in my previous comment. You need to disable the UI and make sure no X11- or wayland-server is starting up. There are many guides on that online. (Just google This may work, but I'm not sure: sudo systemctl set-default multi-user.target --force If you need graphical UI, you can't use flutter-pi. Consider using the official linux desktop embedding for flutter. |
I am trying to build flutter-pi on a platform other than Raspbian. I got stuck at the following point.
Swapping buffers... Locking front buffer... getting new framebuffer for BO... Setting CRTC... failed to set mode: Permission denied
Why would this come up? Do you have any idea?
The text was updated successfully, but these errors were encountered: