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 Tab menu Blury  (Read 1959 times)

0 Members and 1 Guest are viewing this topic.

aj8302

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 38
  • Last login:April 02, 2020, 08:48:34 pm
  • I want to build my own arcade controls!
Groovyarcade Tab menu Blury
« on: April 02, 2020, 06:36:01 pm »
So I’m having a problem where the tab menu is all blurry and can’t read it. Even though My game and text in game look fine. Is this a common an issue? Does any one know how to fix it that can hopefully help me?

Substring

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 847
  • Last login:Today at 07:52:57 am
  • Forking GroovyArcade
    • forum.arcadecontrols.com/index.php/topic,160023.0.html
    • GroovyArcade active fork
Re: Groovyarcade Tab menu Blury
« Reply #1 on: April 02, 2020, 06:56:26 pm »
You need to change the mame font. Depending on the groovyarcade version you're using it's more or less easy

aj8302

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 38
  • Last login:April 02, 2020, 08:48:34 pm
  • I want to build my own arcade controls!
Re: Groovyarcade Tab menu Blury
« Reply #2 on: April 02, 2020, 07:23:06 pm »
In not sure what version in running of mame. I guess what ever came with the groovyarcade live CD 2019 running on Lenix. Is there a good tutorial that I can use to change it?

tyson171

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 82
  • Last login:December 07, 2022, 09:34:22 pm
Re: Groovyarcade Tab menu Blury
« Reply #3 on: April 02, 2020, 10:39:04 pm »
Here is how i fixed this on my machine.  I just worked through the same issue -

I'm using winscp, as i'm not a strong linux user.

Download and connect to your machine with WinSCP

I used root, you need to enable this via console first or your might get rights issues -

Root login over ssh can be enabled by the doing following steps,

Login as a root user. use any text editor, here i am using vim editor. (if your using mlocate in linux, you can just search for sshd_config)

vim /etc/ssh/sshd_config
uncomment the line below line

PermitRootLogin yes

I then rebooted my machine ( you can just restart ssh also)

Now in WinSCP you need to enable hidden files -

Open up Options - Preferences - Panels - Check "Show Hidden Files"

I was missing the fonts file, so i downloaded Groovymame for windows, extracted it to a folder, and copied over the following file from the root to the directory below - uismall.bdf

Now we need to copy the font file over to the Mame Fonts folder -

/home/roms/MAME/fonts

Finally we need to edit the mame.ini

Edit the mame.ini located here -

/home/arcade/.mame

Search for the following line below and add the font type we copied over -

uifont    uismall.bdf

Save the mame.ini and thats it!

If you have any issues let me know, this assumes some basic linux/windows knowledge, but you can google all of those parts.

There is probably a MUCH MUCH easier way to do this, but I'm like I mentioned I'm not very strong in Linux, so I cheated with winscp and got it done however I could figure it out.

« Last Edit: April 02, 2020, 10:42:37 pm by tyson171 »

Substring

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 847
  • Last login:Today at 07:52:57 am
  • Forking GroovyArcade
    • forum.arcadecontrols.com/index.php/topic,160023.0.html
    • GroovyArcade active fork
Re: Groovyarcade Tab menu Blury
« Reply #4 on: April 03, 2020, 03:14:33 am »
Hey that's a good answer :)

The groovyarcade fork I'm working on already has the uismall font. But even better : the april release should be much more eye candy regarding the mame menu ;)