Build Your Own Arcade Controls Forum
Software Support => GroovyMAME => Topic started by: epicfatigue on December 09, 2013, 06:54:44 am
-
Helllo everyone.
I am having alot of issues with this distrobution of Groovyarcade.
The keyboard doesnt appear to be the correct format and is missing apt-get etc.
I am struggeling to get any games to run as intended they are either to fast or to slow.
What preset can i use to force groovymame to run in 640 x 480 and just stretch it to fit like regular mame would?\
-
Hi epicfatigue,
90% of problems regarding PC CRT monitors are due to the standard resolutions/refresh rates from EDID conflicting with our custom defined ones. Unfortunately, as the main target of GM is arcade monitors, and this issue only affects Linux, this hasn't been sorted in GM yet, although there are workarounds.
Basically, you don't want GM to pick any of the resolutions which are already defined in the monitor's EDID, because our calculated timings won't apply. Usually, the resolutions in the EDID come with refresh rates such as 75 Hz, making games run at odd speeds. If you leave GM pick resolutions on its own, it won't be able to avoid the problematic ones.
Besides, forcing GM to use 640x480 is an invitation to troubles, because this resolution is defined in any single EDID out there. So, stay away of 640x480, 720x480, 800x600, 1024x768, etc.
Instead, use a non-standard resolution like 648x480. Or better, use a resolution mask like this:
-resolution 648x0
... this will allow GM to pick the best height forcing just the width and still avoid predefined resolutions. The wider the width you pick, the better results you'd get.
Also, consider using -cleanstretch 2.
(regarding the keyboard, I've had zero issues so far)
-
How would i go about setting this in Groovyarcade ?
sorry for all the questions really want to get this baby up and running!
-
is there a toturial i can follow to set this please i cant find anything anywhere and have an unplayable machine,......
-
Hi epicfatigue,
All the settings I mentioned are supposed to be edited in mame.ini. There is an option in gasetup to edit mame.ini directly.
Sorry for the lack of tutorials. This is a living matter. Feel free to ask. This forum contains all the required information with several levels of redundancy. I wish there was half of the information on the internet about some matters I really care about.
-
The keyboard doesnt appear to be the correct format and is missing apt-get etc.
For the keyboard:
- tty layout
$ loadkeys _COUNTRY_CODE_
- xorg layout
$ setxkbmap _COUNTRY_CODE_
About apt-get: apt is a front-end for dpkg, which is normally used by debian-based distros.
Since groovyarcade is based on arch, it hasn't that package manager; instead it probably has pacman.
If you need more info, you can google for "arch linux" or "arch wiki".
How would i go about setting this in Groovyarcade ?
Edit mame.ini, which you can find into your user's home directory.
-
There's also an option in gasetup to select the keyboard zone.
-
Thanks so much guys, i had a look through the forums for forcing a set res but i couldnt see it anywhere i will continue to look but if somone can point me in the right direction that would be ace
-
Thanks so much guys, i had a look through the forums for forcing a set res but i couldnt see it anywhere i will continue to look but if somone can point me in the right direction that would be ace
Hi epicfatigue,
Regarding how to force a resolution, I already answered that in my first post, this is done through the -resolution option, that goes into mame.ini, just like any other MAME, e.g.
resolution 640x480
I just warned you against using *standard* resolutions for this, better use a custom one, e.g.:
resolution 648x480