-
-
Notifications
You must be signed in to change notification settings - Fork 15.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix nvidia driver for 6.12 #353636
Comments
Is it like working now? I'm stuck with same issue with stable nvidia drivers and latest kernel. Beta drivers solve the problem. |
It seems like a problem of my patch.Try this patch:
|
Thanks. How can I override standard package? |
set
|
Thanks! |
driver 560 (latest) requires a patch to compile on 6.12, switching to beta for now. NixOS/nixpkgs#353636
As of a few days ago, the latest production driver now supports kernel 6.12. |
I still get compilation error of latest driver on kernel 6.12.10 |
Upgrading to Nvidia drivers 570 solves the issue. hardware.nvidia.package = config.boot.kernelPackages.nvidiaPackages.mkDriver {
version = "570.86.16"; # use new 570 drivers
sha256_64bit = "sha256-RWPqS7ZUJH9JEAWlfHLGdqrNlavhaR1xMyzs8lJhy9U=";
openSha256 = "sha256-DuVNA63+pJ8IB7Tw2gM4HbwlOh1bcDg2AN2mbEU9VPE=";
settingsSha256 = "sha256-9rtqh64TyhDF5fFAYiWl3oDHzKJqyOW3abpcf2iNRT8=";
usePersistenced = false;
}; |
Describe the bug
Currently the output of nvidia card is unavaliable on machines running 6.12 kernel(at least it doesn't work for me)
Steps To Reproduce
Steps to reproduce the behavior:
contents of
nvidia.patch
:Expected behavior
The kernel module should compile
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
Notify maintainers
@NickCao
Metadata
Add a 👍 reaction to issues you find important.
The text was updated successfully, but these errors were encountered: