Ray tracing has transformed PC gaming, delivering lighting, shadows, and reflections that border on photorealism. But the path to that visual nirvana is often littered with technical hurdles. Maybe the ray tracing option is simply missing from your settings menu, or your frame rate tanks the moment you enable it. Perhaps you’re wrestling with driver conflicts on Linux, or a brand-new GPU like the RTX 5070 isn’t performing as expected. This guide addresses those pains head-on, providing clear, actionable solutions for the most persistent ray tracing issues across Cyberpunk 2077, Resident Evil 9, and beyond.
We’ll walk through what to do when ray tracing refuses to appear, how to stabilize stuttering gameplay, why path tracing sometimes looks worse without ray reconstruction, and how to get Nvidia’s RTX features working smoothly on Linux. Each section tackles a distinct problem, so you can jump straight to the fix that matches your struggle or read through for a full troubleshooting workflow.
Enabling Ray Tracing When the Option Is Missing
You’ve updated your drivers, your GPU supports DirectX 12 Ultimate, and yet the ray tracing toggle in Resident Evil 9 remains stubbornly grayed out. This scenario is frustrating but rarely unsolvable. Start with the fundamentals: confirm your hardware. Ray tracing requires an Nvidia RTX 20-series or newer, AMD Radeon RX 6000-series or newer, or Intel Arc A-series GPU. If you’re on an older card, no driver update will unlock the feature.
Next, check the game’s own requirements. Some titles need a specific Windows build (21H2 or later for optimal DXR support) or a dedicated patch. For Resident Evil 9, the ray tracing update might be tied to a post-launch patch, so verify the game is fully updated via Steam or your platform of choice. Also, ensure you’re not running the game in Windows 7 or 8 compatibility mode, which can block modern graphics features.
Driver issues are the most common culprit. Perform a clean installation of the latest Nvidia or AMD drivers using Display Driver Uninstaller (DDU) in safe mode to purge leftover files. Then install the driver fresh, selecting the “Custom” option and checking “Clean Install.” After rebooting, launch the game and see if the option appears. For Nvidia users, open the Nvidia Control Panel, navigate to “Manage 3D Settings,” and confirm that DSR Factors is set to “Off” and that the preferred graphics processor is your dedicated GPU, not integrated graphics.
In-game settings can also hide ray tracing. Some games, like Cyberpunk 2077, have a “Graphics” preset that must be set to “Custom” before advanced toggles appear. Similarly, certain upscaling modes (FSR, DLSS, XeSS) may temporarily disable ray tracing if they’re not fully compatible with your hardware. Cycle through these settings or disable them momentarily to see if the ray tracing option unlocks.
If none of this works, the issue might be file corruption. Verify the game’s integrity through Steam or reinstall the game completely. As a last resort, check the game’s configuration files (often an .ini file in Documents or AppData) for a line like “RayTracing=0” and change it to “1.” Be aware that forcing it this way can cause crashes if your hardware truly doesn’t support it.
Configuring Ray Tracing on Linux with Nvidia GPUs
Gaming on Linux has come a long way, but ray tracing adds an extra layer of complexity. Nvidia’s proprietary drivers are essential here, as the open-source Nouveau driver lacks the necessary Vulkan extensions. First, ensure you’re running driver version 510 or later, with 535+ strongly recommended for the best ray tracing support. Use your distribution’s package manager to install nvidia-driver-535 (or the latest) and reboot.
Next, install Vulkan support. On Ubuntu/Debian, sudo apt install vulkan-utils mesa-vulkan-drivers gets you the basics, but you’ll also need the NVIDIA Vulkan ICD: sudo apt install nvidia-vulkan-icd. Verify with vulkaninfo | grep ray; you should see VK_KHR_ray_tracing_pipeline listed.
Proton and Wine are the bridges between Windows games and Linux. Use Proton Experimental or a custom build like Proton-GE, which often includes the latest VKD3D patches needed for DirectX Raytracing (DXR). In Steam, right-click your game, select Properties > Compatibility, and force Proton Experimental. Launch options can further tweak behavior: add PROTON_ENABLE_NVAPI=1 VKD3D_CONFIG=dxr %command% to expose ray tracing to games that check for Nvidia hardware. Some titles also require DXVK_ASYNC=1 to reduce shader compilation stutter, though this is less critical.
If the game still doesn’t show ray tracing, the problem might be missing GPU UUIDs in Proton’s configuration. A known workaround is to create a dxvk.conf file in the game’s directory containing dxgi.nvapiHack = False. Alternatively, install the game on an NTFS drive? No, that’s not recommended; ext4 is best for performance. For Resident Evil 9 or Cyberpunk 2077, the steps above should surface the ray tracing menu. Keep in mind that performance on Linux can be 5-15% lower than on Windows due to translation overhead, so lower your quality expectations slightly.
Fixing Stuttering and Performance Drops in Ray-Traced Games
Stuttering in Cyberpunk 2077 with ray tracing enabled can make Night City feel more like a slideshow than a dystopian playground. The root cause is often a CPU bottleneck, VRAM limitation, or shader compilation lag. Start by monitoring your hardware using MSI Afterburner or CapFrameX. If GPU usage drops below 90% while frames skip, your CPU is struggling to feed instructions—common in dense city areas.
To mitigate CPU-bound stuttering, lower crowd density and draw distance in the game’s settings. These reduce the number of objects the CPU must process. Enabling Hardware-accelerated GPU Scheduling (HAGS) in Windows Graphics Settings can offload some work from the CPU, so ensure that’s turned on. For AMD Ryzen systems, set Windows Power Plan to “High Performance” and disable Core Performance Boost in BIOS if temperatures spike.
VRAM saturation is another stutter trigger. Cyberpunk 2077’s ray tracing at 1440p can consume over 10GB, so if you’re on an 8GB card like the RTX 3070, reduce texture quality from High to Medium. Also, disable ray-traced local shadows—they’re memory-hungry with subtle visual impact. Turning on DLSS Balanced or Performance mode frees up VRAM by rendering at a lower internal resolution.
Shader compilation stutter is inherent to many modern titles, but you can minimize it by letting the game sit in the main menu for a few minutes after updating drivers or the game itself. Some users report that renaming the game’s shader cache folder forces a fresh compile that runs smoother. For Nvidia, clear the shader cache by deleting the contents of %USERPROFILE%AppDataLocalNVIDIADXCache and %USERPROFILE%AppDataLocalLowNVIDIAPerDriverVersionDXCache. Then relaunch the game and allow it to re-cache.
Finally, check for background processes. Overlays from Discord, GeForce Experience, or MSI Afterburner can inject microstutter. Disable them temporarily. If you’re using an RTX 5070 or any new GPU, make sure your motherboard’s PCIe slot is running at the correct x16 speed (check in GPU-Z). A poorly seated card or outdated BIOS can force x8 mode, starving bandwidth and causing erratic frame times.
Path Tracing vs Ray Tracing: Visual Quality and the Role of Ray Reconstruction
Cyberpunk 2077’s Path Tracing (or “Overdrive” mode) fully simulates light transport, delivering the most realistic lighting the game can produce. But without Ray Reconstruction, an AI denoiser introduced alongside DLSS 3.5, the image can appear noisy, blotchy, or unnaturally sharpened. This is because path tracing uses sparse rays, and traditional denoisers struggle to fill in the gaps without artifacts. The result? Shimmering on reflective surfaces, oily smearing on skin, and ghosting around moving objects.
So, does path tracing look good without ray reconstruction? The honest answer: it depends on your tolerance for noise and your resolution. At 4K with DLSS Performance, the base ray count is higher, so the noise is finer and less distracting. At 1080p, the lack of ray reconstruction is glaring—faces look like they’re filtered through a dirty lens. If you’re chasing maximum fidelity, always pair path tracing with ray reconstruction. The AI model was trained specifically for this workload and restores clarity while preserving detail.
If you don’t have an RTX 40-series card (which supports DLSS 3.5 and frame generation), you can still use path tracing but expect a softer, noisier image. A workaround is to inject a sharpening filter via Nvidia Freestyle or Reshade, but this can introduce halos. The better compromise is to use the standard ray tracing preset “Psycho” and enable ray-traced lighting set to Medium. It yields a clean, stable image with most of the visual pop, at a fraction of the performance cost.
Troubleshooting a New GPU: RTX 5070 Ray Tracing Woes
Upgrading to an RTX 5070 should feel like strapping a jet engine to your rig, but sometimes ray tracing performance falls flat. Before blaming the silicon, methodically eliminate external bottlenecks. Begin with power: the RTX 5070 requires a 750W PSU minimum with two separate PCIe power cables (do not daisy-chain). Transient power spikes can trigger OCP protections on lower-tier PSUs, causing sudden FPS drops or reboots. Monitor GPU power draw in HWiNFO64; if it’s below 250W under load, the card may be throttling.
Thermal issues are equally common. Check that all fans spin freely and that the case has adequate airflow. A GPU hotspot temperature above 105°C will force aggressive clock reductions. Repaste or RMA if the card consistently overheats despite good case ventilation.
Driver conflicts after a GPU swap can cripple ray tracing. Use DDU to remove all remnants of previous drivers—Nvidia, AMD, and Intel—then install the latest Game Ready driver. In the BIOS, ensure Resizable BAR (or Smart Access Memory) is enabled and that “Above 4G Decoding” is on. For Nvidia, ReBAR can boost ray tracing performance by 5-10% in some titles.
If performance is still lackluster, isolate with a benchmark like 3DMark’s Port Royal or Speed Way. Scores significantly below the average for an RTX 5070 indicate a faulty card or unstable system overclock (RAM or CPU). Reduce your RAM to default JEDEC speeds (disable XMP/DOCP) to rule out memory errors. Finally, try the card in another PCIe slot or system to confirm it’s not the motherboard at fault.
Frequently Asked Questions
Why is ray tracing not showing up in my game?
The most common reasons are outdated drivers, unsupported hardware, or the game not being updated to support ray tracing. Perform a clean driver install using DDU, verify your GPU model, and check for game patches. Also ensure the in-game graphics preset is set to a mode that enables advanced options, and disable any compatibility modes.
How do I enable ray tracing on Linux with an Nvidia GPU?
Install the latest Nvidia proprietary driver (535+) and the Vulkan ICD. Use Proton Experimental with launch options PROTON_ENABLE_NVAPI=1 VKD3D_CONFIG=dxr %command%. Verify that VK_KHR_ray_tracing_pipeline is listed when running vulkaninfo. For stubborn titles, create a dxvk.conf file with dxgi.nvapiHack = False.
Why does Cyberpunk 2077 stutter with ray tracing enabled?
Stuttering is often caused by CPU bottlenecks, VRAM limits, or shader compilation. Lower crowd density and draw distance, reduce texture quality, and enable DLSS. Clear the shader cache, disable overlays, and confirm your GPU is running at full PCIe x16 speed. Enabling Hardware-accelerated GPU Scheduling can also help.
Is path tracing worth it without ray reconstruction?
At high resolutions (4K) with DLSS, the noise is manageable. At lower resolutions, the lack of ray reconstruction leads to noticeable grain and smearing. For the best visual experience, use path tracing with ray reconstruction. If that’s not available, stick with standard ray tracing’s Psycho preset for a cleaner image.
Why is my new RTX 5070 underperforming in ray tracing?
Start by checking your power supply (750W minimum, two separate cables), thermals, and PCIe configuration. Clean install drivers and enable Resizable BAR. Run benchmarks to compare against expected scores; if performance is far below average, test the card in another system to rule out a defect.


