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 Frontend Resolution  (Read 2303 times)

0 Members and 1 Guest are viewing this topic.

Jollywest

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 288
  • Last login:April 09, 2024, 01:37:27 pm
GroovyArcade Frontend Resolution
« on: November 22, 2015, 05:19:07 pm »
I've recently successfully installed GA onto a USB Flash Drive, and I'm using it on a ATI HD4350/JPAC/Hantarex Polo 1 25" setup.
GM is working great, running the sample roms at their native refresh rates.
The Frontend however, be it either ADVmenuPLUS or Wah!Cade is running at 640x480 interlaced and I can't seem to alter this to a non-interlaced resolution.
When I run $ xrandr from a terminal window the only selectable mode is 640x480.
Any ideas please?


Calamity

  • Moderator
  • Trade Count: (0)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 7414
  • Last login:April 10, 2024, 02:02:31 pm
  • Quote me with care
Re: GroovyArcade Frontend Resolution
« Reply #1 on: November 23, 2015, 01:54:54 pm »
The resolution these frontends are using is controlled by a modeline that's inside the xorg.conf file. Try editing that file and add another one as you like. Then it's a matter of setting up advmenu to use it.
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

Jollywest

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 288
  • Last login:April 09, 2024, 01:37:27 pm
Re: GroovyArcade Frontend Resolution
« Reply #2 on: November 23, 2015, 04:11:27 pm »
Spot on Calamity, got it working... cheers!  :applaud: ... as you can probably tell, I'm very much a Linux newb  ;)

Doozer

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 498
  • Last login:June 12, 2023, 09:19:49 am
  • Z80 ERROR
Re: GroovyArcade Frontend Resolution
« Reply #3 on: November 24, 2015, 05:56:52 am »

These are the two modeline I am using to accommodate X screen resolution.

Code: [Select]
        ModeLine          "648x480x60.00" 13.129200 648 672 736 840 480 482 488 521 -HSync -VSync interlace
        ModeLine          "720x576x50.00" 14.797200 720 752 824 944 576 583 589 627 -HSync -VSync interlace

jtslade

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 746
  • Last login:April 24, 2024, 08:02:12 pm
  • Keep it looking originallish!
Re: GroovyArcade Frontend Resolution
« Reply #4 on: November 24, 2015, 11:51:35 am »
Jolly can you show your xorg.conf file text

I'd like to get my groovy arcade front end running in a native arcade resolution.

Which arcade native resolution do we think will look the best?
TY!!


Sent from my iPhone using Tapatalk
Ms. Pacman Original Cocktail with Non destructive mod to Groovy Arcade Linux with All 4way Vertical Cocktail capable 2 button or less games.


Neo Geo MVS Mame Cab Running Hyperspin, 25" Nanao Arcade Monitor, Mini-pac, ATI Radeon HD 4850 (ATOM-15), IL 8 Way Euro-Sticks from Paradise Arcade, Win XP 64bit, and tons of other junk.


Jollywest

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 288
  • Last login:April 09, 2024, 01:37:27 pm
Re: GroovyArcade Frontend Resolution
« Reply #5 on: November 24, 2015, 01:03:43 pm »
Not sure which resolution is best yet, I'm just using 320 x 240 @ 54 for testing at the min.

I'm using Wah!cade as the frontend and had to knock up a quick custom 320 x 240 layout with the editor, as none of the layouts that came bundled with Wah!cade showed properly at that resolution.

Just out the house at the mo, but will post the xorg.conf file when I get back.

Jollywest

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 288
  • Last login:April 09, 2024, 01:37:27 pm
Re: GroovyArcade Frontend Resolution
« Reply #6 on: November 24, 2015, 03:48:01 pm »
Here's what's in the Xorg.conf file;

All I did was add a 320x240 modeline at the bottom and put a hash in front of the 640x480 one.
To revert back to 640x480 just remove the hash.

This is for a Hantarex Polo 1 25" arcade monitor.
 
Code: [Select]
# Config for polo Monitor and ati Video Card



Section "ServerLayout"

Identifier "General"

Screen 0
"Screen0" 0 0

InputDevice "WiiMote0"

InputDevice "WiiMote1"

EndSection



Section "InputDevice"

Identifier "WiiMote0"

Driver "evdev"

Option "Device" "/dev/input/event7"

Option "SendCoreEvents" "True"

EndSection



Section "InputDevice"

Identifier "WiiMote1"

Driver "evdev"

Option "Device" "/dev/input/event8"

Option "SendCoreEvents" "True"

EndSection




Section "Monitor"

Identifier "DVI-0"

VendorName "Unknown"

ModelName "Unknown"


HorizSync 15-50

VertRefresh 40-80


Option "DPMS" "False"


Option "DefaultModes" "False"

UseModes        "Modeline"

EndSection



Section "Device"

Identifier "Card0"

VendorName "Unknown"

BoardName "Unknown"


Driver "ati"

  #Option "GLXVBlank" "true"

BusID "PCI:01:00:0"


Option "ModeDebug" "true"


Option "monitor-DVI-0" "DVI-0"

EndSection



Section "Screen"

        Identifier "Screen0"

        Device     "Card0"

        Monitor    "DVI-0"

        DefaultDepth    24

        SubSection "Display"

                Viewport   0 0

                Depth      8

        EndSubSection

        SubSection "Display"

                Viewport   0 0

                Depth     16

        EndSubSection

        SubSection "Display"

                Viewport   0 0

                Depth     24

        EndSubSection

EndSection




Section "Modes"

Identifier      "Modeline"


Modeline "320x240_54.00" 6.630 320 336 368 424 240 256 259 289 -hsync -vsync

#Modeline "640x480_60.00" 12.980 640 664 728 832 480 482 487 521 interlace -hsync -vsync


EndSection