Nvidia: Difference between revisions

imported>Haemeah
m mention legacy drivers for services.xserver.videoDrivers
imported>Jmarmstrong1207
m Add info about how powermanagement.enable can fix graphics corruption issues
Line 54: Line 54:


     # Nvidia power management. Experimental, and can cause sleep/suspend to fail.
     # Nvidia power management. Experimental, and can cause sleep/suspend to fail.
    # Enable this if you have graphical corruption issues or application crashes after waking
    # up from sleep. This fixes it by saving the entire VRAM memory to /tmp/ instead
    # of just the bare essentials.
     powerManagement.enable = false;
     powerManagement.enable = false;
     # Fine-grained power management. Turns off GPU when not in use.
     # Fine-grained power management. Turns off GPU when not in use.
     # Experimental and only works on modern Nvidia GPUs (Turing or newer).
     # Experimental and only works on modern Nvidia GPUs (Turing or newer).