MAMEWorld >> EmuChat
View all threads Index   Threaded Mode Threaded  

Pages: 1

Dullaron
Diablo III - Dunard #1884
Reged: 07/22/05
Posts: 6125
Loc: Fort Worth, Tx
Send PM


What settings to make this effect? (HLSL)
#304648 - 02/21/13 01:29 AM Attachment: Untitled.png 338 KB (1 downloads)


This is from Sega Genesis Classic Collection Gold Edition with a TV enabled. Talking about the blurry part.

[ATTACHED IMAGE - CLICK FOR FULL SIZE]

Attachment



W11 Home 64-bit + Nobara OS / AMD Radeon RX 5700 XT / AMD Ryzen 7 3700X 8-Core 3.59 GHz / RAM 64 GB



B2K24
MAME @ 15 kHz Sony Trinitron CRT user
Reged: 10/25/10
Posts: 2663
Send PM


Re: What settings to make this effect? (HLSL) new [Re: Dullaron]
#304649 - 02/21/13 01:41 AM


wow that is hurting my eyes.



Dullaron
Diablo III - Dunard #1884
Reged: 07/22/05
Posts: 6125
Loc: Fort Worth, Tx
Send PM


Re: What settings to make this effect? (HLSL) new [Re: B2K24]
#304655 - 02/21/13 04:20 AM


> wow that is hurting my eyes.

I guest it that bad then. That the way they have it coding in.



W11 Home 64-bit + Nobara OS / AMD Radeon RX 5700 XT / AMD Ryzen 7 3700X 8-Core 3.59 GHz / RAM 64 GB



R. Belmont
Cuckoo for IGAvania
Reged: 09/21/03
Posts: 9716
Loc: ECV-197 The Orville
Send PM


Re: What settings to make this effect? (HLSL) new [Re: B2K24]
#304694 - 02/21/13 06:20 PM


> wow that is hurting my eyes.

Yeah, that looks really bad. The blur is just standard bilinear from what I can tell: turn filtering on, d3d on, hlsl off, and prescale to 1 and you should get equally ugly results.



Outrun2006
MAME Fan
Reged: 03/15/07
Posts: 557
Send PM


Re: What settings to make this effect? (HLSL) new [Re: R. Belmont]
#304797 - 02/23/13 10:38 AM


> > wow that is hurting my eyes.
>
> Yeah, that looks really bad. The blur is just standard bilinear from what I can tell:
> turn filtering on, d3d on, hlsl off, and prescale to 1 and you should get equally
> ugly results.

>>>>>>>

Out of curiosity what is the recommended prescale setting if you have a powerful PC? 3? 4? And what HLSL settings make the picture the sharpest?



Foxhack
Furry guy
Reged: 01/30/04
Posts: 2409
Loc: Spicy Canada
Send PM


Re: What settings to make this effect? (HLSL) new [Re: R. Belmont]
#304803 - 02/23/13 03:57 PM


> > wow that is hurting my eyes.
>
> Yeah, that looks really bad. The blur is just standard bilinear from what I can tell:
> turn filtering on, d3d on, hlsl off, and prescale to 1 and you should get equally
> ugly results.

You call it ugly, I call it "Classic Coaxial Video". :P



R. Belmont
Cuckoo for IGAvania
Reged: 09/21/03
Posts: 9716
Loc: ECV-197 The Orville
Send PM


Re: What settings to make this effect? (HLSL) new [Re: Outrun2006]
#304807 - 02/23/13 05:49 PM


> Out of curiosity what is the recommended prescale setting if you have a powerful PC?
> 3? 4? And what HLSL settings make the picture the sharpest?

Prescale is a software integer scaling of the source image before it's sent to the GPU for final processing. So higher factors give you a crisper image at the expense of CPU time. It's purely a personal preference thing; there are no "recommended" settings.



John IV
IV/Play, MAME, MAMEUI
Reged: 09/22/03
Posts: 1970
Loc: Washington, USA
Send PM


Re: What settings to make this effect? (HLSL) new [Re: R. Belmont]
#304814 - 02/23/13 10:34 PM


Yes, 3 or 4 is probably the point of diminishing returns. I screenshoted the same image from prescale 1-10 some years back and that was the finding.



john iv
http://www.mameui.info/



Sune
Connected
Reged: 09/21/03
Posts: 5648
Loc: Lagoa Santa, Brasil
Send PM


Re: What settings to make this effect? (HLSL) new [Re: John IV]
#304818 - 02/23/13 11:01 PM


> Yes, 3 or 4 is probably the point of diminishing returns. I screenshoted the same
> image from prescale 1-10 some years back and that was the finding.

Same thing here, at 1280x1024 Prescale 3 looks better than 2 but going above 3 makes no difference.

S



R. Belmont
Cuckoo for IGAvania
Reged: 09/21/03
Posts: 9716
Loc: ECV-197 The Orville
Send PM


Re: What settings to make this effect? (HLSL) new [Re: Sune]
#304825 - 02/24/13 02:51 AM


> > Yes, 3 or 4 is probably the point of diminishing returns. I screenshoted the same
> > image from prescale 1-10 some years back and that was the finding.
>
> Same thing here, at 1280x1024 Prescale 3 looks better than 2 but going above 3 makes
> no difference.

-prescale is an integer scaling factor applied to the image in both directions. -prescale 3 on a 320x240 game results in a 960x720 image being uploaded to the GPU, so if you're running 1280x1024 there's very little additional scaling for your video card to do and apply filtering on. At -prescale 4 you're uploading a 1280x960 image and there is basically nothing at all your GPU can do with it.



Sune
Connected
Reged: 09/21/03
Posts: 5648
Loc: Lagoa Santa, Brasil
Send PM


Re: What settings to make this effect? (HLSL) new [Re: R. Belmont]
#304827 - 02/24/13 03:53 AM


> > > Yes, 3 or 4 is probably the point of diminishing returns. I screenshoted the same
> > > image from prescale 1-10 some years back and that was the finding.
> >
> > Same thing here, at 1280x1024 Prescale 3 looks better than 2 but going above 3
> makes
> > no difference.
>
> -prescale is an integer scaling factor applied to the image in both directions.
> -prescale 3 on a 320x240 game results in a 960x720 image being uploaded to the GPU,
> so if you're running 1280x1024 there's very little additional scaling for your video
> card to do and apply filtering on. At -prescale 4 you're uploading a 1280x960 image
> and there is basically nothing at all your GPU can do with it.

Thanks, I suck at math but that made sense.

S



Dullaron
Diablo III - Dunard #1884
Reged: 07/22/05
Posts: 6125
Loc: Fort Worth, Tx
Send PM


I have a question on prescale. new [Re: R. Belmont]
#304841 - 02/24/13 07:18 AM


Which ones?

prescale 1

or

hlsl_prescale_x 0
hlsl_prescale_y 0

I'm lost on which ones it is you guys are talking about.



W11 Home 64-bit + Nobara OS / AMD Radeon RX 5700 XT / AMD Ryzen 7 3700X 8-Core 3.59 GHz / RAM 64 GB



Sune
Connected
Reged: 09/21/03
Posts: 5648
Loc: Lagoa Santa, Brasil
Send PM


Re: I have a question on prescale. new [Re: Dullaron]
#304842 - 02/24/13 08:10 AM


> Which ones?
>
> prescale 1
>
> or
>
> hlsl_prescale_x 0
> hlsl_prescale_y 0
>
> I'm lost on which ones it is you guys are talking about.

Any of the above I guest. As you would say.

If HLSL is on, hlsl_prescale_x/y overrides the value you've set in prescale.

S



Outrun2006
MAME Fan
Reged: 03/15/07
Posts: 557
Send PM


Re: I have a question on prescale. new [Re: Sune]
#304850 - 02/24/13 02:20 PM


> > Which ones?
> >
> > prescale 1
> >
> > or
> >
> > hlsl_prescale_x 0
> > hlsl_prescale_y 0
> >
> > I'm lost on which ones it is you guys are talking about.
>
> Any of the above I guest. As you would say.
>
> If HLSL is on, hlsl_prescale_x/y overrides the value you've set in prescale.
>
> S

>>>>>>>>>>>>>>>>>>>>>>>>>>

This was the EXACT same question I had coming back to this thread. Thanks for answering that Sune.

OK I have another very dumb question..... what resolution should I run my games in? My front projector delivers a DLP display with a native res of 1920x1080. I noticed playing Ridge and Rave Racer running them at 800x600 appears to deliver a sharper image than running them at 1280x720. I then tried a much lower res at 640x480....which just happens to be the res those games natively run at...but MAME gives me an "illegal res" error(any way to get around this?).

So basically I'm asking which res do you recommend for overall best picture quality using HLSL on my dlp display?



Sune
Connected
Reged: 09/21/03
Posts: 5648
Loc: Lagoa Santa, Brasil
Send PM


Re: I have a question on prescale. new [Re: Outrun2006]
#304854 - 02/24/13 04:31 PM


> So basically I'm asking which res do you recommend for overall best picture quality
> using HLSL on my dlp display?

For the best possible HLSL effects quality you should use the highest resolution you can..that doesn't kill performance. Some settings really put your GPU to work, I don't remember which ones.

S



Outrun2006
MAME Fan
Reged: 03/15/07
Posts: 557
Send PM


Re: I have a question on prescale. new [Re: Sune]
#304860 - 02/24/13 07:35 PM


> > So basically I'm asking which res do you recommend for overall best picture quality
> > using HLSL on my dlp display?
>
> For the best possible HLSL effects quality you should use the highest resolution you
> can..that doesn't kill performance. Some settings really put your GPU to work, I
> don't remember which ones.
>
> S

>>>>>>>>>>>>>>>>>

Thanks Sune....not too worried about my gpu, as Ive got an nvidia GTX680 4GB


Pages: 1

MAMEWorld >> EmuChat
View all threads Index   Threaded Mode Threaded  

Extra information Permissions
Moderator:  Robbbert, Tafoid 
0 registered and 352 anonymous users are browsing this forum.
You cannot start new topics
You cannot reply to topics
HTML is enabled
UBBCode is enabled
Thread views: 2496