문제

I'm trying to get NixOS to work with my old GeForce 6600, which only accepts an nVidia driver version <305 (304.xx). Is there any way to put an upper bound on the kernel module version / proprietary version in my configuration.nix? Any help would be greatly appreciated!

도움이 되었습니까?

해결책

You have to use nvidiaLegacy304 instead of nvidia in the system.xserver.videoDrivers = [ "nvidia..." ]; declaration (use hardware.opengl.videoDrivers for the unstable channel).

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top