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 0.264 - Switchres 2.220b  (Read 109380 times)

0 Members and 2 Guests are viewing this topic.

Calamity

  • Moderator
  • Trade Count: (0)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 7414
  • Last login:April 10, 2024, 02:02:31 pm
  • Quote me with care
GroovyMAME 0.264 - Switchres 2.220b
« on: January 30, 2021, 01:52:56 pm »
What is GroovyMAME?

GroovyMAME is a M.A.M.E. fork aimed at CRT monitors, with a strong focus on CRT preservation, since this is the only display technology that accurately replicates the genuine video game experience. However you can use GroovyMAME to alleviate some of the annoyances associated to emulation on LCD displays, specially for those models which are capable of refreshing at custom rates.

GroovyMAME's main features as compared to official MAME:

  • Improved video and audio synchronization that achieves truly smooth scrolling, tearing-free video and hiccup-free audio.
  • Automatic generation of custom video timings for CRT monitors.
  • Reduced input latency

Download:

Always get the most recent GroovyMAME's package from our github's site.

Important: in Windows, just unzip and run! Ignore instructions about downloading official MAME and replacing the binary.


What is Switchres 2.0?

Switchres 2.0 is a modeline generation engine for emulation. The Switchres project has become an independent library, and with it, GroovyMAME has been reworked, to hopefully achieve a cleaner and more robust integration.

New features:

  • Multi-monitor support: Switchres 2.0 can handle up to 4 displays simultaneously, each with its own separate configuration. Default Switchres settings for all displays are read from MAME's usual .ini system, but now you can create specific per-display .ini files, named display0.ini, display1.ini, etc., that allow independent configuration for each display. Vertical synchronization (-syncrefresh) is always done to display #0.

    Most importantly, the user can decide which exact monitor the output will go to in a multi-monitor setup. While this is not a new feature, it now works reliably on both Windows and Linux. As usual, set the option -screen <screen> for that. Remind that in Windows <screen> is typically \\.\DISPLAY1, \\.\DISPLAY2, etc., while in Linux (SDL2) you have screen0, screen1, etc.

  • Automatic LCD monitor preset: now -monitor lcd dynamically creates a fixed resolution preset based on your reported monitor timings, so GM can adjust output refresh rate to match game's refresh on supported graphic cards (Windows: AMD; Linux: AMD, Nvidia, Intel), within the Hz range defined by -lcd_range <min_refresh-max_refresh>. In Windows, it requires -allow_hw_refresh.


New options:

All platforms
  • -switchres_backend <option>: Choose between different supported backends: ati, adl, powerstrip, xrandr, drmkms. Default (recommended) setting is auto. Notice that drmkms doesn't work yet but is expected to be a real alternative as SDL2 support gets better.

  • -[no]modesetting: sets video modes directly bypassing the renderer backend. This is useful when the backend doesn't handle mode switching natively (BGFX) or uses a cached mode list so it doesn't see the modes we create at runtime (SDL2). Note that while mode switching on BGFX is now possible, synchronization with -frame_delay is still only supported on the following backends: d3d (Windows) and opengl (Linux).

  • -[no]pixel_precision: greatly improves horizontal centering of video modes, by calculating horizontal borders with 1-pixel precision, instead of the default 8-pixels blocks that were required in the past.

Windows
  • -[no]allow_hw_refresh: dynamically adds new modes or updates existing ones just like VMMaker does, even on stock AMD drivers. This feature is experimental and is disabled by default. It has the following limitations and problems:
    • Synchronization is not perfect yet and the new modes may not always be ready on time for mode switching, causing a wrong display output.
    • A plug-n-play audio notification will be present on startup and exit, if the explorer shell is used.
    • Refreshing the hardware is an expensive task that takes time, specially if the app has already entered fullscreen mode. This makes it unpractical for games that switch video modes more than once, unless -nochangeres is used, or alternatively super resolutions are forced (-resolution 2560x0) so that effective mode changes are neutralized (the later trick won't help for games that switch between interlaced and progressive).
    • When used on stock AMD drivers instead of CRT Emudriver, usual limitations apply: no support for low resolutions (below 640x480) nor low dotclocks. Not a problem however if you're using a 31 kHz monitor.
    Still, this feature is interesting enough to be provided as an option, and is a requirement for the new automatic lcd preset (as it's what makes it possible to refresh the current desktop mode).

Linux/X11
  • -[no]screen_compositing: adjusts the crtc position each time a new video mode is set, maintaining the relative position of screens in a multi-monitor setup.

  • -[no]screen_reordering: stacks the screens vertically on startup to allow each screen to freely resize up to the maximum width. Useful to avoid video glitches when using super-resolutions. -screen_reordering overrides -screen_compositing.

Dropped features:

  • Magic resolutions (Windows XP). This old technique relied on a Windows XP's feature that was abolished on newer Windows versions and is no longer possible. It has been replaced in practice by super resolutions.

Dropped options:

  • -orientation <option>: This option has been removed since experience has proved it caused confusion to new users because it collided with MAME's native rotation options. So now, all orientation settings are handled through MAME's options. Leave the default settings for an horizontally mounted monitor, and use either -autoror or -autorol for a vertical one.

  • -connector <option> This option was meant to achieve multi-monitor support on Linux but was never properly wired and now has been superseded by the more correct integration with MAME's -screen option.
« Last Edit: April 02, 2024, 04:01:13 pm by Calamity »
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

Calamity

  • Moderator
  • Trade Count: (0)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 7414
  • Last login:April 10, 2024, 02:02:31 pm
  • Quote me with care
Changelog
« Reply #1 on: January 30, 2021, 01:53:21 pm »
What's new in Switchres 2.220b (April 2024)

- [nogpu] New option -[no]mister_interlaced_fb: if enabled, odd and even fields of interlaced modes are sent separately (as in previous releases). If disabled, both fields are sent together and the fpga will pick the correct one based on its current raster status (this avoids field synchronization issues, but requires higher bandwidth).

- [nogpu] New input backend -joystickprovider mister: allows using gamepads connected to the MiSTer (2 players).

Both features require up-to-date groovymister core.

What's new in Switchres 2.220a (February 2024)

- Version synchronized with first Switchres full release.

What's new in Switchres 2.002zz (January 2024)

- [nogpu]
   - Add audio support.
   - Various fixes to allow building on Mac [djfumberger]
   - Fix blinking on internal FE with lz4
   - Avoid modes bigger than RGB buffer (force 640x480)
   - Add bilinear filterning, linked to -autofilterAdd audio support.

What's new in Switchres 2.002z (January 2024)

- [nogpu] Properly compute pixel aspect ratio of nogpu(MiSTer) screen.

What's new in Switchres 2.002y (December 2023)

- [nogpu] First release with GroovyMiSTer support. New video backend -video mister for RGB video through network.

What's new in Switchres 2.002x (December 2023)

- [Linux] Add new option -dri_device. Use to force vsync on a specific gpu, e.g. "card0", "card1", etc., or "auto" for automatic selection (currently it will pick the first device with a valid connector.

- [Windows] Raw input improvements. Workaround for devices with buggy drivers. PlayStation triggers hack removed. Should now be compatible with most existing gamepads. [star69rem]


What's new in Switchres 2.002w (October 2023)

- [Linux] Added Switchres fixes to drmkms backend to properly poll dri devices.


What's new in Switchres 2.002v (July 2023)

- Also save Screen Refresh Rate slider.


What's new in Switchres 2.002u (May 2023)

- Only save certain sliders: frame delay, vsync-offset, overclock and CRT geometry sliders. This avoids the problem with vector games not responding to ini settings.


What's new in Switchres 2.002t (May 2023)

- [Windows] Fix rawinput for joysticks for certain devices [star69rem].

- Fix lcd_range operation.


What's new in Switchres 2.002s (April 2023)

- Fix popup error with custom preset (switchres: error trying to fill monitor range with).


What's new in Switchres 2.002r (March 2023)

- Improve rendering of UI frames and lines in low resolutions. [Oomek]

- Correctly apply rotation after modeline adjustment (using the geometry sliders with rotated games now works).

- Correctly apply syncrefresh (it wasn't applied automatically since v_scale was changed from int to float).


What's new in Switchres 2.002q (February 2023)

- Implement integer scaled fonts. Finally clear fonts for CRTs at low resolutions. Set uifont uismall.bdf in mame.ini to enable it. [Oomek & Calamity]

- Force 2-line step for -v_shift (option & slider) on interlaced modes. This way it preserves vertical field parity which is required for correct timings and some hardware. Maybe you need to readjust your previous -v_shift settings.

- [Windows] Make rawinput for joysticks not the default option. Set joystickprovider rawinput manually in mame.ini if you want to use it. It doesn't work for UltraStick and probably other controllers yet.


What's new in Switchres 2.002m (September 2022)

- [Windows] Add rawinput support for joysticks. Split global inputs settings for keyboards, mice and joysticks. [Chester C. Rumpled]

- Extend h-size slider to 2.00 maximum.


What's new in Switchres 2.002l (August 2022)

- Added controls for geometry adjustment. These are available both as command-line/.ini options and in-game sliders for interactive adjustment:

  * H-size [0.5 - 1.5]: option -h_size
  * H-shift [positive or negative, in pixels]: option -h_shift
  * V-shift [positive or negative, in lines]: option -v_shift

   As a reminder: V-size is not possible from software.

What's new in Switchres 2.002k (July 2022)

- [Linux] Add low latency (drm) vsync to sdl2 video backend (-video accel).

- Properly apply -keepaspect on rotated targets with -autostretch.


What's new in Switchres 2.002j (June 2022)

- Improve UI text drawing performance. [Oomek]

- Another fix to the scaling algorithm (hopefully the last needed).


What's new in Switchres 2.002i (April 2022)

- Fixed wrong scaling of vertical games in certain cases.

- [Linux] Internal changes to support libdrm hook (experimental feature).


What's new in Switchres 2.002g (January 2022)

- New option -switchres_ini. If enabled, GroovyMAME will try to parse switchres.ini and use it for its configuration. Options priorities, in increasing order: mame.ini < switchres.ini < display#.ini < orientation.ini < ..... < command line.

- [Linux] Improved support for mode switching on KMS.

- [Linux] Fixes toggling fullscreen on/off (still imperfect but functional).


What's new in Switchres 2.002f (December 2021)

- [Linux] First release ever to support mode switching on KMS. It needs Substring's patched kernel and SDL2 (>=2.0.16) available on GroovyArcade's repository.


What's new in Switchres 2.002e (October 2021)

- Properly fix configuration saving from the ui.


What's new in Switchres 2.002d (October 2021)

- [Windows] Fix bug that caused interlaced modes to lock screen updates.

- Fix bug that caused an exception when saving configuration after doing changes from the ui.

- Make -vsync_offset slider setting not propagate between different games when launched from the ui.


What's new in Switchres 2.002c (September 2021)

- [Windows] Fixed bug that caused games using interlaced modes run at double speed.


What's new in Switchres 2.002b (June 2021)

- New option -[no]syncaudio: Make audio synchronization (resampling) optional. Default is enabled. Disable to avoid sound wobble with erratic emulation speeds (like that caused by frame delay on some systems).

- New option -[no]autostretch: Make auto stretching feature optional. Default is enabled, so GM will apply the scaling mode (fractional or integer) that best fits the situation.

- New option -[no]autofilter: Make auto filter optional. Default is enabled, so GM will apply bilinear filtering when fractional scaling or an interlaced mode are used.

- New option -[no]interlace_force_even: Calculate all vertical values of interlaced modes as even numbers. Required by AMD APU hardware on Linux

- [Windows] Implement asynchronous rendering through native D3D9ex api (replace for old multithreaded -triplebuffer). This mode is selected automatically by -autosync. You can force it manually with -waitvsync -nosyncrefresh.

- [Linux] New option -sync_mode <0-4>: In combination with -syncrefresh, select the synchronization mode that offers the lowest latency based for the specific video driver. The default value is 2, which gives good results for both amdgpu and radeon on X11 and kms mode. Other modes are provided that could be useful with other hardware/driver combination.

Code: [Select]
sync   algorithm        amdgpu          radeon          radeon/kms      amdgpu/kms
mode
   0  -Swap(1)          perfect(1)      perfect         smooth          smooth
      -glFinish                                         lag 1 frame     lag 1 frame

   1  -Swap(0)          tearing         tearing         perfect         tearing/
      -drmWaitVBlank    perfect w/fd                                    stuttering
      -glFinish

   2  -Swap(1)          perfect(1)      perfect         perfect         perfect(1)
      -drmWaitVBlank
      -glFinish

   3  -drmWaitVBlank    tearing         perfect(2)      tearing         tearing
      -Swap(0)
      -glFinish
               
   4  -drmWaitVBlank    half speed      half speed      smooth          smooth
      -Swap(1)                                          lag 1 frame     lag 1 frame
      -glFinish

- Swap(x), x = Opegl swap interval (0 = immediate, 1 = v-sync)
(1) Low frame delay performance
(2) GM's pre-0.232 implementation
perfect = smooth + subframe latency

Note: amdgpu on X11 has tearing with mode 1, however tearing can be removed with frame delay, and when done, it offers better performance than mode 2.


What's new in Switchres 2.002a (March 2021)

- Fixed crash on emulated systems with 2 or more screens.

- Correctly update game video information after machine initialization.

- Properly account for refresh scaling & black frame insertion with frame delay.
« Last Edit: April 02, 2024, 04:15:30 pm by Calamity »
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

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: Groovymame 0.228 - Switchres 2.001b
« Reply #2 on: January 30, 2021, 01:53:35 pm »
Placeholder
« Last Edit: January 30, 2021, 01:55:55 pm by Calamity »
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

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: Groovymame 0.228 - Switchres 2.001b
« Reply #3 on: January 30, 2021, 01:54:17 pm »
Placeholder
« Last Edit: January 30, 2021, 01:56:17 pm by Calamity »
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

donluca

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 262
  • Last login:Today at 03:09:54 pm
  • I want to build my own arcade controls!
Re: Groovymame 0.228 - Switchres 2.001b
« Reply #4 on: January 30, 2021, 03:04:03 pm »
First!  :afro:

Good stuff, I'm really interested in what other emulator developers will be able to do with the new standalone switchres... I might ping the blast'em developer about this...  :angel:
On a scale of fakeness, from more genuine to more fake, we'd have:

1.- Plastic plants (cf. Fake Plastic Trees)
2.- Inflatable dolls
3.- Arcade cabinets with LCD monitors

dmckean

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 729
  • Last login:January 13, 2024, 08:50:41 pm
Re: Groovymame 0.228 - Switchres 2.001b
« Reply #5 on: January 30, 2021, 07:11:26 pm »
-[no]pixel_precision: greatly improves horizontal centering of video modes, by calculating horizontal borders with 1-pixel precision, instead of the default 8-pixels blocks that were required in the past.

Nice!

haynor666

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1471
  • Last login:April 09, 2024, 03:45:52 am
  • retro maniac
Re: Groovymame 0.228 - Switchres 2.001b
« Reply #6 on: January 31, 2021, 07:13:31 am »
Fantastic news Calamity. Thanks for all hard work :)

pmc3

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 17
  • Last login:April 10, 2021, 02:54:01 am
  • 404
Re: Groovymame 0.228 - Switchres 2.001b
« Reply #7 on: January 31, 2021, 07:20:36 am »
Thanks, changelog for 2.001b ?

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: Groovymame 0.228 - Switchres 2.001b
« Reply #8 on: January 31, 2021, 07:36:56 am »
Thanks, changelog for 2.001b ?

The code for versions is 2.001 (SR) + b (GM integration)

So SR's is still 2.001 (no changes upstream), and "b" is the second release. We'll see how well or bad this works.

The commit history can be checked here. The relevant change of "b" from the user's point of view is "Add 1 decimal precision to CPU overclock slider". This feature was already in 0.017t but was missing in 2.001a. I'll post a changelog anyway since the commit history is not meant to be used for that.

Once we update SR, the new version will be 2.002a, etc.
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

Paradroid

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 687
  • Last login:April 12, 2024, 04:50:06 pm
    • SCART Hunter
Re: Groovymame 0.228 - Switchres 2.001b
« Reply #9 on: January 31, 2021, 07:53:42 pm »
Amazing!!! Well done and thank you for your ongoing efforts! Looking forward to giving this new version a spin. :applaud:
My MAME/SCART/CRT blog: SCART Hunter

Arroyo

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1558
  • Last login:Today at 04:52:13 pm
  • Budgets are boring
    • newforum.arcadecontrols.com/index.php/topic,156267.0.html
Re: Groovymame 0.228 - Switchres 2.001b
« Reply #10 on: January 31, 2021, 09:36:16 pm »
Thank you Calamity for keeping at it.  A great experience made even greater!

dth930

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 53
  • Last login:January 19, 2022, 01:24:17 am
  • I want to build my own arcade controls!
Re: Groovymame 0.228 - Switchres 2.001b
« Reply #11 on: February 01, 2021, 03:05:58 am »
This is a great update!

With all of these changes, is the update procedure still to overwrite all the files from the prior version besides the .ini's in the root directory?  Or are there other files we need to retain or regenerate?

pixel69

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 10
  • Last login:July 21, 2023, 01:52:35 pm
  • I want to go back to the future
Re: Groovymame 0.228 - Switchres 2.001b
« Reply #12 on: February 01, 2021, 07:20:44 am »
 :applaud: :applaud: :applaud: :applaud:
great great job  :notworthy:

m.andrade1

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 124
  • Last login:April 06, 2023, 09:56:51 am
  • I want to build my own arcade controls!
Re: Groovymame 0.228 - Switchres 2.001b
« Reply #13 on: February 02, 2021, 02:25:34 pm »
Hello Calamity
Thanks a lot for your wonderfull effort to make our hobby great!
I´m trying to run 0228b but some strange reason it doesnt want to run, cannot even create a log file, so i will attach a photo so maybe anyone can figure out what is going on.
Strange thing that 0227b runs perfectly fine, on same config.
Using win7 , crt_emudriver 2.0 15, with an ati 6450, display 15khz on \\.\DISPLAY2, and regular dvi with a lcd on \\.\DISPLAY1

https://photos.app.goo.gl/Tqo1hjBRPqsUVoDk6

Thanks for help
Marcos

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: Groovymame 0.228 - Switchres 2.001b
« Reply #14 on: February 02, 2021, 02:37:51 pm »
Hi Marcos, is that my full package from github?
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

reeone

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 31
  • Last login:Today at 08:52:14 am
  • I want to build my own arcade controls!
Re: Groovymame 0.228 - Switchres 2.001b
« Reply #15 on: February 03, 2021, 02:35:05 am »
my amd gpu 6310 with crt_emudriver_&_tools_2.0_beta_15_12.6_W.7.8.10-64 also cant run groovymame64_0228.001b_win-7-8-10,if edit mame.ini,switchres  0,it can run,but game only run at 480i

my another pc,amd a6 with r4 gpu,crt_emudriver_&_tools_2.0_beta_15_16.2.1_W.7.8.10-64,it run groovymame64_0228.001b_win-7-8-10 very good

Max_FS

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 35
  • Last login:November 09, 2023, 03:45:06 pm
  • I want to build my own arcade controls!
Re: Groovymame 0.228 - Switchres 2.001b
« Reply #16 on: February 03, 2021, 05:45:28 am »
I have the same problem. GM 0228.001b (full package downloaded from Github) but with additional patch by Haynor won't start with switchres set 1 in mame.ini. With switchres deactivated, I can run mame but there is nothing displayed on my second screen.

ASUS Z87-A Mainboard
Intel Pentium G3258 CPU
Sapphire Radeon HD 6450 GPU with CRT EMU-Driver, flashed with Atom-15
Windows 7
Sony Trinitron CRT as first screen
Stretched LCD as second screen

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: Groovymame 0.228 - Switchres 2.001b
« Reply #17 on: February 03, 2021, 06:01:46 am »
@reeone and @Max_FS,

Are you using Emudriver based on 12.6? If so, please try with version 16.2.1.
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

m.andrade1

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 124
  • Last login:April 06, 2023, 09:56:51 am
  • I want to build my own arcade controls!
Re: Groovymame 0.228 - Switchres 2.001b
« Reply #18 on: February 03, 2021, 07:43:30 am »
Hello Calamity
Thanks again for your fast reply, i used to mix mame´s dev version and them with yours.
But now as you suggest i unpacked your´s Github only, but unfortunelly same issue.
I saw your help for another user i have instaled 12.6 with ATi 6450, do you think i can install 16.2.1 with that card ?

Thanks
Marcos

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: Groovymame 0.228 - Switchres 2.001b
« Reply #19 on: February 03, 2021, 09:24:05 am »
I saw your help for another user i have instaled 12.6 with ATi 6450, do you think i can install 16.2.1 with that card ?

Yes, 16.2.1 is the recommended version for your card. 12.6 is just provided for backwards compatibility with pre-HD 5000 cards.
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

fred92

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 19
  • Last login:November 10, 2023, 01:07:28 pm
Re: Groovymame 0.228 - Switchres 2.001b
« Reply #20 on: February 03, 2021, 11:38:56 am »
hello,
i post here too my request because for the first time, groovymame doesn't work with games.
with all latest releases there were no issues at all.
I'm working windows 7 64bits,groovymame 0.228 downloaded on github.
my videocard is ATI Radeon HD 5450 with Calamity drivers CRT emudrivers WDDM 1.20) for few years without issues.
VMMaker says CRT Emudriver 2.0 12.6 found.
i don't remember if it's beta 14 or 15 (how to check it ?) but i think it's the beta 15.
Any help welcome.
 i saw you speak about 16.2.1.
where can this driver can be found, and, should i re install all modelines etc. ?

And i want to thank Calamity for this great job, i use my old arcadecabinets for years in pixel perfect !!
Fred, From France.
« Last Edit: February 03, 2021, 11:45:06 am by fred92 »

m.andrade1

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 124
  • Last login:April 06, 2023, 09:56:51 am
  • I want to build my own arcade controls!
Re: Groovymame 0.228 - Switchres 2.001b
« Reply #21 on: February 03, 2021, 12:05:11 pm »
Hello Calamity
Thank you so much for your feedback again!
Will definely try 16.2.1 with my Ati 6450 !
Tried to download drivers but seems site is down : http://geedorah.com/eiusdemmodi/forum/index.php

Thanks
Marcos

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: Groovymame 0.228 - Switchres 2.001b
« Reply #22 on: February 03, 2021, 12:41:44 pm »
Use this link for 16.2.1 for non-GCN cards.

You'll need to reinstall your modelines. If you prefer you can "export" your modelines first. In VMMaker->Video card tab:

- Import modes from driver -> OK
- Export modes to file

Then once in 16.2.1:

- Import modes from file
- Install modes
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

m.andrade1

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 124
  • Last login:April 06, 2023, 09:56:51 am
  • I want to build my own arcade controls!
Re: Groovymame 0.228 - Switchres 2.001b
« Reply #23 on: February 03, 2021, 02:19:48 pm »
Hello Calamity
Drivers 16.2.1 on my Ati 6450, fix the crash issue on 0228b.

Only thing i noticed on 0228b have a bigger horiontal widht screen, and on 0227b had a short Width.

Thank you so much for your time and help!
Marcos
« Last Edit: February 03, 2021, 02:26:39 pm by m.andrade1 »

fred92

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 19
  • Last login:November 10, 2023, 01:07:28 pm
Re: Groovymame 0.228 - Switchres 2.001b
« Reply #24 on: February 03, 2021, 04:14:31 pm »
Use this link for 16.2.1 for non-GCN cards.

You'll need to reinstall your modelines. If you prefer you can "export" your modelines first. In VMMaker->Video card tab:

- Import modes from driver -> OK
- Export modes to file

Then once in 16.2.1:

- Import modes from file
- Install modes

hello Calamity, thanks you so much for your advice.
it now works.

Just a word, when a game is launched, the info screen is not very readable... but all works, that's enough.
Thank you for your quick answer and all the job you've done for us and our common passion: arcade games and pixel perfet.
Fred.

Max_FS

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 35
  • Last login:November 09, 2023, 03:45:06 pm
  • I want to build my own arcade controls!
Re: Groovymame 0.228 - Switchres 2.001b
« Reply #25 on: February 03, 2021, 06:33:00 pm »
Hi Calamity,

basically it also worked for me (many thanks for that), but unfortunately, I still have some trouble.

First of all, installing 16.2.1 made it a lot better and now GM runs with switchres activated.

However, it only works, when GM is being started from a frontend. When I try starting it directly, it produces error messages ("Switchres: Could not find a video mode that meets your specs"). Maybe that's not a problem at all but still leaves me confused.

Next thing is, that directly after installing CRTEmuDriver, it assigns my CRT to DISPLAY5 and my LCD (used as a second screen for marquee artwork) to DISPLAY4. After a restart of Windows, it is suddenly DISPLAY2 and DISPLAY1. This also may not be a problem but maybe is worth telling.

Now it comes to a bigger problem which is with regard to my second screen (the LCD besides the CRT to display marquee artwork). After changing to CRT EmuDriver 16.2.1 and GM0.228 nothing is displayed on the second screen, while GM is running. However, other artwork, like bezels, work correctly.
While the frontend is runnig, there is artwork displayed on the second screen. First it was in a wrong position but I was able fix that.

If anyone could help me with the last problem, I would be really grateful.

Best regards
Max

reeone

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 31
  • Last login:Today at 08:52:14 am
  • I want to build my own arcade controls!
Re: Groovymame 0.228 - Switchres 2.001b
« Reply #26 on: February 04, 2021, 12:12:28 am »
oh,my gpu is too old to install CRT EmuDriver 16.2.1 :(

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: Groovymame 0.228 - Switchres 2.001b
« Reply #27 on: February 04, 2021, 02:54:41 am »
oh,my gpu is too old to install CRT EmuDriver 16.2.1 :(

Have you tried?
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

reeone

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 31
  • Last login:Today at 08:52:14 am
  • I want to build my own arcade controls!
Re: Groovymame 0.228 - Switchres 2.001b
« Reply #28 on: February 04, 2021, 03:02:02 am »
oh,my gpu is too old to install CRT EmuDriver 16.2.1 :(

Have you tried?
CRT EmuDriver 16.2.1 or nieg find no compatible devices with hd6310

Max_FS

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 35
  • Last login:November 09, 2023, 03:45:06 pm
  • I want to build my own arcade controls!
Re: Groovymame 0.228 - Switchres 2.001b
« Reply #29 on: February 04, 2021, 04:46:36 am »
Hi Calamity,

basically it also worked for me (many thanks for that), but unfortunately, I still have some trouble.

First of all, installing 16.2.1 made it a lot better and now GM runs with switchres activated.

However, it only works, when GM is being started from a frontend. When I try starting it directly, it produces error messages ("Switchres: Could not find a video mode that meets your specs"). Maybe that's not a problem at all but still leaves me confused.

Next thing is, that directly after installing CRTEmuDriver, it assigns my CRT to DISPLAY5 and my LCD (used as a second screen for marquee artwork) to DISPLAY4. After a restart of Windows, it is suddenly DISPLAY2 and DISPLAY1. This also may not be a problem but maybe is worth telling.

Now it comes to a bigger problem which is with regard to my second screen (the LCD besides the CRT to display marquee artwork). After changing to CRT EmuDriver 16.2.1 and GM0.228 nothing is displayed on the second screen, while GM is running. However, other artwork, like bezels, work correctly.
While the frontend is runnig, there is artwork displayed on the second screen. First it was in a wrong position but I was able fix that.

If anyone could help me with the last problem, I would be really grateful.

Best regards
Max

When I start GM via FrontEnd and then press TAB (to enter the menu) and then ESC I get back to the frontend without GM being closed (To leave GM and to get back to the frontend I normally use another key). However, when doing so and then closing the frontend and getting back to windows, GM is still running and when I maximise it, GM displays the artwork on the second just fine.

I really do not understand what's happening there. 

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: Groovymame 0.228 - Switchres 2.001b
« Reply #30 on: February 04, 2021, 06:10:05 am »
Max_FS,

Since SR is now fully multi-monitor, you need to configure it properly. You say your secondary screen (marquee) is an LCD. So you need to configure it like "monitor lcd" in a separate .ini file, named display1.ini where you should just put "monitor lcd". That should fix the error you're seeing on command line. If it doesn't, please post a log here. I need your results from command line, not from the frontend.
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

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: Groovymame 0.228 - Switchres 2.001b
« Reply #31 on: February 04, 2021, 06:15:53 am »
CRT EmuDriver 16.2.1 or nieg find no compatible devices with hd6310

Yeah it looks like the HD 6310 is actually an HD 4330, so 12.6 should be fine because it would use the legacy ati interface instead of adl. But for some reason it's trying to initialize adl. This leaves this card somehow in a dead zone. Could you post a log of legacy GM with your card on 12.6?
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

Max_FS

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 35
  • Last login:November 09, 2023, 03:45:06 pm
  • I want to build my own arcade controls!
Re: Groovymame 0.228 - Switchres 2.001b
« Reply #32 on: February 04, 2021, 08:32:11 am »
Max_FS,

Since SR is now fully multi-monitor, you need to configure it properly. You say your secondary screen (marquee) is an LCD. So you need to configure it like "monitor lcd" in a separate .ini file, named display1.ini where you should just put "monitor lcd". That should fix the error you're seeing on command line. If it doesn't, please post a log here. I need your results from command line, not from the frontend.

Many thanks for that hint. I did so (creating display1.ini only containing monitor lcd) and suddenly it is possible to start mame directly by double clicking on it or via command line.
However, it still won't display any artwork on the second screen. Therefore I attached a log file. Additonally, there was a message saying "Warning: layout view 'Marquee_Only' contains deprecated marquee element". It appears three times, whenever I start the game...

OK, just found out that my .lay-files are a little bit outdated so I got the warning. However, that did not cause the problem. I build a new lay-file for one game but there is still no artwork displayed.

But when I start the game, press TAB, choose "video options" and then change display1 (my second screen) to "standard" and then back to "Marquee_only" the artwork suddenly appears. When exiting the game and starting it again, the artwork is gone.
« Last Edit: February 04, 2021, 10:02:33 am by Max_FS »

pakoman

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 163
  • Last login:April 12, 2024, 11:02:35 am
  • I want to build my own arcade controls!
Re: Groovymame 0.228 - Switchres 2.001b
« Reply #33 on: February 04, 2021, 08:56:17 am »
Seems like a great improvement! Thanks Calamity for the hardwork, nice to see the preliminary stock driver support implemented :)


What is GroovyMAME?
-[no]pixel_precision: greatly improves horizontal centering of video modes, by calculating horizontal borders with 1-pixel precision, instead of the default 8-pixels blocks that were required in the past.

This is a good one, how comes 8-pixels blocks are not required anymore? (if it is long to explain, just don't bother, I don't want to waste your time here)


What is GroovyMAME?
When used on stock AMD drivers instead of CRT Emudriver, usual limitations apply: no support for low resolutions (below 640x480) nor low dotclocks. Not a problem however if you're using a 31 kHz monitor.
Still, this feature is interesting enough to be provided as an option, and is a requirement for the new automatic lcd preset (as it's what makes it possible to refresh the current desktop mode).

I'm a bit (very) disconnected but Toasty's patcher (cru and so) easily removes those limitations on stock drivers (or at least it did a couple of years ago!). It doesn't add the ability to accept custom resolutions on the fly, though.
« Last Edit: February 04, 2021, 09:01:34 am by pakoman »

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: Groovymame 0.228 - Switchres 2.001b
« Reply #34 on: February 04, 2021, 10:06:46 am »
@Max_FS

I think you also need to set "modeline_generation 0" in display1.ini. When doing so, please post your log again so I can compare.
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

Max_FS

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 35
  • Last login:November 09, 2023, 03:45:06 pm
  • I want to build my own arcade controls!
Re: Groovymame 0.228 - Switchres 2.001b
« Reply #35 on: February 04, 2021, 10:29:33 am »
@Max_FS

I think you also need to set "modeline_generation 0" in display1.ini. When doing so, please post your log again so I can compare.

Ok, here we go. I set modeline to 0 and created two log files:
asterix2.txt: Just started the game and quit
asterix3.txt: Started the game, changed Display1 to "standard" and then back to "marquee_only" and then quit.

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: Groovymame 0.228 - Switchres 2.001b
« Reply #36 on: February 04, 2021, 10:51:51 am »
Ok, here we go. I set modeline to 0 and created two log files:
asterix2.txt: Just started the game and quit
asterix3.txt: Started the game, changed Display1 to "standard" and then back to "marquee_only" and then quit.

Can you see anything on the lcd?
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

Max_FS

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 35
  • Last login:November 09, 2023, 03:45:06 pm
  • I want to build my own arcade controls!
Re: Groovymame 0.228 - Switchres 2.001b
« Reply #37 on: February 04, 2021, 11:08:50 am »
Ok, here we go. I set modeline to 0 and created two log files:
asterix2.txt: Just started the game and quit
asterix3.txt: Started the game, changed Display1 to "standard" and then back to "marquee_only" and then quit.

Can you see anything on the lcd?

Yes, I can see the extended desktop under windows and i see correctly positoned artwork while the frontend is running.
Only when starting GM (via frontend, directly from desktop or via command line) nothing appears on the lcd. There is no reaction.
Once GM is running, there are two ways to have something displayed on the lcd:

1. After GM was launched via frontend, I would press TAB to enter the menu and then press ESC to go back to the frontend which happens without GM being closed. Then I would close the frontend and maximise GM and suddenly both screens are working correctly.
2. Pressing TAB to enter the "video menu", then changing Display1 (which is the lcd) to standard view and then back to marquee view. Suddenly both screens are working correctly.

However, when exiting GM, the effect is gone and I would have to repeat the described way.
As a conclusion we know that the lcd is working properly and GM can basically display marquees on the lcd but it doesn't happen as expected.
 

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: Groovymame 0.228 - Switchres 2.001b
« Reply #38 on: February 04, 2021, 11:33:52 am »
@Max_FS,

Please ignore the frontend situation since that's beyond my control. I'm trying to simulate your case here but it's working fine, I'm just trying orunners with -numscreens 2, crt + lcd. Would you mind sending one of your marquee layouts so I can try? (calamity15khz@gmail.com)
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

reeone

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 31
  • Last login:Today at 08:52:14 am
  • I want to build my own arcade controls!
Re: Groovymame 0.228 - Switchres 2.001b
« Reply #39 on: February 05, 2021, 01:58:18 am »
ATI/AMD ADL init
ERROR: ADL Initialization error!