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

    240p composite top portion is crooked.

    Scheduled Pinned Locked Moved Help and Support
    240pcompositecrooked
    28 Posts 4 Posters 5.3k 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.
    • GalagaG
      Galaga @dankcushions
      last edited by Galaga

      @dankcushions I had overscan_scale=1 but I'm not sure if it helped. I'll try adding it again though.

      EDIT: Yeah didn't fix it, here's my thread for more details as I don't want to completely steal OP's thread: https://retropie.org.uk/forum/topic/12572/strange-issue-with-crt/21

      edmaul69E 1 Reply Last reply Reply Quote 0
      • edmaul69E
        edmaul69 @Galaga
        last edited by

        @galaga im ok with the thread jack. We are trying to accomplish the same thing.

        GalagaG 1 Reply Last reply Reply Quote 0
        • edmaul69E
          edmaul69
          last edited by edmaul69

          none of these settings fixed my issue, but i really recommend this shader to square your pixels. in super mario bros. for the nes, the bushed would change as you ran across the screen. looked absolutely horrendous. this made it beautiful again.

          1 Reply Last reply Reply Quote 0
          • GalagaG
            Galaga @edmaul69
            last edited by

            @edmaul69 Oh ok lol. It's weird that that same issue exists on both composite and HDMI (going to RGB).

            1 Reply Last reply Reply Quote 0
            • GalagaG
              Galaga
              last edited by Galaga

              Ok so I tried a framebuffer of 480x272, and it was a weird widescreen aspect ratio. But once RetroPie starts to load, it went back to 320x240. I think RetroPie for some reason isn't using the overscan/framebuffer settings on config.txt (and yes I have overscan_scale=1).

              1 Reply Last reply Reply Quote 0
              • cyperghostC
                cyperghost
                last edited by

                frambuffer 420x272 is (was) just for SDTV 4,3" display

                GalagaG 1 Reply Last reply Reply Quote 0
                • GalagaG
                  Galaga @cyperghost
                  last edited by Galaga

                  @cyperghost Oops. Well I actually just found something strange. At the bottom of config.txt there is a second overscan_scale=1 that was commented. I'm going to uncomment it and see what happens.

                  EDIT: Nope didn't work :( I'm going to try removing the extra one.

                  1 Reply Last reply Reply Quote 0
                  • GalagaG
                    Galaga
                    last edited by

                    Yep that didn't work either. I have no clue what the hell is going on >:(

                    dankcushionsD 1 Reply Last reply Reply Quote 0
                    • dankcushionsD
                      dankcushions Global Moderator @Galaga
                      last edited by

                      @galaga post your config.txt

                      GalagaG 1 Reply Last reply Reply Quote 0
                      • GalagaG
                        Galaga @dankcushions
                        last edited by

                        @dankcushions Ok, I'll figure out a way to do that after the Pi is done updating.

                        dankcushionsD 1 Reply Last reply Reply Quote 0
                        • dankcushionsD
                          dankcushions Global Moderator @Galaga
                          last edited by

                          @galaga what did you update?

                          GalagaG 2 Replies Last reply Reply Quote 0
                          • GalagaG
                            Galaga @dankcushions
                            last edited by

                            @dankcushions Uh RetroPie and Raspbian through the RetroPie settings thingy.

                            dankcushionsD 1 Reply Last reply Reply Quote 0
                            • GalagaG
                              Galaga @dankcushions
                              last edited by Galaga

                              @dankcushions https://pastebin.com/5edLkeZh

                              dankcushionsD 1 Reply Last reply Reply Quote 0
                              • dankcushionsD
                                dankcushions Global Moderator @Galaga
                                last edited by

                                @galaga if that's updated you to raspbian stretch, it's game over.

                                1 Reply Last reply Reply Quote 0
                                • dankcushionsD
                                  dankcushions Global Moderator @Galaga
                                  last edited by

                                  @galaga please use proper markup as per https://retropie.org.uk/forum/topic/3/read-this-first - we can't read that properly

                                  GalagaG 2 Replies Last reply Reply Quote 0
                                  • GalagaG
                                    Galaga @dankcushions
                                    last edited by

                                    @dankcushions Ok I'll reupload it.

                                    1 Reply Last reply Reply Quote 0
                                    • GalagaG
                                      Galaga @dankcushions
                                      last edited by

                                      @dankcushions Edited it.

                                      1 Reply Last reply Reply Quote 0
                                      • cyperghostC
                                        cyperghost
                                        last edited by cyperghost

                                        @Galaga Help! What a mess!
                                        @dankcushions Sorry for getting into this thread :(

                                        Disable all HDMI things at first!
                                        A working config might be....

                                        # For more options and information see
                                        # http://rpf.io/configtxtreadme
                                        # Some settings may impact device functionality. See link above for details
                                        
                                        # uncomment if you get no picture on HDMI for a default "safe" mode
                                        #hdmi_safe=1
                                        
                                        # uncomment this if your display has a black border of unused pixels visible
                                        # and your display can output without overscan
                                        # disable_overscan=0
                                        
                                        # uncomment the following to adjust overscan. Use positive numbers if console
                                        # goes off screen, and negative if there is too much border
                                        overscan_scale=1
                                        overscan_left=10
                                        overscan_right=10
                                        overscan_top=-8
                                        overscan_bottom=-4
                                        
                                        
                                        # uncomment to force a console size. By default it will be display's size minus
                                        # overscan.
                                        #framebuffer_width=320
                                        #framebuffer_height=240
                                        
                                        # uncomment if hdmi display is not detected and composite is being output
                                        #hdmi_force_hotplug=1
                                        
                                        # uncomment to force a HDMI mode rather than DVI. this can make audio work in
                                        # DMT (computer monitor) modes
                                        #hdmi_drive=2
                                        
                                        # uncomment to increase signal to HDMI, if you have interference, blanking, or
                                        # no display
                                        #config_hdmi_boost=4
                                        
                                        # uncomment for composite PAL in 4:3
                                        sdtv_mode=2
                                        sdtv_aspect=1
                                        
                                        #uncomment to overclock the arm. 700 MHz is the default.
                                        #arm_freq=800
                                        
                                        # Uncomment some or all of these to enable the optional hardware interfaces
                                        #dtparam=i2c_arm=on
                                        #dtparam=i2s=on
                                        #dtparam=spi=on
                                        
                                        # Uncomment this to enable the lirc-rpi module
                                        #dtoverlay=lirc-rpi
                                        
                                        # Additional overlays and parameters are documented /boot/overlays/README
                                        
                                        # Enable audio (loads snd_bcm2835)
                                        dtparam=audio=on
                                        
                                        # NOOBS Auto-generated Settings:
                                        #hdmi_force_hotplug=1
                                        gpu_mem_256=128
                                        gpu_mem_512=256
                                        gpu_mem_1024=256
                                        
                                        disable_audio_dither=1
                                        
                                        GalagaG 1 Reply Last reply Reply Quote 0
                                        • GalagaG
                                          Galaga @cyperghost
                                          last edited by

                                          @cyperghost I'm using a HDMI to VGA adapter though...

                                          cyperghostC 1 Reply Last reply Reply Quote 0
                                          • cyperghostC
                                            cyperghost @Galaga
                                            last edited by

                                            @galaga said in 240p composite top portion is crooked.:

                                            @cyperghost I'm using a HDMI to VGA adapter though...

                                            Well I would rather use Composite as using a HDMI --> VGA converter.

                                            edmaul69E 1 Reply Last reply Reply Quote 0
                                            • 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.