MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    At my Wits end! Overscan/Underscan. Nothing changes

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    11 Posts 4 Posters 6.0k Views 4 Watching
    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.
    • J Offline
      JonoGee
      last edited by

      Hi Folks
      I have played around with this for hours on end. I have the Raspi up and running and have got MagicMirror installed. But for the love of money I can’t get the screen to stop overflowing past the edge of the monitor. The image I can see if too big for the screen i am using.
      In Raspi Configuration I have tried Underscan both Enabled and Disabled.
      In the config file i have tried allsorts of combinations of the following code…

      disable_overscan=1
      
      overscan_left=39
      overscan_right=39
      overscan_top=25
      overscan_bottom=23
      framebuffer_width=1920
      framebuffer_height=1080
      hdmi_group=1
      hdmi_mode=16
      

      Whether disabled or not, positive or negative values nothing makes any difference the the results I get.
      Its like a setting somewhere is overriding any of these settings.
      Can someone please take pity of a guy whose gonna rip his hair out anytime soon.
      Best Regards

      1 Reply Last reply Reply Quote 0
      • S Do not disturb
        sdetweil
        last edited by

        is this the pi desktop that is too big, or the MagicMirror UI ?

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        J 1 Reply Last reply Reply Quote 0
        • J Offline
          JonoGee @sdetweil
          last edited by

          @sdetweil It is the Pi desktop that is too big mate. but equally makes the MM too big too when launched.

          S 1 Reply Last reply Reply Quote 0
          • S Do not disturb
            sdetweil @JonoGee
            last edited by

            @JonoGee ok… don’t have a solution myself, just trying to help others get clear idea of problem… I searched and all the things I saw are the same as what you have done

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            1 Reply Last reply Reply Quote 0
            • evroomE Offline
              evroom
              last edited by

              @JonoGee

              See these URLs for details, if not known already:
              https://www.raspberrypi.org/documentation/configuration/hdmi-config.md
              https://www.raspberrypi.org/documentation/configuration/config-txt/video.md

              Can you try this ?

              $ tvservice -m CEA
              $ tvservice -m DMT
              

              This will give you the hdmi_group that can be used and the preferred hdmi_mode.

              hdmi_group=1
              hdmi_mode=16
              

              This means CEA 1080p @60Hz.

              And what happens when you comment out disable_overscan and the overscan settings ?

              MagicMirror version: 2.33.0
              Raspberry Pi 4 Model B Rev 1.5 (8 GB RAM)
              Raspbian GNU/Linux 12 (bookworm)

              Test environment:
              MagicMirror version: v2.33.0
              Raspberry Pi 3 Model B Plus Rev 1.3 (1 GB RAM)
              Raspbian GNU/Linux 12 (bookworm)

              J 1 Reply Last reply Reply Quote 0
              • J Offline
                JonoGee @evroom
                last edited by

                @evroom
                Hi buddy,
                I tried disabling out all overscan settings etc. It didn’t make the slightest change, neither did…

                hdmi_group=1
                hdmi_mode=16
                

                I am not sure where i should be putting…

                $ tvservice -m CEA
                $ tvservice -m DMT
                

                I checked out those links and nothing I do at all makes any change whatsoever. I see no adjustment or anything. I’d be happy if i did then i could keep adjusting, rebooting, and re-adjust accordingly until it was right.

                THankyou for your time anyway trying to help me sort this. I really appreciate it.
                BR

                1 Reply Last reply Reply Quote 0
                • evroomE Offline
                  evroom
                  last edited by

                  @JonoGee said in At my Wits end! Overscan/Underscan. Nothing changes:

                  I am not sure where i should be putting…

                  They are not config entries.
                  Just execute those commands from the command-line.

                  The config file entries in your first post, are they yours or just an example ?

                  Let’s start with the tvservice commands.
                  Please post the output, then we take it from there.

                  $ tvservice -m CEA
                  $ tvservice -m DMT
                  $ tvservice -s
                  

                  Not an expert on the topic, but who knows we straighten this out together :-)

                  MagicMirror version: 2.33.0
                  Raspberry Pi 4 Model B Rev 1.5 (8 GB RAM)
                  Raspbian GNU/Linux 12 (bookworm)

                  Test environment:
                  MagicMirror version: v2.33.0
                  Raspberry Pi 3 Model B Plus Rev 1.3 (1 GB RAM)
                  Raspbian GNU/Linux 12 (bookworm)

                  1 Reply Last reply Reply Quote 0
                  • cirdanC Offline
                    cirdan
                    last edited by

                    Sometimes you can fix/set overscan in the menu of the monitor, may be this helps?

                    Modules MMM-rainfc, MMM-bustimes, MMM-Harmony, MMM-Rijks

                    J 1 Reply Last reply Reply Quote 0
                    • J Offline
                      JonoGee @cirdan
                      last edited by

                      @cirdan It was displaying fine with a black border actually during the Raspi setup and I ticked something during setup and its been like this since.

                      1 Reply Last reply Reply Quote 0
                      • J Offline
                        JonoGee
                        last edited by

                        Any other device, PC, DVD Player, PS4, what ever i plug it its fine. Raspi homepage. spilling outside screen area.

                        1 Reply Last reply Reply Quote 0
                        • evroomE Offline
                          evroom
                          last edited by

                          @JonoGee

                          Did you ever touch the /boot/config.txtfile ?
                          Or only did the config using $ sudo raspi-config or via the GUI ?
                          It can be you selected Overscan there.

                          Can you also show the output of this command ?

                          $ cat /boot/config.txt | grep -v '^#' | egrep 'overscan|framebuffer|hdmi|dtoverlay'
                          

                          MagicMirror version: 2.33.0
                          Raspberry Pi 4 Model B Rev 1.5 (8 GB RAM)
                          Raspbian GNU/Linux 12 (bookworm)

                          Test environment:
                          MagicMirror version: v2.33.0
                          Raspberry Pi 3 Model B Plus Rev 1.3 (1 GB RAM)
                          Raspbian GNU/Linux 12 (bookworm)

                          1 Reply Last reply Reply Quote 0

                          Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                          Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                          With your input, this post could be even better 💗

                          Register Login
                          • 1 / 1
                          • First post
                            Last post
                          Enjoying MagicMirror? Please consider a donation!
                          MagicMirror created by Michael Teeuw.
                          Forum managed by Sam, technical setup by Karsten.
                          This forum is using NodeBB as its core | Contributors
                          Contact | Privacy Policy