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: Dedicated punch out w two monitors  (Read 2072 times)

0 Members and 1 Guest are viewing this topic.

digitaldocc

  • Trade Count: (0)
  • Jr. Member
  • **
  • Offline Offline
  • Posts: 5
  • Last login:July 03, 2024, 07:48:32 pm
  • I want to build my own arcade controls!
Dedicated punch out w two monitors
« on: November 19, 2014, 10:38:47 pm »
Does grooveymame support two displays on Linux or dos for multiple monitor games?  I'm looking to install the OS on a memory card so I can turn the game off with a wall switch and not have to worry about a windows shutdown. Plus it would be really cool to have punchout, super punchout, and arm wrestling running on a duel monitor cab. I was able to use -numscreens 2 on a windows pc to pull it off but I can't seem to get it to work in dos. I get both monitors to display the same top/bottom screen. They won't seperate. Before I spend hours in grooveymame I was hoping one of the experienced users could help me out.

Calamity

  • Moderator
  • Trade Count: (0)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 7463
  • Last login:July 19, 2025, 04:03:33 am
  • Quote me with care
Re: Dedicated punch out w two monitors
« Reply #1 on: November 20, 2014, 03:55:12 am »
There is no GroovyMAME for DOS I'm afraid. And dual monitor support is not officially available in GM for Linux (there is a chance it might work now that SDL2 is used). Linux is even worse than Windows if your plan is to turn it off with a wall switch, its file system gets corrupt too easily. The best setup for dual monitor support is Windows XP.
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

Doozer

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 498
  • Last login:June 12, 2023, 09:19:49 am
  • Z80 ERROR
Re: Dedicated punch out w two monitors
« Reply #2 on: November 20, 2014, 05:54:07 am »

It is possible to limit the switch-off corruption effect. It supposes to have the system in almost read only mode with shared memory writable for the normal operation (/var/run, /var/log). Only nvram hiscore an ini would write data to disk. Other files will then be volatile as non crucial for the system operations because they are recreated at next boot.

digitaldocc

  • Trade Count: (0)
  • Jr. Member
  • **
  • Offline Offline
  • Posts: 5
  • Last login:July 03, 2024, 07:48:32 pm
  • I want to build my own arcade controls!
Re: Dedicated punch out w two monitors
« Reply #3 on: November 20, 2014, 09:09:12 pm »
Thanks for the heads up. You just saved me hours of time. Currently I'm exploring installing XP on a CF card. If that goes well I can work on making it read only.
« Last Edit: November 20, 2014, 09:13:29 pm by digitaldocc »

Doozer

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 498
  • Last login:June 12, 2023, 09:19:49 am
  • Z80 ERROR
Re: Dedicated punch out w two monitors
« Reply #4 on: November 21, 2014, 02:35:00 am »
@digitaldocc

Just to confirm that the read-only described solution is valid on Linux system (e.g. GroovyArcade distro). On Windows it is more tricky to have such solution. Nevertheless, several possibilities exist (physical jumber on the hardrive controller, BIOS option and filesystem option.

NTFS read-only solution : http://superuser.com/questions/213005/how-to-mount-an-ntfs-partition-read-only-in-windows/213015#213015