-
-
Notifications
You must be signed in to change notification settings - Fork 165
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
DRM issue while trying to run app on raspberry pi #194
Comments
So it worked before? You probably did that but just to make sure, did you try rebooting? Also what did you do before it didn't work anymore, did you do an update or installed a package or something? Can you send me the complete output of |
Yes I did actually.
|
Okay nothing unusual, could you please send me the syslog with DRM debugging enabled?
|
I'm also facing the same problem, but I have a few more details to work on: When i run my app with flutter-pi on my raspberry 4 (with raspi os 64 bit) it works without that drm message. When i run the same app, on the same rasp with same OS but using docker this time, then that message appears, exactly the same as the one of raul215, with the only difference that:
Here is the configuration of the environment:
Dockerfile:
I'm waiting for a possible exlanation to this, thanks in advance. |
I've never used docker and never tried to run docker with flutter-pi, so not sure I can debug that; but I'll look into it |
@Jollastro How do you run the container? I'm running it with # build image
docker build -t flutter-pi .
# run container
docker run --rm --privileged --network host -v /run/udev:/run/udev:ro --name flutter-pi flutter-pi:latest Depending on your setup, you probably don't need the |
I'm also running with |
Facing the same problem right now. I can't seem to fix it. I tried using the Legacy Graphics driver and also the GL (Full KMS) driver but it seems like the Legacy driver doesn't work at all and the GL driver works in 1 of 3 cases. Means I just hard reboot the Pi (by cutting the power supply) a couple of times and sometimes it works but most of the time I get: |
I suddenly started facing the following issue.
The text was updated successfully, but these errors were encountered: