FBNEO Screen Glitches. (CLOSED)
-
@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.
-
@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. -
/opt/retropie/configs/arcade/retroarch.cfg
/opt/retropie/configs/all/retroarch.cfg
I hope this works.
-
@sleve_mcdichael Thanks again Sleve!
-
@barbudreadmon Under which config file?
-
@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
orless
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
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.)
-
@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.
-
@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! -
@sleve_mcdichael Thanks again @sleve_mcdichael. You're a good guy :)
-
@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./opt/retropie/configs/arcade/retroarch.cfg
finally this is how you use pastebin. thank you :)
/opt/retropie/configs/all/retroarch.cfg
# 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.
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.