-
-
Notifications
You must be signed in to change notification settings - Fork 165
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
flutter-pi cannot determine the screen resolution #181
Comments
can you try with also make sure you've connected the monitor to HDMI port 0 since the |
I tried # Chalk Screen
hdmi_force_hotplug=0
hdmi_force_mode=1
hdmi_ignore_edid=0xa5000080
config_hdmi_boost=4
hdmi_group=2
hdmi_mode=28
gpu_mem=64 That didn't work either The edid has the following data:
|
Mh that's weird. flutter-pi just uses the video mode recommended by the kernel (there should always be exactly one video mode recommended by the kernel), and if that's not the case (even though that should never happen) it'll use the one with the highest resolution, highest refresh-rate, non-interlaced, which seems to be whats going on in your case. What happens when you run without the Theoretically you could hardcode the resolution in the |
Hello! I tried to run flutter_gallery as written in the README, but encountered a problem. The flutter-pi cannot detect the screen resolution:
The config.txt for the screen has these settings:
The physical resolution of the screen is 1280x800 and so
hdmi_mode=28
is the correct value. Can you tell me, please, how else can I try to set the resolution?The text was updated successfully, but these errors were encountered: