NixOS nVidia Driver Version Bounds -


i'm trying nixos work old geforce 6600, accepts nvidia driver version <305 (304.xx). there way put upper bound on kernel module version / proprietary version in configuration.nix? appreciated!

you have use nvidialegacy304 instead of nvidia in system.xserver.videodrivers = [ "nvidia..." ]; declaration (use hardware.opengl.videodrivers unstable channel).


Comments

Popular posts from this blog

How to access named pipes using JavaScript in Firefox add-on? -

multithreading - OPAL (Open Phone Abstraction Library) Transport not terminated when reattaching thread? -

node.js - req param returns an empty array -