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

slideshow: remove resolution adjustment - use the screen size #9792

Merged
merged 1 commit into from
Aug 14, 2024

Commits on Aug 13, 2024

  1. slideshow: add more resolution adjustment options

    Previously we topped out at 1920x1080 resolution, which can become
    a problem for screens bigger than FHD, which are capable to show
    a much higher resolution of the slides but are artificially limited
    to a smaller resolution. This change adds 2560x1440 and 3840x2160
    resolution. Ideally it would be to support resolution whatever the
    screen supports, but as there are issues with that (sliedshow does
    not show transitions correctly the second time) we add more options
    as a stop gap solution.
    
    Signed-off-by: Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>
    Change-Id: I9b132ad5ac897f956768c5d5a1e77fa18cb34246
    quikee committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    4749c3c View commit details
    Browse the repository at this point in the history