nix nvidia configs

This commit is contained in:
2025-01-09 22:09:53 -07:00
parent 01e002590e
commit dc17194518

View File

@@ -138,15 +138,15 @@
powerManagement.enable = false; powerManagement.enable = false;
powerManagement.finegrained = false; powerManagement.finegrained = false;
}; };
services.xserver.deviceSection = '' # services.xserver.deviceSection = ''
Option "TripleBuffer" "on" # Option "TripleBuffer" "on"
Option "Coolbits" "28" # Option "Coolbits" "28"
''; # '';
services.xserver.screenSection = '' # services.xserver.screenSection = ''
Option "metamodes" "nvidia-auto-select +0+0 {ForceCompositionPipeline=On, ForceFullCompositionPipeline=On}" # Option "metamodes" "nvidia-auto-select +0+0 {ForceCompositionPipeline=On, ForceFullCompositionPipeline=On}"
Option "AllowIndirectGLXProtocol" "off" # Option "AllowIndirectGLXProtocol" "off"
''; # '';
# hardware.opengl = { # hardware.opengl = {
# enable = true; # enable = true;
# driSupport32Bit = true; # driSupport32Bit = true;