-
Notifications
You must be signed in to change notification settings - Fork 8
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
Add some descriptive --screen-mode arguments #26
Comments
Great idea 👍 What is "mix-resolution"? |
it's a typo, |
While working on #28, I found interesting is that this structure which represents supported display mode https://www.kernel.org/doc/html/latest/gpu/drm-kms.html#c.drm_display_mode |
Yes, it had a preferred, This should be the default screenmode. May due to compatibility issues, the preferred may not be the best. Or just order by fps, resolution desc and use the first one screen mode?
|
-screen-mode arguments only support
<width>x<heigth>@<fps>
. How about add some descriptive --screen-mode arguments, like max-fps, min-fps, max-resolution, min-resolution etc. Then PixelPilot_rk selects a suitable screen mode from the screen modes supported by the monitor.The text was updated successfully, but these errors were encountered: