-
-
Notifications
You must be signed in to change notification settings - Fork 173
flickering area on the screen #226
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
Comments
It should actually work even with the |
Hi, @ardera thanks for responding I use raspberry 4b pi os lite 64b + https://www.waveshare.com/wiki/11.9inch_HDMI_LCD run command
or
if I use fkms overlay and rotation or orientations, I see flickering
but if I change overlay to dtoverlay=vc4-kms-v3d I receive message
my config.txt
my cmdline.txt
my raspinfo
|
Can you try commenting out the (note: full KMS is the vc4-kms-v3d overlay, vc4-fkms-v3d means fake-KMS or firmware-KMS) |
If i comment lines hdmi_group=2 Then the screen does not start, only the backlight is visible, but if I run the application in the console, there are no errors. |
that basically means your display has a broken EDID ( You can try adding a Other than that, I can add some commandline options to force a specific mode, but not sure when I'll get to that. |
Hi, @ardera everything worked when i added video=HDMI-A-1:320x1480@62,rotate=90 and comment all hdmi_* but I faced a new problem (artifacts on the screen)
|
Seems like something about the timings is still off. If you just put Not sure how you specify custom timings for a HDMI display though. I think you can only specify custom timings by editing the EDID |
This my display https://www.waveshare.com/wiki/11.9inch_HDMI_LCD in docs I found this line Working with Raspberry P max_framebuffer_height=1480 Now I use hdmi_timings=320 0 80 16 32 1480 0 16 4 12 0 0 0 60 0 42000000 3 my cmdline.text video=HDMI-A-1:320x1480@62,rotate=90 and config.txt dtoverlay=vc4-kms-v3d [all]
|
My EDID
|
Can you try to edit the EDID and only leave one detailed timing descriptor that has the same timings as |
@iboldurev |
Hi @BigGitWorld, no if you can fix it let me know |
Without additional information, we are unfortunately not sure how to resolve this issue. We are therefore reluctantly going to close this bug for now. If you find this problem please file a new issue with the same description, what happens and logs. All system setups can be slightly different so it's always better to open new issues and reference the related ones. Thanks for your contribution. |
Hi, after starting the project, I have a problem, when update the state, I see blink on the screen
if run the project without rotate parameters everything works fine, but if I pass a rotate, get this problem
flutter-pi -r 270 /home/pi/testapp
attached video https://youtu.be/565MMXQY2Yk
I see #197 (comment)
but I can't use dtoverlay=vc4-kms-v3d because then when I run it I get an error
[flutter-pi] Could not find a preferred output mode!
i use https://www.waveshare.com/wiki/11.9inch_HDMI_LCD
The text was updated successfully, but these errors were encountered: