Jump to content

Nvidia: Difference between revisions

4 bytes removed ,  4 November 2023
→‎Modifying NixOS Configuration: open drivers shouldn't be recommended
imported>Daniel-fahey
(To help new users spot the PCI bus info hex->dec gotcha, example PCI bus ID from `lshw` includes a hexadecimal)
imported>Hypnosis2839
(→‎Modifying NixOS Configuration: open drivers shouldn't be recommended)
Line 61: Line 61:
     # https://github.com/NVIDIA/open-gpu-kernel-modules#compatible-gpus  
     # https://github.com/NVIDIA/open-gpu-kernel-modules#compatible-gpus  
     # Only available from driver 515.43.04+
     # Only available from driver 515.43.04+
     # Do not disable this unless your GPU is unsupported or if you have a good reason to.
     # Currently alpha-quality/buggy, so false is currently the recommended setting.
     open = true;
     # open = true;


     # Enable the Nvidia settings menu,
     # Enable the Nvidia settings menu,
Anonymous user