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: Pac-Man mode used by GroovyArcade  (Read 1851 times)

0 Members and 1 Guest are viewing this topic.

big10p

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 698
  • Last login:May 01, 2023, 01:46:23 pm
  • Mmmm, arcade classics!
Pac-Man mode used by GroovyArcade
« on: May 30, 2015, 12:38:40 pm »
Hi

Can someone running GroovyArcade on a 15KHz monitor please let me know what video mode it's using (displayed in Game Information)? It's an interlaced mode so on my monitor (which hates interlacing) it jiggles up/down so badly - and the text is so small - I can't read it.

Cheers
« Last Edit: May 30, 2015, 12:47:29 pm by big10p »

nexuscab

  • Trade Count: (0)
  • Jr. Member
  • **
  • Offline Offline
  • Posts: 6
  • Last login:February 10, 2019, 08:42:59 am
  • I want to build my own arcade controls!
Re: Pac-Man mode used by GroovyArcade
« Reply #1 on: May 31, 2015, 10:06:42 am »
I think you'll see this if you run in verbose mode.

e.g.

groovymame -v pacman > /tmp/pacman.txt


I have a WG D9200 but I set monitor type in mame.ini to arcade_15 and this is what I see in my log file:


[arcade@GroovyArcade ~]$ grep SwitchRes /tmp/pacman.txt
SwitchRes: v0.015f, Monitor: arcade_15, Orientation: horizontal, Modeline generation: enabled
SwitchRes: Monitor range 15625.00-16200.00,49.50-65.00,2.000,4.700,8.000,0.064,0.192,1.024,0,0,192,288,448,576
SwitchRes: Found output connector 'VGA-0'
SwitchRes: Entering switchres_modeline_setup
SwitchRes: v0.015f:[pacman] Calculating best video mode for 224x288@60.606060 orientation: rotated
SwitchRes: (   1)x(   1)_(60=0.0000Hz)
SwitchRes: [pacman] (1) vertical (224x288@60.61)->(656x488@60.61)
SwitchRes: Modeline "656x488_60 16.09KHz 60.61Hz" 13.90 656 688 752 864 488 491 497 531 interlace  -hsync -vsync
SwitchRes: Running 'xrandr  --newmode "656x488_60.61" 13.90 656 688 752 864 488 491 497 531 interlace  -hsync -vsync'
SwitchRes: Running 'xrandr  --addmode VGA-0 "656x488_60.61"'
SwitchRes: Running 'xrandr  --output VGA-0 --mode "656x488_60.61"'


Hope this is helpful.

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: Pac-Man mode used by GroovyArcade
« Reply #2 on: June 01, 2015, 05:14:47 pm »
That was actually a regression bug that's been fixed since SwitchRes 0.015g (pacman now picks a progressive 288-line mode, as it used to do). Download one of the recent builds.
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

big10p

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 698
  • Last login:May 01, 2023, 01:46:23 pm
  • Mmmm, arcade classics!
Re: Pac-Man mode used by GroovyArcade
« Reply #3 on: June 04, 2015, 11:08:09 am »
Thanks!