Build Your Own Arcade Controls Forum
Software Support => GroovyMAME => Topic started by: mjnman on October 20, 2020, 04:59:25 pm
-
I'm using groovymame 0.204 with debian linux, radeon hd5450 and hantarex crt monitor. In most games the resolution is ok but with puyo puyo and few others games there is a problem with horizontal view because the complete image is over the side bars. I tried to reduce the side trimmer but the image is always more then the black side bar. In the others games the screen image is perfect.
In attachment an example and the game start with verbose option.
I don't know if the problem is modeline or other groovymame settings.
Please, someone can help me or some ideas? :dizzy:
thanks
-
You seem to be forcing a mode of 256 px on the horizontal axis for games which use 320 px. Do you have integer scaling (nounevenstretch(x)) enabled for some reason?
-
I couldn't find the option in ini files.
I tired to force with "/usr/games/groovymame puyo -v -unevenstretchx" the screen is ok but the image has a strange character. Seems to be attached.
-
in attachment a picture
-
Yep. That's subscaling the 320 px into 256; don't do that. I was wondering if the game was trying to switch from 256 to 320 and your settings were preventing from it, which is the case if you enable integer scaling. As you're on LX and with an old MAME version, I don't know what guide you used to configure the INI, but you normally wouldn't need these:
-nounevenstretch
-nounevenstretchx
Quick per-game solution: force -resolution 320x240 (or whichever the game actually uses).
For the cases where there's a dynamic video mode change at least, ideally you should be using a super wide resolution of, say, 2560 px (for Puyo-Puyo/MD-based games).
-
thank you very much, I set "resolution 320x224" and "keepaspect 0" and now the game is ok. (ini file of the game) ;D
...with "keepaspect 1" the graphics seems to be compressed
Thank you for the infos.