You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I connected two screens on the Raspberry PI 4, connected to the DSI and HDMI0 ports. Running the flutter-pi based UI interface on the DSI screen。The nanodlp program controls the 12K screen to refresh the image using direct control mode.
I found that two programs can't run at the same time. Running nanodlp before running flutter-pi results in an error. Running flutter-pi first and nanodlp later also results in an error.
Running nanodlp before running flutter-pi results in an error.
Running flutter-pi first and nanodlp later also results in an error. GPU Initialization Failed cannot set CRTC for connector 89: permission denied
Nanodlp is not open source software, so I hope that I can fix the display conflict problem by modifying flutter-pi. But I am not familiar with flutter pi, please tell me how to solve this problem.Thank you very much!
The text was updated successfully, but these errors were encountered:
I don't really know what NanoDLP is, but sounds like it's running its GUI in one screen and then you're trying to run flutter-pi on another screen, is that correct? I can't really find information on how NanoDLP works and how to configure it.
Normally, the linux kernel devices for display output (KMS devices) are not supposed to be shared. There's supposed to be one central display server process that uses it and then maybe grants applications access that wish to show something on screen. If you want multiple processes, your best option is to use a display server, e.g. X11 or Wayland.
So you can just boot into desktop and use flutter on linux desktop, and NanoDLP on desktop
I connected two screens on the Raspberry PI 4, connected to the DSI and HDMI0 ports. Running the flutter-pi based UI interface on the DSI screen。The nanodlp program controls the 12K screen to refresh the image using direct control mode.
I found that two programs can't run at the same time. Running nanodlp before running flutter-pi results in an error. Running flutter-pi first and nanodlp later also results in an error.
Running nanodlp before running flutter-pi results in an error.
Running flutter-pi first and nanodlp later also results in an error.
GPU Initialization Failed cannot set CRTC for connector 89: permission denied
Nanodlp is not open source software, so I hope that I can fix the display conflict problem by modifying flutter-pi. But I am not familiar with flutter pi, please tell me how to solve this problem.Thank you very much!
The text was updated successfully, but these errors were encountered: