Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: GroovyArcade2015 + ArcadeVGA 5000 - 50% speed, unable to launch from shell  (Read 1997 times)

0 Members and 1 Guest are viewing this topic.

MarbleTyrant

  • Trade Count: (0)
  • Jr. Member
  • **
  • Offline Offline
  • Posts: 3
  • Last login:September 21, 2016, 01:24:53 pm
  • I want to build my own arcade controls!
I'm starting to wonder if learning...

wiring/soldering
how arcade monitors work
how to use Linux

...might have been better as separate projects  ;).  I'm running a WG k7000 monitor and have managed to get my front-end loader / roms in order.  Several games, however, emulate at 50% exactly.  I don't think it's a performance issue, as I can use frame-skip to run everything very fast.  Frame skip 6/10 actually runs everything ABOUT 100%, but oscillates between 96% and 106%, making for a poor playing experience.

I've tried setting -video ddraw and -video d3d in mame.ini, but it doesn't seem to affect anything.  I'd like to post a log, but therein lies my second problem:

I'm unable to run GroovyMame or the frontend (AdvMenu) from the archLinux shell.  When I try, I receive this error:

Quote
Can't open display.
Can't open display.
Can't open display.
Segmentation fault (core dumped)

I'm able to run AdvMenu (and GroovyMame, subsequently) from the GroovyArcade setup utility, or if I let it boot up automatically.

Is this because GroovyArcade / GroovyMAME doesn't support my silly aVGA card?  All advice much appreciated!

MarbleTyrant

  • Trade Count: (0)
  • Jr. Member
  • **
  • Offline Offline
  • Posts: 3
  • Last login:September 21, 2016, 01:24:53 pm
  • I want to build my own arcade controls!
Fixed it!  I needed to change the UME.ini file rather than the MAME.ini file.  Or maybe I needed to change both?  Either way, running nice and smooth at 100% without any glitches!  I think it was forcing DirectDraw via -video ddraw that fixed the problem.

I'm not sure if MESS was integrated into MAME back when this GroovyArcade version was released.  If it was, then I wonder why there are two separate .ini files...?  Anyways, hope this helps some one else.

Calamity

  • Moderator
  • Trade Count: (0)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 7463
  • Last login:July 19, 2025, 04:03:33 am
  • Quote me with care
Hi MarbleTyrant,

You can't use -video ddraw from GroovyArcade, that's a Windows only option. Use -video opengl instead.

Quote
I'm not sure if MESS was integrated into MAME back when this GroovyArcade version was released.  If it was, then I wonder why there are two separate .ini files...?  Anyways, hope this helps some one else.

At the time, MESS was integrated in the GroovyUME build already. So only the UME binary was included in the iso to save space. This was good. However, in order to mantain compatibility with old scripts, a symbolic link was created named groovymame that actually calls groovyume. A mame.ini file also exists which is not used because GroovyUME only reads ume.ini. I warned Ves this was a terrible idea because it would confuse users, as has been the case.


Important note: posts reporting GM issues without a log will be IGNORED.
Steps to create a log:
 - From command line, run: groovymame.exe -v romname >romname.txt
 - Attach resulting romname.txt file to your post, instead of pasting it.

CRT Emudriver, VMMaker & Arcade OSD downloads, documentation and discussion:  Eiusdemmodi

jtslade

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 747
  • Last login:February 13, 2025, 10:06:51 pm
  • Keep it looking originallish!
You got to do it all and want to go to challenge yourself every day it's the only way....... it's it's definitely for us


Sent from my iPhone using Tapatalk
Ms. Pacman Original Cocktail with Non destructive mod to Groovy Arcade Linux with All 4way Vertical Cocktail capable 2 button or less games.


Neo Geo MVS Mame Cab Running Hyperspin, 25" Nanao Arcade Monitor, Mini-pac, ATI Radeon HD 4850 (ATOM-15), IL 8 Way Euro-Sticks from Paradise Arcade, Win XP 64bit, and tons of other junk.


MarbleTyrant

  • Trade Count: (0)
  • Jr. Member
  • **
  • Offline Offline
  • Posts: 3
  • Last login:September 21, 2016, 01:24:53 pm
  • I want to build my own arcade controls!
Oh, and I also figured out why I couldn't run GroovyMame from the command line.  Xorg isn't active when trying to run things from the arch linux shell.  If you use LXDE and run the terminal, then Xorg will be active and GroovyMame will run.DNK