Fix: enhance NVIDIA configuration for improved performance and compatibility on desktop and laptop

This commit is contained in:
2025-10-28 01:39:52 +00:00
parent 2318dbe18e
commit acb1fe7f2b
6 changed files with 230 additions and 0 deletions

View File

@@ -31,6 +31,15 @@
"HYPRCURSOR_THEME,Bibata-Modern-Ice"
"HYPRCURSOR_SIZE,24"
"QT_QPA_PLATFORMTHEME,qt5ct"
# NVIDIA specific environment variables
"LIBVA_DRIVER_NAME,nvidia" # Hardware acceleration
"GBM_BACKEND,nvidia-drm" # Force GBM backend
"__GLX_VENDOR_LIBRARY_NAME,nvidia" # GLX vendor
"__GL_GSYNC_ALLOWED,1" # Enable G-Sync if supported
"__GL_VRR_ALLOWED,0" # Disable VRR to avoid game issues
"WLR_NO_HARDWARE_CURSORS,1" # Fix cursor issues on NVIDIA
"WLR_DRM_NO_ATOMIC,1" # Legacy mode (try disabling if issues)
];
# Input configuration