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: GroovyArcade reinstall HELP - monitor black when launching games - config issue?  (Read 2020 times)

0 Members and 1 Guest are viewing this topic.

skottles

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 17
  • Last login:July 03, 2026, 06:14:33 pm
  • I want to build my own arcade controls!
I had reinstall GroovyArcade recently after i attempted to update something and it would no longer boot.  I am struggling to get it going again as the initial install i was seeing vertical sync issues when Attract Mode loaded. I was able to track down a previous backup the syslinux.cfg file and I am now able to get into the frontend. This is what was in that file:

Code: [Select]
default arch
timeout 0
prompt 0
#UI vesamenu.c32
menu title Groovy Arcade Linux
menu background splash.png
label arch
menu label GroovyArcade
linux /vmlinuz-linux-15khz
append root=/dev/disk/by-uuid/0ee19b5e-93da-43d4-a6ef-237b9ffcfe75 rw quiet rd.udev.log-priority=3 splash mitigations=off audit=0 monitor=arcade_15 video=VGA-1:640x480iS
initrd /initramfs-linux-15khz.img

When I attempt to launch a game from the Attract Mode, I get black screen on the arcade monitor. Pressing ESC does not bring me back to the front end - i have to reset the computer. I think the game is playing blind here because I can hear audio.

If I hook up an external monitor when it is in this state, it displays an empty command prompt on the secondary monitor. If the 2nd monitor is hooked up when I launch the game, video displays on the external monitor - and pressing ESC returns to Attract Mode.

Right now i am just using the default roms that included GroovyArcade and no other changes other than the syslinux.cfg file have been changed on the install.

This was all working a week ago, so i know that it is possible to get this going again. What can i do to further troubleshoot this? Does this sound like a sync issue or config issue?

Software:
* GroovyArcade 2024.07

Hardare:
* MK1 Cabinet - Dedicated
* Chasis: Wells Gardner 25K7197
* Tube: Zenith
* ArcadeVGA 5000 PCI-E
* JPAC USB Version
* MSi H110M GAMING mother board


Calamity

  • Moderator
  • Trade Count: (0)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 7506
  • Last login:July 02, 2026, 04:35:40 am
  • Quote me with care
Hi skottles,

Before anything, try this:

In the kernel line, add an 'e' at the end of this:

video=VGA-1:640x480iSe

Then, in switchres.ini, set:

dotclock_min 8.0


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

skottles

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 17
  • Last login:July 03, 2026, 06:14:33 pm
  • I want to build my own arcade controls!
Hi Calamity -- thanks for the suggestion here. I modified both of these files, but the same issue persists. Anything else i can try?