Skip to content
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

Flickering on Raspberry Pi 3 B+ #222

Closed
baharanchi opened this issue Sep 19, 2023 · 11 comments
Closed

Flickering on Raspberry Pi 3 B+ #222

baharanchi opened this issue Sep 19, 2023 · 11 comments
Labels
bug Something isn't working wayland Topics related wayland

Comments

@baharanchi
Copy link

The sample application is not working properly on my Raspberry Pi 3 B+ on Sway. After hovering or clicking on the "+" button, the whole app flickers or sometimes goes black except for the button.

I recorded a video of this behavior using my phone. you can watch it here:

rasp-bug.mp4
@HidenoriMatsubayashi HidenoriMatsubayashi added the wayland Topics related wayland label Sep 19, 2023
@HidenoriMatsubayashi
Copy link
Collaborator

Please share Raspberry Pi OS and sway versions. First of all, this kind of H/W or SW specific issue will take a long time to be fixed or closed since it is not easy to reproduce the issue and it needs the target H/W.

@baharanchi
Copy link
Author

Sway version is v1.5.

I used the official Raspbian image "2023-05-03-raspios-bullseye-arm64.img".
Here are the contents of /ets/os-release:

NAME="Debian GNU/Linux"
VERSION_ID="11"
VERSION="11 (bullseye)"
VERSION_CODENAME=bullseye
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"

And here is the result of uname -a:

pi@raspberrypi:~ $ uname -a
Linux raspberrypi 6.1.21-v8+ #1642 SMP PREEMPT Mon Apr  3 17:24:16 BST 2023 aarch64 GNU/Linux

@HidenoriMatsubayashi
Copy link
Collaborator

HidenoriMatsubayashi commented Sep 20, 2023

By the way, Raspberry Pi 3 B+ has only 1GB memory, right? I guess it's not enough for flutter-elinux. How did you build the artifacts on Raspberry Pi 3? Can you try Raspberry Pi 4 instead?

@baharanchi
Copy link
Author

baharanchi commented Sep 20, 2023 via email

@baharanchi
Copy link
Author

baharanchi commented Sep 20, 2023 via email

@HidenoriMatsubayashi
Copy link
Collaborator

For now, I've tested it on Raspberry Pi4 (completely same versions), but the issue didn't be reproduced.

@HidenoriMatsubayashi
Copy link
Collaborator

HidenoriMatsubayashi commented Sep 21, 2023

I was also able to reproduce a similar rendering issue on Raspberry Pi 3 B+. It seems to depend on H/W.

@HidenoriMatsubayashi HidenoriMatsubayashi added the bug Something isn't working label Sep 21, 2023
@HidenoriMatsubayashi
Copy link
Collaborator

This issue is the same as sony/flutter-embedded-linux#334. I'll disable dirty region management temporarily as a workaround. I'll close this issue.

Thanks.

@HidenoriMatsubayashi
Copy link
Collaborator

Re-opened as this issue might not be related to sony/flutter-embedded-linux#334. I can still rendering issue even using sony/flutter-embedded-linux#385.

@HidenoriMatsubayashi
Copy link
Collaborator

Waiting for flutter/engine's bug fix. See sony/flutter-embedded-linux#334 (comment)

@HidenoriMatsubayashi
Copy link
Collaborator

v3.13.9 should fix this issue as it includes sony/flutter-embedded-linux#388 for now. Closing. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working wayland Topics related wayland
Projects
None yet
Development

No branches or pull requests

2 participants