claude-home/gaming/examples/ready-or-not/nvidia-environment.conf
Cal Corum edc78c2dd6 CLAUDE: Add comprehensive gaming-aware Tdarr management system
- Created complete gaming detection and priority system
- Added gaming schedule configuration and enforcement
- Implemented Steam library monitoring with auto-detection
- Built comprehensive game process detection for multiple platforms
- Added gaming-aware Tdarr worker management with priority controls
- Created emergency gaming mode for immediate worker shutdown
- Integrated Discord notifications for gaming state changes
- Replaced old bash monitoring with enhanced Python monitoring system
- Added persistent state management and memory tracking
- Implemented configurable gaming time windows and schedules
- Updated .gitignore to exclude logs directories

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-14 15:17:52 -05: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"