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: CRT_Emudriver / RetroARCH issues  (Read 2200 times)

0 Members and 1 Guest are viewing this topic.

nipsmg

  • Trade Count: (+2)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1741
  • Last login:Today at 03:41:49 pm
  • ROONEY!! ERRGH!!
    • Arcadia
CRT_Emudriver / RetroARCH issues
« on: March 11, 2021, 10:54:38 am »
Hey guys, I'm hoping someone can help me out.   -- I know this is a GroovyMAME forum but you guys are all using CRT_Emudriver so...

I've got an HD4350 (legacy) working .

I'm having an issue with RetroArch where it's displaying stretched, like super resolutions aren't working.



I followed this guide: https://cdcruze.com/2019/03/retroarch-and-crt-emudriver-setup-guide/  , and read a bunch of reddit/forum posts, tried integer scaling on, no dice.

I've attached my config file.  Any help is hugely appreciated.

Thanks!


psakhis

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 453
  • Last login:Today at 03:06:22 pm
  • I want to build my own arcade controls!
Re: CRT_Emudriver / RetroARCH issues
« Reply #1 on: March 11, 2021, 01:42:32 pm »
RA.. :laugh2:

Nah, seriously. The best way to configure properly is configure every system with their resolution; and obviously you need installed modelines in your videocard previously.

For example, for bluemsx core i have this config.

crt_switch_resolution_super = "native"

video_aspect_ratio = "8.000000"
video_refresh_rate = "60.00000"
video_rotation = "0"
video_scale = "1.000000"
video_scale_integer = "false"
video_smooth = "false"
video_crop_overscan = "false"
video_threaded = "false"

aspect_ratio_index = "23"
custom_viewport_height = "240"
custom_viewport_width = "272"
custom_viewport_x = "0"
custom_viewport_y = "0"
« Last Edit: March 11, 2021, 01:48:14 pm by psakhis »

nipsmg

  • Trade Count: (+2)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1741
  • Last login:Today at 03:41:49 pm
  • ROONEY!! ERRGH!!
    • Arcadia
Re: CRT_Emudriver / RetroARCH issues
« Reply #2 on: March 11, 2021, 06:12:28 pm »
I HATE retroarch.  Seriously.  With a passion.  But it seemed to have a lot of tutorials for 240p so I went for it.

psakhis

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 453
  • Last login:Today at 03:06:22 pm
  • I want to build my own arcade controls!
Re: CRT_Emudriver / RetroARCH issues
« Reply #3 on: March 12, 2021, 07:27:14 am »
Another example using 1920 super resolution for Sega Genesis. In this case, i used 1920 for match refresh_rate with modeline, and i reserved 2560 for 60hz.

Another tip is split config files for system: retroarch.exe -L %fullpath%cores\genesis_plus_gx_libretro.dll --config %fullpath%config\retroarchcustom.cfg --appendconfig %fullpath%config\genesis.cfg %1

crt_switch_resolution_super = "1920"

video_aspect_ratio = "8.000000"
video_refresh_rate = "59.922745"
video_rotation = "0"
video_scale = "1.000000"
video_scale_integer = "false"
video_smooth = "false"
video_crop_overscan = "false"
video_threaded = "false"

aspect_ratio_index = "23"
custom_viewport_height = "224"
custom_viewport_width = "1920"
custom_viewport_x = "0"
custom_viewport_y = "0"

mamenewb100

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 210
  • Last login:April 01, 2022, 03:32:29 pm
Re: CRT_Emudriver / RetroARCH issues
« Reply #4 on: March 18, 2021, 07:05:47 am »
You may have solved your problem by now. But I had the same issue until I found a setting for 'Full Panel' in Radeon settings under GPU Scaling. The Preserve Aspect Ratio setting resulted in the squashed image for me.
Life is a Game and we are all being Played.

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: CRT_Emudriver / RetroARCH issues
« Reply #5 on: March 18, 2021, 08:21:29 am »
@mamenewb100, how did you install Radeon Settings for your 5450?
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

mamenewb100

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 210
  • Last login:April 01, 2022, 03:32:29 pm
Re: CRT_Emudriver / RetroARCH issues
« Reply #6 on: March 18, 2021, 06:49:47 pm »
I probably wasn't supposed to install any Radeon software? Forgot about that. It was part of the recommend software for the card from ATIs website. I just noticed that the 15Khz resolutions weren't working with the VGA to composite adapter I was using to connect a TV. Just had a scrambled screen. I happened to notice that the scaling option allowed it to work. But it's possible the software could cause conflicts with your drivers?
« Last Edit: March 18, 2021, 06:54:50 pm by mamenewb100 »
Life is a Game and we are all being Played.

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: CRT_Emudriver / RetroARCH issues
« Reply #7 on: March 19, 2021, 04:43:32 am »
No, I was just curious to see what package you used for this! It's been usually difficult to get the Radeon Settings app to install at all with CRT Emudriver.
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

mamenewb100

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 210
  • Last login:April 01, 2022, 03:32:29 pm
Re: CRT_Emudriver / RetroARCH issues
« Reply #8 on: March 19, 2021, 08:02:41 pm »
https://www.amd.com/en/support/graphics/amd-radeon-hd/ati-radeon-hd-5000-series/ati-radeon-hd-5450

I believe it's part of the Catalyst Software Suite but could be Crimson Edition. I used Windows 10 Home 64 Bit Edition. It was installed after Calamity drivers but before VMMaker.
Life is a Game and we are all being Played.