Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试让 NixOS 与我的旧 GeForce 6600 一起工作,它只接受 <305 (304.xx) 的 nVidia 驱动程序版本。有没有办法在我的内核模块版本/专有版本上设置上限configuration.nix?任何帮助将不胜感激!
configuration.nix
您必须在声明中使用nvidiaLegacy304而不是(用于不稳定通道)。nvidiasystem.xserver.videoDrivers = [ "nvidia..." ];hardware.opengl.videoDrivers
nvidiaLegacy304
nvidia
system.xserver.videoDrivers = [ "nvidia..." ];
hardware.opengl.videoDrivers