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 live-CD 2020  (Read 394139 times)

0 Members and 2 Guests are viewing this topic.

tombo

  • Trade Count: (0)
  • Jr. Member
  • **
  • Offline Offline
  • Posts: 6
  • Last login:August 27, 2018, 09:04:29 pm
  • GROOVY IS KEY
Re: GroovyArcade live-CD New Release 2013-02-24
« Reply #480 on: August 05, 2015, 10:49:21 am »
Hi intealls and Calamity

Many thanks for this:

Quote
When building and testing 0.156 with NO_USE_XINPUT = 1, the slowdowns do NOT occur in GA Dec 14 with VMware. Also, when building and testing 0.158 in Ubuntu 14.04 with NO_USE_XINPUT = 1, no slowdowns either (also in VMware)!

You're the man! :)

I am running Groovy Arcade Linux from the Live-CD 2013-02-24 installed to disk on my arcade cab. Is there a config file or Linux command I can use to patch my existing setup, in order to make the slowdown problem disappear? I definitely want to avoid having to go through auto-setup/partitioning/tweaking with a new build.
CRT + GROOVY MAME = REAL ARCADE FEELING

Doozer

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 498
  • Last login:June 12, 2023, 09:19:49 am
  • Z80 ERROR
Re: GroovyArcade live-CD New Release 2013-02-24
« Reply #481 on: August 05, 2015, 11:14:46 am »
Quote
When building and testing 0.156 with NO_USE_XINPUT = 1, the slowdowns do NOT occur in GA Dec 14 with VMware. Also, when building and testing 0.158 in Ubuntu 14.04 with NO_USE_XINPUT = 1, no slowdowns either (also in VMware)!

You're the man! :)

I am running Groovy Arcade Linux from the Live-CD 2013-02-24 installed to disk on my arcade cab. Is there a config file or Linux command I can use to patch my existing setup, in order to make the slowdown problem disappear? I definitely want to avoid having to go through auto-setup/partitioning/tweaking with a new build.

Hi Tombo,

This is quite interesting. Could you kindly make a test with 0.164 versions available from (https://googledrive.com/host/0B5iMjDor3P__aEFpcVNkVW5jbEE/)? You just need to replace the existing groovymame binary.

Could you confirm that you experience the slowdown effect with groovymame64_0164.015h_linux.tar.bz2?

« Last Edit: August 06, 2015, 05:05:41 am by Doozer »

Doozer

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 498
  • Last login:June 12, 2023, 09:19:49 am
  • Z80 ERROR
Re: GroovyArcade live-CD New Release 2013-02-24
« Reply #482 on: August 19, 2015, 03:25:16 am »

I have played a bit with the 15Khz patch on Linux and latest kernels. There is no issue so far up to 4.1.6, which is a good news.

The patch modifies the first PLL (head1) limit to accept lower dot clocks. Extending it to the second PLL allows dual 15Khz outputs.

Which game would be a good choice to test dual screen output from groovymame? A game with different syncs would be perfect.

philenotfound

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 12
  • Last login:May 28, 2019, 10:36:33 am
  • I want to build my own arcade controls!
Re: GroovyArcade live-CD New Release 2013-02-24
« Reply #483 on: August 25, 2015, 08:48:50 am »
Yeah, I'm using them too with 4.1.6. My setup is a Debian Jessie installation, slimmed down with a custom kernel and rebuilt radeon drivers..

cools

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 645
  • Last login:March 11, 2024, 02:59:06 pm
  • Arcade Otaku Sysadmin
    • Arcade Otaku
Re: GroovyArcade live-CD New Release 2013-02-24
« Reply #484 on: September 08, 2015, 01:53:51 pm »
Ves asked me if I still had the PKGBUILD files I made for AUR, I've dug out what I can find - note they are extremely out of date and probably won't compile without reworking.

I'm half curious to restart building them (put together an old laptop with Arch the other day specifically to carry on), but systemd is as bad as all the negative press it's been getting so I'm not sure I really want to continue with a distro supporting it...
« Last Edit: September 08, 2015, 02:02:06 pm by cools »

ves

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 225
  • Last login:April 11, 2020, 02:57:49 am
Re: GroovyArcade live-CD New Release 2013-02-24
« Reply #485 on: September 08, 2015, 05:13:55 pm »
Thank you very much Cools, I want to keep aur pkg updated for use in GA.

Doozer, can you post the patch for dual monitor?

Doozer

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 498
  • Last login:June 12, 2023, 09:19:49 am
  • Z80 ERROR
Re: GroovyArcade live-CD New Release 2013-02-24
« Reply #486 on: September 09, 2015, 04:06:01 am »
Thank you very much Cools, I want to keep aur pkg updated for use in GA.

Doozer, can you post the patch for dual monitor?

The patch is based on the patch-3.19.zip file adapted to 4.1.6 kernel, the main addition is the low dot clock for p2pll. Full patch is available in attachment.

Code: [Select]
diff -Naur linux-4.1.6/drivers/gpu/drm/radeon/radeon_clocks.c linux-4.1.6_dualhead/drivers/gpu/drm/radeon/radeon_clocks.c
--- linux-4.1.6/drivers/gpu/drm/radeon/radeon_clocks.c  2015-08-17 05:52:51.000000000 +0200
+++ linux-4.1.6_dualhead/drivers/gpu/drm/radeon/radeon_clocks.c 2015-09-09 09:10:12.723534658 +0200
@@ -242,20 +242,24 @@
                        if (rdev->family >= CHIP_R420) {
                                p1pll->pll_in_min = 100;
                                p1pll->pll_in_max = 1350;
-                               p1pll->pll_out_min = 20000;
+                               //p1pll->pll_out_min = 20000;
+                               p1pll->pll_out_min = 4308;
                                p1pll->pll_out_max = 50000;
                                p2pll->pll_in_min = 100;
                                p2pll->pll_in_max = 1350;
-                               p2pll->pll_out_min = 20000;
+                               //p2pll->pll_out_min = 20000;
+                               p2pll->pll_out_min = 4308;
                                p2pll->pll_out_max = 50000;
                        } else {
                                p1pll->pll_in_min = 40;
                                p1pll->pll_in_max = 500;
-                               p1pll->pll_out_min = 12500;
+                               //p1pll->pll_out_min = 12500;
+                               p1pll->pll_out_min = 4308;
                                p1pll->pll_out_max = 35000;
                                p2pll->pll_in_min = 40;
                                p2pll->pll_in_max = 500;
-                               p2pll->pll_out_min = 12500;
+                               //p2pll->pll_out_min = 12500;
+                               p2pll->pll_out_min = 4308;
                                p2pll->pll_out_max = 35000;
                        }
diff -Naur linux-4.1.6/drivers/gpu/drm/radeon/radeon_atombios.c linux-4.1.6_dualhead/drivers/gpu/drm/radeon/radeon_atombios.c
--- linux-4.1.6/drivers/gpu/drm/radeon/radeon_atombios.c        2015-08-17 05:52:51.000000000 +0200
+++ linux-4.1.6_dualhead/drivers/gpu/drm/radeon/radeon_atombios.c       2015-09-09 09:10:11.929546470 +0200
@@ -1145,6 +1156,14 @@
                p1pll->pll_out_max =
                    le32_to_cpu(firmware_info->info.ulMaxPixelClockPLL_Output);

+               /* Arcade VGA 3000 card settings */
+               if ((dev->pdev->device == 0x958f) &&
+                       (dev->pdev->subsystem_vendor == 0x1002) &&
+                       (dev->pdev->subsystem_device == 0x0502)) {
+                               p1pll->pll_out_min = 50000;
+                               p2pll->pll_out_min = 50000;
+               }
+
                if (crev >= 4) {
                        p1pll->lcd_pll_out_min =
                                le16_to_cpu(firmware_info->info_14.usLcdMinPixelClockPLL_Output) * 100;

cools

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 645
  • Last login:March 11, 2024, 02:59:06 pm
  • Arcade Otaku Sysadmin
    • Arcade Otaku
Re: GroovyArcade live-CD New Release 2013-02-24
« Reply #487 on: September 11, 2015, 12:30:18 pm »
Found Manjaro Linux which seems to fit my ideals nicely (Arch based, systemd optional, pre-configured desktop environments). Goodbye forever Microsoft.

NightSprinter

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 172
  • Last login:June 17, 2018, 08:59:56 pm
Re: GroovyArcade live-CD New Release 2013-02-24
« Reply #488 on: September 17, 2015, 01:21:02 pm »
Doozer, dumb question, but can this patch be applied to that kernel for any distro?
It doesn't matter how bad things are, it'll work out in the end.

Doozer

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 498
  • Last login:June 12, 2023, 09:19:49 am
  • Z80 ERROR
Re: GroovyArcade live-CD New Release 2013-02-24
« Reply #489 on: September 18, 2015, 09:46:29 am »
Doozer, dumb question, but can this patch be applied to that kernel for any distro?

Hi NightSprinter,

Yes, you can apply it to any Linux kernel indifferently from the distribution :-) (with some offsets on non 4.1.6 version)

lacanian

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 96
  • Last login:June 06, 2021, 06:59:26 am
  • Go FightCade!
    • forum.arcadecontrols.com/index.php/topic,143714.0.html
Re: GroovyArcade live-CD New Release 2013-02-24
« Reply #490 on: October 02, 2015, 04:37:56 am »
Found Manjaro Linux which seems to fit my ideals nicely (Arch based, systemd optional, pre-configured desktop environments). Goodbye forever Microsoft.

Hi Cools,
 Do you think this will be a good distro to use for GroovyArcade?

I just contacted Ves to see what his plans are as well. I finally have time again to help out with GA.

jtslade

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 746
  • Last login:January 11, 2023, 11:34:45 am
  • Keep it looking originallish!
GroovyArcade live-CD New Release 2013-02-24
« Reply #491 on: October 02, 2015, 07:42:08 am »
Found Manjaro Linux which seems to fit my ideals nicely (Arch based, systemd optional, pre-configured desktop environments). Goodbye forever Microsoft.


Microsoft is gonna call you up and ask how it's doing and it's gonna be totally awkward on the phone and you're going to say you know yeah it's not them it's you you're looking for something different and this distro you know makes you feel like you've never felt before and then Microsoft call in the gonna keep emailing you gonna feel worse and then you get mad and then it's going to get really weird and I just hope you're ready for that because you know myself for a long time so I just want to think about it but I understand you got to do we got to do

J/k


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.


cools

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 645
  • Last login:March 11, 2024, 02:59:06 pm
  • Arcade Otaku Sysadmin
    • Arcade Otaku
Re: GroovyArcade live-CD New Release 2013-02-24
« Reply #492 on: October 02, 2015, 08:55:17 am »
Found Manjaro Linux which seems to fit my ideals nicely (Arch based, systemd optional, pre-configured desktop environments). Goodbye forever Microsoft.

Hi Cools,
 Do you think this will be a good distro to use for GroovyArcade?

I just contacted Ves to see what his plans are as well. I finally have time again to help out with GA.

Manjaro is a pre-configured version of Arch, there's little point choosing it over Arch for GA as a Live CD environment. But it means you can use bits of both quite happily, and develop packages for Arch in Manjaro without any trouble.

philenotfound

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 12
  • Last login:May 28, 2019, 10:36:33 am
  • I want to build my own arcade controls!
Re: GroovyArcade live-CD New Release 2013-02-24
« Reply #493 on: October 04, 2015, 05:32:47 am »
Ever thought about building a custom distro using buildroot?

jtslade

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 746
  • Last login:January 11, 2023, 11:34:45 am
  • Keep it looking originallish!
Re: GroovyArcade live-CD New Release 2013-02-24
« Reply #494 on: November 14, 2015, 12:24:09 pm »
Bump to GA to the max


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.


niall

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 11
  • Last login:August 04, 2016, 07:27:03 pm
  • I want to build my own arcade controls!
Re: GroovyArcade live-CD New Release 2013-02-24
« Reply #495 on: February 03, 2016, 04:48:19 am »
Ves asked me if I still had the PKGBUILD files I made for AUR, I've dug out what I can find - note they are extremely out of date and probably won't compile without reworking.

I'm half curious to restart building them (put together an old laptop with Arch the other day specifically to carry on), but systemd is as bad as all the negative press it's been getting so I'm not sure I really want to continue with a distro supporting it...

If you get anywhere in documenting a basic build environment / list of dependencies to start tinkering I'd love to help out.  I've done similar work before with LiveCDs and read-only filesystems, so I'm still really interested in building and testing GroovyArcade images, help script it all up so it's easy for anyone to contribute.  Until this week I haven't had access to any PCs to play around with, but now I have 3 to so I can finally try Win7x64 and Linux builds in addition to old faithful: XP32  :cheers:

ves

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 225
  • Last login:April 11, 2020, 02:57:49 am
Re: GroovyArcade live-CD New Release 2013-02-24
« Reply #496 on: March 13, 2016, 05:01:03 am »
Hi,
New version soon. :laugh:
I want to ask, How many people use 32-bit, I'm thinking only publish versions 64bit.
What do you think?

Doozer

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 498
  • Last login:June 12, 2023, 09:19:49 am
  • Z80 ERROR
Re: GroovyArcade live-CD New Release 2013-02-24
« Reply #497 on: March 13, 2016, 06:42:22 am »
New version soon. :laugh:
I want to ask, How many people use 32-bit, I'm thinking only publish versions 64bit.
What do you think?

Hi Ves, I am happy to hear that ;-) I have an up to date groovyarcade (properly made with pacman, no extra anymore). Do you see any benefit moving to the next release and do a full reinstall?

I still have some 32bit only processors and I am using groovyarcade64 converted to 32bit on them. Which is almost a straightforward process.

I am maintaining the 32bit groovy builds but I will also stop building it with 0.172. Let's see how many request we will get... EDIT: I was wrong, we have 32bit users
« Last Edit: March 13, 2016, 07:05:55 am by Doozer »

elvis

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1154
  • Last login:April 13, 2023, 05:31:03 pm
  • penguin poker
    • StickFreaks
Re: GroovyArcade live-CD New Release 2013-02-24
« Reply #498 on: March 13, 2016, 06:46:49 am »
Hi,
New version soon. :laugh:
I want to ask, How many people use 32-bit, I'm thinking only publish versions 64bit.
What do you think?
All my GroovyArcade/GroovyMAME cabinets are 32bit, mostly because they were built back in that era and never upgraded (never needed them to be).

I can understand why you'd want to drop 32bit support though, as it's a pain to maintain two builds.  Still, I'd say a lot of MAME cabinets are built from older hardware people have lying around (even if 32bit x86 chips are bordering on ancient history these days - or at least that's what my juniors at work tell me).

jtslade

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 746
  • Last login:January 11, 2023, 11:34:45 am
  • Keep it looking originallish!
Re: GroovyArcade live-CD New Release 2013-02-24
« Reply #499 on: March 13, 2016, 08:06:40 am »
Great news.. GA is da best


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.


pakoman

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 164
  • Last login:Today at 09:24:39 am
  • I want to build my own arcade controls!
Re: GroovyArcade live-CD New Release 2013-02-24
« Reply #500 on: March 14, 2016, 11:00:01 am »
Hi,
New version soon. :laugh:
I want to ask, How many people use 32-bit, I'm thinking only publish versions 64bit.
What do you think?

32bit would also be great for sure. I still use 32bit in several arcade cabinets and many people still use old computers for Mame projects, but AdvanceMame + MsDOS is now quite limited.

fcobenitez

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 44
  • Last login:May 23, 2022, 12:36:40 pm
Re: GroovyArcade live-CD New Release 2013-02-24
« Reply #501 on: March 18, 2016, 10:12:20 pm »
GroovyWiki: Installing Groovy Arcade Arch Linux to a USB Flash Drive

The link is down :( And if I manually click on Wikis on the Groovy Arcade project site, it says that "groovyarcade has no wikis." :(

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 live-CD New Release 2013-02-24
« Reply #502 on: March 19, 2016, 06:28:09 am »
GroovyWiki: Installing Groovy Arcade Arch Linux to a USB Flash Drive

The link is down :( And if I manually click on Wikis on the Groovy Arcade project site, it says that "groovyarcade has no wikis." :(

Yeah, thank Google for destroying our hard work.
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

fcobenitez

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 44
  • Last login:May 23, 2022, 12:36:40 pm
Re: GroovyArcade live-CD New Release 2013-02-24
« Reply #503 on: March 19, 2016, 02:21:58 pm »
Well, that sucks. I guess it's not as easy as downloading the ISO, using some of those software that make booteable USB sticks and restarting the PC with USB boot as first priority?

pelanas

  • Trade Count: (0)
  • Jr. Member
  • **
  • Offline Offline
  • Posts: 6
  • Last login:November 17, 2016, 04:50:24 am
  • Love classics
Re: GroovyArcade live-CD New Release 2013-02-24
« Reply #504 on: April 12, 2016, 09:39:08 am »
Using 64 bit here (P4@3GHz). New versión soon?

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 live-CD New Release 2013-02-24
« Reply #505 on: April 12, 2016, 11:23:02 am »
Using 64 bit here (P4@3GHz). New versión soon?

You'll probably have more luck asking Ves directly.
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

blontic

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 80
  • Last login:December 21, 2020, 08:03:28 am
Re: GroovyArcade live-CD New Release 2013-02-24
« Reply #506 on: April 15, 2016, 07:15:30 pm »
Hi,
New version soon.I want to ask, How many people use 32-bit, I'm thinking only publish versions 64bit.
What do you think?
64bit here. Would love a new version. Thanks again

Sent from my Nexus 5X using Tapatalk


mattr69

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 32
  • Last login:May 01, 2020, 05:24:01 pm
Re: GroovyArcade live-CD New Release 2013-02-24
« Reply #507 on: May 04, 2016, 05:02:44 am »
64

eewoke

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 41
  • Last login:April 14, 2023, 05:18:23 pm
  • I want to build my own arcade controls!
Re: GroovyArcade live-CD New Release 2013-02-24
« Reply #508 on: June 12, 2016, 04:13:05 am »
Both!! Older games just run fine on 32 bit. Please make also a 32 bit version.

ves

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 225
  • Last login:April 11, 2020, 02:57:49 am
Re: GroovyArcade live-CD New Release 2013-02-24
« Reply #509 on: June 12, 2016, 02:24:27 pm »
Hello!!!

I'm uploading a new version, if this version has no major faults, will be final version.
Updated system, driver, kernel, scripts, fix bugs,  etc ...
You will see some new options in Gasetup, not active yet.

GroovyArcade live-CD Release 2016
« Last Edit: June 12, 2016, 02:34:41 pm by ves »

DeQMaster

  • Trade Count: (0)
  • Jr. Member
  • **
  • Offline Offline
  • Posts: 5
  • Last login:July 08, 2016, 07:17:54 pm
  • I want to build my own arcade controls!
Re: GroovyArcade live-CD New Release 2016
« Reply #510 on: June 12, 2016, 05:04:29 pm »
Thank you sir!

mattr69

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 32
  • Last login:May 01, 2020, 05:24:01 pm
Re: GroovyArcade live-CD New Release 2016
« Reply #511 on: June 12, 2016, 07:05:26 pm »
Awesome work Ves!  :cheers: I'm installing it on my cab 15khz/AVGA cab now.

fcobenitez

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 44
  • Last login:May 23, 2022, 12:36:40 pm
Re: GroovyArcade live-CD New Release 2016
« Reply #512 on: June 12, 2016, 07:13:14 pm »
OMG yes!!  :applaud: :applaud: thanks!

Edit: So, can anybody post a mini guide about what needs to be done to install GroovyArcade with an USB stick? As the wiki is long gone
« Last Edit: June 12, 2016, 10:26:42 pm by fcobenitez »

mattr69

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 32
  • Last login:May 01, 2020, 05:24:01 pm
Re: GroovyArcade live-CD New Release 2016
« Reply #513 on: June 13, 2016, 03:19:04 am »
Hi ves,

I'm using the latest build now. So far so good! This is a new cabinet (vertical, ATI, 15hz) and I need to troubleshoot some resolution issues. I enabled logging switchres.conf but that only works if I run switchres on the console. When launching from advmenu it's not generating the logfile. Any ideas?

/home/arcade/switchres.conf
threads=1
ff=1
monitor=generic_15
mo=1
verbose=1
logfile=switchres.log


Cheers,
Matt

ves

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 225
  • Last login:April 11, 2020, 02:57:49 am
Re: GroovyArcade live-CD New Release 2016
« Reply #514 on: June 13, 2016, 05:40:29 am »
Toy can try so
logfile=/home/arcade/switchres.log

mattr69

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 32
  • Last login:May 01, 2020, 05:24:01 pm
Re: GroovyArcade live-CD New Release 2016
« Reply #515 on: June 13, 2016, 06:58:02 am »
Thanks! Sadly that didn't work either. :-( I've tried placing it in /var/tmp as well. I'll keep plugging away at it.

ves

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 225
  • Last login:April 11, 2020, 02:57:49 am
Re: GroovyArcade live-CD New Release 2016
« Reply #516 on: June 13, 2016, 07:36:00 am »
It works for me, delete all spaces

DeQMaster

  • Trade Count: (0)
  • Jr. Member
  • **
  • Offline Offline
  • Posts: 5
  • Last login:July 08, 2016, 07:17:54 pm
  • I want to build my own arcade controls!
Re: GroovyArcade live-CD New Release 2016
« Reply #517 on: June 13, 2016, 09:43:37 am »
I get some funky colour on the frontend after i press ESC to get out of the first rom i load.

Btw, which version of mame did you include on the beta?

Regards

strontium

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 73
  • Last login:December 02, 2021, 05:12:52 pm
Re: GroovyArcade live-CD New Release 2016
« Reply #518 on: June 14, 2016, 03:22:05 pm »
Hey Ves,

First thing is I want to say thanks for updating this amazing distro. Unfortunately I have a problem that I hope you can help with or at least point me in the direction of where to see logs etc..

The way I normally set up my HDD for my cabinets is to attach the raw disk as a device to a VM and run through the installation. On the old 2015 version this would partiition the physical HDD I would then see a message saying copying Groovymame and then finally I would see it creating the linux and initramfs-linux.img using mkinitcpio.

The issue is the copy completes very quick and then I don't see the kernel and initramfs boot images being created. When I restart and boot from the physical HDD on the VM it says not boot device. Could you please explain where I am going wrong as this method used to work like I said.

The nice thing for me doing it this way was I could configure everything move the HDD to my Cabinet, change the monitor settings and everything would just run. It's almost like it's not copying and running mkinitcpio.

I look forward to hearing your thoughts.

Thanks again,

Strontium

ves

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 225
  • Last login:April 11, 2020, 02:57:49 am
Re: GroovyArcade live-CD New Release 2016
« Reply #519 on: June 14, 2016, 04:19:15 pm »
Hi.

when installation is complete, Do you have installed all system,and only need initram?

If only need initram, when finished installing, restarts or poweroff  VM from gasetup, no close VM.

You can try to format the disk and restart VM several times before installing.

I use VirtualBox and everything works fine.