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: Can I stop some games rendering blurry?  (Read 2728 times)

0 Members and 1 Guest are viewing this topic.

RobeeJ

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 127
  • Last login:Yesterday at 03:53:41 am
Can I stop some games rendering blurry?
« on: April 26, 2015, 10:39:42 am »
My newest problem... well one remaining problem really, other than this GroovyMame is brilliant and running on Arch Linux it has become my perfect lag free, smooth scrolling set up. :)

...is some games, eg. Kung Fu Master, R-Type and Indiana Jones and the Temple of Doom (to name a few) seem to be getting upscaled by the video driver and rendering with a lot of anti-aliasing rather than the solid blocky (integer?) scaling I prefer. :(

At first I thought it was all horizontal games, but a few like Neo-Geo games are fine.

I'm using an LCD 1600x1200 monitor, and have the monitor set to lcd in the config. Whether it's blocky or blurry, game info always says SwitchRes is using the native resolution.

Any advice on preventing this from happening?

TIA

dmckean

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 729
  • Last login:January 13, 2024, 08:50:41 pm
Re: Can I stop some games rendering blurry?
« Reply #1 on: April 26, 2015, 11:00:43 pm »
It could be a ton of things, posting your ini files in the thread might help you get better advice.

RobeeJ

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 127
  • Last login:Yesterday at 03:53:41 am
Re: Can I stop some games rendering blurry?
« Reply #2 on: April 28, 2015, 04:35:52 pm »
Attached!

It's basically the default -createconfig with the following values changed:

autosave                  1
joystick                  0
skip_gameinfo             1
disable_nagscreen_patch   0
disable_loading_patch     0
monitor                   lcd
video                     opengl
audio_latency             1.0

RobeeJ

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 127
  • Last login:Yesterday at 03:53:41 am
Re: Can I stop some games rendering blurry?
« Reply #3 on: May 03, 2015, 03:51:28 am »
Any ideas anyone? :(

solar

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 49
  • Last login:August 26, 2018, 05:59:28 pm
  • I want to build my own arcade controls!
Re: Can I stop some games rendering blurry?
« Reply #4 on: May 03, 2015, 07:53:01 am »
Is opengl the only setting you can have for video? Just as a total guess.

haynor666

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1546
  • Last login:Yesterday at 09:40:48 am
  • retro maniac
Re: Can I stop some games rendering blurry?
« Reply #5 on: May 03, 2015, 08:27:55 am »
You might disable hwstretch though as I remember it was designed only for ddraw.
unevenstretch never worked for me. Long time ago there was disscussion at mameworld. This option does not do anything, it was simple never finished.
« Last Edit: May 03, 2015, 08:31:09 am by haynor666 »

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: Can I stop some games rendering blurry?
« Reply #6 on: May 03, 2015, 02:48:17 pm »
Any ideas anyone? :(

Hi RobertJ,

Rather than your mame.ini, it's a log taken from GroovyMAME what I need. Bear in mind GroovyMAME modifies some of the options as required, depending on each game, so without a log we can't be sure of what options are actually being applied. My guess is that unevenstretch is in use by the games affected, simply because GroovyMAME can't find a good integer scale factor for those (one that doesn't produce huge borders). Try launching one of these games with the -nounevenstretch option from command line. If that fixes the problem, create a custom .ini file for that game, *only* including this option.
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

MK

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 23
  • Last login:May 12, 2024, 03:57:02 pm
Re: Can I stop some games rendering blurry?
« Reply #7 on: May 04, 2015, 02:04:23 pm »
Also read about the -cleanstretch parameter... if resizing is involved it might help.

RobeeJ

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 127
  • Last login:Yesterday at 03:53:41 am
Re: Can I stop some games rendering blurry?
« Reply #8 on: May 04, 2015, 02:08:40 pm »
Thanks for the replies! I'll try a few things.

Interestingly, the problem may have vanished when I was adding the uncleanstretch param, not because of that (it made Kung Fu Master tiny on the screen) but because I realised in the Attract front end I'd had -prescale 1 set. So removing that may have done it.

Fingers crossed.