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

    Fixing Screen Tearing issues on RPI4

    Scheduled Pinned Locked Moved Help and Support
    configurationgraphicspi4 8gbscreentearing
    43 Posts 13 Posters 20.9k 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.
    • Z
      zerojay @brandflake11
      last edited by

      @brandflake11 Thank you, this absolutely fixed the really weird screen tearing issues I was having even with NES games. Thank you so very much.

      brandflake11B 1 Reply Last reply Reply Quote 1
      • brandflake11B
        brandflake11 @zerojay
        last edited by

        @zerojay You're welcome, I'm glad it helped you. I hope having a clear topic like this addressing this issue helps others as well.

        1 Reply Last reply Reply Quote 1
        • H
          hgill @brandflake11
          last edited by

          @brandflake11
          I applied your changes to the /boot/config.txt and it helped a lot.
          But some tearing was still visible when many sprites and layers were active in some situations. (Aliens 3 / SNES)

          What helped for me was reducing the overclocking from 2250 to 1950.
          Now I cannot reproduce the tearing any more.

          1 Reply Last reply Reply Quote 0
          • brandflake11B
            brandflake11
            last edited by

            That is very interesting @hgill that overclocking would affect that. I don't use overclocking on my pi and so I don't get any screen tearing. But, that's good to hear to keep note of for others!

            1 Reply Last reply Reply Quote 0
            • H
              huey @brandflake11
              last edited by

              @brandflake11 said in Fixing Screen Tearing issues on RPI4:

              vc4-kms-v3d-pi4

              This solution works great in my case in terms of fixing the screen tearing issues - thanks a lot.

              However, I noticed that after applying such settings, the hardware accelerated OMXPlayer no longer plays video inside EmulationStation (but the sound plays just fine), which is a deal breaker for me.

              brandflake11B 1 Reply Last reply Reply Quote 0
              • brandflake11B
                brandflake11 @huey
                last edited by

                @huey Yeah, there are definitely compromises with the experimental driver. I found kodi and the pixel desktop don't work super well with the kms driver either. If you don't want to play n64 and Dreamcast, honestly the pi3 may have a better experience at the moment. Maybe we'll get a complete kms driver eventually that fixes everything!

                H 1 Reply Last reply Reply Quote 0
                • H
                  huey @brandflake11
                  last edited by

                  @brandflake11 said in Fixing Screen Tearing issues on RPI4:

                  @huey Yeah, there are definitely compromises with the experimental driver. I found kodi and the pixel desktop don't work super well with the kms driver either. If you don't want to play n64 and Dreamcast, honestly the pi3 may have a better experience at the moment. Maybe we'll get a complete kms driver eventually that fixes everything!

                  Thanks for confirming. I also read something along the same lines in the following RPi post and it seems to be an ongoing effort.

                  https://www.raspberrypi.org/forums/viewtopic.php?f=29&t=269769

                  "Note: kms won’t ever support applications that use firmware apis for display like dispmanx, or mmal/openmax video_render, including omxplayer, raspivid and non-gbm kodi. Similarly tvservice is not useful in this environment."

                  1 Reply Last reply Reply Quote 0
                  • L
                    lolkthxbai @brandflake11
                    last edited by lolkthxbai

                    @brandflake11 Unfortunately, enabling the KMS driver in my config file gives me no video on startup. I’m also updated as of today on the latest version of RetroPie and still getting tearing in NES, SNES, every emulator I’ve tried. Did anyone else experience this? Is it really as simple as commenting out

                    [pi4]
                    #dtoverlay=vc4-fkms-v3d
                    

                    and then adding the experimental one?

                    dtoverlay=vc4-kms-v3d-pi4,noaudio
                    

                    I’ve also seen some other posts where there’s a space after the “=“ sign and others that don’t use pi4 at the end at all.
                    Is there some documentation about this somewhere?

                    brandflake11B B 2 Replies Last reply Reply Quote 0
                    • brandflake11B
                      brandflake11 @lolkthxbai
                      last edited by brandflake11

                      @lolkthxbai Yes, it should be as simple as putting that line in your config. When you updated, did you update your packages too, not just the retropie/gaming stuff?

                      Maybe post your config and we can look at what may need to be changed.

                      Also, I don't know about the space between the = thing. I would just follow what the config file already has when it comes to spacing for the safest route.

                      1 Reply Last reply Reply Quote 0
                      • B
                        bluestang @lolkthxbai
                        last edited by

                        @lolkthxbai
                        This simple guide should get you up and running with KMS driver.

                        https://retropie.org.uk/forum/post/247206

                        brandflake11B 1 Reply Last reply Reply Quote 0
                        • brandflake11B
                          brandflake11 @bluestang
                          last edited by

                          @bluestang I don't think you need to do rpi-update to get the kms driver anymore (double check me on that though!) I think it ships with the standard software. rpi-update can sometimes be a pain, because it can be difficult to go backwards after getting pre-release software with it. I wouldn't recommend it.

                          B 1 Reply Last reply Reply Quote 0
                          • B
                            bluestang @brandflake11
                            last edited by

                            @brandflake11 said in Fixing Screen Tearing issues on RPI4:

                            @bluestang I don't think you need to do rpi-update to get the kms driver anymore (double check me on that though!) I think it ships with the standard software. rpi-update can sometimes be a pain, because it can be difficult to go backwards after getting pre-release software with it. I wouldn't recommend it.

                            You absolutely need to do rpi-update because the KMS driver in the 5.4 kernel is broken and will not be fixed.

                            All your doing is going from one broke driver to the other if you do not update your kernel.

                            If you need to revert back to the 5.4 kernel you can always do this:

                            sudo apt install --reinstall raspberrypi-bootloader raspberrypi-kernel
                            
                            brandflake11B 1 Reply Last reply Reply Quote 0
                            • brandflake11B
                              brandflake11 @bluestang
                              last edited by brandflake11

                              @bluestang Ah, I did not know about this. Thank you for the details!

                              How broken is the kms driver in the mainline packages?

                              B 1 Reply Last reply Reply Quote 0
                              • B
                                bluestang @brandflake11
                                last edited by bluestang

                                @brandflake11 said in Fixing Screen Tearing issues on RPI4:

                                @bluestang Ah, I did not know about this. Thank you for the details!

                                How broken is the kms driver in the mainline packages?

                                It’s missing many patches that were merged from upstream Linux because they started to appear in 5.9 and then were carried over to 5.10. which is the next LTS release.

                                Eventually RPiOS will make the switch to 5.10 and all of this will be moot.

                                But if you are trying to test things out, you need to be on the latest kernel to take advantage of the patches.

                                L 1 Reply Last reply Reply Quote 0
                                • L
                                  lolkthxbai @bluestang
                                  last edited by lolkthxbai

                                  @bluestang Thank you for explaining and provided a way to revert because I did a lot of work on this installation lol
                                  Anyways, I just started with

                                  sudo rpi-update
                                  

                                  It mentioned the bootloader EEPROM has a firmware update available. Should I do that after the kernel update is complete?

                                  UPDATE: So after editing my config.txt file following the instructions in the link you posted I have no video. I can't even see the raspberry pi on my network anymore so I can't SSH either. It does turn on, I can see the ethernet port LED is flashing. Yikes.

                                  B 1 Reply Last reply Reply Quote 0
                                  • B
                                    bluestang @lolkthxbai
                                    last edited by

                                    @lolkthxbai
                                    I’m not sure where you went wrong. Are you able to post your config.txt?

                                    L 1 Reply Last reply Reply Quote 0
                                    • L
                                      lolkthxbai @bluestang
                                      last edited by

                                      @bluestang
                                      I ended up commenting and uncommenting a few things from my config.txt file and got it to work but now I'm having issues with audio.

                                      I can hear audio just fine in ES when playing video previews but when I launch a SNES game I get no Audio in the game. I exit the game and I also lose audio in ES.

                                      I was following along this pinned topic but none of the troubleshooting steps there narrowed it down for me.

                                      In ES>Sound Settings>System Volume stays at 0%

                                      B 1 Reply Last reply Reply Quote 0
                                      • B
                                        bluestang @lolkthxbai
                                        last edited by

                                        @lolkthxbai said in Fixing Screen Tearing issues on RPI4:

                                        @bluestang
                                        I ended up commenting and uncommenting a few things from my config.txt file and got it to work but now I'm having issues with audio.

                                        I can hear audio just fine in ES when playing video previews but when I launch a SNES game I get no Audio in the game. I exit the game and I also lose audio in ES.

                                        I was following along this pinned topic but none of the troubleshooting steps there narrowed it down for me.

                                        In ES>Sound Settings>System Volume stays at 0%

                                        You need to select Default and Master for the volume slider to work if remember correctly.

                                        Have you tried other emulators?

                                        L 1 Reply Last reply Reply Quote 0
                                        • S
                                          Sintacs
                                          last edited by

                                          So the specific screen tearing you mentioned (didn't notice if a solution or fix was posted here, just briefly skimmed through responses) seems to be related to Threaded Video in the RetroArch video settings. Turning it off (it's on by default) seemed to clear up the tearing on my end. I was getting the tearing in a lot of things, but it was most prominent in Dreamcast and PS1 games. It also remedied some of the stuttering I was getting in a few games through Mame.

                                          1 Reply Last reply Reply Quote 0
                                          • L
                                            lolkthxbai @bluestang
                                            last edited by

                                            @bluestang
                                            If I switch it to Default, Master and HDMI, the slider doesn't work.
                                            If I switch it to Default, PCM and HDMI, it works in ES and inside of games.

                                            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.