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

    FBNEO Screen Glitches. (CLOSED)

    Scheduled Pinned Locked Moved Help and Support
    retropie4.7graphicsfbneo
    31 Posts 4 Posters 4.2k 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.
    • D
      Drdave79 @dankcushions
      last edited by

      @dankcushions I must not be using pastebin.com correctly. I paste the log into the top. I give it a name and click create new paste. Then I hit copy raw which places it in the clipboard. Then I paste it in this forum. I don't want to continue to frustrate you.

      S 1 Reply Last reply Reply Quote 0
      • S
        sleve_mcdichael @Drdave79
        last edited by

        @Drdave79 said in FBNEO Screen Glitches. Need advice please.:

        @dankcushions I must not be using pastebin.com correctly. I paste the log into the top. I give it a name and click create new paste. Then I hit copy raw which places it in the clipboard. Then I paste it in this forum.

        After you click "create new paste," copy the URL from the address bar and post that here, like: https://pastebin.com/DUj6i1Gi

        We can click on that and view the paste in a new window.

        @Drdave79 said in FBNEO Screen Glitches. Need advice please.:

        I wasn't aware I had to run verbose logging via runcommand.

        Yeah you have to enable it each run, or you could enable it permanently in /opt/retropie/configs/all/retroarch.cfg with:

        # Enable or disable verbosity level of frontend.
        log_verbosity = true   
        

        If my /boot/config.txt isn't stock, where can I obtain the correct file to avoid more problems?

        You can extract the file from the stock SD card image using 7zip on your PC.

        D 1 Reply Last reply Reply Quote 0
        • D
          Drdave79 @dankcushions
          last edited by

          @dankcushions

          /opt/retropie/configs/arcade/retroarch.cfg

          https://pastebin.com/X6UqByyC

          /opt/retropie/configs/all/retroarch.cfg

          https://pastebin.com/7J9b0fzz

          I hope this works.

          dankcushionsD 1 Reply Last reply Reply Quote 0
          • D
            Drdave79 @sleve_mcdichael
            last edited by

            @sleve_mcdichael Thanks again Sleve!

            1 Reply Last reply Reply Quote 0
            • D
              Drdave79 @barbudreadmon
              last edited by

              @barbudreadmon Under which config file?

              1 Reply Last reply Reply Quote 0
              • S
                sleve_mcdichael @Drdave79
                last edited by sleve_mcdichael

                @Drdave79 said in FBNEO Screen Glitches. Need advice please.:

                When I run that command, I get mono.520

                I have no idea what this is; it doesn't exist on my system, and googling it only shows me ads for wigs.

                (Edit: that was for mono.513; mono.520 shows ads for bikes and laser printers instead. It seems your filename is changing.)

                Is it still there? If you're curious like me, you would see what kind of file it was with the file command, like:

                file /dev/shm/mono.520
                

                ...and if it said something like "ASCII text," you might even inspect it with nano or less to see what its content was.

                If it's not there, or you're not curious, just do a reboot, and then try again to generate the verbose log.

                @Drdave79 said in FBNEO Screen Glitches. Need advice please.:

                /opt/retropie/configs/arcade/retroarch.cfg

                https://pastebin.com/X6UqByyC

                Does it improve any if you disable the overlay? They don't eat up too many resources*, but sometimes every cycle counts.

                *(if you use shaders and overlays at the same time, it gets pretty heavy.)

                D 1 Reply Last reply Reply Quote 0
                • D
                  Drdave79 @sleve_mcdichael
                  last edited by

                  @sleve_mcdichael Never really had an issue before with shaders and/or overlays. Tried removing the overlay and still saw the glitch a few times.

                  I did update to the latest lr-fbneo binary.

                  When comparing the standard config.txt and mine, I only noticed two differences. hdmi_mode=4 under one section. And an extra gpu_mem=256 under the [all] section. I've removed the last one and tried it again. Only saw one blurr in the 5 minutes of playing SF.

                  I'm not going to waste anymore of anyone's time on this. I'm just going to accept the random screen glitching. It's not horrible, just noticeable. I really appreciate everyone's help.

                  S 1 Reply Last reply Reply Quote 0
                  • S
                    sleve_mcdichael @Drdave79
                    last edited by sleve_mcdichael

                    @Drdave79 said in FBNEO Screen Glitches. (CLOSED):

                    When comparing the standard config.txt and mine, I only noticed two differences. hdmi_mode=4 under one section. And an extra gpu_mem=256 under the [all] section.

                    You also had a few lines un-commented that are commented out in the default:

                    disable_overscan
                    hdmi_force_hotplug
                    hdmi_group
                    hdmi_mode
                    

                    I've removed the last one and tried it again. Only saw one blurr in the 5 minutes of playing SF. (...) I'm just going to accept the random screen glitching. It's not horrible, just noticeable.

                    ...but yeah, the one that really stood out is gpu_mem; I know that on the RPi4 it is generally not recommended to increase this beyond the default. I imagine this is going to be your best solution, going forward. Cheers!

                    D 1 Reply Last reply Reply Quote 0
                    • D
                      Drdave79 @sleve_mcdichael
                      last edited by

                      @sleve_mcdichael Thanks again @sleve_mcdichael. You're a good guy :)

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

                        @Drdave79 said in FBNEO Screen Glitches. (CLOSED):

                        I wasn't aware I had to run verbose logging via runcommand.

                        you're never going to guess where this is clearly written... https://retropie.org.uk/forum/topic/3/read-this-first :P

                        But yes, I did run the command and report back as @dankcushions has requested. He must have missed my response.

                        you didn't give me the output. ls -l /dev/shm won't just output a filename, it will output the entire contents of the directory, permissions, etc. that's what i wanted.

                        @dankcushions

                        /opt/retropie/configs/arcade/retroarch.cfg

                        https://pastebin.com/X6UqByyC

                        finally this is how you use pastebin. thank you :)

                        /opt/retropie/configs/all/retroarch.cfg

                        https://pastebin.com/7J9b0fzz

                        # Menu driver to use. ("rgui", "xmb", "glui")
                        menu_driver = "xmb"
                        

                        the default in retropie is rgui, which consumes the lowest resources. i'm not aware of others causing issues, but bear in mind.

                        shaders aren't neccesarily a problem, depending on which one you use, but coupled with overlays they are known to cause performance issues.

                        without a verbose log it's a lot of guesswork, though.

                        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.