Gaming
Resources:
DLSS
Edit /etc/environment.
1PROTON_DLSS_UPGRADE=1
2PROTON_DLSS_INDICATOR=1Fix possible RTX 4000+ performance issues
Edit /etc/environment.
1PROTON_NVIDIA_LIBS_NO_32BIT=1Increase maximum shader cache size (NVIDIA)
Edit /etc/environment.
1__GL_SHADER_DISK_CACHE_SIZE=12000000000Reboot the system.
scx_bpfland
Source: https://wiki.cachyos.org/configuration/sched-ext
Edit /etc/scx_loader.toml.
1default_sched = "scx_bpfland" # Edit this line to the scheduler you want scx_loader to start at boot
2default_mode = "Auto" # Possible values: "Auto", "Gaming", "LowLatency", "PowerSave".Enable or restart the scx_loader.service
1sudo systemctl enable --now scx_loader.service
2sudo systemctl restart scx_loader.service