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: GroovyMame with Super Resolution is out of range on a SVGA Makvision monitor  (Read 1526 times)

0 Members and 1 Guest are viewing this topic.

alex_bb23

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 71
  • Last login:February 27, 2024, 04:18:30 pm
  • I want to build my own arcade cabinet!

Hello Calamity,

First of all, I apologize to disturb you but I have no way out.. Please help me!

Yesterday morning I started my cabinet and I realized that window 7 refuse to start. So, I decided that is time to reinstall my window 7.
After this installation I also had to reinstall the CRT_Emudriver and GroovyMame and I did it! I configured the options in mame.ini and VMMaker file... I'm pretty sure of that

Unfortunately, when I run a game with super resolution installed, the image on the screen is "out of range" - Please check the below picture:


I'm pretty sure that I have a correct configuration on "VMMaker" and mame.ini but is possible that somehow I missed something...

My monitor is a SVGA Makvision 27/29";
Version of mame is: 0.167;
Version of CRT Emu Driver is 0.015j
My video card is ATI Radeon HD 4300/4500 Series

Please check my configuration files attached to this topic.

Long story short, I really appreciate if you can help me to solve this issue.

Thank you!

alex_bb23

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 71
  • Last login:February 27, 2024, 04:18:30 pm
  • I want to build my own arcade cabinet!
I found the issue.
Thank you!

Calamity

  • Moderator
  • Trade Count: (0)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 7414
  • Last login:April 10, 2024, 02:02:31 pm
  • Quote me with care
I found the issue.
Thank you!

Maybe GM didn't have administrator rights?
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

alex_bb23

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 71
  • Last login:February 27, 2024, 04:18:30 pm
  • I want to build my own arcade cabinet!
Maybe GM didn't have administrator rights?
Hi Calamity,

The issue is related to HfreqMin-HfreqMax, VfreqMin,VfreqMax frequency. First, I took the present from here
Code: [Select]
monitor_specs0    30000-40000, 47.00-90.00, 0.600, 2.500, 2.800, 0.032, 0.096, 0.448, 0, 0, 640, 768
It seems that to my monitor doesn't like this frequency HfreqMin and VfreqMin, respectively 30000-40000.

Then, I tried the other present option and it seems that the Capcom games they run well

Code: [Select]
monitor_specs0    31500-31500, 50-70, 0.636, 3.813, 1.906, 0.318, 0.064, 1.048, 0, 1, 576, 768
When I run MK2 the switchres was 2560x496@58Hz giving a good sign but still was a problem with the image on my monitor.

So, I started looking on the internet and I found this topic - in the end my settings looks like this

Code: [Select]
monitor_specs_0 31500-31500, 47.00-90.00, 0.600, 2.500, 2.800, 0.032, 0.096, 0.448, 0, 0, 640, 768"
Now It seems that with this specs everything back to normal. I'm pretty sure that the issue was related to HfreqMin and VfreqMin.
I'm sure you know better than me…

Thank you!
« Last Edit: November 11, 2015, 06:11:28 am by alex_bb23 »