Input Lag guide
-
I've just written an input lag guide for the wiki. Anything I missed? https://github.com/RetroPie/RetroPie-Setup/wiki/Input-Lag
-
@dankcushions seems to be very complete.
Great thing that you also mentioned which famous tricks published in the internet do not work!Personelly i would recommend using a CRT.
No tweaks, parameters or tools gave me this experience, totally awesome. -
thanks!
@sirhenrythe5th said in Input Lag guide:
Personelly i would recommend using a CRT.
No tweaks, parameters or tools gave me this experience, totally awesome.I am not 100% sure on CRT - I realise CRTs themselves have no 'post processing', but I believe digital-to-analogue conversion between pi and composite output adds some latency(?). I also heard that doing it via the GPIO might be quicker(?) - eg http://www.rgb-pi.com/.
-
I'm bummed out. Don't get me wrong, it's great work you've done, but I really have experienced a significant boost in regards to input lag by applying 3 of your DON'T-DO's with no performance issues...
I'd even say that if it shortens the life of my Pi, I'd still apply them. I found these tweaks alongside a few others, and instantly got the feeling that the Pi performed way better and faster. I run a Model 3B with no overclocking.
Talking more constructively, do you have any comments to these two tweaks, that I also run a bit "blindly"?
video_disable_composition = "true" - should disable some background activities and further reduce lag
video_smooth = "false" ? -
@andershp said in Input Lag guide:
I'm bummed out. Don't get me wrong, it's great work you've done, but I really have experienced a significant boost in regards to input lag by applying 3 of your DON'T-DO's...
I'd even say that if it shortens the life of my Pi, I'd still apply them. I found these tweaks alongside a few others, and instantly got the feeling that the Pi performed way better.
it's possible that you can enable some or even all of these tweaks for certain emulators/games and have no adverse effects. my problem with them is that retropie on a raspberry pi 3 has very little headroom. there are games that slow down at stock settings, and these will only be exacerbated with these aggressive input lag tweaks. worse, a subset of games that previously worked smoothly will then not.
Talking more constructively, do you have any comments to these two tweaks, that I also run a bit "blindly"?
video_disable_composition = "true" - should disable some background activities and further reduce lag
this is only relevant to windows -
https://github.com/libretro/RetroArch/blob/master/retroarch.cfg#L159video_smooth = "false" ?
this is false by default
-
@dankcushions So basically, you call "smoke and mirrors" on my input lag reducing settings? :-)~
-
Good job, @dankcushions !
I mostly agree with what you wrote. The "dangerous tweaks" should really not be applied without fully understanding what you're doing and I'm guessing most people don't.
Personally, I kind of regret that I've never tested the actual effect on input lag from enabling video_threaded. I've always had it set to false and haven't seen it cause any negative side effects at all, but that's probably because I just run NES/SNES which is fairly simple to emulate.
In the end, I decided to move on from the Raspberry Pi due to the low performance preventing the use of the settings you list. I'm now running a Pentium J4205 system with RetroArch under Ubuntu using DRM/KMS mode. To start with, the Intel video driver has 1 frame lower input lag than the Pi's OpenGL driver, therefore matching the Dispmanx driver. On top of that, the Pentium can handle video_max_swapchain_images = 2 and video_frame_delay = 8. All in all, I've measured a reduction in input lag of 33%, or ~2.5 frames/42 ms. That's for my very specific use case, though (NES/SNES). For more demanding emulation, I'd have to relax the settings.
-
@brunnis said in Input Lag guide:
Good job, @dankcushions !
I mostly agree with what you wrote. The "dangerous tweaks" should really not be applied without fully understanding what you're doing and I'm guessing most people don't.
Personally, I kind of regret that I've never tested the actual effect on input lag from enabling video_threaded. I've always had it set to false and haven't seen it cause any negative side effects at all, but that's probably because I just run NES/SNES which is fairly simple to emulate.
yeah i think it's one of those settings that is 'free' until it's not. so much of retropie is pushing close to 100% of one core even on a pi3.
i'd really like to get an automated performance testing suite set-up for retropie (i think it would be possible because you get avg framerates outputted via console logs), so I can get some real data on this. i think a lot of these things could be ok IF you enabled them for only pi 3 (or maybe 2) and only for certain emulators. i think this would be scriptable.
at the same time, we'd need some conclusive input lag testing as to which setting(s) give the best input lag improvement, as to which ones we should prioritize.
In the end, I decided to move on from the Raspberry Pi due to the low performance preventing the use of the settings you list. I'm now running a Pentium J4205 system with RetroArch under Ubuntu using DRM/KMS mode. To start with, the Intel video driver has 1 frame lower input lag than the Pi's OpenGL driver, therefore matching the Dispmanx driver. On top of that, the Pentium can handle video_max_swapchain_images = 2 and video_frame_delay = 8. All in all, I've measured a reduction in input lag of 33%, or ~2.5 frames/42 ms. That's for my very specific use case, though (NES/SNES). For more demanding emulation, I'd have to relax the settings.
yep, that's fair! after we move to raspbian stretch we can use the drm driver which i'm hoping gives a boost. right now dispmanx has too many limitations.
-
@dankcushions said in Input Lag guide:
thanks!
@sirhenrythe5th said in Input Lag guide:
Personelly i would recommend using a CRT.
No tweaks, parameters or tools gave me this experience, totally awesome.I am not 100% sure on CRT - I realise CRTs themselves have no 'post processing', but I believe digital-to-analogue conversion between pi and composite output adds some latency(?). I also heard that doing it via the GPIO might be quicker(?) - eg http://www.rgb-pi.com/.
As far as I know there should be no input lag when using the GPIO. Rgb-pi is not the best product out there so I would highly recommend RetroThink over Rgb-pi or pi2scart.
@mikechi2 could explain this better for you.
Ps I would also recommend to read @Brunnis thread over at the Libretro forums. An input lag investigation
-
@dankcushions You wrote DISPMANX as a do-not-use, but if it cuts lag with only the side effects you listed, this actually sounds like a good option for one of my boxes that only runs console games with no rotation, always turn off the OSD and never uses shaders.
Can you offer any insight as to any other side effects, because from what you wrote, i feel like i want to turn this on, haha!
-
@dankcushions thanks for putting this together. A few weeks ago there was a thread about improving Bluetooth controller lag, which included disabling wifi and potentially making it slave rather than master.
I tried it out and the ping results for the Bluetooth connection certainly improved. Unsure if that's something you'd want to include, but wanted to mention it.
Here it is in case you'd want to use any of it:
https://retropie.org.uk/forum/topic/7712/fixing-dualshock-3-bluetooth-lag/27
Thanks for documenting this.
-
@dankcushions said in Input Lag guide:
it's possible that you can enable some or even all of these tweaks for certain emulators/games and have no adverse effects. my problem with them is that retropie on a raspberry pi 3 has very little headroom.
I reworked the wiki entry to reflect this and added a real world use case of NES-specific titles with a solution that shouldn't affect performance. I also changed 'Dangerous Tweaks' to 'Cautionary Tweaks' to prevent users from potentially mistaking the warning for something that might irreparably damage their setup. Finally, I added a graph that reflects the potential benefits of the settings when applicable. I was mindful as I went along to add that these settings are always conditional.
-
@mediamogul said in Input Lag guide:
@dankcushions said in Input Lag guide:
it's possible that you can enable some or even all of these tweaks for certain emulators/games and have no adverse effects. my problem with them is that retropie on a raspberry pi 3 has very little headroom.
I reworked the wiki entry to reflect this and added a real world use case of NES-specific titles with a solution that shouldn't affect performance. I also changed 'Dangerous Tweaks' to 'Cautionary Tweaks' to prevent users from potentially mistaking the warning for something that might irreparably damage their setup. Finally, I added a graph that reflects the potential benefits of the settings when applicable. I was mindful as I went along to add that these settings are always conditional.
i don't like 'cautionary tweaks' as it now implies that we endorse them, even tacitly. that is the opposite of my intention in documenting them. i don't think anyone should use these tweaks under any circumstances. if they do use them, they are now using their own version of retropie and should ask themselves for help from now on :)
for example, those settings will get you lost frames when you use even the light crt-pi, etc shaders we suggest elsewhere in the wiki. likely same with overlays. what about with bluetooth, or wifi, or anything else that puts (slight) added load to the CPU/bus?
this is the kind of thing i wouldn't feel confident endorsing without a full test using a benchmarking suite: https://github.com/dankcushions/retropie-auto-testing (which i must finish... someday!).
-
@dankcushions said in Input Lag guide:
i don't like 'cautionary tweaks' as it now implies that we endorse them, even tacitly. that is the opposite of my intention in documenting them. i don't think anyone should use these tweaks under any circumstances. if they do use them, they are now using their own version of retropie and should ask themselves for help from now on :)
Maybe I'm underestimating the situation, but surely these settings don't qualify as being particularly dangerous do they? I mean, they're not really anywhere near the level of caution that should be observed from an overclock and we support those users who have chosen to do so. Granted, if they come here with troubles related to overclocking we should always recommend they be adjusted, or abandoned outright, but I've never seen it as being grounds to prohibit support altogether.
for example, those settings will get you lost frames when you use even the light crt-pi, etc shaders we suggest elsewhere in the wiki.
I had first posted about Brunnis' initial findings regarding limited shader impact, but missed where he has since rethought the issue. Still, with dispmax enabled, shaders aren't going to be an issue, as they aren't supported with that particular driver. Also, the worst that can happen if performance is affected by shaders is that the user has to make a decision whether input lag, or visual presentation is more important to them. Personally, I prefer to prioritize how a game plays, but each user is going to be different. Allowing a choice here would seem ideal.
what about with bluetooth, or wifi, or anything else that puts (slight) added load to the CPU/bus?
I make use of both and have been actively testing the NES-specific settings I posted on the wiki for several months and I've never dipped below 60fps on a Pi 3.
-
@mediamogul said in Input Lag guide:
@dankcushions said in Input Lag guide:
i don't like 'cautionary tweaks' as it now implies that we endorse them, even tacitly. that is the opposite of my intention in documenting them. i don't think anyone should use these tweaks under any circumstances. if they do use them, they are now using their own version of retropie and should ask themselves for help from now on :)
Maybe I'm underestimating the situation, but surely these settings don't qualify as being particularly dangerous do they? I mean, they're not really anywhere near the level of caution that should be observed from an overclock and we support those users who have chosen to do so.
perhaps “dangerous” is the wrong word. a moderate overclock can provide a totally safe global benefit (typically invisible but anyway). even an extreme/unsafe overclock cannot damage your system (pi will downclock, etc) so is not “dangerous”.
none of these tweaks can give a wholesale global benefit - they all have a performance cost which will cause a subset of games to drop frames.
i don’t know of a better way of heading that section.
Granted, if they come here with troubles related to overclocking we should always recommend they be adjusted, or abandoned outright, but I've never seen it as being grounds to prohibit support altogether.
i guess i have been doing the support dance for a while now and i find overclocking and input tweaks to be the most tedious to support. they are blindly added and presumed safe, so hard to diagnose. i really like having a link i can just paste in that broadly says “here’s why you messed up”. i think now the link says “here, let us help you mess up” :)
for example, those settings will get you lost frames when you use even the light crt-pi, etc shaders we suggest elsewhere in the wiki.
I had first posted about Brunnis' initial findings regarding limited shader impact, but missed where he has since rethought the issue. Still, with dispmax enabled, shaders aren't going to be an issue, as they aren't supported with that particular driver. Also, the worst that can happen if performance is affected by shaders is that the user has to make a decision whether input lag, or visual presentation is more important to them. Personally, I prefer to prioritize how authentically a game plays, but each user is going to be different. Allowing a choice here would seem ideal.
i don’t think the typical user will connect the dots. same with overclocking. our wiki pages on overclocking/n64 tweaks are a weapon as far as i’m concerned. the benefit is approaching zero, yet the crashing threads are legion.
what about with bluetooth, or wifi, or anything else that puts (slight) added load to the CPU/bus?
I make use of both and have been actively testing the NES-specific settings I posted on the wiki for several months and I've never dipped below 60fps.
are you sure? because it can be subtle. the clouds during motion in mario is a good test. i need to get the benchmarking suite done...
if we’re confident that the settings are safe for pi3 + nes, then they should be defaulted for pi3 + nes (not dispmanx), right? we all run the same hardware.
-
You make strong points and beyond anything else, you're the original author of the article. I was hoping that by reworking it, we might open up a few advantages to those extra difficult games that need tighter input timing, but it may very well be that no matter how it's worded, users will apply them without care. I certainly don't want to make support any more difficult and I completely understand that it might. I'm about to sit down to eat, but I'll look into reverting the changes later this evening.
-
Maybe change it to unsupported tweaks or have the word "unsupported" mentioned in there.
-
I think generally over clock/input lag are "advanced user" stuff. That's kinda why I put them in that section(or thought i did) in the wiki. Fact is people are trying to use an underpowered device to do things it's not really meant to do and then wonder why it sploded. I'm personally fine with a giant disclaimer on both pages saying : UNSTABLE: ADVANCED USERS ONLY! then in fine print: if you break it don't come the forum- just reimage and stop while you're ahead ;)
-
@herb_fargus said in Input Lag guide:
I'm personally fine with a giant disclaimer on both pages saying : UNSTABLE: ADVANCED USERS ONLY!
I'm fine with disclaimers as well, but shouldn't they read as being 'potentially unstable', given that they're also potentially stable under the right circumstances? Something akin to @Darksavior's suggestion of labeling the tweaks as simply being unsupported would remain neutral to the potential outcome, no matter what.
-
@mediamogul I personally think the potentially unstable tweaks shouldn't even be on the page in the first place. Because Gods perfect idiot will come along, screw up their build using settings from the do not use section, then come to the forum kicking and screaming about how their build is screwed.
But, ya know, just my silly personal opinion.
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.