Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • Have you tried changing "DeviceAllow=/dev/fb0 rw" to "DeviceAllow=/dev/fb1 rw"? From the perspective of the host system (where the service override is applied), the container is trying to access /dev/fb1 (even though the container sees it as /dev/fb0). Commented Feb 19, 2024 at 21:40
  • @ATLief, thanks for the suggestion. I don't think I tried that, though the fact that the binding was writable when it was bound as /dev/fb1 (i.e. not renamed in the container) makes me think that you might be on to something. I can't test it now, but I'll try when I next get a chance. Commented Feb 20, 2024 at 11:12