RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login
    Please do not post a support request without first reading and following the advice in https://retropie.org.uk/forum/topic/3/read-this-first

    overscan_ NOT WORK AFTER UPDATE! 4.5 in EmulationStation.

    Scheduled Pinned Locked Moved Help and Support
    4.5updateoverscan
    33 Posts 5 Posters 4.8k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • saccublendaS
      saccublenda @A Former User
      last edited by

      @alphag Same here. Either I can make ES fit the screen or console/splashscreen, but not both. I was able to have both fit the screen on 4.4.

      1 Reply Last reply Reply Quote 0
      • matchamanM
        matchaman
        last edited by

        @mitu yes, I'm experiencing the exact same issue with @saccublenda. I understand what's going on but I assume it should be fixed, it shouldn't be like that...

        1 Reply Last reply Reply Quote 0
        • saccublendaS
          saccublenda
          last edited by saccublenda

          As a check I downgraded the kernel as explained here and now the overscan settings apply both to ES and console, so they can now both fit the screen.
          I think it is then a problem with the new kernel.

          matchamanM 1 Reply Last reply Reply Quote 2
          • saccublendaS
            saccublenda
            last edited by saccublenda

            Maybe everyone already knows that, but I've found out that disable_overscan=1 does not actually disable overscan (so ignoring the overscan settings), but instead disables some "default" overscan settings. In fact, with

            #disable_overscan=1
            #overscan_left=0
            #overscan_right=0
            #overscan_top=0
            #overscan_bottom=0
            

            I get from fbset

            mode "1824x984"
                geometry 1824 984 1824 984 32
                timings 0 0 0 0 0 0 0
                rgba 8/16,8/8,8/0,8/24
            endmode
            

            meaning that without disable_overscan=1 I get a "default" border of 48 on top, bottom, left and right (my display size is 1920x1080). Any additional overscan border explicitly set in /boot/config.txt would add to this default values, in fact with

            #disable_overscan=1
            overscan_left=10
            overscan_right=10
            overscan_top=10
            overscan_bottom=10
            

            I get

            mode "1804x964"
                geometry 1804 964 1804 964 32
                timings 0 0 0 0 0 0 0
                rgba 8/16,8/8,8/0,8/24
            endmode
            

            Instead with

            disable_overscan=1
            overscan_left=10
            overscan_right=10
            overscan_top=10
            overscan_bottom=10
            

            I get

            mode "1900x1060"
                geometry 1900 1060 1900 1060 32
                timings 0 0 0 0 0 0 0
                rgba 8/16,8/8,8/0,8/24
            endmode
            
            1 Reply Last reply Reply Quote 1
            • S
              SergioPoverony
              last edited by

              @mitu need add this in isssue on github

              mituM 1 Reply Last reply Reply Quote 1
              • matchamanM
                matchaman @saccublenda
                last edited by

                @saccublenda said in overscan_ NOT WORK AFTER UPDATE! 4.5 in EmulationStation.:

                As a check I downgraded the kernel as explained here and now the overscan settings apply both to ES and console, so they can now both fit the screen.
                I thin it is then a problem with the new kernel.

                Same here. I'll wait for a while till I upgrade again.

                1 Reply Last reply Reply Quote 1
                • mituM
                  mitu Global Moderator @SergioPoverony
                  last edited by

                  @SergioPoverony Feel free to add it - github.com/raspberrypi/linux.

                  S 1 Reply Last reply Reply Quote 0
                  • S
                    SergioPoverony @mitu
                    last edited by

                    @mitu more rules. i bad understand

                    mituM 1 Reply Last reply Reply Quote 0
                    • mituM
                      mitu Global Moderator @SergioPoverony
                      last edited by

                      This post is deleted!
                      1 Reply Last reply Reply Quote 0
                      • saccublendaS
                        saccublenda
                        last edited by saccublenda

                        After downgrading the kernel to 1.20190401-1, I tried to run RetroPie-Setup which upgraded the kernel to 1.20190517-1. Now the overscan settings still apply to both console and ES. I don't know if this is because of the downgrade-upgrade procedure, or because of the changes I made to /boot/config.txt. Anyway I paste here the relevant settings I have in the file:

                        disable_overscan=1
                        overscan_left=20
                        overscan_right=20
                        overscan_top=11
                        overscan_bottom=11
                        overscan_scale=1
                        
                        1 Reply Last reply Reply Quote 1
                        • First post
                          Last post

                        Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.

                        Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.