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.
nVidia ドライバー バージョン <305 (304.xx) のみを受け入れる古い GeForce 6600 で NixOS を動作させようとしています。私のカーネルモジュールのバージョン/プロプライエタリバージョンに上限を置く方法はありますconfiguration.nixか? どんな助けでも大歓迎です!
configuration.nix
宣言nvidiaLegacy304の代わりにnvidia使用する必要があります(不安定なチャネルに使用)。system.xserver.videoDrivers = [ "nvidia..." ];hardware.opengl.videoDrivers
nvidiaLegacy304
nvidia
system.xserver.videoDrivers = [ "nvidia..." ];
hardware.opengl.videoDrivers