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: lost resolutions after switching to DVI  (Read 1846 times)

0 Members and 1 Guest are viewing this topic.

gcpowers

  • Trade Count: (0)
  • Jr. Member
  • **
  • Offline Offline
  • Posts: 6
  • Last login:January 29, 2016, 07:28:41 pm
  • I want to build my own arcade controls!
lost resolutions after switching to DVI
« on: December 11, 2015, 11:32:04 pm »
I had been having trouble getting the 640x480 resolution to stick after reboot. after a search I saw Calamity had mentioned using the DVI out with a VGA adapter sometimes fixes this problem. I tried it out and sure enough that problem was solved! Unfortunately I seem to have broken something else as games no longer start at all because the correct resolution can no longer be found. This is running with a JPAC in a Vertical Cocktail cabinet. Here is the error log from an attempt to run Galaxian.

Thanks to Calamity for this awesome solution. It was so cool when it worked and I'm no so close to getting this project finished!!  ;D


gcpowers

  • Trade Count: (0)
  • Jr. Member
  • **
  • Offline Offline
  • Posts: 6
  • Last login:January 29, 2016, 07:28:41 pm
  • I want to build my own arcade controls!
Re: lost resolutions after switching to DVI
« Reply #1 on: December 13, 2015, 01:20:36 am »
Anyone with any ideas? I could really use some help!

Thanks,

kortina

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 54
  • Last login:March 15, 2019, 05:06:26 am
  • I want to build my own arcade controls!
Re: lost resolutions after switching to DVI
« Reply #2 on: December 13, 2015, 02:02:49 am »
might have something to do with your config files now having \\Display1 in them.

By switching to the other connector and using the DVI-VGA adapter maybe the system thinks this is a different display.

Might be worth checking.

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: lost resolutions after switching to DVI
« Reply #3 on: December 13, 2015, 06:00:06 am »
Hi gcpowers,

Please make sure to check this thread.

Basically, there are two issues going on:

- Interlaced modes are being hidden by the system.
- All modes above 1600x1200 are being hidden too (2560x modes)

Both problems are due to the monitor not being detected. To get interlaced modes back you need to go to Advanced Setup-> Monitor, and uncheck the box "Hide modes that can not be displayed on this monitor".

Unfortunately super resolutions won't show either with this method. The work around we use is to redefine the super resolutions as 1600x instead of 2560x in ReslList.txt.

Finally, you must have a typo in your mame.ini:

-resolution value not available: 0x2560

You should have written 2560x0 instead of 0x2560. Now it should be 1600x0 however.

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

gcpowers

  • Trade Count: (0)
  • Jr. Member
  • **
  • Offline Offline
  • Posts: 6
  • Last login:January 29, 2016, 07:28:41 pm
  • I want to build my own arcade controls!
Re: lost resolutions after switching to DVI
« Reply #4 on: December 14, 2015, 12:00:44 am »
Thanks Calamity, ill check it out and see if this corrects the problem. I thought the 0x2560 was correct for a vertical monitor.

gcpowers

  • Trade Count: (0)
  • Jr. Member
  • **
  • Offline Offline
  • Posts: 6
  • Last login:January 29, 2016, 07:28:41 pm
  • I want to build my own arcade controls!
Re: lost resolutions after switching to DVI
« Reply #5 on: December 14, 2015, 12:54:45 am »
Calamity to the rescue. You rock my friend!

The hide modes box was already unchecked so i didn't need to change that. I made the other changes you suggested and that did solve the problem!!!

THANKS AGAIN!