-
-
Notifications
You must be signed in to change notification settings - Fork 174
Can i customize the resolution? #332
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
Thanks, appreciate it! Try the |
I tried specifying the
but if i scale down the resolution it's normal
Raspberry Pi recognizes the resolution of this monitor as 1920*1080 (when boot into the console, the information displayed on the monitor). Can flutter-pi not exceed this upper limit? |
are you sure your monitor supports that resolution? If it does, could be the EDID is broken Can you do |
Thanks for your reply, this is the output of
|
What Raspberry Pi are you using? Are you using full-KMS or fake-KMS (if you're not sure, can you attach the contents of |
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. |
The resolution of my monitor is 2560*1600, but it is recognized as 1920*1080
I saw the issue #51 and found that the width and height cannot be hard code
can you add support for custom resolutions ?
Great project, thank you for your effort
The text was updated successfully, but these errors were encountered: