claude-home/gaming/ready-or-not/examples/nvidia-environment.conf
Cal Corum 48efafe217 docs: reorganize gaming into per-game directories, add tabletop section
Move Ready or Not configs/scripts into gaming/ready-or-not/, Stackmon into
gaming/stackmon/, add Palworld client and server docs. Move Vagabond RPG
PDFs to new tabletop/ directory with Age of Ashes GM reference.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-04 21:50:13 -06:00

34 lines
893 B
Plaintext

# NVIDIA-optimized environment variables for Ready or Not
# These are sourced before game launch
# Enable NVIDIA GPU optimizations
__NV_PRIME_RENDER_OFFLOAD="1"
__GLX_VENDOR_LIBRARY_NAME="nvidia"
# Fix for mods menu freeze - allows the agreement dialog to display properly
PROTON_SET_GAME_DRIVE="1"
# Audio crackling fixes for PipeWire (optimized for lower latency)
PULSE_LATENCY_MSEC="60"
PIPEWIRE_LATENCY="128/48000"
# NVIDIA-specific Vulkan optimizations
VK_ICD_FILENAMES="/usr/share/vulkan/icd.d/nvidia_icd.json"
# DXVK NVIDIA optimizations
DXVK_STATE_CACHE_PATH="/tmp/dxvk-cache"
DXVK_ASYNC="1"
DXVK_HDR="1"
# NVIDIA DLSS support
PROTON_ENABLE_NVAPI="1"
PROTON_HIDE_NVIDIA_GPU="0"
# Memory optimizations
PROTON_FORCE_LARGE_ADDRESS_AWARE="1"
# Disable AMD-specific optimizations
RADV_PERFTEST=""
# GameScope optimizations for NVIDIA
GAMESCOPE_LIMITER_FILE="/tmp/gamescope_limiter"