Skip to main content

5 graphics settings you need to change in every PC game

Graphics menus are terrible. There are a few common graphics settings in PC games that explain themselves, but everything else? No one has time to learn about all of that. Drawing from my years of testing (and let’s be honest, playing) PC games, I rounded up the five graphics settings I reach for first to optimize any PC game.

I’m focusing on in-game graphics options — anti-aliasing, ambient occlusion, and so on. If you want to optimize Windows or are looking for other general tips on improving performance, we have a guide on how to increase your frame rate in PC games.

V-Sync, motion blur, and FOV

FOV slider in Call of Duty: Vanguard.
Image used with permission by copyright holder

I’ll be writing about more than five settings, but these three are so easy that they barely count. V-Sync, motion blur, and field of view (FOV) shouldn’t impact your performance much, if at all. However, they’re settings you’ll find in nearly every PC game, and you should always adjust them.

V-Sync, or vertical synchronization, prevents screen tearing. It does so by syncing the refresh rate of your monitor to how many frames your graphics card is producing. That avoids situations where there isn’t a full-frame to display when the monitor goes to refresh, which is why screen tearing happens.

Get your weekly teardown of the tech behind PC gaming
Check your inbox!

The problem with V-Sync is that it introduces a hair of input lag. It doesn’t matter in most games, but it can make the difference in competitive titles like Counter-Strike: Global Offensive or Rainbow Six Siege. If the input lag is a concern, you can use an adaptive refresh rate monitor with AMD FreeSync or Nvidia G-Sync.

Screen tearing in Batman game.
Image used with permission by copyright holder

There are two types of motion blur: Camera motion blur and per-object motion blur. Camera motion blur has virtually no performance impact, and it looks terrible. Turn it off in most games unless you particularly like the look. Per-object motion blur is demanding on hardware, but it looks much more natural.

Finally, FOV determines how wide the camera angle is. This is mostly relevant in first-person games, but it can useful in third-person games as well. I usually set my FOV to 105 degrees, and most players will fall between 90 and 110 degrees.

Shadow and lighting qualityMetro Exodus on Nvidia GeForce Now.

By far the most demanding task for your graphics card is shadows and lighting. You may find them as separate settings — and in games like Call of Duty: Vanguardsplit across several settings — but they work together.

Shadows are demanding because they require your graphics card to render a second scene. I’m talking about dynamic shadows — those being shadows that come from a light source in the game. Baked-in shadows, which are static and not informed by a light in the scene, have very little impact on performance.

Your GPU renders a scene that takes into account the light and objects to render the shadows. That becomes a shadow map, which the game uses to cast shadows in the final image. Shadow quality informs the resolution of the shadow map, and lower settings usually make shadows appear softer. You can see an example of that in God of War below.

Shadows in God of War.
Image used with permission by copyright holder

Lighting works in a similar way, where a lightmap determines how bright objects are in a scene from a given light source. However, lighting touches a lot more settings, including volumetric lighting and global illumination. Volumetric lighting is for things like god rays, while global illumination calculates a single light source, like the sun, for an entire scene.

Regardless, turning down your shadow and lighting quality will improve your performance. This is especially true at higher resolutions, where the game calls for higher resolution shadow and lightmaps.

Ambient occlusion

Ambient occlusion is related to lighting and shadows, but it requires a little more explanation. Essentially, ambient occlusion deals with the shadows that objects cast on each other. A shadow map details the shadows for each object. Ambient occlusion details the shadows for how those objects interact with each other.

It’s something you have to see to understand. Below, you can see an example from Control with ambient occlusion turned on. Everything on the desk casts a subtle shadow with the setting on, and the desk is casting a shadow on the tucked-in portion of the chair.

Ambient occlusion in Control.
Image used with permission by copyright holder

Some techniques for ambient occlusions are more demanding than lighting and shadows, but you can rarely tell which technique a game is using. Regardless of the technique, turning ambient occlusion down or off will increase your performance, and in some games, it will increase it by a lot.

Reflections and ray tracing

Ray tracing demonstration in Doom Eternal.
Image used with permission by copyright holder

Lighting doesn’t just cast shadows, it also creates reflections. There are two main types of reflections, screen-space reflections and ray-traced reflections, and you may find both in some games.

Screen-space reflections are less demanding. When there’s a reflective surface, screen-space reflections look at whatever is currently visible on screen and calculate the reflections based on that. The problem is fill-in, where reflective surfaces slowly fill in with reflections as you move the camera.

Screen space reflections are demanding because they use ray tracing to simulate the reflection. The key performance saver is that the reflections happen in screen space, where the game can quickly calculate reflections after the scene has been rendered. For reflections, you want to start with them off and slowly up the quality until you reach the frame rate you want.

Screen space reflections in Cyberpunk 2077.
Image used with permission by copyright holder

Ray-traced reflections use ray tracing regardless of what you can see on screen. In a game like Cyberpunk 2077 — seen above — ray-traced reflections will continue to reflect the pipes and light off of the puddle even if they’re not on screen.

The problem is that ray tracing is insanely demanding. Only a few graphics cards can even handle ray tracing, and turning it on is sure to half your frame rate — at a minimum.

Ray tracing works by drawing individual rays out of a light source, just like how photons work in real life. Those rays bounce around, cast shadows, spread colors onto other surfaces, generally making a scene look more realistic. It’s great, but you should start with ray tracing off and turn it on only if you have headroom to spare.

Anti-aliasing

Anti-aliasing in Forza Horizon 5.
Two different types of anti-aliasing in Forza Horizon 5. FXAA on the left, MSAA on the right. Image used with permission by copyright holder

Anti-aliasing combats aliasing — the jagged edges you see on curved lines in video games. Whenever you stretch a curved line across square pixels, it creates jaggies, which look like a stair-stepping pattern around edges. You can see an example of aliasing in the image above.

As your resolution scales up, anti-aliasing becomes less important. There are more pixels, and therefore more area for curved lines to spread out. There are several types of anti-aliasing, but you only need to worry about a few.

Supersample Anti-Aliasing (SSAA)

SSAA is the baseline technique for anti-aliasing, but you won’t find it often in modern PC games. This technique works by rendering the game at a higher resolution to grab the extra detail before downscaling it to fit your monitor. You’re essentially running the game at a higher resolution, so SSAA is really demanding.

Multisample Anti-Aliasing (MSAA)

MSAA is what you’ll more commonly find in PC games, and it’s the go-to anti-aliasing option. It works in the same way as SSAA, but it only renders the edges of a scene at a higher resolution. That saves a lot on performance while still providing a similar level of quality as SSAA.

You’ll usually find multiple options for MSAA, which note the level of scaling that happens for the anti-aliasing (8x is the most demanding, while 2x is the least). Leave this setting low if you’re running into performance issues. If you still can’t manage at the lowest setting, you can try another anti-aliasing technique: FXAA.

Fast Approximate Anti-Aliasing (FXAA)

FXAA is much lighter on your hardware, and the name tells you why: It’s fast and approximate. Instead of working as part of the rendering pipeline, FXAA is an algorithm that comes after a scene has been rendered. It’s essentially guessing the missing information based on surrounding pixels instead of rendering at a higher resolution.

The problem is how FXAA looks. It can make fine detail look unrefined, and it occasionally flickers with objects that are moving quickly. It’s much less demanding than MSAA, though, and it’s an option if you’re having performance issues.

Temporal Anti-Aliasing (TAA)

TAA, or TXAA, works similarly to MSAA. It works on edges by rendering them at a higher resolution. The difference is that TAA takes into account temporal, or time-based, details. In short, it looks to previous frames to better predict how to perform the anti-aliasing in future frames.

TAA looks great, but it’s prone to visual artifacts. Those include ghosting, where a small halo will follow moving objects, and streaking, where objects will stretch across the screen when you move quickly past them.

DLSS, FSR, and dynamic resolution

DLSS in rainbow Six Extraction.
Image used with permission by copyright holder

If you’re running into frame rate problems, you should always look for a dynamic resolution option. There are about half a dozen upscaling options available, and there will be even more over the next few years. For now, there are only a few you need to worry about.

Nvidia Deep Learning Super Sampling (DLSS) renders your game at a lower resolution and upscales it using A.I. If you’re running at 4K, for example, DLSS could render the game at 1080p to massively save on performance. The problem is that DLSS only works on Nvidia’s RTX 30- and 20-series graphics cards.

AMD’s FidelityFX Super Resolution (FSR) accomplishes a similar goal but in a very different way. It works by rendering your game at a lower resolution before upscaling it with an established upscaling algorithm. With A.I. and dedicated hardware in the mix, FSR tends to look worse than DLSS. However, it still provides a huge performance gain, and it works with any graphics card.

Fideltiy FX Super Sampling quality comparisons.
Image used with permission by copyright holder

That leaves in-game dynamic resolution, which usually isn’t good. Dynamic resolution works by adjusting your resolution up or down to maintain a target frame rate. Dynamic resolution doesn’t look great in most games, as is the case in Halo Infinite. There are exceptions like Rainbow Six Extraction, though, that have excellent in-game dynamic resolution.

The problem is support. Although the list of games with DLSS, FSR, and/or dynamic resolution is growing, most games still don’t come with these options.

Radeon Super Resolution and Nvidia Image Scaling

Nvidia and AMD have general-purpose upscaling options available, too. Nvidia Image Scaling (NIS) works in the same way as FSR, and it’s available to anyone with an Nvidia graphics card. With NIS, you can scale down to as little as 50% resolution, but it doesn’t look as good as DLSS.

AMD recently announced Radeon Super Resolution (RSR), which should work similarly to NIS. It’s not available yet, but AMD has announced that it’s coming in the first few months of 2022. It’s basically FSR for any game, and it works as long as you have an AMD graphics card.

NIS and RSR aren’t ideal, but they offer general upscaling solutions for every game. And soon, there will be versions available for AMD and Nvidia graphics cards.

Lighting round

Image used with permission by copyright holder

Those are the five settings I reach for first to optimize any PC game. There are a few other critical settings you should know about, but they only apply in certain circumstances or don’t have a major impact on performance.

Texture quality

Texture quality determines the resolution of your textures. This is a great setting to turn down if you’re running into performance problems, but mainly at high resolutions or with limited video memory. Textures are stored in your GPU’s memory, so if you’re limited, you may see stuttering or long render times.

Geometry quality

Geometry quality, or tessellation, is the number of triangles that make up a 3D model. More triangles mean the model is more detailed. A lot of modern games don’t even have a geometry quality setting, as modern GPUs are capable of rendering enough triangles for a highly detailed 3D model. At high resolution, however, geometry quality can tank your performance.

Anisotropic filtering

Anisotropic filtering, or texture filtering in general, helps distant textures look smooth. In particular, this applies to repeating textures, like a pattern on a road. Texture filtering isn’t nearly as demanding as it once was, and many games don’t have a setting for it. Crank it up if you want, but this does very little in terms of image quality and performance.

Post-processing

Lastly, post-processing effects, like depth of field, film grain, and chromatic aberration, don’t have a big impact on performance. These effects come after the scene has been rendered, and they’re generally a filter or overlay. That is to say, they don’t require a lot of horsepower. Leave them on if you want, but you don’t need to.

Editors' Recommendations

Jacob Roach
Senior Staff Writer, Computing
Jacob Roach is a writer covering computing and gaming at Digital Trends. After realizing Crysis wouldn't run on a laptop, he…
Don’t buy the RTX 3060 in 2024
The RTX 3060 installed in a gaming PC.

Nvidia's RTX 3060 is the most popular GPU around, and it's not even close. According to the latest Steam hardware survey, the 2021 GPU is in close to 7% of gaming PCs. That's a huge slice of the pie. For reference, the second most popular GPU, the RTX 2060, sits at just under 4%. It's easy to see why the GPU is popular, too. You can pick it up for between $250 and $300 -- and for even less used -- and it comes with a critical 12GB of VRAM.

It's the go-to GPU for maxed-out 1080p gaming in 2024, but based on my testing, it probably shouldn't be. The RTX 3060 is a workhorse, and for a large range of games, it's one of the best graphics cards you can buy. When it comes to the latest, most demanding games, however, the RTX 3060 struggles to keep up.
The litmus test

Read more
As a lifelong PC gamer, these are the apps I couldn’t live without
Hollow Knight running on a KTC monitor.

You don't need much software to get your gaming PC running. Grab Steam and some of the publisher-specific launchers, as well as your new GPU drivers, and you're off to the races. There are a ton of apps that make using your gaming PC easier and more feature-rich, however, and I've compiled a list of apps I install on every new build.

I use more than these six apps on my PC, but they are essential for every PC. Some give you additional options for your games, while others allow you to monitor and analyze your performance. Even better, all of the apps below are free to download without strings attached, and most of them are even open source.
Nvidia App/Radeon Software

Read more
Intel’s new CPU feature boosted my performance by 26% — but it still needs work
The Intel Core i9-14900K slotted in a motherboard.

A 26% increase in frame rates from your CPU sounds far-fetched. If that's not enough to catch the attention of PC gamers, I don't know is. But trust me -- according to my own testing -- that's exactly what Intel's Application Optimization, or APO, delivers.

What started as a niche feature only supported by Intel's flagship chip and two games has since been broadened, with unofficial support for older CPUs and a much longer list of titles.

Read more