English Amiga Board


Go Back   English Amiga Board > Support > support.FS-UAE

 
 
Thread Tools
Old 10 May 2019, 23:55   #221
Cisek
 
Posts: n/a
Any chance for crt-easymode-halation shader speed up/faster version? This is my favourite one, though it works a little too slow on my machine.
 
Old 11 May 2019, 22:10   #222
guest.r
Registered User
 
guest.r's Avatar
 
Join Date: May 2017
Location: EU
Posts: 342
Quote:
Originally Posted by Cisek View Post
Any chance for crt-easymode-halation shader speed up/faster version? This is my favourite one, though it works a little too slow on my machine.
Hi there,

it's a pretty complex shader, i don't want to cripple it too much, but i used fast gamma in this variant, that should give it some boost.

I also posted the normal version here, it should run much faster.
http://eab.abime.net/showpost.php?p=...7&postcount=62
Attached Files
File Type: zip crt-easymode-hl.zip (2.9 KB, 365 views)
guest.r is offline  
Old 12 May 2019, 11:36   #223
Cisek
 
Posts: n/a
Thank you

It still is too slow though. I tried also your crt-classic shader, which looks really good on the screens, but with my setup it looks completely different and bad. I tried to use it with lowres and highres and still can't get the effects like on your screenshots.
 
Old 12 May 2019, 20:47   #224
guest.r
Registered User
 
guest.r's Avatar
 
Join Date: May 2017
Location: EU
Posts: 342
Quote:
Originally Posted by Cisek View Post
Thank you

It still is too slow though. I tried also your crt-classic shader, which looks really good on the screens, but with my setup it looks completely different and bad. I tried to use it with lowres and highres and still can't get the effects like on your screenshots.
Does it happen with crt-classic if you use something like this in your settings?

Code:
keep_aspect = 1.0
line_doubling = 0
low_resolution = 1
shader = crt-classic
Otherwise a screenie would be welcome for me to think about it a bit.

If you want for crt-easymode-halation (or any other shader) to run a bit faster, then you could also limit the output image a bit, assuming you are running at least 1080p by adding following to the custom configuration:

Code:
scale_x = 4.0
scale_y = 4.0
guest.r is offline  
Old 05 June 2019, 04:01   #225
ReadOnlyCat
Code Kitten
 
Join Date: Aug 2015
Location: Montreal/Canadia
Age: 52
Posts: 1,178
Has anyone managed to make these shaders work with FS UAE on Macs (latest Mojave)?

If I attempt to use them, FS UAE crashes miserably upon launching the game.
ReadOnlyCat is offline  
Old 07 June 2019, 00:51   #226
CCRider
Registered User
 
CCRider's Avatar
 
Join Date: Oct 2017
Location: São Leopoldo / Brazil
Age: 46
Posts: 203
No luck as of yet.
CCRider is offline  
Old 30 July 2019, 04:06   #227
fatguy666
Registered User
 
Join Date: Jul 2019
Location: Glasgow
Posts: 3
Quote:
Originally Posted by guest.r View Post
Hi everyone!...
Thanks for all the shaders guest.r, I've tested a few but tbh I'm happy enough with crt-guest with beam_min set to 2.0 and beam_max set to 4.0

Unfortunately, it took a while to even get to that stage as despite my best efforts I could not get them to work. I was putting the shaders into
Code:
FS-UAE\Shaders
but eventually found out they have to be in
Code:
FS-UAE\Data\Shaders
I was also updating the file database after dropping a new shader into the folder but realised eventually that you don't have to do that!

I had another issue with how to put these in the settings, as I was adding the .shader suffix but that isn't actually required so you wouldn't write
Code:
shader = crt-guest.shader
it should actually be
Code:
shader = crt-guest
I know this is covered in the thread but would it be possible for you to update the OP with this information? I think it would be helpful for people like myself who only read the OP then skim the other 13 or whatever pages. Thanks.
fatguy666 is offline  
Old 04 August 2019, 15:37   #228
guest.r
Registered User
 
guest.r's Avatar
 
Join Date: May 2017
Location: EU
Posts: 342
Sure, NP. I updated the Original Post with some useful info.

http://eab.abime.net/showpost.php?p=1156121&postcount=1

Also new is that now i host some nicest shaders on Github, please check the link:

https://github.com/guestrr/FS-UAE-Shaders

Some new shaders are added, some improoved, so you can update without second thoughts.
guest.r is offline  
Old 06 January 2020, 17:37   #229
diedel
Registered User
 
Join Date: Jan 2020
Location: Barcelona
Posts: 6
Would it be very difficult to convert the crt-mattias shader from Retroarch into FS-UAE?

Here the link:
https://github.com/libretro/glsl-sha...t-mattias.glsl

I tried a lot of shaders but this shader is simply awesome, it reminds me of the screenshots of the 80's magazines. I run it together with the Retroarch P-UAE core.
diedel is offline  
Old 06 January 2020, 18:27   #230
guest.r
Registered User
 
guest.r's Avatar
 
Join Date: May 2017
Location: EU
Posts: 342
It's a nonstandard shader, which really likes some texture coordinates setups (0.0-1.0 range for source image) / non power of two textures, but i think it's a decent port.

Cheers...
Attached Files
File Type: zip crt-mattias.zip (1.8 KB, 226 views)
guest.r is offline  
Old 06 January 2020, 20:16   #231
diedel
Registered User
 
Join Date: Jan 2020
Location: Barcelona
Posts: 6
Wow! Thanks!


It looks amazing in FS-UAE too. But I noticed some moving black bands in the image that aren't in Retroarch.

I took an screenshot in FS-UAE but the black bands are gone
Click image for larger version

Name:	carvup-real-2001061909-01.jpg
Views:	283
Size:	198.6 KB
ID:	65849
The effect is similar to this but much less pronounced:
https://i.stack.imgur.com/TvcIF.png

I can see also some distortion, maybe is related with those black bands?

And this is the screenshot from Retroarch:
Click image for larger version

Name:	CarVup_v1.3_1232-200106-190653.jpg
Views:	269
Size:	333.4 KB
ID:	65850
In the Retroarch screenshot the bilinear filtering is disabled.


By the way, I removed the curvature and reduced the ghosting, like I did in GLSL version:
...

uv = mix( uv , uv, 0.5 );
...
float ghs = 0.01;
diedel is offline  
Old 06 January 2020, 20:34   #232
guest.r
Registered User
 
guest.r's Avatar
 
Join Date: May 2017
Location: EU
Posts: 342
Is this version better? I disabled the "wobbling" effect which should originaly change with time i guess.
Attached Files
File Type: zip crt-mattias-no-wobbly.zip (1.8 KB, 251 views)
guest.r is offline  
Old 06 January 2020, 22:11   #233
FrodeSolheim
FS-UAE Developer
 
FrodeSolheim's Avatar
 
Join Date: Dec 2011
Location: Førde, Norway
Age: 43
Posts: 4,043
Looks very good to me! Maybe I'll actually start using CRT shaders (possibly without the curvature though). Maybe I can add some features to help such shaders look better. I notice for example that when the Amiga display has a (light) border color, the left border of the curved screen becomes sharp and somewhat jagged, while the right border is blurry. This is due to texture sampling/interpolation, and the fact that there is nothing to the left of the image (on the GPU), while there is a black area to the right since the texture is bigger than the used area. This can be worked around in the shader itself probably, but could also be an idea to offset the Amiga display a bit to the right and down on the texture in FS-UAE, so that there is black data outside all edges...
FrodeSolheim is offline  
Old 06 January 2020, 23:02   #234
FRQZ
 
Posts: n/a
The crt-caligari shader is my favorite from Retroarch. Quite usable for different resolutions.
Attached Thumbnails
Click image for larger version

Name:	rachero-200106-230116.png
Views:	312
Size:	955.2 KB
ID:	65853  
 
Old 06 January 2020, 23:35   #235
guest.r
Registered User
 
guest.r's Avatar
 
Join Date: May 2017
Location: EU
Posts: 342
Quote:
Originally Posted by FrodeSolheim View Post
Looks very good to me! Maybe I'll actually start using CRT shaders (possibly without the curvature though). Maybe I can add some features to help such shaders look better. I notice for example that when the Amiga display has a (light) border color, the left border of the curved screen becomes sharp and somewhat jagged, while the right border is blurry. This is due to texture sampling/interpolation, and the fact that there is nothing to the left of the image (on the GPU), while there is a black area to the right since the texture is bigger than the used area. This can be worked around in the shader itself probably, but could also be an idea to offset the Amiga display a bit to the right and down on the texture in FS-UAE, so that there is black data outside all edges...
Sounds like a very good idea! Ideally it could be done with texture wrapping modes, "tile" should be ok i guess, if we want black colors on edges.

It could be done with shaders also, there is a special "corner" function which does exactly this (adds black borders around the image), much easier than coordinate checks. But if the emulator could fix this it would be great.

@FRQZ
Quote:
The crt-caligari shader is my favorite from Retroarch. Quite usable for different resolutions.
A lovely shader, indeed. When i'm up for some "shading", i could make a FS-UAE port too.

Last edited by guest.r; 07 January 2020 at 21:42.
guest.r is offline  
Old 07 January 2020, 23:13   #236
diedel
Registered User
 
Join Date: Jan 2020
Location: Barcelona
Posts: 6
Yes, much better! The distortion has gone.

Yet the black waves are still. Can you see them?
diedel is offline  
Old 07 January 2020, 23:30   #237
FrodeSolheim
FS-UAE Developer
 
FrodeSolheim's Avatar
 
Join Date: Dec 2011
Location: Førde, Norway
Age: 43
Posts: 4,043
Quote:
Originally Posted by diedel View Post
Yet the black waves are still. Can you see them?

Based on the (look-alike) image you posted it looks like an aliasing effect, probably due to the shader not actually rendering to 1:1 display pixels. One possible explanation for that is a high-DPI display where FS-UAE runs with a lower resolution which is then rendered to a higher-res display by the windowing system.


Are you using Windows or macOS? If you're running Windows, you can try to disable interface scaling (don't remember the setting's name) where you can choose between 100%, 150%, 200% etc to scale up fonts (etc). Try 100% and see if the shader looks correct?
FrodeSolheim is offline  
Old 08 January 2020, 00:10   #238
diedel
Registered User
 
Join Date: Jan 2020
Location: Barcelona
Posts: 6
Yes, it was that. Thank you!
I had 125% in the Windows 10 interface scaling, I'm in my forties

Last edited by diedel; 08 January 2020 at 00:17.
diedel is offline  
Old 08 January 2020, 00:22   #239
FrodeSolheim
FS-UAE Developer
 
FrodeSolheim's Avatar
 
Join Date: Dec 2011
Location: Førde, Norway
Age: 43
Posts: 4,043
Btw, in the next FS-UAE series, this problem should go away, in-development FS-UAE version should be high-dpi aware (I hope) - so it should not matter what the scaling factor is
FrodeSolheim is offline  
Old 04 February 2020, 12:57   #240
RuySan
Registered User
 
RuySan's Avatar
 
Join Date: Jan 2005
Location: Portugal
Age: 42
Posts: 139
Some of the shaders on Retroarch are really nice, and simple scanlines just doesn't cut it anymore on FS-UAE

But the shader I use for Retroarch, CRT-Royale, seems overkill for Amiga. It really looks more like a TV instead of a monitor. What is the shader that emulates the 1084s screen the best for FS-UAE?
RuySan is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
Shaders Zeraphine support.Amiga Forever 2 15 March 2020 18:46
Looking for dithering shaders for FS-UAE switchblade support.FS-UAE 1 28 July 2015 18:13
CG Shaders Enverex support.FS-UAE 2 05 October 2014 18:51
fx Shaders in WinUAE 2.6.0 crazy46guy support.WinUAE 8 16 June 2013 14:30
Using shaders with FS-UAE on Ubuntu [Solved] DaveMB support.FS-UAE 2 14 October 2012 15:46

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 08:08.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.23111 seconds with 16 queries