Raspberry Pi 5 performance #4127
bennypowers
started this conversation in
General
Replies: 3 comments 4 replies
-
|
Wonder if its related to the Graphics drivers on the Pi? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Perhaps, I would try looking at sway and cosmic-comp to see how they perform |
Beta Was this translation helpful? Give feedback.
4 replies
-
|
Maybe an Ubuntu 26.04 ... would work ... did a config for a friend running DMS on it with Niri, wasn't super responsive |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello friends,
I've installed niri on this setup, with noctalia shell:
Niri starts up just fine thanks to #151, however, when enabling the
toggle-debug-tint, I see that all surfaces are always tinted green, regardless of display resolution, scale, or animations being on or off.On startup, niri logs:
It appears that
card0fails because vc4 on RPi5 doesn't supportdrmModeGetResources(display resources are oncard1). niri falls back tocard1for display andrenderD128for rendering, which works for basic compositing but not direct scanout.GNOME/mutter apparently doesn't have this issue, owing to the use of Mesa's KMSRO layer
I'm opening this as a discussion, to see if anyone has workarounds, and since there are related issues already open:
Related issues
Beta Was this translation helpful? Give feedback.
All reactions