Jump to content
Sign in to follow this  
Siiilent

Shimmering texture problem

Recommended Posts

Hi guys, I'm new here.I've got a problem with shimmering textures on liveries (!only on them). It seems to be a problem.I've tried to figure out why this happens and partly solved this problem by adding MIP-maps to every texture of plane's livery. (The problem affects not all the liveries) But I know this is not normal and not all the liveries are available for mip-map adding with imagetool.Also this is not good because about 80% of the aircrafts except of some PMDG and Defaults are shimmering.Let me show you some screenshots:(press for fullscreen: http://i54.tinypic.com/2cr6kog.jpg) 2ijn5ef.jpg P.S.: I've searched alot, but nothing helped. Also I've seen this shimmering effect on other user screenshots.Specs:9600GT3GB DDR2Core2Duo E6850\3GHZ Also I heard about and tryed to do something with LOD Bias (looks like it controls this effect), it works only for modded-by-me liveries. :\

Share this post


Link to post
Share on other sites

Welcome to the forums! Do you have filtering set to anisotropic?


CPU: i7-9700KF stable @ 5.0GHz | MOBO: ASUS ROG Maximus XI Hero | GPU: ASUS GTX 1080 Ti @ stock | RAM: G. Skill Trident Z 32GB (2x16GB) 3200Mhz | PSU: Corsair RM850x 80 Plus | COOLING: Deepcool Castle 240 AIO | PANEL: 27" @ 1080p

Share this post


Link to post
Share on other sites
Guest firehawk44

When I was running FSX on my old system with the 8800GTX video cards, the clamping the LOD Bias in the display driver settings instantly removed shimmering for me. With my current system with the 580GTX card, it doesn't work at all. I get some shimmering but it is definitely reduced from what I got with the 8800 cards. I have my FSX display driver settings set to default which means NO anti-aliasing and NO anisotropic (but it's turned on in FSX). I get no shimmering on commercial or default aircraft but do get some minor shimmering around some ground objects. Is your FPS limiter set to Unlimited? Try lowering this setting to the default - 25. Best regards,Jim

Share this post


Link to post
Share on other sites
Welcome to the forums! Do you have filtering set to anisotropic?
Yes, drewsaw2, my settings are nearly maxed.
When I was running FSX on my old system with the 8800GTX video cards, the clamping the LOD Bias in the display driver settings instantly removed shimmering for me. With my current system with the 580GTX card, it doesn't work at all. I get some shimmering but it is definitely reduced from what I got with the 8800 cards. I have my FSX display driver settings set to default which means NO anti-aliasing and NO anisotropic (but it's turned on in FSX). I get no shimmering on commercial or default aircraft but do get some minor shimmering around some ground objects. Is your FPS limiter set to Unlimited? Try lowering this setting to the default - 25. Best regards,Jim
Jim, I've tried Negative LOD Bias to Clamp, to Allow, and even more tested it with nvidia Inspector from 3 to -3, nothing happened with screen 1.1 and 1.2, but affected 2.1 and 2.2 just like I wanted. (Like I wrote in the first message - I've played with MIP-MAPPING manually. Anyway, my settings are default in video driver. In fsx are:FPS limit - Unlimited, but I use external limiter set to 30 fps. I have also tried with 25 limit in fsx, nothing happened with shimmering.Text. filtering - AnisotropicAntialiasing - OnAircraft settings - max PS: almost 95% of payware and additional, not default aircraft have shimmering on textures. They're most in BMP livery format, almost 90% of DDS liveries are running good to me.

Share this post


Link to post
Share on other sites
Guest firehawk44
Yes, drewsaw2, my settings are nearly maxed. Jim, I've tried Negative LOD Bias to Clamp, to Allow, and even more tested it with nvidia Inspector from 3 to -3, nothing happened with screen 1.1 and 1.2, but affected 2.1 and 2.2 just like I wanted. (Like I wrote in the first message - I've played with MIP-MAPPING manually. Anyway, my settings are default in video driver. In fsx are:FPS limit - Unlimited, but I use external limiter set to 30 fps. I have also tried with 25 limit in fsx, nothing happened with shimmering.Text. filtering - AnisotropicAntialiasing - OnAircraft settings - max PS: almost 95% of payware and additional, not default aircraft have shimmering on textures. They're most in BMP livery format, almost 90% of DDS liveries are running good to me.
I'm a bit confused. I just use the Nvidia display driver control panel. I do not use Nvidia Inspector or the external limiter (which I read somewhere causes problems). You state your video card drivers are set to default but you have anisotropic settings are nearly maxed. So that's the same thing as maxing out the AF settings in the Nvidia display drivers controls. Have you played with this nearly maxed AF setting? Perhaps it is set too high. Plus you have it turned on in the application. Seems to me the high AF setting would enhance an object even more than what the product was made for and it subsequently enhances any minor shimmering. I doubt the commercial developers made you pay for shimmering textures. There is a setting that's creating the problem (otherwise we would all have it right?) and I suspect it is located in the Nvidia Inspector. It could be your laptop too. I don't know about FSX running really great on a laptop and think it is best suited for a desktop. Sorry I can't be of further assistance but good luck in getting it fixed. Best regards,Jim

Share this post


Link to post
Share on other sites
I'm a bit confused. I just use the Nvidia display driver control panel. I do not use Nvidia Inspector or the external limiter (which I read somewhere causes problems). You state your video card drivers are set to default but you have anisotropic settings are nearly maxed. So that's the same thing as maxing out the AF settings in the Nvidia display drivers controls. Have you played with this nearly maxed AF setting? Perhaps it is set too high. Plus you have it turned on in the application. Seems to me the high AF setting would enhance an object even more than what the product was made for and it subsequently enhances any minor shimmering. I doubt the commercial developers made you pay for shimmering textures. There is a setting that's creating the problem (otherwise we would all have it right?) and I suspect it is located in the Nvidia Inspector. It could be your laptop too. I don't know about FSX running really great on a laptop and think it is best suited for a desktop. Sorry I can't be of further assistance but good luck in getting it fixed. Best regards,Jim
Jim, I agree, it's confusing. But I've installed nVidia Inspoector just yesterday to try to manually change LOD Bias setting. I don't use modified AF setting anywhere. Nvidia CP is set to default. Inspector is 100% not the problem.BTW, thanks for trying to resolve this, Jim.

Share this post


Link to post
Share on other sites

Here's a fix from someone else - author unknown, so sorry, I don't know who to credit. Shimmering textures... I fixed it by editing the file "Terrain.fxh" in the fsx folder: ShadersHLSL\Terrain\ I changed this: (line 66) sampler BaseSampler = sampler_state{Texture = (BaseTexture);AddressU = Clamp;AddressV = Clamp;MinFilter = D3DTEXF_ANISOTROPIC;MagFilter = D3DTEXF_ANISOTROPIC;MipFilter = (State_MipFilter);MipMapLodBias = -2;}; to: sampler BaseSampler = sampler_state{Texture = (BaseTexture);AddressU = Clamp;AddressV = Clamp;MinFilter = D3DTEXF_ANISOTROPIC;MagFilter = D3DTEXF_ANISOTROPIC;MipFilter = (State_MipFilter);MipMapLodBias = (State_MipMapLodBias);} Also you could alter the AA settings to SuperSample, but then you lose a lot of FPS in the clouds



i7 4790K@4.8GHz | 32GB RAM | EVGA RTX 3080Ti | Maximus Hero VII | 512GB 860 Pro | 512GB 850 Pro | 256GB 840 Pro | 2TB 860 QVO | 1TB 870 EVO | Seagate 3TB Cloud | EVGA 1000 GQ | Win10 Pro | EK Custom water cooling.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

  • Tom Allensworth,
    Founder of AVSIM Online


  • Flight Simulation's Premier Resource!

    AVSIM is a free service to the flight simulation community. AVSIM is staffed completely by volunteers and all funds donated to AVSIM go directly back to supporting the community. Your donation here helps to pay our bandwidth costs, emergency funding, and other general costs that crop up from time to time. Thank you for your support!

    Click here for more information and to see all donations year to date.
×
×
  • Create New...