Skip to main content

Featured

Why You Are Angry: How Strict Parenting Breaks Children and Creates Broken Adults

We often carry the ghosts of our childhood into the boardrooms and bedrooms of our adult lives. Part I: The Anatomy of a Broken Adult I want you to meet Marcus. You have likely met him before, perhaps in your office, perhaps in your circle of acquaintances, or perhaps, painfully, you see him when you look in the mirror. At thirty-two years old, Marcus is a paradox. To the casual observer, he seems confident, perhaps even arrogant. But if you scratch the surface, you find a volatile, crumbling infrastructure. He is currently unemployed—a recurring theme in his life. He wasn't fired for a lack of skill; he is brilliant. He was fired for a lack of emotional regulation. When his manager offered constructive criticism, Marcus didn't hear advice; he heard an attack. He exploded, burning a bridge he needed to cross. His personal life is equally scorched. He treats his girlfriend not as a partner, but as a subordinate. He tr...

What Game Graphics Settings Mean: Explained Simply

What to Know

  • Resolution and resolution scale are the most powerful “make it faster” controls because they reduce how many pixels the game must render.
  • Upscaling boosts performance by rendering at a lower internal resolution, then reconstructing the image to look higher-res.
  • Some settings are mostly “style” (bloom, lens flares, motion blur, screen effects), while others are frequent performance heavy-hitters (shadows, ray tracing, screen space reflections).
  • Texture quality can dramatically improve sharpness without a big FPS hit, as long as there’s enough VRAM.
  • Graphics menus often look overwhelming because they mix settings that affect totally different parts of the rendering pipeline. Once you know what each option changes on-screen and which component it stresses, choosing what to tweak becomes much simpler.
Image credit: YouTube – TechDweeb

Quick Reference: Features & Impact

Setting What it means Impact Higher vs Lower Settings
PresetsBundle of settings changed at once.VariableHigher gives better quality; Lower gives faster performance.
ResolutionPixel dimensions (e.g. 1920x1080).Very HighLowering makes the whole image (and UI) softer but much faster.
Resolution ScaleInternal 3D render resolution.Very HighLowering keeps UI crisp while 3D scene looks lower-res.
UpscalingLow-res render with AI reconstruction.Gains FPSQuality modes keep detail; Performance modes maximize FPS.
VSyncSyncs frames with monitor refresh.ModeratePrevents tearing but can add input latency.
Refresh Rate/Max FPSLimits display/frame production speed.IndirectHigher is smoother; capping reduces heat and power draw.
Anti-AliasingSmooths jagged edges on geometry.Med-HighHigher is cleaner; Lower is sharper but more jagged.
Texture QualitySurface detail/sharpness.LowHigher requires more VRAM; Lower is blurrier.
Texture FilteringKeeps angled surfaces sharp.LowHigher keeps distant walls/roads from getting muddy.
Shadow QualityShadow resolution and softness.HighLowering saves significant performance.
Ray TracingPhysically accurate light behavior.Very HighMassive visual upgrade; huge performance cost.
Ambient OcclusionShading in corners and contact points.ModerateHigher adds depth; Lower looks flatter.
Depth of FieldCinematic focus/background blur.ModerateDisabling keeps everything sharp and may free FPS.
Level of Detail (LOD)Distant object fidelity.ModerateHigher prevents "pop-in"; Lower is faster.
Tessellation3D geometric depth on surfaces.HighLowering makes dirt/rocks look flatter.
BloomGlow around bright highlights.LowPurely aesthetic "glow" effect.
Motion BlurBlur during movement/camera pans.ModerateLowering makes fast camera turns much clearer.
SSRDynamic reflections based on screen info.HighHigher adds realism to puddles/shiny surfaces.
Volumetric LightingVisible light shafts and haze.HighLowering clears the air and boosts FPS.
Lens FlaresArtifacts from bright light sources.LowAesthetic camera-lens effect.
Screen EffectsOverlays like rain or mud splatter.LowAdds immersion; disabling keeps screen clean.

Clear Explanations of Each Term

Settings Presets (Lowest to Ultra)

Presets are a shortcut: they change many options at once to hit a general performance/quality target. They’re useful for a fast baseline, but they may raise expensive settings more than necessary, so fine-tuning afterward can recover FPS without a big visual loss.

Resolution

Image credit: YouTube – TechDweeb

Resolution is the number of pixels rendered across and down. More pixels generally means more detail, but it’s more demanding because the GPU must shade many more pixels every frame; lowering it increases performance but makes the whole image (including text and UI) look softer when the display is still running at its native resolution.

Resolution Scale

Image credit: YouTube – TechDweeb

Resolution scale is like lowering resolution for the 3D world without necessarily lowering the sharpness of menus and HUD. Dropping scale can deliver a big performance gain, but the 3D scene will look blurrier, especially in fine detail and distant edges.

Upscaling

Image credit: YouTube – TechDweeb

Upscaling is commonly presented as “making it higher-res,” but the performance win comes from rendering internally at a lower resolution and reconstructing it. Quality modes tend to keep more detail, while more aggressive performance modes gain more FPS but can lose clarity or introduce reconstruction artifacts depending on the game.

VSync

Image credit: YouTube – TechDweeb


VSync helps prevent screen tearing by ensuring the monitor displays complete frames rather than partial frame updates. The usual trade-off is added latency in some cases, and it can be less necessary on adaptive refresh rate displays.

Refresh Rate and Maximum FPS

Image credit: YouTube – TechDweeb

Refresh rate is how many times per second the monitor updates the image (Hz), while FPS is how many frames the game is producing per second. Some games let you cap FPS/refresh behavior, which can help reduce heat, power draw, and sometimes stutter on certain devices, at the cost of maximum smoothness.

Anti-aliasing (FXAA, TAA, MSAA/SMAA)

Image credit: YouTube – TechDweeb

Aliasing shows up as jagged edges or shimmering on thin/diagonal objects because the world is drawn on a pixel grid. FXAA is usually the lightest but can look softer, TAA generally looks good with modest cost but may blur or ghost in motion, and MSAA/SMAA are often heavier and not always better-looking than a good TAA implementation.

Texture Quality

Image credit: YouTube – TechDweeb

Texture quality controls how detailed the “skins” of surfaces are (walls, clothing, ground). It often doesn’t cost much FPS by itself, but it can demand VRAM; if VRAM is exceeded, stutters or streaming issues can appear, so the practical limit is usually memory capacity rather than raw GPU speed.

Texture Filtering (Anisotropic Filtering)

Image credit: YouTube – TechDweeb

Anisotropic filtering improves how textures look at sharp angles and at distance, where they otherwise turn muddy quickly. It’s typically one of the best-looking upgrades for very little performance cost, so it’s often worth keeping high unless a game behaves unusually.

Shadow Quality

Image credit: YouTube – TechDweeb

Shadows can be expensive because the engine must render shadow data and filter it to look stable and soft. Medium shadows often look surprisingly close to high/ultra in motion, while saving a noticeable amount of performance; completely disabling shadows can sometimes make scenes look unnaturally flat.

Ray Tracing

Image credit: YouTube – TechDweeb

Ray tracing refers to a family of effects (shadows, reflections, global illumination) that can look more physically accurate but usually cost a lot of performance and require compatible hardware. Whether it’s “worth it” depends heavily on the specific game implementation and the visual difference it produces.

Ambient Occlusion (SSAO, HBAO, HBAO+)

Image credit: YouTube – TechDweeb

Ambient occlusion adds subtle shading where objects meet (corners, creases, contact points) to make scenes feel less flat. SSAO is commonly lighter and camera-dependent, while HBAO/HBAO+ are often smoother and more natural-looking, with HBAO+ typically using more samples for a cleaner result.

Depth of Field

Image credit: YouTube – TechDweeb

Depth of field simulates camera focus by blurring very close foreground or far background elements. It can add a cinematic feel, but it can also reduce clarity for gameplay, and disabling it can sometimes free up extra performance.

Level of Detail (LOD)

Image credit: YouTube – TechDweeb

LOD is about how quickly objects switch to lower-detail versions as they get farther from the camera. Higher LOD means fewer noticeable “pop-in” transitions and more detail in the distance, but its impact varies widely by game.

Tessellation

Image credit: YouTube – TechDweeb

Tessellation adds real geometric depth to what would otherwise be flat surfaces by using a depth/displacement map. It can make terrain and surfaces look substantially more 3D, but it’s often expensive, so it’s a common candidate to reduce when performance is tight.

Bloom

Image credit: YouTube – TechDweeb

Bloom adds a glow around bright highlights, making lights and reflections feel more intense. It’s usually inexpensive, so the decision is mostly aesthetic.

Motion Blur

Image credit: YouTube – TechDweeb

Motion blur adds directional blur during movement to smooth perceived motion, especially in fast camera pans. It’s a preference setting for many players and can sometimes be moderately demanding depending on the game.

Screen Space Reflections (SSR)

Image credit: YouTube – TechDweeb

SSR creates reflections by reusing information that’s already rendered on the screen, producing more realistic dynamic reflections than older “baked” reflection methods. The downside is it can be demanding, and the benefit may be subtle unless reflections are a major part of what’s being viewed.

Volumetric Lighting

Image credit: YouTube – TechDweeb

Volumetric lighting makes light interact with “air,” creating visible shafts of light and haze that add mood and depth. It’s sometimes modest in cost, but in engines where it’s tied into more complex lighting systems, it can become more demanding.

Lens Flares and Screen Effects

Image credit: YouTube – TechDweeb


Lens flares simulate camera lens artifacts from bright light sources, and screen effects add overlays like rain splatter or grime on the “camera.” Both are typically low-cost and mainly come down to style and readability preferences.

Comments