lr-mame2003 aspect ratio
-
@Riverstorm hmm, you must have something wrong with your overscan config as that exact case is what it's for. if ES has sections cut off then your overscan is wrong and will certainly be the cause of your DK issue. off topic, though...
-
@Riverstorm said in lr-mame2003 aspect ratio:
So I thought I would use the overscan options in the /boot/config.txt to adjust everything as a whole. What happens is the RetroPie logo screen at boot is adjusting but it doesn't seems to adjust ES at all.
I ran into this same problem and found that you have to add the following line to "/boot/config.txt" before Emulation Station will fall in line....
overscan_scale=1
Also, I don't know if you have tried it yet, but I also had to uncomment the individual directional overscan settings in there as well to fully conform to my television.
-
@mediamogul said in lr-mame2003 aspect ratio:
@Riverstorm said in lr-mame2003 aspect ratio:
So I thought I would use the overscan options in the /boot/config.txt to adjust everything as a whole. What happens is the RetroPie logo screen at boot is adjusting but it doesn't seems to adjust ES at all.
I ran into this same problem and found that you have to add the following line to "/boot/config.txt" before Emulation Station will fall in line....
overscan_scale=1
Also, I don't know if you have tried it yet, but I also had to uncomment the individual directional overscan settings in there as well to fully conform to my television.
Thanks Media, I will give this a try. I did uncomment each overscan setting but looking at config.txt I don't see
overscan_scale=1
. If that option is needed to enable the overscan_left, right, etc. Hopefully they add that in with a little comment for the future. It sure would make it a bit more handy! :) -
@dankcushions said in lr-mame2003 aspect ratio:
@Riverstorm hmm, you must have something wrong with your overscan config as that exact case is what it's for. if ES has sections cut off then your overscan is wrong and will certainly be the cause of your DK issue. off topic, though...
Thanks Dank and sorry for being off-topic...back on-topic! ;)
-
@Riverstorm said in lr-mame2003 aspect ratio:
Hopefully they add that in with a little comment for the future. It sure would make it a bit more handy! :)
Yeah, there are enough pages out there that recommend this for Emulation Station that it should probably be considered for inclusion here. I feel like I'm going to forget about it at some point, whereas if it were uncommented, it would always act as a reminder.
-
Ok, just a quick update. I did try
overscan_scale=1
and it seems to work nicely. It filled ES from the left edge all the way to the right. On the top and bottom it left about 1/2" (on a 720p TV). Games look great with no cropping or clipping but I do loose that same 1/2" or so on top and bottom.I am not sure if overscan_left, right, etc. was doing anything. I tried 24 down to 1 but it didn't seem to make a difference. Maybe they are fine 1 pixel adjustments or something or
overscan_scale=1
takes priority but either way it looks spectacular. I am able to leave scan lines in tact without usingvideo_scale_integer = true
and it still looks great but better utilizes the whole screen. I think Caver was saying with enough lines of resolution you can get by without video_scale_integer. -
In my particular case, I still had to adjust the left & right overscan to 22 on either side for my television. You might have to fine-tune the top & botom by a certain amount to get it where you want.
-
@mediamogul said in lr-mame2003 aspect ratio:
In my particular case, I still had to adjust the left & right overscan to 22 on either side for my television. You might have to fine-tune the top & botom by a certain amount to get it where you want.
I can't seem to find good information on
overscan_scale=1
. What is it doing? Also likeoverscan_left=22
. Is that 22 pixels or some unit of measurement? If there's a link I can't seem to find it. Apparently TV's must have a few extra lines beyond say 720p (1280x720) or something that requires some fine tune adjustments which isn't really a surprise there if that's the case. I guess I started fine tune tweaking things thanks to @caver01! ;)EDIT: found it on the http://elinux.org/RPiconfig even though I don't quite understand
overscan_scale=1
. -
it's pixels. how else could it be measured? :P
http://elinux.org/R-Pi_Troubleshooting#Big_black_borders_around_small_image_on_HD_monitors
-
Yeah, sorry about that. I could have been more clear. I meant 22 pixels. Your settings will of course vary based on the intricacies of your own monitor should you choose to fine tune in this way.
-
Oh, thanks guys! @dankcushions that link is a much better explanation!
-
If you're still interested in knowing more about the usage of "overscan_scale=1", get in line. It seems to be the go-to response in these situations, but no one ever mentions what it is doing. I take it that it is simply scaling everything to the known screen borders. This would still leave a few TVs with a bit obscured here and there based on how they happened to be manufactured. Below are a few samples of past recommendations in other locations. Perhaps they go into greater detail throughout one of the threads.
https://github.com/RetroPie/RetroPie-Setup/issues/205
https://www.raspberrypi.org/forums/viewtopic.php?f=78&t=50100
https://raspberrypi.stackexchange.com/questions/15311/how-do-i-shrink-the-screen-with-composite-out -
@mediamogul check the link I posted to understand overscan_scale :)
-
And to think, with two simple strokes of my scroll wheel, all would have become clear. Very useful indeed, thank you.
-
@dankcushions said in lr-mame2003 aspect ratio:
it's pixels. how else could it be measured? :P
http://elinux.org/R-Pi_Troubleshooting#Big_black_borders_around_small_image_on_HD_monitors
Dank thanks again for this link. I was able to also resolve a long running issue with getting the Pi to run on a big ol' LG flat screen we have downstairs. It's really great playing on such a large screen.
Also
overscan_scale=1
seemed to be the only option to "shrink" ES to fit on the screen. I tried enabling and disablingoverscan_scale=1
in combination withdisable_overscan=1
then adjusting different settings foroverscan_left=150
andoverscan_right=150
. Nothing changed ES exceptoverscan_scale=1
. It was the same for both an LG TV and also a Best Buy house brand TV.The thing that was changing when I was tweaking the options was the RetroPie logo screen (blue screen with cupcake controller) but ES was unaffected from overscan_left, right, top & bottom.
Anyway I am still quite happy with the end result and was also able to resolve the other issue of getting a Pi to work on a bigger TV which the wife can kick me down the stairs to use that TV now so thanks Dank! :)
-
yep, as my link shows, your overscan settings only affect console/desktop, not hardware rendering (ie, emulationstation, games). the only way to get them to affect hardware rendering, is with
overscan_scale=1
. both settings need to be changed in parallel. -
@dankcushions said in lr-mame2003 aspect ratio:
yep, as my link shows, your overscan settings only affect console/desktop, not hardware rendering (ie, emulationstation, games). the only way to get them to affect hardware rendering, is with
overscan_scale=1
. both settings need to be changed in parallel.Ok, now it makes sense what I was seeing. I appreciate all the help in getting that straightened around.
overscan_scale=1
is hardware layers only and overscan_left, right, etc. are console/desktop. The lightbulb has been lit! :) -
@Riverstorm said in lr-mame2003 aspect ratio:
@dankcushions said in lr-mame2003 aspect ratio:
yep, as my link shows, your overscan settings only affect console/desktop, not hardware rendering (ie, emulationstation, games). the only way to get them to affect hardware rendering, is with
overscan_scale=1
. both settings need to be changed in parallel.Ok, now it makes sense what I was seeing. I appreciate all the help in getting that straightened around.
overscan_scale=1
is hardware layers only and overscan_left, right, etc. are console/desktop. The lightbulb has been lit! :)i'm not so sure it has... overscan_left/etc is for both, but it only affects hardware layers if you turn overscan_scale on. overscan_scale doesn't do anything by itself.
-
@dankcushions said in lr-mame2003 aspect ratio:
overscan_scale doesn't do anything by itself.
I can you tell with 100% certainty it does on both an LG TV and Best Buy house brand. ES is off screen and also games in lr-imame4all have clipping on the top and bottom.
overscan_scale=1
is the the only tweak I am using.It does fill ES left and right 100% but top and bottom have a small black border that overscan_top & bottom isn't fixing except for the RetroPie boot screen is changing with those options. Here's my config.txt:
# uncomment this if your display has a black border of unused pixels visible # and your display can output without overscan #disable_overscan=1 # uncomment the following to adjust overscan. Use positive numbers if console # goes off screen, and negative if there is too much border #overscan_left=16 #overscan_right=16 #overscan_top=16 #overscan_bottom=16 # Overscan_scale adjusts screen output (reduces overscan) overscan_scale=1
-
@Riverstorm said in lr-mame2003 aspect ratio:
@dankcushions said in lr-mame2003 aspect ratio:
overscan_scale doesn't do anything by itself.
I can you tell with 100% certainty it does on both an LG TV and Best Buy house brand. ES is off screen and also games in lr-imame4all have clipping on the top and bottom.
overscan_scale=1
is the the only tweak I am using.It does fill ES left and right 100% but top and bottom have a small black border that overscan_top & bottom isn't fixing except for the RetroPie boot screen is changing with those options. Here's my config.txt:
# uncomment this if your display has a black border of unused pixels visible # and your display can output without overscan #disable_overscan=1 # uncomment the following to adjust overscan. Use positive numbers if console # goes off screen, and negative if there is too much border #overscan_left=16 #overscan_right=16 #overscan_top=16 #overscan_bottom=16 # Overscan_scale adjusts screen output (reduces overscan) overscan_scale=1
i believe you - it must be some bug in the firmware, as the command is well documented. i personally had to redo my overscan settings on my pi3 compared to my pi2 on the same tv, which seemed like a bug, so i will look into it and report the issue if necessary.
i don't see why overscan_top/bottom aren't working for you, though. even if you put like overscan_top=100 it doesn't do ANYTHING? again, that's surely a bug if it's not working as that is entirely what it should do. i will check on my pi3 later.
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.