-
-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Description
Is this package ever tested on raspberry pi 4?
What i am trying to achive is playing 1080p and 60 fps video on raspberry pi with few widgets on top of it. (esentially video as background). I have seen some raspberry pi related code in the package so i gave it a shot.
1080p 30 fps video is laging even without widgets on top of it. 720p 30 fps lags when there is animated widgets on top. I am trying to achive hardware acceleration since pi4 has support for it but looking at cpu usage i think it falls back to software decoding.
I would like to learn details if this package has ben run on rasberry pi 4 sucessfully. Or i can use some gudiance for debuging this issue.
fvp: 0.33.0
Package: wayfire
Version: 0.7.5-1~bpo11+1~rpt35
[✓] Flutter (Channel stable, 3.32.4, on Debian GNU/Linux 12 (bookworm) 6.12.25+rpt-rpi-v8, locale en_GB.UTF-8) [242ms]
• Flutter version 3.32.4 on channel stable at /home/pi/development/flutter
• Upstream repository https://github.com/flutter/flutter.git
• Framework revision 6fba2447e9 (4 weeks ago), 2025-06-12 19:03:56 -0700
• Engine revision 8cd19e509d
• Dart version 3.8.1
• DevTools version 2.45.1
[✓] Linux toolchain - develop for Linux desktop [969ms]
• Debian clang version 14.0.6
• cmake version 3.25.1
• ninja version 1.11.1
• pkg-config version 1.8.1
• GL_EXT_framebuffer_blit: no
• GL_EXT_texture_format_BGRA8888: no
[✓] Connected device (1 available) [239ms]
• Linux (desktop) • linux • linux-arm64 • Debian GNU/Linux 12 (bookworm) 6.12.25+rpt-rpi-v8
[✓] Network resources [862ms]
• All expected network resources are available.
Copilot